github vaticle/typedb 2.3.1
TypeDB 2.3.1

latest releases: 2.28.0-rc0, 2.27.0, 2.27.0-rc0...
2 years ago

Install & Run: http://docs.vaticle.com/docs/running-typedb/install-and-run

New Features

Bugs Fixed

  • Prevent SIGSEGV when using a closed RocksIterator
    Using a RocksIterator after it is closed can cause a SIGSEGV, which crashes the server. #6382 introduced a new API on RocksIterator that was not protected against close() race conditions, which is now corrected.

  • Replace next() with first() to ensure resources are closed
    As mentioned in #6404 we occasionally use iterator.next() instead of .first(). This can cause iterators to remain open and un-recycled until much later when finalised. We should use terminating iterator operations such as first() when only retriving one element from an iterator.

Code Refactors

Other Improvements

  • Custom base Docker image for TypeDB Server
    Update all of the system libraries in TypeDB Server Docker image to make sure they don't contain any vulnerabilities.

Don't miss a new typedb release

NewReleases is sending notifications on new releases.