VelocityDB のリリース

Released: Apr 7, 2022

v11.1.x での更新項目

v11.1.1

Updated Jun 26, 2022

Fixes

  • Fixed getting special “named” folder on Linux.
  • Fixed VelocityGraph Vertex id allocation.

v11.1

Updated Apr 7, 2022

Fixes

  • Fixed deleting Unrestricted Head/Tail vertex type in VelocityGraph and fix copying main database location to a different host/directory.

Released: Feb 19, 2022

v11.0.x での更新項目

v11.0

Updated Feb 19, 2022

Fixes

  • Fixed finding Download directory for Linux clients.
  • Fixed VelocityGraph when used with polymorphism.

Released: Apr 20, 2021

v10.2.x での更新項目

v10.2

Updated Apr 20, 2021

Features

  • Added support for registering all index related classes.
  • Added the ability to to pre-register everything needed to avoid license checks in deployed applications.

Released: Jan 29, 2021

v10.1.x での更新項目

v10.1.1

Updated Feb 19, 2021

Fixes

  • Fixed BTreeBase lookups in cases where indexed field uses comparison array data (like a UInt64 field) and have lots of duplicates in objects indexed.

v10.1

Updated Jan 29, 2021

Features

  • Catalog now updates to the default database location automatically, in update transactions, after database files (*.odb) have been moved to a new directory/host.

Fixes

  • Fix for OptimizedPersistable.Update(Action codeBlock) so that it works for not yet persisted objects.
  • Fix for...

Released: Jan 6, 2021

v10.0.x での更新項目

v10.0

Updated Jan 6, 2021

Features

  • Simplifying VelocityDB on NuGet.
    • Now only the Microsoft .NET Standard 2.0 version is provided as it can be used on any C# platform.
    • The other build variants are still included in the download for now.
    • Removed all NuGet references to Frontenac Blueprints.
    • Certain projects now use .NET 5. You also need .NET 4.6.1 and .NET Core 3.1 (or 3.1.1). You can just apply the latest updates to Microsoft Visual Studio 2019 to be compatible.

Fixes

  • Bug fix to SessionBase...

Released: Apr 9, 2020

v9.1.x での更新項目

v9.1.2

Updated Aug 29, 2020

Fixes

  • Resolving sever performance degradation due to obfuscation.

v9.1.1

Updated Jul 25, 2020

Fixes

  • Disabled background index and page threads in SessionNoServerShared due to reported instability (probably in commit transaction). Added additional error checking and exception(s).

v9.1

Updated Apr 9, 2020

Features

  • DatabaseManagerCore added to enable browsing of .NET Core persisted data.

Released: Jan 10, 2020

v9.0 での更新項目

v9.0

Updated Jan 10, 2020

Features

  • VelocityDbCoreServer now built with Microsoft .NET Core 3.1 and installed as a Windows service. This enables using ServerClientSession with .NET Core applications. It also adds an expandable REST API to your VelocityDB .NET Core applications.
  • Added Trace output for when an attempt is made to add a duplicate key to a BTreeSet.

Released: Nov 24, 2019

v8.6 での更新項目

v8.6.1

Updated Dec 21, 2019

Fixes

  • VelocityGraph: Fix for allocation of new Edge id.

v8.6.0

Updated Nov 24, 2019

Features

  • VelocityDBCoreServer upgraded to Microsoft  .NET Core 3 but will not currently start as a service, .NET Core applications using ServerClientSession must also run VelocityDBCoreServer.

Fixes

  • Fixed a regression introduced in v8 where a session that creates initial databases; 0.odb, 1.odb, 2.odb is switched to Pessimistic locking mode even when Optimistic was requested.

Released: Oct 23, 2019

v8.5 での更新項目

不具合の修正

  • Fix a problem reading nullable Enum values.
  • Add AddRange and InsertRange to VelocityDbList and WeakReferenceList.
  • Disabling service install of VelocityDbCoreServer as there is an unresolved startup issue.

Released: Jul 28, 2019

v8.4 での更新項目

機能

  • Adds option for strong referenced database caching in all session constructors and turn it on as default to avoid rapid garbage collection of entire databases.
    This change can significantly improve performance as drastically fewer disk reads may be required.