Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2024-10-22 15:23:32 +00:00
parent 6e9506c8d7
commit cd4756f44a

View File

@@ -57,9 +57,9 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix panic when stopping the nats: [#10363](https://github.com/owncloud/ocis/pull/10363)
* Bugfix - Increase event processing workers: [#10368](https://github.com/owncloud/ocis/pull/10368)
* Bugfix - Fix Activitylog issues: [#10376](https://github.com/owncloud/ocis/pull/10376)
* Bugfix - Security fixes: [#10376](https://github.com/owncloud/ocis/pull/10376)
* Bugfix - Increase event processing workers: [#10385](https://github.com/owncloud/ocis/pull/10385)
## Details
@@ -71,15 +71,6 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/10360
https://github.com/owncloud/ocis/pull/10363
* Bugfix - Increase event processing workers: [#10368](https://github.com/owncloud/ocis/pull/10368)
We increased the number of go routines that pull events from the queue to three
and made the number off workers configurable. Furthermore, the postprocessing
delay no longer introduces a sleep that slows down pulling of events, but
asynchronously triggers the next step.
https://github.com/owncloud/ocis/pull/10368
* Bugfix - Fix Activitylog issues: [#10376](https://github.com/owncloud/ocis/pull/10376)
Fixes multiple activititylog issues. There was an error about `max payload
@@ -94,6 +85,16 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/10376
* Bugfix - Increase event processing workers: [#10385](https://github.com/owncloud/ocis/pull/10385)
We increased the number of go routines that pull events from the queue to three
and made the number off workers configurable. Furthermore, the postprocessing
delay no longer introduces a sleep that slows down pulling of events, but
asynchronously triggers the next step.
https://github.com/owncloud/ocis/pull/10385
https://github.com/owncloud/ocis/pull/10368
# Changelog for [6.6.0] (2024-10-21)
The following sections list the changes for 6.6.0.