sylwiaszunejko
released this
20 Sep 11:54
·
142 commits
to master
since this release
What's Changed
This release adds new API for tracing, introduces initial reconnection policy and adds workflow to delete old docker images for the purpose of future advanced CI. Additionally some refactoring was done and couple of bugs fixed.
- Expose driver name/version configuration on cluster config level and change default driver name by @dkropachev in #228
- Simplify IDGenerator and reduce collission rate by @dkropachev in #223
- Bug fix: Add matching case for unmarshalling nil uuid column by @izenhaim in #235
- Introduce initial reconnection policy by @dkropachev in #231
- Expand cluster validation and move SSL initialization to the validation step by @dkropachev in #245
- Add new API for tracing by @sylwiaszunejko in #247
- Refactor awaitSchemaAgreement logic by @sylwiaszunejko in #256
- Fix ErrNoConnections from defaultConnectionPicker.Remove code by @glutamatt in #257
- Add workflow to delete old docker images by @sylwiaszunejko in #269
New Contributors
- @izenhaim made their first contribution in #235
- @mrsinham made their first contribution in #239
- @glutamatt made their first contribution in #257
Full Changelog: v1.14.3...v1.14.4