Skip to content

Releases: sclgo/impala-go

v1.2.1 - Dependency refresh

04 Aug 07:00
9e05004
Compare
Choose a tag to compare
chore: updates direct dependencies (#78)

thrift was updated to 0.22 so bindings
were regenerated

Testing Done: make test

v1.2.0

02 May 16:28
f00ff23
Compare
Choose a tag to compare

Highlights

  • feat: support for decimal, column length, precision, scale by @murfffi in #73
  • fix: fix query behavior to be predictably lazy by @murfffi in #77

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Apr 09:19
1fbe43b
Compare
Choose a tag to compare

Highlights

  • feat: allow TLS connections with built-in certs by @murfffi in #62
  • feat: report rows affected from DML queries by @murfffi in #68
  • feat: add column retrieval to metadata API by @murfffi in #69
  • feat: return specific error when authentication with password fails by @murfffi in #70

Full Changelog: v1.0.2...v1.1.0

v1.0.2 - deps refresh

25 Mar 08:54
0f4a473
Compare
Choose a tag to compare

What's Changed

  • chore: update direct dependencies and transitive ones with sec. issues by @murfffi in #61

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Fixes

14 Feb 09:11
0e437a3
Compare
Choose a tag to compare

What's Changed

  • fix: ldap auth with tls regression and new integration tests by @murfffi in #50
  • fix: scan type of float columns by @murfffi in #52

Full Changelog: v1.0.0...v1.0.1

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