Skip to content

Commit

Permalink
Merge pull request #895 from nextcloud/rel/6.3.0
Browse files Browse the repository at this point in the history
build(release): 6.3.0
  • Loading branch information
blizzz authored Oct 8, 2024
2 parents 986cfb9 + b43f4b5 commit 2f7a9e4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@
# Changelog
All notable changes to this project will be documented in this file.

## 6.3.0

### Added

* [Feat(deps): Add Nextcloud 31 support (user_saml#875)](https://github.com/nextcloud/user_saml/pull/875)
* [Migrate REUSE to toml format (user_saml#881)](https://github.com/nextcloud/user_saml/pull/881)
* [Fix: Add more logging to the saml/acs endpoint (user_saml#885)](https://github.com/nextcloud/user_saml/pull/885)
* [Fix: Log attribute updates (user_saml#886)](https://github.com/nextcloud/user_saml/pull/886)
* [Debug(Groups): log group handling upon login (user_saml#889)](https://github.com/nextcloud/user_saml/pull/889)

### Fixed

* [Fix: Fire UserChangedEvent only after change happened (user_saml#873)](https://github.com/nextcloud/user_saml/pull/873)
* [Fix(Groups): drop groups with mixed users from transition list (user_saml#888)](https://github.com/nextcloud/user_saml/pull/888)
* [Fix(command): Ensure that writeln() argument is string (user_saml#893)](https://github.com/nextcloud/user_saml/pull/893)

### Dependencies

* [Build(deps-dev): bump guzzlehttp/guzzle from 7.8.1 to 7.9.1 in /tests/integration (user_saml#868)](https://github.com/nextcloud/user_saml/pull/868)
* [Build(deps-dev): bump guzzlehttp/guzzle from 7.9.1 to 7.9.2 in /tests/integration (user_saml#869)](https://github.com/nextcloud/user_saml/pull/869)
* [Build(deps-dev): bump nextcloud/coding-standard from 1.2.1 to 1.2.3 (user_saml#878)](https://github.com/nextcloud/user_saml/pull/878)
* [Build(deps-dev): bump psalm/phar from 5.25.0 to 5.26.0 (user_saml#883)](https://github.com/nextcloud/user_saml/pull/883)
* [Build(deps-dev): bump psalm/phar from 5.26.0 to 5.26.1 (user_saml#884)](https://github.com/nextcloud/user_saml/pull/884)
* [Build(deps-dev): bump nextcloud/coding-standard from 1.2.3 to 1.3.1 (user_saml#891)](https://github.com/nextcloud/user_saml/pull/891)

### Other

* [Chore: update workflows from templates (user_saml#809)](https://github.com/nextcloud/user_saml/pull/809)
* [Chore(CI): Adjust testing matrix for Nextcloud 30 on master (user_saml#874)](https://github.com/nextcloud/user_saml/pull/874)

## 6.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
<version>6.3.0-dev.0</version>
<version>6.3.0</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
Expand Down

0 comments on commit 2f7a9e4

Please # to comment.