Skip to content

Commit 858f755

Browse files
Update release-notes to reflect Config changes
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 2a3e6cb commit 858f755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
This applies to the `ConnectionManager` as well, which also now doesn't expose the `host` and `port` attributes, only the `server_url`. If you need to extract the host or port from the `server_url`, you can use the standard Python `urllib.parse.urlparse()` function.
2222

23+
- The `Config` class was removed and the `ConfigManagingActor` now sends a plain dictionary rather than a `Config` object.
2324

2425
## New Features
2526

0 commit comments

Comments
 (0)