Skip to content

Commit 2c8f766

Browse files
committed
Add changelog for refactor
1 parent 4b84694 commit 2c8f766

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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.
10+
11+
412
Version 4.12.1
513
--------------
614
This patch version includes:

0 commit comments

Comments
 (0)