Skip to content

Comments

chore(deps-dev): bump predis/predis from 2.4.0 to 3.2.0#288

Merged
rancoud merged 1 commit intomasterfrom
dependabot/composer/predis/predis-3.2.0
Aug 6, 2025
Merged

chore(deps-dev): bump predis/predis from 2.4.0 to 3.2.0#288
rancoud merged 1 commit intomasterfrom
dependabot/composer/predis/predis-3.2.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps predis/predis from 2.4.0 to 3.2.0.

Release notes

Sourced from predis/predis's releases.

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)

Changed

  • ⚠️ Refactored Relay integration (#1423)
  • ⚠️ Changed interface of CLIENT command (#1337)
  • ⚠️ Changed interfaces for commands to support Redis 6.2 — 7.0 arguments (#1330)
  • ⚠️ Changed default search DIALECT to 2 (#1516)
  • ⚠️ Implemented PSR-7 compatible stream abstraction (#1450)
  • ⚠️ Improved pipeline abstractions (#1438)
  • ⚠️ Improved connection handshake (#1431)

Fixed

  • Fixed single persistent connection using the same resource (#1512)

... (truncated)

Changelog

Sourced from predis/predis's changelog.

Changelog

Unreleased

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)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
predis/predis [>= 3.1.a, < 3.2]
predis/predis [>= 3.0.a, < 3.1]

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)

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](https://github.com/predis/predis/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 6, 2025
@dependabot dependabot bot requested a review from rancoud as a code owner August 6, 2025 06:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 6, 2025
@rancoud rancoud merged commit bdf0053 into master Aug 6, 2025
3 checks passed
@rancoud rancoud deleted the dependabot/composer/predis/predis-3.2.0 branch August 6, 2025 08:23
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant