Skip to content

2.0.2

Compare
Choose a tag to compare
@amunra amunra released this 11 Apr 16:42
· 7 commits to main since this release

What's Changed

Patch release with performance bug fix. No breaking changes.

Bug fixes

  • Fixed the defaulting logic for auto_flush_rows parameter 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_flush settings as read-only properties.
    You can inspect the values in use with .auto_flush, .auto_flush_rows,
    .auto_flush_interval and .auto_flush_bytes.

Full Changelog: v2.0.1...v2.0.2