Releases: amsokol/ignite-go-client
Releases · amsokol/ignite-go-client
v0.12.2
v0.12.1
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.0
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
v0.6
v0.5
Developed:
Cache Configuration (https://apacheignite.readme.io/docs/binary-client-protocol-cache-configuration-operations)
Key-Value Queries (https://apacheignite.readme.io/docs/binary-client-protocol-key-value-operations)
SQL and Scan Queries (https://apacheignite.readme.io/docs/binary-client-protocol-sql-operations)
SQL driver