Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redisjson 1.0.8 release notes #1508

Merged
merged 2 commits into from
Aug 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ weight: 100
alwaysopen: false
categories: ["Modules"]
---
## v1.0.8 (August 2021)

This is a maintenance release for version 1.0.

Update urgency: `LOW` - No need to upgrade unless there are new features you want to use.

Details:

- Enhancements:
- #[257](https://github.com/redisjson/redisjson/issues/257) Support inter shards TLS capability

- Bug fixes:
- #[282](https://github.com/redisjson/redisjson/issues/282) Change [JSON.DEBUG](https://oss.redislabs.com/redisjson/commands/#jsondebug) first key index to 2


## v1.0.7 (December 2020)

This is a maintenance release for version 1.0.
Expand Down Expand Up @@ -53,4 +68,4 @@ default parameters). The cache policy is LRU (last recently used), and extremely
small items are not cached.

In the future, options may be added to configure the cache, but for the time being
the cache is intended to be small and transparent.
the cache is intended to be small and transparent.