- Added support for 4 additional segment operators and their evaluation.
isNot
,notContains
,notStartsWith
,notEndsWith
. - Added
IsConnected()
function which returns status of SDK client and server connection as boolean. - Fixed vulnerable packages.
- The region constants are discouraged and it is advised to check the region link in README.md.
BREAKING CHANGE
- The minimum supported go version is go1.23.4
Full Changelog: v0.5.6...v0.5.7