Go OJAI Thin Client 1.0.1 Release Notes
Describes updates to the Go OJAI Thin Client for version 1.0.1.
These release notes contain only HPE-specific information and are not necessarily cumulative
in nature. For information about how to use the release notes, see Ecosystem Component Release Notes.
Version | 1.0.1 |
Release Date | May 2022 |
Source on GitHub | https://github.com/mapr/maprdb-go-client/tags |
GitHub Release Tag | https://github.com/mapr/maprdb-go-client/releases/tag/1.0.1 |
Maven Artifacts | https://repository.mapr.com/maven/ |
Documentation | Using the Go OJAI Client |
New in This Release
The Go OJAI Thin Client version 1.0.1 introduces the following enhancements or HPE
platform-specific behavior changes:
- Go OJAI Thin Client version 1.0.1 is updated to support GoLang 1.15 and later.
- A new
sslValidate
property has been added. For more information, see Getting Started with the Go OJAI Client. - Go OJAI Thin Client version 1.0.1 adds support for an escape character with the
$like
operator. - The
checkAndReplace
call has been fixed for use with thin clients. Previously,checkAndReplace
worked properly for the Java client but returned the wrong response when used with thin clients.
Fixes
This thin client version includes the following fixes:
GitHub Commit Number | Date (YYYY-MM-DD) | HPE Fix Number and Description |
b81baf9a | 2020-10-07 | MAPRDB-2311 - (Update Go Client) Support Special Characters in OJAI Connection String |
136f406c | 2021-12-23 | MAPRDB-2302 Fixed connecting for go 1.16+ |
1feb94ed | 2021-01-26 | MAPRDB-2367 [maprdb ojai golang client] Expected response on checkAndReplace changed |
67831873 | 2021-10-28 | MAPRDB-2478 added support of Escape Character with $like operator |
For details, refer to the commit log for this project in GitHub.
Known Issues and Limitations
None.
Resolved Issues
Fixed an issue in which the thin client did not work with GoLang 1.16+.