All notable changes to the Sigmyne/redisx library will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.3] - 2026-02-16
Maintenance release.
Fixed
Changed
- Disconnecting a Redis instance now shuts down reads on its clients immediately, ensuring that we don't wait forever on blocked reads.
- No incomplete array warnings from disabled (closed) clients.
[1.0.2] - 2025-11-17
Maintenance release.
Changed
- #13: Replaced deprecated inet_addr() and inet_ntoa() functions with more modern equivalents, which support IPv6 also.
[1.0.1] - 2025-08-01
Bug fix release.
Fixed
- IPv6 host name resolution.
Changed
- Sockets are now always initialized with SO_LINGER disabled. Previously that was the case only when a timeout value was configured.
- More consistent distinction between debug messages (i.e. error traces), verbose output, and warning messages.
[1.0.0] - 2025-05-06
Initial public release.