Skip to content

Bump predis/predis from 3.3.0 to 3.4.2#617

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/predis/predis-3.4.2
Open

Bump predis/predis from 3.3.0 to 3.4.2#617
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/predis/predis-3.4.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps predis/predis from 3.3.0 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)
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)
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 3.3.0 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@v3.3.0...v3.4.2)

---
updated-dependencies:
- dependency-name: predis/predis
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 13, 2026
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