Skip to content

Releases: colinmollenhour/credis

v1.16.1

04 Jul 15:09
f11a89f
Compare
Choose a tag to compare

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

Full Changelog: v1.16.0...v1.16.1

v1.16.0

26 Oct 17:06
Compare
Choose a tag to compare
  • 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

18 Apr 15:37
2881043
Compare
Choose a tag to compare

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

Full Changelog: v1.14.0...v1.15.0

Fix compatibility with PHP 8.2

09 Nov 01:22
dccc8a4
Compare
Choose a tag to compare

Now requires PHP 5.6+

What's Changed

  • php 8.2 compatibility update by @Xon in #171

Full Changelog: v1.13.1...v1.14.0

Fix for 'null' port number

20 Jun 22:58
85df015
Compare
Choose a tag to compare

Support username for ACL auth for Redis v6+

07 Apr 14:58
afec8e5
Compare
Choose a tag to compare
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

24 Mar 18:21
77e6ede
Compare
Choose a tag to compare

Fix issue with PHP 8.1 (#159 & #160)

Add master only flag to getCluster method

06 Nov 16:09
c27faa1
Compare
Choose a tag to compare
-add masterOnly parameter in getCluster fuction (#146)

Co-authored-by: Chuang Zhang <[email protected]>

Add masterOnly flag for Credis_Sentinel#createCluster

03 Nov 14:50
efdf60d
Compare
Choose a tag to compare
-add master only mode (#145)

Co-authored-by: Chuang Zhang <[email protected]>

Update VERSION constant after last release

13 Oct 23:55
b458b7c
Compare
Choose a tag to compare
v1.11.4

Update VERSION constant