What's Changed
- Fix checkptr misalignment in getBytes for non-inlined strings by @krleonid in #148
- Add JSON marshal/unmarshal for OrderedMap by @krleonid in #147
- Fix O(N²) bind parameter lookup with O(N) map pre-build by @krleonid in #144
- Support named args in the Arrow interface by @lscheibel in #143
- Add CI race tests by @mlafeldt in #150
- Fix connector and appender cleanup edge cases by @mlafeldt in #149
- Bump to v1.5.4 by @mlafeldt in #151
New Contributors
- @lscheibel made their first contribution in #143
Full Changelog: v2.10503.1...v2.10504.0