2.0.1
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 inSender.from_conf()
and
Sender.from_env()
.
Improvements
- Introduced the ability to optionally install
pandas
andpyarrow
viapython3 -m pip install -U questdb[dataframe]
and updated the documentation to reflect this.