diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e9f8bda0..e08de487a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [7.2.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.2.0) - 2026-06-16 + +### ❤️ Thanks to all contributors! ❤️ + +@Heiko-Pohl, @JammingBen, @aduffeck, @butonic, @dragonchaser, @kulmann, @micbar, @rhafer + +### 📈 Enhancement + +- add tls support for all nats connections [[#2063](https://github.com/opencloud-eu/opencloud/pull/2063)] +- feat: add more roles [[#2928](https://github.com/opencloud-eu/opencloud/pull/2928)] +- next to main [[#2924](https://github.com/opencloud-eu/opencloud/pull/2924)] +- feat: add core apps env variable to override the default core apps [[#2930](https://github.com/opencloud-eu/opencloud/pull/2930)] + +### 🐛 Bug Fixes + +- bump reva [[#2950](https://github.com/opencloud-eu/opencloud/pull/2950)] +- change error level for trashing items interaction with search [[#2951](https://github.com/opencloud-eu/opencloud/pull/2951)] +- fix: Send SSE events for SpaceEnabled/Disabled to affected users [[#2871](https://github.com/opencloud-eu/opencloud/pull/2871)] +- fix(idp): aarch64 build [[#2906](https://github.com/opencloud-eu/opencloud/pull/2906)] +- use ldap instead of ldaps internally [[#2880](https://github.com/opencloud-eu/opencloud/pull/2880)] + +### 📚 Documentation + +- Rename role_name from "guest" to "user-light" [[#2912](https://github.com/opencloud-eu/opencloud/pull/2912)] + +### 📦️ Dependencies + +- build(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0 [[#2882](https://github.com/opencloud-eu/opencloud/pull/2882)] +- build(deps): bump github.com/nats-io/nats-server/v2 from 2.14.0 to 2.14.2 [[#2885](https://github.com/opencloud-eu/opencloud/pull/2885)] +- build(deps): bump github.com/open-policy-agent/opa from 1.15.2 to 1.17.1 [[#2858](https://github.com/opencloud-eu/opencloud/pull/2858)] +- build(deps): bump github.com/blevesearch/bleve/v2 from 2.5.7 to 2.6.0 [[#2797](https://github.com/opencloud-eu/opencloud/pull/2797)] +- chore: bump reva to latest main [[#2943](https://github.com/opencloud-eu/opencloud/pull/2943)] +- bump reva to latest main [[#2922](https://github.com/opencloud-eu/opencloud/pull/2922)] +- build(deps-dev): bump webpack-manifest-plugin from 5.0.0 to 6.0.1 in /services/idp [[#2884](https://github.com/opencloud-eu/opencloud/pull/2884)] +- build(deps): bump axios from 1.16.0 to 1.16.1 in /services/idp [[#2883](https://github.com/opencloud-eu/opencloud/pull/2883)] + ## [7.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.1.0) - 2026-06-02 ### ❤️ Thanks to all contributors! ❤️