Skip to content

Commit 1694638

Browse files
committed
updated changelog
1 parent 65a15f1 commit 1694638

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,25 @@
33
Changelog
44
=========
55

6-
2.0.1 (2024-03-22)
6+
2.0.2 (2024-04-11)
7+
------------------
8+
9+
Patch release with performance bug fix. No breaking changes.
10+
11+
Bug fixes
12+
~~~~~~~~~
13+
* Fixed the defaulting logic for ``auto_flush_rows`` parameter for HTTPS.
14+
It is now correctly set to 75000 rows by default. The old incorrect default
15+
of 600 rows was causing the sender to flush too often, impacting performance.
16+
Note that TCP, TCPS and HTTP were not affected.
17+
18+
Features
19+
~~~~~~~~
20+
* The sender now exposes the ``auto_flush`` settings as read-only properties.
21+
You can inspect the values in use with ``.auto_flush``, ``.auto_flush_rows``,
22+
``.auto_flush_interval`` and ``.auto_flush_bytes``.
23+
24+
2.0.1 (2024-04-03)
725
------------------
826

927
Patch release with bug fixes, no API changes and some documentation tweaks.

0 commit comments

Comments
 (0)