2.0.2
What's Changed
Patch release with performance bug fix. No breaking changes.
Bug fixes
- Fixed the defaulting logic for
auto_flush_rowsparameter for HTTPS.
It is now correctly set to 75000 rows by default. The old incorrect default
of 600 rows was causing the sender to flush too often, impacting performance.
Note that TCP, TCPS and HTTP were not affected.
Features
- The sender now exposes the
auto_flushsettings as read-only properties.
You can inspect the values in use with.auto_flush,.auto_flush_rows,
.auto_flush_intervaland.auto_flush_bytes.
Full Changelog: v2.0.1...v2.0.2