content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md
RedisJSON v2.6.22 requires:
This is a maintenance release for RedisJSON 2.6.
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Details:
Improvements:
This is a maintenance release for RedisJSON 2.6.
Update urgency: MODERATE: Program an upgrade of the server, but it's not urgent.
Details:
Bug fixes
JSON.DEL doesn’t delete all matching object members / array elements (MOD-11032, MOD-11067).This is a maintenance release for RedisJSON 2.6.
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Details:
Bug fixes
Improvements:
This is a maintenance release for RedisJSON 2.6
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Details:
Bug fixes:
JSON.DEBUG MEMORY (MOD-8412)Improvements:
This is a maintenance release for RedisJSON 2.6
Update urgency: MODERATE: Program an upgrade of the server, but it's not urgent.
Details:
Bug fixes:
This is a maintenance release for RedisJSON 2.6.
Update urgency: MODERATE: Program an upgrade of the server, but it's not urgent.
Details:
Bug fixes:
This is a maintenance release for RedisJSON 2.6.
Update urgency: MODERATE: Program an upgrade of the server, but it's not urgent.
Details:
Improvements:
Bug fixes:
This is a maintenance release for RedisJSON 2.6.
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Details:
{{<note>}} RHEL 7 is no longer supported as of v2.6.8. {{</note>}}
This is a version number alignment with RedisJSON for Redis Enterprise (with Active-Active support).
This is a maintenance release for RedisJSON 2.6.
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Details:
This is a maintenance release for RedisJSON 2.6.
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Details:
This is just a version number alignment with RedisJSON for Redis Enterprise (with Active-Active support).
This is the General Availability release of RedisJSON 2.6.
RedisJSON 2.6 introduces support for RESP3 and new commands.
Introduce [JSON.MERGE]({{< relref "commands/json.merge" >}}) in compliance with RFC 7396, supporting:
Creating new attributes on an existing JSON document
Updating and replacing values in parent and child attributes
Deleting existing attributes (by setting the value to null)
Array update - replacing an entire array with the new value
Introduce [JSON.MSET]({{< relref "commands/json.mset" >}}), supporting atomic multiple sets for keys in the same hash slot
New FORMAT argument in JSON.ARRPOP and JSON.GET to retrieve the results as JSON strings or RESP3 hierarchical structures (RESP3 only)
JSON.RESP is now regarded as deprecated
Legacy paths (paths that don't start with either $. or $[ or equal to $), except those starting with ., are now deprecated
{{<note>}}
The version inside Redis will be 2.6.4 in semantic versioning. Since the version of a module in Redis is numeric, we could not add a GA flag.
Minimal Redis version: 7.2 {{</note>}}