Releases: datastax/pulsar-jms
Releases · datastax/pulsar-jms
2.0.0
What's Changed
- Implement support for Broker-Side Selectors by @eolivelli in #22
- Run TCK with server side selectors by @eolivelli in #23
- Support Server-Side Filters for Queues, NoLocal and TimeToLive by @eolivelli in #24
New Contributors
- @eolivelli made their first contribution in #22
Full Changelog: 1.5.0...2.0.0
1.5.0
What's Changed
- [security] Upgrade jackson-databind to get rid of CVE-2020-36518 by @nicoloboschi in #19
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- [tests] Make Pulsar version configurable during build and tests by @nicoloboschi in #15
Full Changelog: 1.3.2...1.4.0
1.3.2
1.3.1
What's Changed
- Fast JMS -> Starlight for JMS by @jbellis in #10
- [security] Upgrade vulnerable dependencies by @nicoloboschi in #12
New Contributors
- @jbellis made their first contribution in #10
- @nicoloboschi made their first contribution in #12
Full Changelog: 1.3.0...1.3.1
Fast JMS for Pulsar - Release 1.3.0
News and Noteworthy:
Now you can use the JNDI API to build the ConnectionFactory object and to get the references to Destinations.
See com.datastax.oss.pulsar.jms.jndi.PulsarInitialContextFactory
class
Fast JMS for Pulsar - Release 1.2.2
[maven-release-plugin] copy for tag 1.2.2
Fast JMS for Pulsar - Release 1.2.0
This release updates Pulsar Client to version 2.8.0 and introduces a few new features, like the support for Key_Based batched builder on the Producer.
1.0.0
This is the first release of Fast JMS Client for Apache Pulsar.
You can find here:
- the Resource Adapter (the name of the file is pulsar-rar.rar, without a version, this is usual for Resource Adapters)
- The uber Jar that contains the Pulsar JMS client with all of the dependencies
Please checkout the documentation in order to get started