Skip to content

Commit a915c35

Browse files
Reset release notes
Signed-off-by: Florian Wagner <[email protected]>
1 parent 3985408 commit a915c35

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# Frequenz Client Base Library Release Notes
22

3-
## Features
3+
## Summary
44

5-
* Added support for HMAC signing of `UnaryUnary` client messages
6-
* Added support for HMAC signing of `UnaryStream` client messages
5+
<!-- Here goes a general summary of what this release is about -->
76

87
## Upgrading
98

10-
* Updated `protobuf` dependency range: changed from `>=4.21.6, <6` to `>=5.29.2, <7`
11-
* The minimum dependency for `typing-extensions` is now `4.6.0` to be compatible with Python 3.12
12-
* The minimum dependency for `grpcio` is now `1.59` to be compatible with Python 3.12
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1310

14-
## Bug Fixes
11+
## New Features
12+
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1514

16-
* Fixed keys of signature to match what fuse-rs expects
17-
* `GrpcStreamBroadcaster` will now correctly try to restart on unexpected errors.
15+
## Bug Fixes
1816

19-
Before if an unexpected exception was raised by the stream method, the
20-
internal task would silently finish and never start again.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)