Automated changelog update [skip ci]
This commit is contained in:
+11
-10
@@ -57,9 +57,9 @@ The following sections list the changes for unreleased.
|
|||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
* Bugfix - Fix panic when stopping the nats: [#10363](https://github.com/owncloud/ocis/pull/10363)
|
* 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 - Fix Activitylog issues: [#10376](https://github.com/owncloud/ocis/pull/10376)
|
||||||
* Bugfix - Security fixes: [#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
|
## 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/issues/10360
|
||||||
https://github.com/owncloud/ocis/pull/10363
|
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)
|
* Bugfix - Fix Activitylog issues: [#10376](https://github.com/owncloud/ocis/pull/10376)
|
||||||
|
|
||||||
Fixes multiple activititylog issues. There was an error about `max payload
|
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
|
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)
|
# Changelog for [6.6.0] (2024-10-21)
|
||||||
|
|
||||||
The following sections list the changes for 6.6.0.
|
The following sections list the changes for 6.6.0.
|
||||||
|
|||||||
Reference in New Issue
Block a user