Skip to content

Releases: yangl/pulsar-msg-filter

v3.0

28 Feb 07:42
Compare
Choose a tag to compare

for the Pulsar 2.11.x 3.x

How to use

<dependency>
  <groupId>io.github.yangl</groupId>
  <artifactId>pulsar-msg-filter-interceptor</artifactId>
  <version>3.0</version>
</dependency>

Full Changelog: v2.10.4.1...v3.0.0

v2.10.4.1

11 Apr 10:03
Compare
Choose a tag to compare

What's Changed

  • [feat] clear the expression cache when close, fix #9
  • [minor] skip the system message, fix #7

How to use

<dependency>
  <groupId>io.github.yangl</groupId>
  <artifactId>pulsar-msg-filter-interceptor</artifactId>
  <version>2.10.4.1</version>
</dependency>

Full Changelog: v2.10.4...v2.10.4.1