-
Maaz Ahmed authored4e6e5e55
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 2.08 KiB
Changelog
All notable changes to this project will be documented in this file.
[0.6.0] - 2023-12-29
Features
- Query_raw method that returns a raw response
Miscellaneous Tasks
- Bump ver to 0.6.0
- Fix git cliff config for qol group
- Generate changelog for v0.6.0
QoL Enhancements
- Raw expression type to allow strings in the builder API
[0.5.1] - 2023-12-28
Bug Fixes
- Remove static bounds on query fn params
Miscellaneous Tasks
- Bump version to 0.5.1
[0.5.0] - 2023-12-27
Documentation
- Update README
Features
- Initial support for handling multiple queries
- Add support for more functions (transform)
Refactor
- Separate fn name and args formatting in QryFunc
Miscellaneous Tasks
- Generate changelog for v0.5.0
- Bump version to 0.5.0
[0.4.0] - 2023-12-26
Documentation
- Updates and fixes
Features
- Initial functions support in the query builder API
- Initial impl of promql validation macro
Refactor
- Remove an error variant that is never used