Skip to content
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

chore(deps): bump rhubarbgroup/redis-cache from 2.2.0 to 2.5.0 #594

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2023

Bumps rhubarbgroup/redis-cache from 2.2.0 to 2.5.0.

Release notes

Sourced from rhubarbgroup/redis-cache's releases.

2.5.0

  • Require WordPress 4.6 or newer
  • Load text-domain only when needed
  • Added WP_REDIS_DISABLE_DROPIN_CHECK constant
  • Respect file_mod_allowed filter and DISALLOW_FILE_MODS constant
  • Renamed .redis-write-test.tmp test file to object-cache.tmp
  • Call redis_object_cache_error action before wp_die()
  • Allow WP_REDIS_PLUGIN_PATH to be defined elsewhere
  • Added experimental flush timeout (defaults to 5 seconds)
  • Dropped unnecessary default ignored groups

2.4.4

  • Improved handling of unexpected transaction results

2.4.3

  • Fixed PHP <=7.2 syntax error
  • Fixed loading error-page translations

2.4.2 (2023-06-28)

  • Made admin-bar script more robust
  • Improved recovery instructions on redis-error.php
  • Improved CloudLinux detection
  • Localization improvements
  • Prevent W3 Total Cache and LiteSpeed Cache from overwriting drop-in
  • Fixed ACL username support when using Predis and array syntax

2.4.1 (2023-05-04)

  • Fix PHP <=7.2 syntax error

2.4.0 (2023-05-04)

  • Flush cache when toggling the object cache
  • Show a custom error message when Redis is unreachable
  • Don't allow object cache to be enabled when Redis is unreachable
  • Deprecated risky WP_REDIS_SERIALIZER configuration constant, use WP_REDIS_IGBINARY instead
  • Support WP_REDIS_USERNAME when using Predis
  • Show cache hit ratio decimal points in Admin Bar node
  • Obscure secrets when displaying WP_REDIS_SERVERS
  • Improved CloudLinux's Accelerate WP compatibility
  • Admin bar cache flush now uses AJAX

2.3.0 (2023-04-13)

  • Show dashboard widget only to admins
  • Added Admin Bar node (disable using WP_REDIS_DISABLE_ADMINBAR)
  • Added WP_REDIS_SSL_CONTEXT configuration constant
  • Throw errors when connection error occurs
  • Added support for usernames when using Predis
  • Added support for loading Predis from WP_REDIS_PLUGIN_PATH
  • Made Predis unix socket connections stricter
  • Fixed rare group flushing bug
  • Fixed cluster ping when using Predis

... (truncated)

Changelog

Sourced from rhubarbgroup/redis-cache's changelog.

2.5.0

  • Require WordPress 4.6 or newer
  • Load text-domain only when needed
  • Added WP_REDIS_DISABLE_DROPIN_CHECK constant
  • Respect file_mod_allowed filter and DISALLOW_FILE_MODS constant
  • Renamed .redis-write-test.tmp test file to object-cache.tmp
  • Call redis_object_cache_error action before wp_die()
  • Allow WP_REDIS_PLUGIN_PATH to be defined elsewhere
  • Added experimental flush timeout (defaults to 5 seconds)
  • Dropped unnecessary default ignored groups

2.4.4

  • Improved handling of unexpected transaction results

2.4.3

  • Fixed PHP <=7.2 syntax error
  • Fixed loading error-page translations

2.4.2

  • Made admin-bar script more robust
  • Improved recovery instructions on redis-error.php
  • Improved CloudLinux detection
  • Localization improvements
  • Prevent W3 Total Cache and LiteSpeed Cache from overwriting drop-in
  • Fixed ACL username support when using Predis and array syntax

2.4.1

  • Fixed PHP <=7.2 syntax error

2.4.0

  • Flush cache when toggling the object cache
  • Show a custom error message when Redis is unreachable
  • Don't allow object cache to be enabled when Redis is unreachable
  • Deprecated risky WP_REDIS_SERIALIZER configuration constant, use WP_REDIS_IGBINARY instead
  • Support WP_REDIS_USERNAME when using Predis
  • Show cache hit ratio decimal points in Admin Bar node
  • Obscure secrets when displaying WP_REDIS_SERVERS
  • Improved CloudLinux's Accelerate WP compatibility
  • Admin bar cache flush now uses AJAX

2.3.0

  • Show dashboard widget only to admins
  • Added Admin Bar node (disable using WP_REDIS_DISABLE_ADMINBAR)

... (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)

Bumps [rhubarbgroup/redis-cache](https://github.com/rhubarbgroup/redis-cache) from 2.2.0 to 2.5.0.
- [Release notes](https://github.com/rhubarbgroup/redis-cache/releases)
- [Changelog](https://github.com/rhubarbgroup/redis-cache/blob/develop/CHANGELOG.md)
- [Commits](rhubarbgroup/redis-cache@2.2.0...2.5.0)

---
updated-dependencies:
- dependency-name: rhubarbgroup/redis-cache
  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 Nov 23, 2023
@feryardiant feryardiant merged commit df21b7b into master Nov 23, 2023
0 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/composer/rhubarbgroup/redis-cache-2.5.0 branch November 23, 2023 00:20
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