Skip to content

4.7.0

Choose a tag to compare

@ozangunalp ozangunalp released this 23 Jun 10:45
· 1238 commits to main since this release
ff0527b

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti<K, Message> support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages