Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Releases: amsokol/go-ignite-client

v1.0.0-beta.2

28 Jun 08:46
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

(ignite-sql-http) SQL driver only

Changes since v1.0.0-beta.1:

  • refactored (removed useless structs and interfaces)

v1.0.0-beta.1

27 Jun 20:48
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

(ignite-sql-http) SQL driver only

Major changes since v1.0.0-alpha.2:

  • project structure has refactored dramatically
  • added different Ignite versions (1.x.x and 2.x.x) support
  • added server pool
  • some BUGs fixed
  • updated examples
  • updated documentation

v1.0.0-alpha.2

25 Jun 17:01
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

(ignite-sql-http) SQL driver only

Changes since v1.0.0-alpha.1:

  • added HTTP Basic Authentication with the provided username and password
  • fixed BUG: rows object does not check is rows object closed
  • fixed BUG: statement object does not check is statement object closed
  • fixed BUG: some connection methods do not check if connection is closed
  • code is refactored
  • updated documentation

Issues (will be fixed soon):

  • Fields with type Time and Date are not supported yet
  • Fields with type Binary are not supported yet

v1.0.0-alpha.1

25 Jun 12:34
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

(ignite-sql-http) SQL driver only

Issues (will be fixed soon):

  • Fields with type Time and Date are not supported yet
  • Fields with type Binary are not supported yet