Releases: GreptimeTeam/promql-parser
Releases · GreptimeTeam/promql-parser
v0.4.3
v0.4.2
v0.4.1
What's Changed
- docs: add OpenObserve to known uses by @waynexia in #81
- style: fix clippy by @evenyag in #90
- fix: handle
Expr::Binary
properly inwalk_expr
by @scintillavoy in #89 - refactor: implement
Display
forEvalStmt
by @zyy17 in #91 - chore: bump version to 0.4.1 by @waynexia in #92
New Contributors
- @evenyag made their first contribution in #90
- @scintillavoy made their first contribution in #89
- @zyy17 made their first contribution in #91
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- ci: rework for simplicity by @tisonkun in #80
- fix: update codecov token by @yuanbohan in #86
- feat: add or operator for metric expression by @groobyming in #84
- chore: Bump grmtools version by @ltratt in #87
- chore: bump version by @yuanbohan in #88
New Contributors
- @tisonkun made their first contribution in #80
- @groobyming made their first contribution in #84
- @ltratt made their first contribution in #87
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- fix: clippy by @yuanbohan in #77
- fix: Convert Go regex to Rust regex by @fbs in #76
- refactor: try_parse_re for repetition logic by @yuanbohan in #79
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- chore: hide internal functions and types by @yuanbohan in #74
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.4
v0.1.3
What's Changed
- fix(metric name): support multiple
__name__
matcher by @yuanbohan in #71
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- feat: Traverse function arguments when walking expression by @sjmiller609 in #67
- fix: cargo fmt error by @yuanbohan in #68
New Contributors
- @sjmiller609 made their first contribution in #67
Full Changelog: v0.1.1...v0.1.2