v0.9.0 - Improved performance, Column Types
Pre-release
Pre-release
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
- @jesseward made their first contribution in #117
Full Changelog: v0.8.1...v0.9.0