Skip to content

Releases: smallrye/smallrye-reactive-messaging

2.0.2

03 May 08:35
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #534 - Fix AMQP race condition when deleting addresses
  • #515 - Exception thrown from connector during startup discarded by provider with cause thrown instead
  • #511 - Publisher created and returned by EmitterImpl::getPublisher does not conform to specification
  • #474 - AMQP - Provide an option to use non-anonymous sender
  • #463 - Camel - The Camel connector should define inbound and outbound Message metadata
  • #365 - How to write Integration Tests for Reactive Messaging Applications

2.0.1

13 Apr 09:19
Compare
Choose a tag to compare

Major changes

Complete changelog

  • #500 - Revert to Vert.x 3.8.5
  • #498 - Bump junit-jupiter from 5.6.1 to 5.6.2
  • #495 - use MediatorConfiguration.methodAsString for error messages
  • #490 - Bump org.eclipse.paho.client.mqttv3 from 1.2.2 to 1.2.3
  • #486 - Extend release process with doc deployment and version bump
  • #485 - Bump yasson from 1.0.6 to 1.0.7

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