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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
## Summary
4
4
5
-
This release focuses on improving `async` patterns and flexibility in the channel's library.
5
+
<!-- Here goes a general summary of what this release is about -->
6
6
7
7
## Upgrading
8
8
9
-
- Some minimal dependencies have been bumped, so you might need to adjust your dependencies accordingly.
10
-
-`Broadcast` and `Anycast` channels method `close()` was renamed to `aclose()` to follow Python's convention. With this change now channels can be used with the [`aclosing()`](https://docs.python.org/3/library/contextlib.html#contextlib.aclosing) context manager for example.
11
-
12
-
The name `close()` is still available for backwards compatibility, but it will be removed in the next major release, so it is recommended to switch to `aclose()`.
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
13
10
14
11
## New Features
15
12
16
-
- Add a new `OptionalReceiver` class that wraps an optional underlying receiver, allowing for indefinite waiting when no receiver is set.
17
-
- Improve documentation of the `frequenz.channels.experimental.Pipe`
13
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
14
+
15
+
## Bug Fixes
16
+
17
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments