Releases: ngs-doo/revenj
Releases · ngs-doo/revenj
Revenj.NET v1.5.0
Revenj.NET v1.4.2
DB and JSON driver optimizations
Revenj.NET v1.4.1
HTTP API improvements
Revenj.NET 1.4.0
Better error messages on Mono startup
Sync with -DSL- namespace change in Oracle
Revenj.NET 1.3.1
Sync with DSL compiler changes:
- OLAP cube API change
- migration detection
- additional REST API parameters
Revenj.NET 1.3.0
Sync with DSL compiler changes:
- snowflake view doesn't end with _snowflake anymore
Revenj.NET v1.2.1
Changes:
- Oracle API now included by default.
- LINQ plugins moved into core DB dlls
- search through specification redirected to DB function
- event queue API. Useful for non-critical objects which are persisted inside event loop in separate transaction
- support for PREPARE/EXECUTE in Postgres
- Templater v2.1.4
- bulk DB reading
- various other minor changes/improvements
Revenj.NET v1.2.0
Data access layer performance improvements. Revenj now provides performance better than manual SQL coding.
Revenj has several external customized libraries. Some of them are now integrated into Revenj.
- Autofac merged into Revenj.Extensibility
- Npgsql merged into Revenj.DatabasePersistence.Postgres
- JSON improvements and fixes
- Removed NLog (logging switched to System.Diagnostics)
- LINQ improvements
- Templater v2.0.4
- various minor improvements
Revenj.NET v1.1.3
JSON performance improvements. Postgres command timeout fix.
- faster serialization/deserialization
- set default command timeout specified in connection
Revenj.NET v1.1.2
Bugfixes. API improvements.
- support for multiple commands from REST API
- exists/check REST commands
- count option on search commands (will return total count in header - when limit is used and count = "yes" is specified)
- LINQ subquery improvements
- Json.NET 6.0.6 (switched to original Json.NET)
- WCF setup simplified (no auth by default, no certificate by default)
- unit of work added ro Revenj.Core
- security changes - password hash instead of string, no more SecureString to managed string conversion
- Json hash algorithm change
- Mono blocking collection workaround (don't use pooling on Mono by default)
- Templater v1.9.9