Skip to content

Commit

Permalink
release 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Aug 27, 2024
1 parent 3bb296b commit 83d39d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog for rabtap

## v1.41 (2024-08-27)

* new: `--filter=FILTER` option for `tap` and `sub` commands to filter output
of received messages, e.g. `rabtap sub JDQ --filter="r.msg.RoutingKey == 'test'"`
* breaking change: the `binding`, `queue`, `exchange`, `connection` and
`channel` variables available in expressions of `rabtap info --filter=FILTER`
are now all prefixed with `r.` and are thus now to be referenced as `r.binding`,
`r.queue` etc.

## v1.40 (2024-08-20)

* govaluate not being maintained since 2017, we switch to
Expand Down

0 comments on commit 83d39d8

Please sign in to comment.