Skip to content

Releases: sclgo/impala-go

v1.0.0 - First stable release

24 Jan 15:20
34d0d16
Compare
Choose a tag to compare

This is the first stable release! The API is stable and all updates will be according to https://semver.org/ spec,
enforced by the official gorelease tool.
Since this is a database/sql driver, no breaking changes are expected in foreseeable future.

What's Changed since v0.2

  • fix: don't lock up on HMS errors by @murfffi in #31
  • tests: enhanced integration tests to cover ? placeholders by @murfffi in #32
  • docs: design doc and better example code by @murfffi in #33
  • tests: integration tests for connection-scoped state and context canc… by @murfffi in #35
  • fix: root CA support regression by @murfffi in #37
  • cleanup: remove dependency on docker-compose by @murfffi in #38
  • tests: add golang-ci by @murfffi in #39
  • tests: gorelease by @murfffi in #42
  • tests: check for dependency leaks by @murfffi in #43

Full Changelog: v0.2.0...v1.0.0

v0.2.0

13 Jan 08:17
d9dafa1
Compare
Choose a tag to compare

What's Changed

  • tests: test with Impala4 by @murfffi in #13
  • fix: return full results from queries that run longer by @murfffi in #15
  • move all implementation code to internal by @murfffi in #16
  • feature: Metadata.GetSchemas by @murfffi in #27
  • fix: #4 pingcontext returns badconn in more cases by @murfffi in #28
  • and testing improvements

Full Changelog: v0.1.1...v0.2.0

v0.1.1 - Fixes

29 Dec 19:32
5f64a77
Compare
Choose a tag to compare

Important fixes and a preview of Metadata API

v0.1.0 - initial public release

23 Dec 06:35
Compare
Choose a tag to compare
Initial release under new module name