File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 33Changelog
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
927Patch release with bug fixes, no API changes and some documentation tweaks.
You can’t perform that action at this time.
0 commit comments