Releases: mandarineorg/mandarinets
v2.3.2
Note: Documentation available https://www.mandarinets.org/docs/v2.3.2/mandarine/introduction
Feature
- Custom property files can be used with
@Value
by using@ConfigurationProperties
See documentation here
Refactors
- Oak 6.3.2
- Postgres 0.5.0
Fix
- Fix compatibility with Deno's latest version (1.7.0)
Note: Documentation available https://www.mandarinets.org/docs/v2.3.2/mandarine/introduction
v2.3.1
Fixing postgres
v2.3.0
Note: Documentation available https://www.mandarinets.org/docs/v2.3.0/mandarine/introduction
Feature
- Mandarine's built-in authenticator has been exposed as an injectable. #236 See documentation here
Refactors
- Session container has been refactored
- Built-in authentication has been refactored
- Built-in authentication now has multiple integration tests
- Built-in ORM now has multiple integration tests
Fix
- Bug preventing sessions to be deleted after being expired
Note: Documentation available https://www.mandarinets.org/docs/v2.3.0/mandarine/introduction
v2.2.2
Note: Documentation available https://www.mandarinets.org/docs/v2.2.2/mandarine/introduction
Fix
- (HOTFIX) Automatic build & run from application builder not working in windows. #232
Note: Documentation available https://www.mandarinets.org/docs/v2.2.2/mandarine/introduction
v2.2.1
Note: Documentation available https://www.mandarinets.org/docs/v2.2.1/mandarine/introduction
Fix
- (HOTFIX) Automatic build & run from application builder not working in windows. #232
Note: Documentation available https://www.mandarinets.org/docs/v2.2.1/mandarine/introduction
v2.2.0
Note: Documentation available https://www.mandarinets.org/docs/v2.2.0/mandarine/introduction
Features
- Application builder with automatic detection of components, removing the need to manually write an entry-point file. See more here
- (BREAKING)
Mandarine.Security.Sessions.SessionStore
has a new & better design. See more here - Option to enable/disable session middleware. See more here
- New environmental variables to alter certain behaviors. See more here
- Mandarine logger can now be used as part of an application as it is been declared as injectable See more here
Internal
- (Refactor) internal middleware
Note: Documentation available https://www.mandarinets.org/docs/v2.2.0/mandarine/introduction
Huge thanks to @SRNV from Ogone for its decorator finder technology which made possible the auto-generated entry point feature.
v2.1.6
Postgres Driver is now fully integrated in master with documentation.
v2.1.5
Postgres Driver is now fully integrated in master with documentation.
v2.1.4-beta.4
Postgres driver written in Rust last beta.
v2.1.4
Postgres Driver