Skip to content

v0.9.0 - Improved performance, Column Types

Pre-release
Pre-release
Compare
Choose a tag to compare
@AsafMah AsafMah released this 09 Nov 10:32
· 145 commits to master since this release
746cf1c

What's Changed

  • Deprecate AllowWrite - now it is the default like in other SDKs.
  • Remove mutex from query client. Now queries can run in parallel, achieving much better performance.
  • Fix Column.Type assignment. Was using string, now using types. by @jesseward
  • Lint and test fixes

New Contributors

Full Changelog: v0.8.1...v0.9.0