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

Bump colinmollenhour/magento-redis-session from 3.0.2 to 3.1.1 #3116

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps colinmollenhour/magento-redis-session from 3.0.2 to 3.1.1.

Release notes

Sourced from colinmollenhour/magento-redis-session's releases.

Fix PHP Warning

Do not return false and instead re-throw the exception to avoid PHP warning: Warning: session_start(): Failed to read session data: user (path: )

Add setDieOnError() and fix break_after

The signature of Cm_RedisSession_Model_Session_Config::__construct has been updated because calling session_name() in the config model is too early to get the correct value so it must be passed in.

-    public function __construct($path = 'global/redis_session')
+    public function __construct(string $sessionName)

Full Changelog: colinmollenhour/Cm_RedisSession@3.0.3...3.1.0

Update to php-redis-session-abstract 1.5

Full Changelog: colinmollenhour/Cm_RedisSession@3.0.2...3.0.3

Commits
  • 731f636 Throw exceptions rather than returning false to avoid PHP Warning: 'session_s...
  • 3e6ff3b Add setDieOnError(bool) and allow errors to be non-fatal. Fix break_after con...
  • be7c732 Update dependency to allow >=1.5 and <2.0.0
  • See full diff 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 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 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 [colinmollenhour/magento-redis-session](https://github.com/colinmollenhour/Cm_RedisSession) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/colinmollenhour/Cm_RedisSession/releases)
- [Commits](colinmollenhour/Cm_RedisSession@3.0.2...3.1.1)

---
updated-dependencies:
- dependency-name: colinmollenhour/magento-redis-session
  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 27, 2023
@github-actions github-actions bot added the composer Relates to composer.json label Mar 27, 2023
@fballiano fballiano merged commit dba1f0d into 1.9.4.x Mar 27, 2023
@dependabot dependabot bot deleted the dependabot/composer/colinmollenhour/magento-redis-session-3.1.1 branch March 27, 2023 11:53
@fballiano
Copy link
Contributor

merged and 20ed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
composer Relates to composer.json 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.

2 participants