Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic committed Oct 22, 2024
1 parent 6e9506c commit cd4756f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit cd4756f

Please sign in to comment.