Skip to content

Releases: ngs-doo/revenj

Revenj.NET v1.5.0

18 May 05:38
Compare
Choose a tag to compare

.NET core compatibile (released also on Nuget)

Revenj.NET v1.4.2

12 Aug 13:31
Compare
Choose a tag to compare

DB and JSON driver optimizations

Revenj.NET v1.4.1

06 Nov 14:06
Compare
Choose a tag to compare

HTTP API improvements

Revenj.NET 1.4.0

29 Aug 17:55
Compare
Choose a tag to compare

Better error messages on Mono startup
Sync with -DSL- namespace change in Oracle

Revenj.NET 1.3.1

03 May 09:17
Compare
Choose a tag to compare

Sync with DSL compiler changes:

  • OLAP cube API change
  • migration detection
  • additional REST API parameters

Revenj.NET 1.3.0

22 Jan 01:14
Compare
Choose a tag to compare

Sync with DSL compiler changes:

  • snowflake view doesn't end with _snowflake anymore

Revenj.NET v1.2.1

07 Aug 10:44
Compare
Choose a tag to compare

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

24 Mar 14:22
Compare
Choose a tag to compare

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

01 Dec 19:31
Compare
Choose a tag to compare

JSON performance improvements. Postgres command timeout fix.

  • faster serialization/deserialization
  • set default command timeout specified in connection

Revenj.NET v1.1.2

12 Nov 23:45
Compare
Choose a tag to compare

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