Skip to content

2.0.3

Choose a tag to compare

@cescoffier cescoffier released this 15 May 15:30
· 3680 commits to main since this release

Major changes

Complete changelog

  • #545 - MQTT Client and Connection sharing
  • #544 - Fix how object encoded to JSON are written into the outbound AMQP message
  • #543 - Bump auto-service from 1.0-rc6 to 1.0-rc7
  • #542 - Docs: fix annotations in Development Model
  • #541 - MQTT max-message-size not applied correctly
  • #540 - Bump smallrye-config from 1.7.0 to 1.8.0
  • #539 - Bump microprofile-metrics-api from 2.3.1 to 2.3.2
  • #538 - Provides a way to configure the default Kafka configuration
  • #537 - Add the ability to use an exposed Map<String, Object> as Kafka config
  • #535 - Update getting-started.adoc
  • #532 - Missing beans.xml in smallrye-reactive-messaging-in-memory
  • #531 - README: fix typos
  • #530 - Fix the In Memory connector
  • #526 - Update Artemis version to 2.11.0
  • #523 - Add support for incoming and outgoing Camel metadata
  • #522 - Bump mutiny.version from 0.4.4 to 0.5.0
  • #520 - Do not swallow the main exception when reporting a synchronous initialisation failure
  • #516 - Bump microprofile-metrics-api from 2.3 to 2.3.1
  • #515 - Exception thrown from connector during startup discarded by provider with cause thrown instead
  • #514 - Bump smallrye-parent from 17 to 18
  • #513 - Bump debezium-core from 1.1.0.Final to 1.1.1.Final
  • #512 - Allows multiple subscription on the Emitter
  • #511 - Publisher created and returned by EmitterImpl::getPublisher does not conform to specification