Skip to content
Merged
Changes from all commits
Commits
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project are documented in this file.

## 1.9.3

**Release date:** 2026-08-07

This patch release unifies the request limits of the two HTTP servers exposed by
the controller. The event server and the receiver server now share the same
request body limit of 3 MiB, enforced by a common helper that rejects oversized
bodies with HTTP 413, with the receiver limit applied before the receiver lookup
and payload validation. Both servers now set a read timeout of 30s, a read
header timeout of 10s and a maximum header size of 256 KiB. The event rate
limiter store sweeps stale entries at the configured `--rate-limit-interval` and
purges them after twice that interval, and `sethvargo/go-limiter` has been
updated to v1.2.0 to reduce lock contention in the store. In addition, the
Bitbucket Cloud receiver documentation has been updated.

Fixes:
- Unify HTTP server request limits
[#1363](https://github.com/fluxcd/notification-controller/pull/1363)

Improvements:
- Update Bitbucket Cloud receiver guidance
[#1350](https://github.com/fluxcd/notification-controller/pull/1350)

## 1.9.2

**Release date:** 2026-07-07
Expand Down
Loading