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 aura/session from 2.1.0 to 4.0.0 #170

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2024

Bumps aura/session from 2.1.0 to 4.0.0.

Release notes

Sourced from aura/session's releases.

4.0.0

  • PHP 7.2+ is now required.
  • Github CI workflow added.
  • Scrutinizer CI updated.
  • MIT License.
  • (CHG) CsrfToken::isValid($value, $key = 'value') now have a second parameter, so the default value of key can be changed.
  • (CHG) CsrfToken::getValue($key = 'value') now accepts key as a parameter, so the default value of key can be changed.
  • (CHG) CsrfToken::regenerateValue($key = 'value') now accepts key as a parameter, so the default value of key can be changed.
  • (ADD) CsrfToken::regenerateAllKeyValues() . Will regenerate all csrf token values for all keys.
  • Throws SessionAlreadyStarted exception if setCookieParams is called after session is started.
  • (ADD) Segment:: remove($key) . Either remove the entire segment or a key from the segment
  • (BRK) SegmentInterface , added two method getSegment and remove. So if you are using the SegmentInterface things may break.

Full diff auraphp/Aura.Session@2.x...4.x

4.0.0-beta1

  • PHP 7.2+ is now required.
  • Github CI workflow added.
  • Scrutinizer CI updated.
  • MIT License.
  • (CHG) CsrfToken::isValid($value, $key = 'value') now have a second parameter, so the default value of key can be changed.
  • (CHG) CsrfToken::getValue($key = 'value') now accepts key as a parameter, so the default value of key can be changed.
  • (CHG) CsrfToken::regenerateValue($key = 'value') now accepts key as a parameter, so the default value of key can be changed.
  • (ADD) CsrfToken::regenerateAllKeyValues() . Will regenerate all csrf token values for all keys.
  • Throws SessionAlreadyStarted exception if setCookieParams is called after session is started.
  • (ADD) Segment:: remove($key) . Either remove the entire segment or a key from the segment
  • (BRK) SegmentInterface , added two method getSegment and remove. So if you are using the SegmentInterface things may break.

Full diff auraphp/Aura.Session@2.x...4.x

Changelog

Sourced from aura/session's changelog.

4.0.0

  • PHP 7.2+ is now required.
  • Github CI workflow added.
  • Scrutinizer CI updated.
  • MIT License.
Commits
  • 413740a Update continuous-integration.yml
  • b315a89 Remove unused library
  • e774dae Merge pull request #92 from auraphp/changelog
  • 29e829b Add changelog
  • 377718f Merge pull request #91 from auraphp/doc
  • 4ce0d3f Remove methods that are no longer existing
  • 84be822 Merge pull request #90 from auraphp/session-params
  • 18a8bdb Update getting-started.md
  • 64f07d7 Merge pull request #87 from auraphp/php8.2_support
  • 661af28 Refactor gitHub actions deprecated command
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [aura/session](https://github.com/auraphp/Aura.Session) from 2.1.0 to 4.0.0.
- [Release notes](https://github.com/auraphp/Aura.Session/releases)
- [Changelog](https://github.com/auraphp/Aura.Session/blob/4.x/CHANGELOG.md)
- [Commits](auraphp/Aura.Session@2.1.0...4.0.0)

---
updated-dependencies:
- dependency-name: aura/session
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 28, 2024
@dependabot dependabot bot requested a review from grubolsch as a code owner May 28, 2024 13:12
@dependabot dependabot bot added the php Pull requests that update Php code label May 28, 2024
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