Releases: databendlabs/databend-go
Releases · databendlabs/databend-go
Release v0.7.3
What's Changed
- fix: Unmarshal resp if possible by @flaneur2020 in #148
Full Changelog: v0.7.2...v0.7.3
release v0.7.2
fix: tolerant that node_id may be missing. (#144)
v0.7.1
What's Changed
- fix: test format_null_as_str with conn by @everpcpc in #139
- ci: add test for variable. by @youngsofun in #137
- fix pass user-agent by @flaneur2020 in #138
- bump up version to 0.7.1 by @flaneur2020 in #140
- fix: trailing space on version by @flaneur2020 in #141
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- feat: generate random routehint to make load balancing easier by @flaneur2020 in #134
- feat: support nullable api response data by @everpcpc in #133
- chore: bump version to 0.7.0 by @everpcpc in #136
Full Changelog: v0.6.8...v0.7.0
v0.6.8
v0.6.7
What's Changed
- chore: upgrade version 063 by @hantmac in #121
- feat: add a release workflow by @hantmac in #122
- Fix: release yaml by @hantmac in #123
- fix: session params config by @hantmac in #124
- feat: bump version to 0.6.5 by @hantmac in #125
- fix: support ExecContext cancel query by @hantmac in #127
- feat: check node id for next_uri. by @youngsofun in #126
- feat: Bump version to 0.6.6 by @hantmac in #128
- feat: add route hint support by @flaneur2020 in #130
- chore: delete .github/workflows/release.yaml by @everpcpc in #131
Full Changelog: v0.6.3...v0.6.7
Release v0.6.6
Release 0.6.5
- Fix session param config #124
Release 0.6.4
- fix release yaml #123
- add release workflow