Spring Amqp Versions Save

Spring AMQP - support for Spring programming model with AMQP, especially but not limited to RabbitMQ

v3.1.4

1 month ago

:star: New Features

  • Make sure ReceivedDelay is non-negative #2672
  • Simplify logic in checkListenerContainerAware method #2671

:lady_beetle: Bug Fixes

  • Memory leak with AsyncRabbitTemplate #2673
  • DefaultMessagePropertiesConverter#toMessageProperties should handle x-delay in Short #2667

:hammer: Dependency Upgrades

  • Bump org.springframework:spring-framework-bom from 6.1.5 to 6.1.6 #2684
  • Bump org.springframework.data:spring-data-bom from 2023.1.4 to 2023.1.5 #2683
  • Bump io.projectreactor:reactor-bom from 2023.0.4 to 2023.0.5 #2682
  • Bump io.micrometer:micrometer-tracing-bom from 1.2.4 to 1.2.5 #2681
  • Bump io.micrometer:micrometer-bom from 1.12.4 to 1.12.5 #2680
  • Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 #2675

:heart: Contributors

Thank you to all the contributors who worked on this release:

@Java4ye and @seanliu-oss

v3.0.13

1 month ago

:lady_beetle: Bug Fixes

  • Memory leak with AsyncRabbitTemplate #2678
  • DefaultMessagePropertiesConverter#toMessageProperties should handle x-delay in Short #2668

:hammer: Dependency Upgrades

  • Bump io.projectreactor:reactor-bom from 2022.0.17 to 2022.0.18 #2686
  • Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 #2674

v3.1.3

1 month ago

:star: New Features

  • Document that micrometer observations aren't started for batch listeners #2647
  • add RetryableConnection for the case for wait a moment when The channelMaxlimit is reached #2556

:lady_beetle: Bug Fixes

  • Deadlock when reaching channel limit in DirectMessageListenerContainer #2653
  • Unable to access AMQP Channel from RabbitListenerErrorHandler in case of MessageConversionException #2652
  • Channel cache leak when no answers from broker for pending confirms #2640
  • Kotlin suspend functions return type is incorrect #2638

:hammer: Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2023.1.3 to 2023.1.4 #2662
  • Bump io.micrometer:micrometer-tracing-bom from 1.2.3 to 1.2.4 #2661
  • Bump org.springframework:spring-framework-bom from 6.1.4 to 6.1.5 #2660
  • Bump io.projectreactor:reactor-bom from 2023.0.3 to 2023.0.4 #2659
  • Bump io.micrometer:micrometer-bom from 1.12.3 to 1.12.4 #2658
  • Bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7 #2649
  • Bump kotlinVersion from 1.9.22 to 1.9.23 #2648
  • Bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.6 #2635

:heart: Contributors

Thank you to all the contributors who worked on this release:

@javaecrainbow and @qeeqez

v3.0.12

1 month ago

:lady_beetle: Bug Fixes

  • Channel cache leak when no answers from broker for pending confirms #2641
  • Kotlin suspend functions return type is incorrect #2639

:hammer: Dependency Upgrades

  • Bump io.projectreactor:reactor-bom from 2022.0.16 to 2022.0.17 #2664
  • Bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7 #2650
  • Bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.6 #2636

v3.1.2

3 months ago

:star: New Features

  • ImmediateAcknowledgeAmqpException keeps the message in the queue #2607
  • Improve Extensibility of RepublishMessageRecovererWithConfirms by supporting SpEL expressions #2590

:lady_beetle: Bug Fixes

  • Wrong ClassLoader is used for message deserialization when devtools are active #2609
  • MessageProperties setDelay maximum value problem #2602
  • The SimpleMessageListenerContainer does not shutdown properly #2593

:hammer: Dependency Upgrades

  • Bump io.projectreactor:reactor-bom from 2023.0.2 to 2023.0.3 #2624
  • Bump io.micrometer:micrometer-bom from 1.12.2 to 1.12.3 #2623
  • Bump org.springframework:spring-framework-bom from 6.1.3 to 6.1.4 #2622
  • Bump org.springframework.data:spring-data-bom from 2023.1.2 to 2023.1.3 #2621
  • Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.15.4 #2619
  • Bump io.micrometer:micrometer-tracing-bom from 1.2.2 to 1.2.3 #2618
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 #2612
  • Bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.5 #2611
  • Bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.4 #2606
  • Bump io.micrometer:micrometer-bom from 1.12.1 to 1.12.2 #2600
  • Bump io.micrometer:micrometer-tracing-bom from 1.2.1 to 1.2.2 #2599
  • Bump org.springframework:spring-framework-bom from 6.1.2 to 6.1.3 #2598
  • Bump io.projectreactor:reactor-bom from 2023.0.1 to 2023.0.2 #2597
  • Bump org.springframework.data:spring-data-bom from 2023.1.1 to 2023.1.2 #2596
  • Bump kotlinVersion from 1.9.21 to 1.9.22 #2592

v3.0.11

3 months ago

:lady_beetle: Bug Fixes

  • Wrong ClassLoader is used for message deserialization when devtools are active #2610
  • The SimpleMessageListenerContainer does not shutdown properly #2594
  • CachingConnectionFactory leaks channels during connection resets when used in a SimpleMessageContainer #2569
  • Fix Super Stream Example in Docs #2548

:hammer: Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2022.0.11 to 2022.0.12 #2634
  • Bump kotlinVersion from 1.7.21 to 1.7.22 #2633
  • Bump io.micrometer:micrometer-bom from 1.10.12 to 1.10.13 #2632
  • Bump org.springframework.retry:spring-retry from 2.0.4 to 2.0.5 #2631
  • Bump io.micrometer:micrometer-tracing-bom from 1.0.11 to 1.0.12 #2630
  • Bump ch.qos.logback:logback-classic from 1.4.4 to 1.4.14 #2629
  • Bump io.projectreactor:reactor-bom from 2022.0.12 to 2022.0.16 #2628
  • Bump org.testcontainers:testcontainers-bom from 1.19.2 to 1.19.5 #2627
  • Bump org.junit:junit-bom from 5.9.2 to 5.9.3 #2626

v3.1.1

4 months ago

:star: New Features

  • Get rid of the rest of synchronized in the ListenerContainer infrastructure #2578
  • Get rid of synchronized in spring-rabbit-test module #2577
  • Get rid of synchronized in the BlockingQueueConsumer #2576
  • Get rid of synchronized in RabbitTemplate #2575
  • Get rid of synchronized in RabbitAdmin #2574
  • Jackson2JsonMessageConverter: New ObjectMapper instance not aware of jsr310 module #2516

:lady_beetle: Bug Fixes

  • Get rid of synchronized blocks in the CachingConnectionFactory #2573
  • Get rid of synchronized (this.consumersMonitor) in the SimpleMessageListenerContainer #2568
  • CachingConnectionFactory leaks channels during connection resets when used in a SimpleMessageContainer #2550

:notebook_with_decorative_cover: Documentation

  • Changed some broken links #2570
  • Antora #2564
  • Initial docs-build Antora #2563

:heart: Contributors

Thank you to all the contributors who worked on this release:

@Claudio-code and @dependabot[bot]

v3.1.0

5 months ago

:lady_beetle: Bug Fixes

  • Stream/Queue size in bytes (x-max-length-bytes) #2552
  • Fix Super Stream Example in Docs #2546

:hammer: Dependency Upgrades

  • Upgrade Dependency Versions #2557

:hammer: Tasks

  • Unable to connect to RabbitMQ Stream #2522

v3.1.0-RC1

7 months ago

:star: New Features

  • Super Stream Builder for usability #2540
  • Exclusive Consumer Logging Improvements #2536

:lady_beetle: Bug Fixes

  • Ignore Kotlin Continuation Parameter While Inferring Conversion Type #2532

:notebook_with_decorative_cover: Documentation

  • Fix typo: form -> from #2527

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Data, Retry, Reactor, Micrometer Versions #2545

:heart: Contributors

Thank you to all the contributors who worked on this release:

@johantiden and @zhangheng0027

v3.0.10

7 months ago

:lady_beetle: Bug Fixes

  • Ignore Kotlin Continuation Parameter While Inferring Conversion Type #2533

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Data, Retry, Reactor, Micrometer Versions #2544