Skip to content

2.4.0

Compare
Choose a tag to compare
@cescoffier cescoffier released this 01 Oct 14:27
· 3058 commits to main since this release

Major changes

Complete changelog

  • #786 - General performance improvements (with a focus on Kafka)
  • #783 - CDI Events for Consumer/Producer
  • #782 - lookup for CamelReactiveStreamsService before creating an instance
  • #779 - Disconnect clients when stopping the application
  • #775 - Cloud Event fixes & Resource cleanup
  • #774 - Improve the latest commit strategy
  • #773 - Explain how applications without connectors work
  • #770 - Do not print the configuration in the log as it may contain sensible data
  • #769 - Kafka passwords are written to the logs
  • #768 - Reactive messaging health check fails if no topic name is specified
  • #767 - Bump smallrye-reactive-converter-api.version from 1.2.0 to 1.2.1
  • #766 - Bump smallrye-vertx-mutiny-clients.version from 1.2.0 to 1.2.1
  • #765 - Fix MutinyEmitter so it works with non Message typed messages
  • #764 - Implement Record and ConsumerRecord converter in the Kafka connector
  • #763 - Update to Mutiny 0.8.1
  • #762 - Use timer on throttled strategy and improve throttled health check
  • #760 - Kafka test reorg and disable auto commit
  • #759 - [752] Adding beans.xml so that jms jar is found if implicit scan is t…
  • #751 - update vertx and mutiny
  • #749 - Avoid using ParameterizedTypes in the MediatorConfigurationSupport
  • #745 - Implement MutinyEmitter for Mutiny types
  • #741 - Implement message converter for Kafka Records
  • #740 - Implement the enabled attribute on channels
  • #738 - Introduce Message Converters
  • #736 - Add support for Kafka Record
  • #725 - Handle AMQP TTL when set on connector
  • #723 - TTL conf property not working in AMQP connector
  • #719 - Using @incoming Subscriber<Message> breaks health checks
  • #678 - Add support for Cloud Events in the Kafka Connector
  • #672 - Set fetch size to before pause value when resuming kafka source