Skip to content

Commit 44c93c9

Browse files
committed
chore: Add changelog entry
1 parent 1a57c35 commit 44c93c9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

crates/stackable-webhook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- BREAKING: Add support to gracefully shutdown `WebhookServer` and `TlsServer` ([#1144]).
10+
Both `WebhookServer::run` and `TlsServer::run` now require passing a shutdown signal, which is any
11+
`Future<Output = ()>`.
12+
13+
[#1144]: https://github.com/stackabletech/operator-rs/pull/1144
14+
715
## [0.8.1] - 2026-01-07
816

917
### Fixed

0 commit comments

Comments
 (0)