Releases: warrenfalk/rocksdb-sharp
v6.2.2
v5.17.2
Update to RocksDb 5.17.2
- 32-bit builds of the RocksDb binary are no longer distributed (they will still work, if they can be built, but must be packaged manually)
- New implementations for
- CheckPoint
- WriteBatch.PopSavePoint()
- DbOptions.SetMaxFileOpeningThreads()
- new functions on SstFileWriter
- BlockBasedTableOptions.SetBlockCache()
- Several bug fixes
- Deprecated some functions and enumerations which are replaced in upcoming versions
v5.4.6.10
Fix several bugs
Switch from long to UIntPtr for native size_t
v5.4.6.9
Fix GC-move bug with SetUpperBound() and Iterators
Fix some project settings
Fix a posix shared library loading bug for non-matching native versions
Add (nonconfigurable) CompactRange() functionality
v5.4.6.7
This release reorganizes RocksDbSharp and RocksDbNative so that the latter is a proper csproj with an assembly output. This fixes the problem with using RocksDbSharp in a unit test environment as well as any environment that uses shadow copying or runs from a different codebase than usual.
The native libraries have been removed from the RocksDbSharp csproj and moved to a new RocksDbNative csproj. The RocksDbNative csproj now also builds an assembly with a single class and a single method for getting the codebase. If you previously had a project reference to the RocksDbSharp project, native binaries were automatically copied for you. This is no longer true and not desired. Now the project reference works like the package reference and you should add a project reference to RocksDbNative to get the native binaries.
v5.4.6.2
RocksDbSharp v5.4.6 (rocksdb 5.4.6)
RocksDbNative v5.4.6.2
Portable native build (no avx2)
v5.4.6
RocksDbSharp v5.4.6 (rocksdb 5.4.6)
- Improve native library search algorithm to work with shadow copying
- Add support for custom comparators
- Add support for Env
- Add support for SstFileWriter
- Add support for WriteBatchWithIndex
- Update to rocksdb 5.4.6
v5.3.4.1
RocksDbSharp v5.3.4.1 (rocksdb 5.3.4)
Fix native load bug on Mono 5
Remove unused native dependency in Linux native binary
v5.3.4
RocksDbSharp v5.3.4.0 (rocksdb 5.3.4)
v5.2.1
RocksDbSharp v5.2.1.0 (rocksdb 5.2.1)
Update to RocksDb 5.2.1
Add ListColumnFamilies to high level
Correctly support netstandard1.6