Skip to content
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 @@ -25,15 +25,15 @@ RedisGears v1.2.12 requires:

This is a maintenance release for RedisGears 1.2

Update urgency: `LOW`: No need to upgrade unless there are new features or fixes.
Update urgency: `HIGH`: There is a critical bug that may affect a subset of users. Upgrade!

Details

- Bug fixes:
- [#1125](https://github.com/redisgears/redisgears/pull/1125) The same registration ID might be generated twice. This may lead to an RDB corruption.
- [#1121](https://github.com/redisgears/redisgears/pull/1121) Recreate the virtual environment on startup. Fixes an issue where the virtual environment might point to the old version of the Python interpreter.
- [#1122](https://github.com/redisgears/redisgears/pull/1122) Clear the last error after a successful run to avoid confusion if the error is relevant.
- [#1122](https://github.com/redisgears/redisgears/pull/1122) Clear not-yet-started executions after unregister, pause, or error on registration occcurs. (MOD-8184)
- [#1125](https://github.com/redisgears/redisgears/pull/1125) Fixes an issue where duplicate registration IDs are generated.

## 1.2.10 (October 2024)

Expand Down
Loading