Skip to content

Spring Pulsar 1.0.1

Compare
Choose a tag to compare
@onobc onobc released this 18 Dec 00:43
· 120 commits to main since this release
ed0eb47

🪜 Improvements

  • Make it simpler to use @ReactivePulsarListener in streaming mode w/ Spring messages #509
  • Tombstone records not supported in @PulsarListener #506
  • Deprecate (Reactive)PulsarListenerEndpointAdapter #481

🐞 Bug Fixes

  • OAuth2 authentication init fails with ClassCastException #500

🔨 Dependency Upgrades

  • Update dependencies when next Spring Boot snapshot available #474
  • Update Micrometer BOM version (1.12.1) #512
  • Update Micrometer Tracing BOM version (1.2.1) #515
  • Update Reactor BOM version (2023.0.1) #513
  • Update Spring Framework version (6.1.2) #514
  • Update Pulsar Reactive client to version (0.5.1) #525

📖 Documentation

  • Fix authentication doc for OAuth2 by @onobc in #526

❤️ Contributors

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

@onobc and @vpavic

What's Changed

  • Fix ReactivePulsarListenerIntegrationTests use of customizer by @onobc in #501
  • Convert samples to tests by @onobc in #504
  • Add docker-compose support to sample-imperative-produce-consume app by @onobc in #505
  • Add tombstone support to listeners by @onobc in #507
  • Add MessageUtils for Reactive message handling by @onobc in #510
  • Update Spring Boot dependencies for 3.2.1-SNAPSHOT by @onobc in #516
  • Update dependencies for Micrometer and Reactor by @onobc in #517
  • Update Gradle 8.5 by @onobc in #518
  • Close cache safely in DefaultReactivePulsarSenderFactory close() by @onobc in #519
  • Update spring-doc-actions to v0.0.13 by @onobc in #521
  • Update Spring Framework to 6.1.2 by @onobc in #520
  • [CI] Do not create branch for new release by @onobc in #522
  • Deprecate (Reactive)PulsarListenerEndpointAdapter by @vpavic in #481
  • Update Spring Retry 2.0.5 by @onobc in #524
  • Fix authentication doc for OAuth2 by @onobc in #526
  • Update Pulsar Reactive Client to 0.5.1 by @onobc in #527
  • [Release 1.0.1] Update version by @onobc in #528

New Contributors

Full Changelog: v1.0.0...v1.0.1