Skip to content

Releases: smallrye/smallrye-reactive-messaging

2.0.0

08 Apr 06:40
Compare
Choose a tag to compare

Major changes

  • Switch to Mutiny as main reactive programming library
  • Add support for Mutiny types (Uni and Multi)
  • New documentation using Antora
  • The provider now depends on Vert.x and provide this Vert.x instance to the connectors.
  • Add support for the @Blocking annotation
  • New @ConnectorAttribute annotation to simplify the development of connector and their documentation

Complete changelog

  • #484 - update acknowledgement documentation to be in sync with the spec
  • #482 - Bump mutiny.version from 0.4.3 to 0.4.4
  • #481 - Bump camel.version from 3.1.0 to 3.2.0
  • #467 - Fixes #79 - Add support for @Blocking
  • #462 - Use JSON to serialize the body of outgoing AMQP messages
  • #439 - Switch to Mutiny
  • #433 - Bump wiremock from 2.26.1 to 2.26.2
  • #432 - Bump libraries-bom from 4.1.1 to 4.2.0
  • #423 - Utilize Vert.x in core
  • #422 - Use the config passed as argument in ConfiguredChannelFactory
  • #419 - Support for env variables in application.properties
  • #415 - Change default for retry-attempts to infinite retries
  • #79 - Add support for @Blocking

1.1.0

07 Apr 14:50
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #398 - Externalize the in-memory connector
  • #388 - Rename KafkaMessage to KafkaRecord
  • #379 - Emitter for anonymous AMQP sender
  • #335 - Header / Baggage support for message