Releases: nitishm/go-rejson
Releases · nitishm/go-rejson
v4.2.0
What's Changed
- bug fixed for issue #64 by @TinusChen in #65
- Update README.md to include installation command for v4 by @dc-dc-dc in #66
- Update README.md example log message by @prabeshmagar in #67
- add support for redis v9 by @YafimK in #72
New Contributors
- @TinusChen made their first contribution in #65
- @dc-dc-dc made their first contribution in #66
- @prabeshmagar made their first contribution in #67
- @YafimK made their first contribution in #72
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Major Changes
Removed the direct dependency of both Redis clients connection types to their corresponding interfaces for having additional flexibility in passing connection.
Discussions: #53 #62 #63
All Changes
- ci: move to github actions from travis by @Shivam010 in #48
- Update README.md to add missing context by @hkairi in #49
- Add Github actions for Pull Requests by @breno12321 in #58
- Fix encoding to work with Cyrillic and Portuguese accentuation by @breno12321 in #57
- [skip ci] add note for redislabs/rejson:1.0.8 by @Shivam010 in #59
- Compatibility with rejson:latest 2.0.6 by @breno12321 in #60
- Adding support for different types of connections provided by libraries by @Shivam010 in #62
New Contributors
- @hkairi made their first contribution in #49
- @breno12321 made their first contribution in #58
Full Changelog: v4.0.0...v4.1.0
v4.0.0
- This release will upgrade the version of
go-redis/redis
fromv7.4.0
tov8.4.4
. - Also, this will now support command level
Context
handling as supported bygo-redis
. - And as
redigo
does not support Context yet the methodSetContext
will be meaningless for the client, and it's will be backward compatible.
Version Bumps
This release will upgrade the version of the following:
go-redis/redis
from v6.15.1 to v7.4.0gomodule/redigo
to v1.8.2golang
version to 1.14
Note: Though golang version is marked as 1.14, you can use
go-rejson
with any go version supporting Go modules