Skip to content

taosgen v0.8.5 Release

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Mar 12:02
· 1 commit to main since this release
029308a

taosgen v0.8.5 Release

This release includes:

✨ Features

  • Windows Platform Support: Full support for building and running on Windows OS, ensuring cross-platform consistency.
  • Flexible Log Configuration: Introduced --log-dir and --log-file parameters to customize log file paths dynamically.
  • Taosgen Skills: Added built-in skills for streamlined building and configuration processes, enhancing user productivity.
  • CSV Data Sharing: Enabled data sharing among sub-tables when using CSV as the data source, optimizing memory usage and consistency.
  • Tag Syntax Enhancement: Added support for escaping single quotes in the tags field, allowing more complex tag values.
  • Timestamp Parsing Optimization: Improved unit parsing logic for timestamp offsets, ensuring higher precision and flexibility.

🚀 Enhancements

  • Modular Architecture: Refactored the codebase by combining formatter and writer into a unified SinkPlugin module, laying the foundation for plugin-based protocol support.
  • Build & Test Improvements: Optimized CI/CD workflows, increased code coverage for better stability.

🐛 Bug Fixes

  • Fixed specific test case failures on the Windows platform.

Download