Ignite Go Client Versions Save

Apache Ignite (GridGain) Go language client and SQL driver

v0.12.2

5 years ago

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

5 years ago
  • 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

5 years ago

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

5 years ago

New features:

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

v0.10.0

5 years ago

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

6 years ago

New features:

  • Added OP_QUERY_SCAN and OP_QUERY_SCAN_CURSOR_GET_PAGE support #7

v0.8.0

6 years ago

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

6 years ago

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

6 years ago

Production ready