mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-10 20:58:32 -04:00
Compare commits
82
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a65ddccfbd | ||
|
|
bfe56d5b56 | ||
|
|
88cc9cdfd3 | ||
|
|
639fe9ae55 | ||
|
|
58bb8eb561 | ||
|
|
5a59f6e1c4 | ||
|
|
cad3850c8e | ||
|
|
9f56fdb72d | ||
|
|
c8f2f76932 | ||
|
|
dbb1b57e61 | ||
|
|
851719e216 | ||
|
|
9498efee25 | ||
|
|
1223d68578 | ||
|
|
bb851534c1 | ||
|
|
106cce2915 | ||
|
|
ba0319ad89 | ||
|
|
d8a2eb71f3 | ||
|
|
aa5509e81e | ||
|
|
94b6424df3 | ||
|
|
ef56e1f89f | ||
|
|
32a7149ee4 | ||
|
|
17425668ee | ||
|
|
e6ecf05851 | ||
|
|
ab1fcc8bd3 | ||
|
|
96d3b01874 | ||
|
|
90c14ebe7c | ||
|
|
567e9e6000 | ||
|
|
48ccc21801 | ||
|
|
bb61499290 | ||
|
|
0c29ac2c55 | ||
|
|
62567d40c2 | ||
|
|
5641382a07 | ||
|
|
b122fcfa41 | ||
|
|
eafef79d68 | ||
|
|
024e438fce | ||
|
|
aa277ac5e8 | ||
|
|
70cdd843a1 | ||
|
|
6f0e07ca58 | ||
|
|
921a542ae6 | ||
|
|
82e283abfc | ||
|
|
f9fb19a159 | ||
|
|
4077469bf8 | ||
|
|
b6501d9e5e | ||
|
|
90110ee4fa | ||
|
|
a51ddf6f78 | ||
|
|
7c7fbb44e5 | ||
|
|
a3a46bdd4c | ||
|
|
ca835e0646 | ||
|
|
b7f4af0690 | ||
|
|
055f267ffe | ||
|
|
f8d7dbb146 | ||
|
|
816d41ae77 | ||
|
|
f3feda6718 | ||
|
|
817ece71dc | ||
|
|
e97e0ac428 | ||
|
|
07e00b997f | ||
|
|
8667b86f7c | ||
|
|
53e74c81d3 | ||
|
|
28cc89fd5b | ||
|
|
c73cb9061f | ||
|
|
8de224d8ec | ||
|
|
e68ac44ad9 | ||
|
|
d4e7f65947 | ||
|
|
1aed180422 | ||
|
|
cc3b1e11e0 | ||
|
|
ba64626527 | ||
|
|
b3aed20121 | ||
|
|
29133cad43 | ||
|
|
71322f3d7d | ||
|
|
e7abed196e | ||
|
|
9de0f5361a | ||
|
|
340aa72e40 | ||
|
|
8a7e24ada9 | ||
|
|
ca3ed61e85 | ||
|
|
4cdf03ae86 | ||
|
|
e170a4a9b5 | ||
|
|
b342821967 | ||
|
|
48dd679bec | ||
|
|
4143344770 | ||
|
|
826c20ce90 | ||
|
|
64611ec34b | ||
|
|
0ea3a330bc |
@@ -1,5 +1,66 @@
|
||||
# Changelog
|
||||
|
||||
## [8.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v8.0.0) - 2026-09-09
|
||||
|
||||
### ❤️ Thanks to all contributors! ❤️
|
||||
|
||||
@butonic, @dschmidt, @fredrikblau, @fschade, @maki5, @pbleser-oc, @v-scharf, @zerox80
|
||||
|
||||
### 💥 Breaking changes
|
||||
|
||||
- feat(search): check the index schema on startup and refuse breaking changes [[#3197](https://github.com/opencloud-eu/opencloud/pull/3197)]
|
||||
- refactor: reflection-based search mapping + location geopoint [[#3345](https://github.com/opencloud-eu/opencloud/pull/3345)]
|
||||
- fix(search): make openSearch and bleve behave the same [[#3408](https://github.com/opencloud-eu/opencloud/pull/3408)]
|
||||
|
||||
### ✅ Tests
|
||||
|
||||
- api-tests: add search retry to all search tests [[#3500](https://github.com/opencloud-eu/opencloud/pull/3500)]
|
||||
- test(search): fail the parity suite when the committed matrix is stale [[#3423](https://github.com/opencloud-eu/opencloud/pull/3423)]
|
||||
- ci: run search API and e2e suites against OpenSearch [[#3379](https://github.com/opencloud-eu/opencloud/pull/3379)]
|
||||
- test(search): engine parity suite for bleve and opensearch [[#3418](https://github.com/opencloud-eu/opencloud/pull/3418)]
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- fix(search): extract facets from the main tika document only [[#3484](https://github.com/opencloud-eu/opencloud/pull/3484)]
|
||||
- fix(thumbnails): bound declared image dimensions before decoding [[#3457](https://github.com/opencloud-eu/opencloud/pull/3457)]
|
||||
- test(search): re-search until the expected files are in the result [[#3488](https://github.com/opencloud-eu/opencloud/pull/3488)]
|
||||
- fix(config): correct pending version annotations [[#3487](https://github.com/opencloud-eu/opencloud/pull/3487)]
|
||||
- Activitylog event handler split [[#3241](https://github.com/opencloud-eu/opencloud/pull/3241)]
|
||||
- test(search): wait for expected properties and documents [[#3486](https://github.com/opencloud-eu/opencloud/pull/3486)]
|
||||
- fix: log jwt expired on debug level instead of error [[#3463](https://github.com/opencloud-eu/opencloud/pull/3463)]
|
||||
- fix(proxy): restrict JWT signed urls to the allowed HTTP methods [[#3481](https://github.com/opencloud-eu/opencloud/pull/3481)]
|
||||
- fix: notification handling for share removal and space membership expiry [[#3257](https://github.com/opencloud-eu/opencloud/pull/3257)]
|
||||
- fix: posix cli commands [[#3348](https://github.com/opencloud-eu/opencloud/pull/3348)]
|
||||
|
||||
### 📈 Enhancement
|
||||
|
||||
- feat(graph): expand thumbnails on driveItems [[#3471](https://github.com/opencloud-eu/opencloud/pull/3471)]
|
||||
- graph: expose lockInfo on driveItems [[#3444](https://github.com/opencloud-eu/opencloud/pull/3444)]
|
||||
- graph: expose @libre.graph.shareTypes on driveItems [[#3438](https://github.com/opencloud-eu/opencloud/pull/3438)]
|
||||
- feat(search): live photo facet [[#3202](https://github.com/opencloud-eu/opencloud/pull/3202)]
|
||||
- feat: support $expand=children on the driveItem endpoint [[#3445](https://github.com/opencloud-eu/opencloud/pull/3445)]
|
||||
- feat(search): motion photo facet [[#3200](https://github.com/opencloud-eu/opencloud/pull/3200)]
|
||||
- feat(search): video facet [[#3201](https://github.com/opencloud-eu/opencloud/pull/3201)]
|
||||
- graph: expose pendingOperations on driveItems [[#3437](https://github.com/opencloud-eu/opencloud/pull/3437)]
|
||||
- feat(search): extract more data from tika 4 (if available) [[#3198](https://github.com/opencloud-eu/opencloud/pull/3198)]
|
||||
- graph: expose following state, tags and allowed actions on driveItems [[#3113](https://github.com/opencloud-eu/opencloud/pull/3113)]
|
||||
- feat(search): scope searches to a drive via the driveId field [[#3424](https://github.com/opencloud-eu/opencloud/pull/3424)]
|
||||
- chore(policies): disable gRPC or event handlers by configuration + add metrics [[#3287](https://github.com/opencloud-eu/opencloud/pull/3287)]
|
||||
- moved ShareCreated event consumer from frontend to shared service [[#3389](https://github.com/opencloud-eu/opencloud/pull/3389)]
|
||||
|
||||
### 📦️ Dependencies
|
||||
|
||||
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.70.0 to 0.71.0 [[#3441](https://github.com/opencloud-eu/opencloud/pull/3441)]
|
||||
- build(deps): bump go.opentelemetry.io/contrib/zpages from 0.70.0 to 0.71.0 [[#3442](https://github.com/opencloud-eu/opencloud/pull/3442)]
|
||||
- build(deps): bump go.opentelemetry.io/otel from 1.45.0 to 1.46.0 [[#3426](https://github.com/opencloud-eu/opencloud/pull/3426)]
|
||||
- build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 [[#3429](https://github.com/opencloud-eu/opencloud/pull/3429)]
|
||||
- build(deps): bump github.com/blevesearch/bleve/v2 from 2.6.0 to 2.6.1 [[#3417](https://github.com/opencloud-eu/opencloud/pull/3417)]
|
||||
- build(deps): bump github.com/sirupsen/logrus from 1.10.0 to 1.10.1 [[#3409](https://github.com/opencloud-eu/opencloud/pull/3409)]
|
||||
- build(deps): bump github.com/opensearch-project/opensearch-go/v4 from 4.6.0 to 4.7.3 [[#3216](https://github.com/opencloud-eu/opencloud/pull/3216)]
|
||||
- build(deps): bump github.com/KimMachineGun/automemlimit from 0.7.5 to 1.0.0 [[#3404](https://github.com/opencloud-eu/opencloud/pull/3404)]
|
||||
- build(deps): bump github.com/nats-io/nats.go from 1.52.0 to 1.53.1 [[#3403](https://github.com/opencloud-eu/opencloud/pull/3403)]
|
||||
- build(deps): bump github.com/open-policy-agent/opa from 1.19.0 to 1.19.1 [[#3402](https://github.com/opencloud-eu/opencloud/pull/3402)]
|
||||
|
||||
## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-25
|
||||
|
||||
### ❤️ Thanks to all contributors! ❤️
|
||||
|
||||
Reference in new issue
Block a user