What's Changed
Enhancements 🎉
- feat: add HasData() bool to driver.Rows by @velom in #1796
url.Parseadoption from Go 1.25.7 by @M0rdecay in #1787- chore: enable
cloudandheadtest runs for all PRs by @kavirajk in #1798 - Add sql.Scanner support for all Geography types by @Onyx2406 in #1789
- AGENTS init by @kavirajk in #1809
- workflows: integrate claude code Github action for code-review by @kavirajk in #1811
- chore: fix the code-review CI error with enough rights. by @kavirajk in #1816
Bug Fixes 🐛
- chore: add test to lock single enum value behavior by @kavirajk in #1779
- fix: Panic when scanning nullable JSON using a pointer to
clickhouse.JSONby @erezrokah in #1770 - Fix #1775: omit absent JSON keys when scanning into map[string]any by @varundeepsaini in #1781
- fix: Fix connection slot leak when context is cancelled during acquire by @hermanschaaf in #1759
- Helper to disable profile events on the server-side by @varundeepsaini in #1782 and @kavirajk #1786
- fix: inconsistent results for nil in Json.AppendRow by @Laotree in #1771
- chore: fix
cloudandheadtest runs by @kavirajk in #1786 - chore: make PR from forks run cloud tests correctly by @kavirajk in #1803
- fix: release connection in batch.Close() when closeQuery() fails by @rbroggi in #1795
- chore: make cloud test runs on-demand only with labeling by @kavirajk in #1806
Other Changes 🛠
- chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 by @dependabot[bot] in #1769
- chore(deps): bump go.opentelemetry.io/otel/trace from 1.39.0 to 1.40.0 by @dependabot[bot] in #1767
- Update Cloud credentials by @peter-leonov-ch in #1776
- chore(deps): bump go.opentelemetry.io/otel/trace from 1.40.0 to 1.41.0 by @dependabot[bot] in #1783
- doc: update README to update outdated content by @kavirajk in #1805
New Contributors
- @peter-leonov-ch made their first contribution in #1776
- @varundeepsaini made their first contribution in #1781
- @hermanschaaf made their first contribution in #1759
- @Laotree made their first contribution in #1771
- @M0rdecay made their first contribution in #1787
- @velom made their first contribution in #1796
- @Onyx2406 made their first contribution in #1789
Full Changelog: v2.43.0...v2.44.0