Skip to content

chore(deps): update dependency predis/predis to v3 #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2025

This PR contains the following updates:

Package Change Age Confidence
predis/predis ^2.2 -> ^3.0 age confidence

Release Notes

predis/predis (predis/predis)

v3.1.0

Compare Source

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.2

Compare Source

v3.0.1

Compare Source

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

v3.0.0

Compare Source

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)
Maintenance
  • Revisit incompatible tests against Relay (#​1537)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/predis-predis-3.x branch from 923f373 to 6003653 Compare July 22, 2025 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants