Changelog
All notable changes to @questdb/grafana-questdb-datasource project will be documented in this
file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
0.1.4
Changed
- Enclose variables and column names in quotes in the generated SQL #107
- Add VARCHAR type #107
- Update docker-compose yaml to use QuestDB 8.0.3 #107
0.1.3
Changed
- Remove the deprecated
vectoratormethod and use an array format for manipulation. #97 - Update the necessary copyright + add NOTICE to signal derivative work #97
- Phase out
@grafana/experimentalin favor of@grafana/plugin-uiwhenever possible.
0.1.0
Added
- Initial Beta release.