We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5605d commit 16d6741Copy full SHA for 16d6741
CHANGELOG.rst
@@ -6,12 +6,17 @@ Changelog
6
2.0.1 (2024-03-22)
7
------------------
8
9
-Patch release with minor bug fixes, no API changes and some documentation tweaks.
+Patch release with bug fixes, no API changes and some documentation tweaks.
10
11
Bug fixes
12
~~~~~~~~~
13
+* Fixed a bug where an internal "last flushed" timestamp used
14
+ by ``auto_flush_interval`` wasn't updated correctly causing the auto-flush
15
+ logic to trigger after each row.
16
+
17
* Removed two unnecessary debugging ``print()`` statements that were
- accidentally left in the code.
18
+ accidentally left in the code in ``Sender.from_conf()`` and
19
+ ``Sender.from_env()``.
20
21
Documentation
22
~~~~~~~~~~~~~
0 commit comments