Skip to content

2.0.1

Compare
Choose a tag to compare
@jerrinot jerrinot released this 04 Apr 14:32
· 18 commits to main since this release

What's Changed

This is a patch release with bug fixes, no API changes and some documentation tweaks.

Bug fixes

  • Fixed a bug where an internal "last flushed" timestamp used by auto_flush_interval wasn't updated correctly causing the auto-flush logic to trigger after each row.
  • Removed two unnecessary debugging print() statements that were accidentally left in the code in Sender.from_conf() and
    Sender.from_env().

Improvements

  • Introduced the ability to optionally install pandas and pyarrow via python3 -m pip install -U questdb[dataframe] and updated the documentation to reflect this.