v1.40
What's Changed
- switch from govaluate to Expr (
--filter <expr>
option) by @jandelgado in #99Note: prior to version 1.40, rabtap used govaluate to evaluate expressions.
With the switch to Expr, the syntax has changed in some aspects (e.g.=~
vsmatches
in regular expression matches). Consult the documentation for details.
Dependency updates
- [gh-actions] Bump actions/setup-go from 4 to 5 by @dependabot in #91
- [docker] Bump golang from 1.22-alpine to 1.23-alpine by @dependabot in #92
- [gh-actions] Bump goreleaser/goreleaser-action from 3 to 6 by @dependabot in #93
- [gh-actions] Bump actions/upload-artifact from 3 to 4 by @dependabot in #94
- [gh-actions] Bump docker/login-action from 1.10.0 to 3.3.0 by @dependabot in #95
- [gomod] Bump golang.org/x/net from 0.26.0 to 0.28.0 by @dependabot in #97
- [gomod] Bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #98
Tooling
- use coveralls native golang support by @jandelgado in #89
- enable dependabot by @jandelgado in #90
Full Changelog: v1.39.3...v1.40