Changelog
v0.3.0 (2023-3-21)
Tag and field keys can be compacted when using CSVStorage, saving potentially many bytes per Point (resolves issue #32).
Fixed bug that causes tag values of ‘’ to be serialized as “_none” (resolves issue #33).
v0.2.6 (2023-3-9)
TinyFlux is now PEP 561 compliant (resolves issue #31).
v0.2.4 (2023-2-15)
Fix bug that prevents updating Points when using a CSVStorage instance.
v0.2.1 (2022-11-22)
Fix bug that caused values of 0.0 to be serialized as None/null rather than “0.0”.
v0.2.0 (2022-11-09)
Test and verification on Python 3.11 and Windows platforms
Disable universal newlines translation on CSV Storage instances
v0.1.0 (2022-05-16)
Initial release