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 simplesamlphp/simplesamlphp from 2.1.1 to 2.2.0 #1498

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2024

Bumps simplesamlphp/simplesamlphp from 2.1.1 to 2.2.0.

Release notes

Sourced from simplesamlphp/simplesamlphp's releases.

SimpleSAMLphp 2.2.0

This is a stable minor-release of SimpleSAMLphp.

Use the link below to download and verify this release. Here you can also download a package with the source code of this release.

This release mainly bumps the minimal required PHP version to 8.1 and now depends on Symfony 6.4 (LTS). Make sure to check the changelog and upgrade notes.

SHA256 checksum slim-release: 43765e3b8e90e131ef8e5da129ef72e81f886d610f5a96a4559c1e63438a8d87 SHA256 checksum full-release: 823f70000266c06d1779277d67dad0656e7ba81f1a0bb206c03e08214f938d17

Full Changelog: simplesamlphp/simplesamlphp@v2.1.5...v2.2.0

SimpleSAMLphp 2.1.5

This is a bugfix release of SimpleSAMLphp.

Use the link below to download and verify this release. Here you can also download a package with the source code of this release.

This release introduces some new features and translation-files are now automatically updated when new translation strings are introduced in code or in Twig-templates. Also new are the 'slim' and 'full' release. The 'slim' release contains no pre-installed modules other then the core modules (same as the 2.0 release), whereas the 'full' release has some of the most-used modules pre-installed.

Make sure to check the changelog and upgrade notes.

SHA256 checksum slim-release: 46c2100764279ed457eb85dc0a55ea03ba9072d20185fb18dc12de23dbfe5274 SHA256 checksum full-release: ca19c0f652bcf845ac691c3b67ad442d1ac80edd86c1e91cf04bc48c5da6000d

Full Changelog: simplesamlphp/simplesamlphp@v2.1.4...v2.1.5

SimpleSAMLphp 2.1.4

This is a bugfix release of SimpleSAMLphp.

Use the link below to download and verify this release. Here you can also download a package with the source code of this release.

This release introduces some new features and translation-files are now automatically updated when new translation strings are introduced in code or in Twig-templates. Also new are the 'slim' and 'full' release. The 'slim' release contains no pre-installed modules other then the core modules (same as the 2.0 release), whereas the 'full' release has some of the most-used modules pre-installed.

Make sure to check the changelog and upgrade notes.

SHA256 checksum slim-release: 6bacdfbbe67983b3d6c877baa29d0403a77fb3537b901c716fd96dbf59cb8ea5 SHA256 checksum full-release: 7d25d0bec38bd2b82c23848537e72bc1e6bc700a770c8ec76e1a4bf19d05d25a

SimpleSAMLphp 2.1.3

This is a bugfix release of SimpleSAMLphp.

Use the link below to download and verify this release. Here you can also download a package with the source code of this release.

This release introduces some new features and translation-files are now automatically updated when new translation strings are introduced in code or in Twig-templates. Also new are the 'slim' and 'full' release. The 'slim' release contains no pre-installed modules other then the core modules (same as the 2.0 release), whereas the 'full' release has some of the most-used modules pre-installed.

Make sure to check the changelog and upgrade notes.

SHA256 checksum slim-release: 0c2a70626f78d173108e5ac0d5688ce84d530bf41152e94c9c7d0dfc4b0b8b63 SHA256 checksum full-release: b2a4d0015d29ac188b1777b2fa03aedf0e990360f4615310f6e8460c876e793c

... (truncated)

Changelog

Sourced from simplesamlphp/simplesamlphp's changelog.

Version 2.2.0

Released 2024-03-08

  • Make error codes easier to extend (#1870)
  • Updated eduPerson attributes in attribute maps (#1948)
  • Add regex support for attribute names in AttributeLimit authproc filter (#1971)
  • Reverted the .mo files change introduced in 2.1.x

Version 2.1.4

Released 2024-02-29

  • Fix static call for non-static method in bin/importPdoMetadata.php (#1969)
  • Validate AuthState before processing it (#1706)
  • Fix possible incompatible dependency-set (#1981)

Version 2.1.3

Released 2024-02-12

  • Fix backwards compatibility for mandatory cachedir-setting introduced in 2.1.2

Deprecations:

  • The core:StatisticsWithAttribute authproc-filter has been deprecated. It is now available in the 'statistics' module (v1.2+) as 'statistics:StatisticsWithAttribute', while only the 'core:StatisticsWithAttribute' filter will be removed from SimpleSAMLphp in a future release.

Version 2.1.2

Released 2024-02-05

  • Restore possibility to use HTTP-Artifact on AuthnRequests (regression from 2.0.4)
  • Fixed undefined variable exception when using MS SQL store (#1917 + #1918)
  • Fix legacy-endpoints to not send responses twice
  • Fix exception when using iframe-logout (#1936)
  • Look for the schema files in the right place (#1929)
  • Fixed file logging handler to not fail on the first write after file-creation (#1877)
  • Fixed a warning in the RequestedAuthnContextSelector

adfs

  • Fixed incorrect use of StreamedResponse (v2.1.3)

core

  • Fixed a broken template for the WarnShortSSOInterval authproc-filter (#1920)
  • Fixed the order of the routes so that the least specific error-controller is hit last (#1923)

... (truncated)

Commits
  • 62005d7 Fix incorrect use of redirectTrustedURL-util
  • 3b83a44 Release v2.2.0
  • 0e17841 Merge pull request #1994 from monkeyiq/2024/march/translations-remove-mo-gene...
  • 4c7835f the same code as in pr 1985
  • e4397b1 Merge pull request #1990 from monkeyiq/2024/march/apply-pr1968-to-branch22
  • 1bd54b7 crossport: bring in pr1968 to the 2.2 branch
  • f914dbe Validate AuthState before processing it.
  • 743f7d2 Add regex support for attribute names in AttributeLimit authproc filter (#1971)
  • 9acbc50 Fix static call for non-static method in bin/importPdoMetadata.php (#1969)
  • 7d043df Fix super-linter
  • 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)

Bumps [simplesamlphp/simplesamlphp](https://github.com/simplesamlphp/simplesamlphp) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/simplesamlphp/simplesamlphp/releases)
- [Changelog](https://github.com/simplesamlphp/simplesamlphp/blob/v2.2.0/docs/simplesamlphp-changelog.md)
- [Commits](simplesamlphp/simplesamlphp@v2.1.1...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2024

Superseded by #1501.

@dependabot dependabot bot closed this Mar 19, 2024
@dependabot dependabot bot deleted the dependabot/composer/simplesamlphp/simplesamlphp-2.2.0 branch March 19, 2024 00:55
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