Skip to content

2.5.0

Compare
Choose a tag to compare
@cescoffier cescoffier released this 09 Nov 18:01
· 2876 commits to main since this release

Major changes

Complete changelog

  • #863 - Remove consumer interceptor from the DQL producer config
  • #862 - Unable to use Kafka interceptors while using DLQ
  • #857 - Implement deserialization failure handler
  • #852 - Improve @merge doc and remove 'edit this page' link
  • #850 - docs: "Edit this Page" is broken
  • #834 - Bump test-container from 0.19.0 to 0.20.0
  • #826 - Bump camel.version from 3.5.0 to 3.6.0
  • #824 - Fix Kafka producer concurrency settings
  • #823 - Bump smallrye-config from 1.9.1 to 1.9.2
  • #822 - Use throwable.toString on reason and cause if message is null
  • #820 - Increase the log level of consumer failures
  • #817 - Fix log message parameter order
  • #816 - Fix NPE from ACKed kafka record on revoked topic partition
  • #815 - Fix a small log typo for AMQP
  • #812 - Avoid adding empty section to the outgoing AMQP message
  • #811 - Improve health check reporting for application's failure
  • #810 - Extend Kafka DLQ headers
  • #806 - superflous AMQP message sections being sent
  • #805 - Set the consumer/producer/admin client.id when not set in the config
  • #803 - Extend the environment variable and system variable tests.
  • #802 - Cleanup acknowledgement test to avoid polluting the log with pointless exceptions
  • #801 - Fix how configuration property coming from environment variables are handled
  • #800 - update AmqpCreditTest to use a test server rather than full broker
  • #798 - Remove and commit revoked partitions from the throttled offset store
  • #797 - Make the rebalance listeners blocking
  • #793 - Fix documentation typo in OnOverflow#bufferSize
  • #791 - Bump smallrye-config from 1.9.0 to 1.9.1
  • #790 - Improvement of the throttled commit strategy (and make it the default)
  • #788 - cleanup kafka config to avoid warnings
  • #744 - Make the throttle commit policy the default and disable auto commit by default
  • #743 - Commit handler must commit their last managed offset in the revoked partition method (rebalance listener)
  • #742 - Make the rebalance listener blocking and make sure it's called from the pool thread
  • #330 - Provide RabbitMQ support