File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments