Releases: colinmollenhour/credis
Releases · colinmollenhour/credis
v1.16.1
What's Changed
- Add 'discard' function type-hint (uses in multi/exec) & adjust a few return type hints by @Xon in #183
- Fix a typo by @szepeviktor in #185
- Tests for php 8.3 and php 8.4 by @Xon in #186
- Fix for warning Trying to access array offset on value of type bool by @xtremevision in #188
New Contributors
- @szepeviktor made their first contribution in #185
- @xtremevision made their first contribution in #188
Full Changelog: v1.16.0...v1.16.1
v1.16.0
- Fixed PHP CS errors for build passing
- Fixed deprecation warning with use of strlen on null arguments
- Cleaned up various IDE errors and improved vardocs
- Wrapped some unlikely RedisExceptions with CredisException
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- Use const keyword instead of define function for CRLF by @wxiaoguang in #174
- Reformat code, update comment of Credis_Client __construct by @wxiaoguang in #175
- Add php 8.2 to testing matrix by @Xon in #179
- Fix hKeys method signature by @Xon in #178
- Smooth over mget quirks between credis/phpredis modes by @Xon in #180
- Fixes for scan/sscan/zscan/hscan & transaction/multi handling by @Xon in #181
New Contributors
- @wxiaoguang made their first contribution in #174
Full Changelog: v1.14.0...v1.15.0
Fix compatibility with PHP 8.2
Fix for 'null' port number
Support username for ACL auth for Redis v6+
Support username for ACL auth for Redis v6+ (#161) * Pass scheme to redis connections * Update tests to use upstream redis * ACL Auth requires phpredis v5.3+ * Improve compatibility with phpredis pre-v5.3 Co-authored-by: kodumbeats <[email protected]>
PHP 8.1 Support
Add master only flag to getCluster method
-add masterOnly parameter in getCluster fuction (#146) Co-authored-by: Chuang Zhang <[email protected]>
Add masterOnly flag for Credis_Sentinel#createCluster
-add master only mode (#145) Co-authored-by: Chuang Zhang <[email protected]>
Update VERSION constant after last release
v1.11.4 Update VERSION constant