Skip to content

Releases: nitishm/go-rejson

v4.2.0

17 Jan 12:52
d2aa875
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

17 Feb 14:23
0f5ba3d
Compare
Choose a tag to compare

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

Full Changelog: v4.0.0...v4.1.0

v4.0.0

26 Dec 18:03
85dc0dc
Compare
Choose a tag to compare
  • This release will upgrade the version of go-redis/redis from v7.4.0 to v8.4.4.
  • Also, this will now support command level Context handling as supported by go-redis.
  • And as redigo does not support Context yet the method SetContext will be meaningless for the client, and it's will be backward compatible.

Version Bumps

16 Jul 09:36
Compare
Choose a tag to compare

This release will upgrade the version of the following:

  • go-redis/redis from v6.15.1 to v7.4.0
  • gomodule/redigo to v1.8.2
  • golang 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

v2.0.0

27 Jan 17:33
9b731b1
Compare
Choose a tag to compare

Version 2.0.0 provides support for go-redis while breaking backwards compatibility.

  • Major changes in the library provide abstractions for multiple redis clients (redigo and go-redis).

v1.0.0

13 Jan 22:21
80d4d70
Compare
Choose a tag to compare

v1.0.0

This release of the go-rejson library, is a feature complete implementation of the ReJSON module in Go.

NOTE: The v1.0.0 release is tightly coupled with redigo, Redis Go Client library and does not support other client libraries.