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: docs/changelog.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Changelog
2
2
=========
3
3
4
+
Version 4.13.0
5
+
--------------
6
+
This minor version provides a complete top-down refactor of the underlying transport for the sync and async clients.
7
+
- Introduction of a dependency injection system whereby the sync/async connections are injected into each client independently thereby removing their cross-dependency.
8
+
- Removal of the ``event_loop.py`` file and all logic surrounding its usage by the sync client.
9
+
- Refactoring of the batching algorithm to use blocking threads with a sync connection, rather than the event loop sidecar thread.
0 commit comments