Releases: RedisLabsModules/redismodule-rs
Releases · RedisLabsModules/redismodule-rs
redis-module-v2.0.8
Fixed
- CI: Revamp the release pipeline, moving over to Trusted Publishing for all crates in the repository.
redis-module-macros-v2.0.8
Fixed
- CI: Revamp the release pipeline, moving over to Trusted Publishing for all crates in the repository.
redis-module-macros-internals-v2.0.8
Fixed
- CI: Revamp the release pipeline, moving over to Trusted Publishing for all crates in the repository.
redis-module-common-v0.1.1
Other
- Rename 'common' to 'redis-module-common'
Version 2.1.1
Version 1.0.2
Changes
- Avoid calling decode args if there are no args given when loading the module
Version 2.0.8
Changes
- Update the deny.toml file. (#388)
- Added support for defrag API. (#387)
- Derive the Default and Debug for the allocator. (#385)
- Add API to remove expiration for RedisKeyWritable (#276)
- Move is_empty() in RedisKeyWritable to its rightful place with the documentation. (#282)
- Add NEW key space notification flag (#377)
- Add cargo deny (#373)
Version 2.0.7
Version 2.0.5
Changes
- open key flags (#362)
- Add a Debug trait implementation for AclPermissions. (#359)
- Force post notification job callback to static lifetime (#357)
- Improves the info handler API. (#355)
- Added avoid_replication_traffic API (#356)
- Fix lifetime warning in Rust 1.70 (#352)
- Remove module name from log info and warning log messages (#353)
- Allow lock Redis from global detached context. (#350)
- Added cron server event. (#349)
- Make BlockingCallOptions public (#347)
- Added trimmed key space notification (#345)
- Fix arm build (#344)
- Added config changes server event (#343)
- The PR add support for blocking
RM_Call. (#333) - update readies for rocky (#342)