Skip to content

Bump predis/predis from 2.4.1 to 3.4.2#1096

Closed
dependabot[bot] wants to merge 1 commit into
WEM-2.0from
dependabot/composer/predis/predis-3.4.2
Closed

Bump predis/predis from 2.4.1 to 3.4.2#1096
dependabot[bot] wants to merge 1 commit into
WEM-2.0from
dependabot/composer/predis/predis-3.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps predis/predis from 2.4.1 to 3.4.2.

Release notes

Sourced from predis/predis's releases.

v3.4.2

Changed

  • Switch to static closures

Fixed

  • Fixed Sentinel getParameters() executed on string configuration (#1649)
  • Fixed Sentinel discovery methods not catching StreamInitException on connection failure (#1650)

v3.4.1

Added

  • Made H(P)TTL commands prefixable (#1639)
  • Made (B)LMPOP commands prefixable (#1643)

Fixed

  • Fixed Sentinel getParameter() call on array error (#2423)
  • Removed deprecated static from callables (#1642)

v3.4.0

This release introduces two major improvements: a refactored handshake process and built-in retry support.

The redesigned handshake session delivers up to 25% performance improvement compared to the previous version.

With the newly added retry support, you can automatically retry command execution on transient failures before giving up. This helps mitigate network glitches and delegate error handling to Predis.

For more details, see the documentation.

Added

  • Added optional retry support (#1616)
  • Added support for VRANGE command (#1623)
  • Added support for idempotent stream API (#1632)
  • Added support for HOTKEYS container command (#1630)

Fixed

  • Fixed [L|R]PUSHX variadic arguments normalization (#1633)
  • Fixed wrong @param annotation in Parameters (#1614)
  • Made ZRANDMEMBER prefixable (#1621)
  • Improve connection handshake by pipelining commands (#1622)

v3.3.0

Added

  • Added cluster support for XADD, XDEL and XRANGE (#1587)
  • Added prefixable interface for HEXPIRE and HEXPIRETIME (#1592)
  • Added new experimental CAS/CAD functionality (#1609)
  • Added temporary XREADGROUP_CLAIM command (#1608)
  • Added support for MSET command (#1610)
  • Added experimental support for FT.HYBRID (#1607)

Changed

  • Improved compatiblity with Relay (#1597)
  • Refactor pipeline data writing depends on connection type (#1586)

... (truncated)

Changelog

Sourced from predis/predis's changelog.

v3.4.2 (2026-03-09)

Changed

  • Switch to static closures

Fixed

  • Fixed Sentinel getParameters() executed on string configuration (#1649)
  • Fixed Sentinel discovery methods not catching StreamInitException on connection failure (#1650)

v3.4.1 (2026-02-23)

Added

  • Added upstream_driver option for CLIENT SETINFO upstream reporting (#1645)
  • Made H(P)TTL commands prefixable (#1639)
  • Made (B)LMPOP commands prefixable (#1643)

Fixed

  • Fixed Sentinel getParameter() call on array error (#2423)
  • Removed deprecated static from callables (#1642)

v3.4.0 (2026-02-11)

Added

  • Added optional retry support (#1616)
  • Added support for VRANGE command (#1623)
  • Added support for idempotent stream API (#1632)
  • Added support for HOTKEYS container command (#1630)

Fixed

  • Fixed [L|R]PUSHX variadic arguments normalization (#1633)
  • Fixed wrong @param annotation in Parameters (#1614)
  • Made ZRANDMEMBER prefixable (#1621)
  • Improve connection handshake by pipelining commands (#1622)

v3.3.0 (2025-11-24)

Added

  • Added cluster support for XADD, XDEL and XRANGE (#1587)
  • Added prefixable interface for HEXPIRE and HEXPIRETIME (#1592)
  • Added new experimental CAS/CAD functionality (#1609)
  • Added temporary XREADGROUP_CLAIM command (#1608)
  • Added support for MSET command (#1610)
  • Added experimental support for FT.HYBRID (#1607)

Changed

  • Improved compatiblity with Relay (#1597)
  • Refactor pipeline data writing depends on connection type (#1586)

v3.2.0 (2025-08-05)

Added

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

Changed

... (truncated)

Commits
  • 2033429 tag v3.4.2
  • 87390e7 Use static closures (#1652)
  • f57dfcb Format changelog entry [skip ci]
  • 7388d91 Add upstream_driver option for CLIENT SETINFO upstream reporting (#1645)
  • d0f6671 Fix sentinel discovery methods not catching StreamInitException (#1650)
  • 274cb86 Fixed Sentinel getParameters() executed on string configuration (#1649)
  • 0850f2f Prepare v3.4.1 release (#1647)
  • 581c565 update year in headers
  • 4a5be21 Make LMPOP and BLMPOP commands prefixable (#1646)
  • 7fd23db Removed static from callables because it's deprecated since PHP 8.2 (#1642)
  • Additional commits viewable in compare view

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 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.1 to 3.4.2.
- [Release notes](https://github.com/predis/predis/releases)
- [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md)
- [Commits](predis/predis@v2.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: predis/predis
  dependency-version: 3.4.2
  dependency-type: direct:production
  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 May 11, 2026
SMEWebify added a commit that referenced this pull request May 29, 2026
…arcode 13

- laravel/tinker     2.11 -> 3.0.2  (PR #1097, outil REPL dev)
- psr/simple-cache   2.0  -> 3.0.0  (PR #1095, interface PSR-16 v3)
- predis/predis      2.4.1 -> 3.4.2 (PR #1096, client Redis)
- milon/barcode      12.0 -> 13.1   (PR #1093, génération codes-barres)

ldaprecord 4 (PR #1094) écarté du lot : retrait des options use_ssl/use_tls
qui demande une migration de config/ldap.php (laissée à part).

Suite PHPUnit verte (187/0/0). Smokes manuels recommandés sur Redis (predis)
et impression de codes-barres : non couverts par la suite de tests.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 29, 2026

Looks like predis/predis is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 29, 2026
@dependabot dependabot Bot deleted the dependabot/composer/predis/predis-3.4.2 branch May 29, 2026 22:38
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.

0 participants