Skip to content

0.1.0

Compare
Choose a tag to compare
@xqrzd xqrzd released this 12 Mar 02:39
· 40 commits to main since this release
453ae2f

First non-preview version!

New features:

  • Enable source link and deterministic builds #202
  • Add simple object mapper #208
  • Add scanner CountAsync() extension method #210
  • Add ability to require authn/encryption #212

Optimizations and refactors:

  • Remove special NaN encoding #204
  • Minor cleanup and optimization in SSE key encoder #205
  • Improve getting raw/binary values from ResultSet #209
    • Rename GetRawFixed() to GetSpan(), which now works for all data types
    • GetBinary() now returns a byte[]
    • Add GetNullableBinary() for consistency

Bug fixes:

  • Fix a rare race condition that could lead to a bad connection being cached indefinitely #206

Testing:

  • Various minicluster improvements #217