Releases: GreptimeTeam/promql-parser
Releases · GreptimeTeam/promql-parser
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
v0.1.1
What's Changed
- docs: update in readme by @yuanbohan in #54
- feat: define ExprVisitor trait and implement walk_expr by @waynexia in #60
- feat: impl extension expr node by @waynexia in #62
- refactor: merge agg and match to LabelModifier by @yuanbohan in #63
- feat: change value type Display behavior by @yuanbohan in #64
- chore: upgrade crate version by @yuanbohan in #65
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- chore: update license copyright by @waynexia in #1
- feat: define token in yacc file by @waynexia in #2
- chore: sync develop to main by @yuanbohan in #50
- docs: update version and readme by @yuanbohan in #52
Full Changelog: https://github.com/GreptimeTeam/promql-parser/commits/v0.1.0