You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,15 @@
6
6
7
7
## Upgrading
8
8
9
-
<!-- Here goes notes on how to upgrade from previous versions, including if there are any depractions and what they should be replaced with -->
9
+
* The `Sender.send()` method now `raise`s a `SenderError` instead of returning `False`. The `SenderError` will typically have a `ChannelClosedError`and the underlying reason as a chained exception.
10
10
11
11
## New Features
12
12
13
-
* A new base exception `frequenz.channels.Error` was added. All exceptions from
14
-
this library inherit from this exception.
13
+
* New exceptions were added:
14
+
15
+
*`Error`: A base exception from which all exceptions from this library inherit.
16
+
17
+
*`SendError`: Raised for errors when sending messages.
0 commit comments