Skip to content

Releases: amsokol/ignite-go-client

v0.12.2

04 Jan 10:19
Compare
Choose a tag to compare

Fixed bugs:

  • Go lang SQL driver convert int8, int16, int32 to int64 by default #25
  • UUID is written/read to/from Ignite incorrectly #26

v0.12.1

01 Jan 18:35
f6d19ce
Compare
Choose a tag to compare
  • Apache Ignite 2.5+ is supported (v2.4 and v2.5+ have incompatible handshake request formats)
  • Add comment regarding credentials and TLS config in example code #20

v0.12.0

30 Dec 07:28
Compare
Choose a tag to compare

Improvements:

  • Add Apache Ignite 2.7 support #19
  • Remove "dep" support #18
  • Update dependencies #17

BUGs fixed:

  • error go get #14
  • Invalid handshake message #15

v0.11.0

28 Jul 07:57
Compare
Choose a tag to compare

New features:

  • Added Apache Ignite 2.6 support #11
  • Added Go 1.11 support #12

v0.10.0

03 Jun 07:56
317cae8
Compare
Choose a tag to compare

Added thin client protocol v1.1.0 support (Apache Ignite 2.5):

  • Added TSL support #4
  • Added support for username and password to handshake #9

v0.9.0

13 May 10:01
Compare
Choose a tag to compare

New features:

  • Added OP_QUERY_SCAN and OP_QUERY_SCAN_CURSOR_GET_PAGE support #7

v0.8.0

08 May 12:31
Compare
Choose a tag to compare

New features:

  • Add non-binary Complex object type support #3
  • Implemented OP_QUERY_SQL and OP_QUERY_SQL_CURSOR_GET_PAGE operations #6

Notes:
Looks like Apache Ignite 2.5 will have TLS support for thin binary client endpoint.
Unfortunately golang TLS package does not support context.
That's the reason why context parameter has been removed from Client connect function.

v0.7.0

05 May 06:40
Compare
Choose a tag to compare

Core of the client is dramatically refactored to make it more clear.
Backward compatibility is broken a little but.
I'm sorry.

New Features:
added support for "UUID (Guid) array", "Date array", "Timestamp array", "Time array" types

v0.6

15 Apr 06:16
Compare
Choose a tag to compare

Production ready

v0.5

14 Apr 13:17
Compare
Choose a tag to compare