Skip to content

Releases: Arkensor/EnfusionDatabaseFramework

Beta 0.6.7 - Web proxy header support and fixes

18 May 10:52
Compare
Choose a tag to compare
  • Added ability to define custom headers
  • Fixed ConnectionString CLI param not being read correctly
  • Updated docs for MongoDB

Beta 0.6.6 - AR 1.1 compatiblity

17 May 07:59
Compare
Choose a tag to compare

Full Changelog: 0.6.5...0.6.6
Known issue: JSON dbs are not properly working on exp build 12. This will be fixed in the next exp update of the game automatically.

Beta 0.6.5 - Bugfixes

15 Mar 17:27
Compare
Choose a tag to compare

Beta 0.6.4 - AR 1.1 compatiblity

13 Mar 14:41
Compare
Choose a tag to compare

Compatibility update for AR update 1.1

Beta 0.6.1 - AR 1.0 compatibility patch

18 Nov 16:17
Compare
Choose a tag to compare
  • Fixed async callback methods visibility (they need to be public for now)
  • Fixed RestApi error code processing
  • Fixed StructAutoCopy problem in vanilla with a little workaround of passing the explicit target type as template param

Beta 0.6.0

04 Aug 09:18
Compare
Choose a tag to compare

Docs

  • Add docs on MongoDB proxy

Fixes

  • Fix missing reset of shutdown force blocking driver state

Beta 0.5.0

21 Jul 09:25
Compare
Choose a tag to compare

Compatibility update for 0.9.9

Compatibility hotfix. There will be a bigger feature update utilizing the new capabilities that come with the update later #5

Breaking

  • Remove EDF_DbValues wrapper. Simply convert your code from EDF_DbValues<float>.From({3.14, 2.22, 42.42}) to {3.14, 2.22, 42.42}

Fixes

  • Replace deprecated methods

Beta 0.4.0

17 Jul 12:30
Compare
Choose a tag to compare

Breaking

  • Null() and Empty() query builder options were merged into NullOrDefault()
  • Strings are no longer invariant by default and require the Invariant() builder option to behave like before the update

Additions

  • MongoDB storage backend via general web proxy driver implementation
  • Refactored query builder API to offer options for Invariant() and Partial() string matches
  • Added support for UTF8 string length

Fixes

  • Fixed array equality implementation that lead to false positive results

Beta 0.3.0

31 May 06:21
Compare
Choose a tag to compare
  • Add EDF_ScriptInvokerCallback utility
  • Add EDF_DbFindCallbackMultipleUntyped

Beta 0.2.1

29 May 08:31
Compare
Choose a tag to compare
  • Unseal classes for debugging and expert users