Skip to content

Tags: SnowBankSDK/foundationdb-dotnet-client

Tags

7.3.2

Toggle 7.3.2's commit message
JSON: fix nullability of JsonArray.FromValues(ReadOnlySpan<string?>) 

7.3.1

Toggle 7.3.1's commit message
Build: fix or add missing README.md files for nuget packages 

7.3.1-preview.2

Toggle 7.3.1-preview.2's commit message
Build: import VersionInfo.props in JSON codegen package to pack with … …correct version and metadata

7.3.1-preview.1

Toggle 7.3.1-preview.1's commit message
Fdb: fix link to OSX native lib + nuget version range - use proper path to ARM64 OSX dylib - fix nuget package version range so that it can be uploaded to nuget.org

7.3.0-preview2

Toggle 7.3.0-preview2's commit message
FDB: initial implementation of FqlQuery.EnumerateDirectories() - find all directory subspaces that match a fql query - ex: `/foo/<>/baz` will match `/foo/bar/baz`

7.0.0-preview1

Toggle 7.0.0-preview1's commit message
Retarget to net5.0 (#109) 

6.2.0-preview1

Toggle 6.2.0-preview1's commit message
Bump to v6.2.0-preview 

5.2.1-preview2

Toggle 5.2.1-preview2's commit message
Quick fix of build/test scripts for .NET Core - Can only build with netcoreapp2.2 on linux - add a test.bat/test.sh script - needs to be improved!

5.2.0-preview1

Toggle 5.2.0-preview1's commit message
Refactored FdbRangeChunk and fixed bug when reading only values - FdbRangeChunk is now a class that implements IReadOnlyList<KeyValuePair<Slice, Slice>> - Added .Keys and .Values pseudo-collections - When reading only the values, we still need to load the first and last key of the chunk to make pagination work (fixes a nullref with multi-page result sets) - Renamed ".Chunk" property into ".Items" to prevent "chunk.Chunk.Length" ugliness in app code. - Old Chunk property is marked obsolete and will be removed soon

5.1.0-alpha2

Toggle 5.1.0-alpha2's commit message
Fix ILRepacking of FdbTop