Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2025

Bumps predis/predis from 2.4.0 to 3.2.0.

Release notes

Sourced from predis/predis's releases.

v3.2.0

Added

  • Added support for XDELEX and XACKDEL (#1580)
  • Added missing VSIM argument (#1582)

Changed

  • Extended XTRIM and XADD commands with new parameters (#1580)

Maintenance

  • Updated Redis 8.2 test image (#1583)
  • Added test coverage for updated Vamana (#1584)

v3.1.0

Added

  • Add experimental support for vector sets commands (#1550)
  • Added support for XACK command (#1555)
  • Added support for XCLAIM command (#1557)
  • Added support for XPENDING command (#1558)
  • Added support for XSETID command (#1559)
  • Added validation and support for the new BITOP command operations (#1566)

Changed

  • Handle and retry LOADING errors from Sentinel replicas (#1536)
  • Retry all exceptions from Sentinel replicas (#1577)

Fixed

  • Fixed PHP 8.4 deprecated call to stream_context_set_option() (#1545)
  • Fixed return type for ZCOUNT to be int (#1547)
  • Fixed throwing CommunicationException when stream is EOF (#1548)
  • Removed automatic conn_uid parameter assignment (#1552)
  • Fixed wrong command API call on prefix processing (#1554)
  • Fixed XREAD response parsing while read null (#1563)
  • Fixed XINFO command responses parsing (#1560)
  • Marked missing commands as Prefixable (#1576)

v3.0.1

Fixed

  • Send default user if only password is used for authentication (#1535)

v3.0.0

Added

  • ⚠️ Added support for transactions for clustered connections (#1497)
  • Added support for RESP3 communication protocol (#1047)
  • Added support for RESP3 push notifications (#1316)
  • Added support for Sharded Pub/Sub (#1303)
  • Added support for XGROUP commands (#1324)
  • Added support for XREADGROUP command (#1327)
  • Added support for XAUTOCLAIM command (#1328)
  • Added support for XINFO commands (#1331)
  • Added support for Redis 7.4 XREAD and HSCAN interface changes (#1452)

... (truncated)

Changelog

Sourced from predis/predis's changelog.

v3.2.0 (2025-08-05)

Added

  • Added support for XDELEX and XACKDEL (#1580)
  • Added missing VSIM argument (#1582)

Changed

  • Extended XTRIM and XADD commands with new parameters (#1580)

Maintenance

  • Updated Redis 8.2 test image (#1583)
  • Added test coverage for updated Vamana (#1584)

v3.1.0 (2025-07-22)

Added

  • Add experimental support for vector sets commands (#1550)
  • Added support for XACK command (#1555)
  • Added support for XCLAIM command (#1557)
  • Added support for XPENDING command (#1558)
  • Added support for XSETID command (#1559)
  • Added validation and support for the new BITOP command operations (#1566)

Changed

  • Handle and retry LOADING errors from Sentinel replicas (#1536)
  • Retry all exceptions from Sentinel replicas (#1577)

Fixed

  • Fixed PHP 8.4 deprecated call to stream_context_set_option() (#1545)
  • Fixed return type for ZCOUNT to be int (#1547)
  • Fixed throwing CommunicationException when stream is EOF (#1548)
  • Removed automatic conn_uid parameter assignment (#1552)
  • Fixed wrong command API call on prefix processing (#1554)
  • Fixed XREAD response parsing while read null (#1563)
  • Fixed XINFO command responses parsing (#1560)
  • Marked missing commands as Prefixable (#1576)

v3.0.1 (2025-05-16)

Fixed

  • Send default user if only password is used for authentication (#1535)

v3.0.0 (2025-05-02)

Added

  • ⚠️ Added support for transactions for clustered connections (#1497)
  • Added support for RESP3 communication protocol (#1047)
  • Added support for RESP3 push notifications (#1316)
  • Added support for Sharded Pub/Sub (#1303)
  • Added support for XGROUP commands (#1324)
  • Added support for XREADGROUP command (#1327)
  • Added support for XAUTOCLAIM command (#1328)
  • Added support for XINFO commands (#1331)
  • Added support for Redis 7.4 XREAD and HSCAN interface changes (#1452)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 8, 2025
Bumps [predis/predis](https://github.com/predis/predis) from 2.4.0 to 3.2.0.
- [Release notes](https://github.com/predis/predis/releases)
- [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md)
- [Commits](predis/predis@v2.4.0...v3.2.0)

---
updated-dependencies:
- dependency-name: predis/predis
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/predis/predis-3.2.0 branch from eaec613 to 8571383 Compare August 8, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update php code
Development

Successfully merging this pull request may close these issues.

0 participants