Skip to content
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4c9cbfa
🎉 Release 8.0.1
openclouders Sep 15, 2026
4e2750f
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
feb7dd1
🎉 Release 8.0.1
openclouders Sep 16, 2026
3e7b812
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
221c67b
🎉 Release 8.0.1
openclouders Sep 16, 2026
3208ea5
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
47c20bc
🎉 Release 8.0.1
openclouders Sep 16, 2026
023febc
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
7523d39
🎉 Release 8.0.1
openclouders Sep 16, 2026
284f7f1
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
601d4ec
🎉 Release 8.0.1
openclouders Sep 16, 2026
c543528
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
67c6d41
🎉 Release 8.0.1
openclouders Sep 16, 2026
15cb9b7
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
fc5d6c0
🎉 Release 8.0.1
openclouders Sep 16, 2026
dbcbfa9
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
f1b2a3e
🎉 Release 8.0.1
openclouders Sep 16, 2026
019d2fe
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
e273a08
🎉 Release 8.0.1
openclouders Sep 16, 2026
8700959
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
5121633
🎉 Release 8.0.2
openclouders Sep 16, 2026
4bf12a3
Merge branch 'origin/main' into 'next-release/main'
openclouders Sep 16, 2026
0aa1b93
🎉 Release 8.0.2
openclouders Sep 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Changelog

## [8.0.2](https://github.com/opencloud-eu/opencloud/releases/tag/v8.0.2) - 2026-09-16

### ❤️ Thanks to all contributors! ❤️

@aduffeck, @maki5, @pascalwengerter, @pbleser-oc, @rhafer, @zerox80

### 🔒 Security

- feat(proxy): add optional OIDC access token audience validation [[#3466](https://github.com/opencloud-eu/opencloud/pull/3466)]

### 🐛 Bug Fixes

- Remove the timeout when reindexing spaces [[#3543](https://github.com/opencloud-eu/opencloud/pull/3543)]
- fix(shares): not auto accepting shares created by guest users [[#3533](https://github.com/opencloud-eu/opencloud/pull/3533)]
- fix(graph): fix PatchMe method to prevent password change [[#3526](https://github.com/opencloud-eu/opencloud/pull/3526)]

### 📦️ Dependencies

- build(deps): bump github.com/prometheus/client_model from 0.6.2 to 0.6.3 [[#3550](https://github.com/opencloud-eu/opencloud/pull/3550)]
- build(deps): bump github.com/shamaton/msgpack/v2 from 2.4.1 to 2.4.2 [[#3459](https://github.com/opencloud-eu/opencloud/pull/3459)]
- build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.45.0 to 1.46.0 [[#3428](https://github.com/opencloud-eu/opencloud/pull/3428)]
- build(deps): bump github.com/sirupsen/logrus from 1.10.1 to 1.10.2 [[#3492](https://github.com/opencloud-eu/opencloud/pull/3492)]

## [8.0.1](https://github.com/opencloud-eu/opencloud/releases/tag/v8.0.1) - 2026-09-16

### ❤️ Thanks to all contributors! ❤️

@aduffeck, @maki5, @pascalwengerter, @pbleser-oc, @rhafer, @zerox80

### 🔒 Security

- feat(proxy): add optional OIDC access token audience validation [[#3466](https://github.com/opencloud-eu/opencloud/pull/3466)]

### 🐛 Bug Fixes

- Remove the timeout when reindexing spaces [[#3543](https://github.com/opencloud-eu/opencloud/pull/3543)]
- fix(shares): not auto accepting shares created by guest users [[#3533](https://github.com/opencloud-eu/opencloud/pull/3533)]
- fix(graph): fix PatchMe method to prevent password change [[#3526](https://github.com/opencloud-eu/opencloud/pull/3526)]

### 📦️ Dependencies

- build(deps): bump github.com/shamaton/msgpack/v2 from 2.4.1 to 2.4.2 [[#3459](https://github.com/opencloud-eu/opencloud/pull/3459)]
- build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.45.0 to 1.46.0 [[#3428](https://github.com/opencloud-eu/opencloud/pull/3428)]
- build(deps): bump github.com/sirupsen/logrus from 1.10.1 to 1.10.2 [[#3492](https://github.com/opencloud-eu/opencloud/pull/3492)]

## [8.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v8.0.0) - 2026-09-15

### ❤️ Thanks to all contributors! ❤️
Expand Down