Releases: apache/pulsar
Releases · apache/pulsar
Release 1.15.7
Changes
- #174 Handling bundle unloading failure
Release 1.15.6
Changes
- #171 Fix: Consumer redelivery should not wipeout availablePermits
Release 1.15.5
Release 1.15.4
Changes
- #146 Fix: Partitioned consumer can consume messages with receiverQueueSize 1.
Release 1.15.3
Changes
- #145 Fixed issue Partitioned-consumer aggregate messages without blocking internal listener thread
Release 1.15.2
Changes
- #102 Fixed issue with message dispatching while message-replay at broker
Release 1.15.1
Changes
- #89 Fixed issue with replication in a mixed environment with 1.14 and 1.15 brokers
Release 1.15
Main changes
- #39 Updated BookKeeper version to 4.3.1.41-yahoo to include bookie storage improvements
- #17 Fixed memory leak in stats generation buffer rollover
- #27 Fixed issues with discovery service component when HTTPS is enabled
- #43 Add end-to-end crc32c checksum verification on message header and payload, rather than just payload. Support for intel hardware instructions to speed up computation.
- #26 Added ability to configure the address that the broker uses to advertise itself. Needed in cases where the public hostname/ip is different than the machine interface ip (eg: in AWS EC2 instances).
- #38 Prevent message-replay of already acknowledged messages
- #51 Per message unacknowledged redelivery. When ack-timeout is configured, only request redelivery of messages that effectively have the timeout expired, instead of all the messages dispatched to the consumer.
- #48 Add unacknowledged messages threshold to stop delivery to consumer that are not acknowledging messages
- #59 Added admin method to do a one-time messages time expiration for a given subscription (independently from the TTL configured at the namespace level)
Full list of changes
https://github.com/yahoo/pulsar/milestone/1?closed=1