VelocityDB のリリース

Released: Jul 7, 2019

v8.3 での更新項目

Updates in v8.3

  • Added a fix for type string to Type conversion.
  • Optimization for compare of string fields in CompareByField using comparison array.
  • Fix for object strong cache property of databases.

Released: Jun 16, 2019

v8.2.2 での更新項目

Updates in v8.2.2

  • Fix for compare of string fields in CompareByField using comparison array.

Released: Apr 16, 2019

v8.2 での更新項目

Updates in v8.2

  • Add SessionBase.UpdateObject(IOptimizedPersistable obj, Action codeBlock) and SessionBase.
  • UpdateObject(object obj, Action codeBlock) to facilitate some parallel updates of objects.
  • See test Paralell in ConcurrentUpdaters NUnit test for usage sample.
  • Some fixes to SessionNoServerShared was also made.

Released: Mar 30, 2019

v8.1.8 での更新項目

Updates in v8.1.8

  • Fix ImportFromCSV so that schema doesn’t get corrupted.
  • Fix for persist and read of nullable enum objects.

Released: Mar 26, 2019

v8.1.6 での更新項目

Updates in v8.1.6

  • Added some checks with exceptions thrown if FieldInfo is missing from a Type field. Usually means the type was modified without calling SessionBase.UpdateClass.

Released: Mar 23, 2019

v8.1.5 での更新項目

Updates in v8.1.5

  • Bug fix for reading objects.

Released: Mar 19, 2019

v8.1.4 での更新項目

Updates in v8.1.4

  • Fixes for Android.

Released: Feb 28, 2019

v8.1.3 での更新項目

Updates in v8.1.3

  • Moves from .net core 2.1 to 2.2.
  • Updates EdgeType.GetEdge with two extra optional parameters.
  • Fixes default SessionBase.BaseDatabasePath for Android.
  • Fixes for SessionBase.RelocateDefaultDatabaseLocation.

Released: Feb 15, 2019

v8.1 での更新項目

Updates in v8.1

  • Adds VelocityGraph mode to Database Manager.

Released: Feb 7, 2019

v8.0 での更新項目

Updates in v8.0

  • Introduces database replication.