Skip to content

Spring Pulsar 1.1.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@onobc onobc released this 21 Feb 02:42
· 185 commits to main since this release
d0ba690

⭐ New Features

  • Add support for AUTO_PRODUCE schema #572
  • Add @PulsarMessage for default topic/schema #565
  • Add support for SpEL topics on @PulsarMessage #568
  • Add support for AUTO_CONSUME schema type #380

🪜 Improvements

  • Removed checked exceptions from framework APIs #547

📔 Documentation

  • Document workaround for env var auth params (port of #581)
  • Add "What's New?" document to the ref guide #579

🔨 Dependency Upgrades

  • Update Spring Framework to 6.1.4 #569
  • Update Micrometer to 1.13.0-M1 #569
  • Update Tracing to 1.3.0-M1 #569
  • Update Reactor to 2023.0.3 #569
  • Update Pulsar Client Reactive to 0.5.3 #571
  • Update to Brave 6.0.1 #587
  • Update to Pulsar 3.2.0 #563

❤️ Contributors

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

What's Changed

  • Add tests for SpEL attributes on @PulsarListener by @onobc in #549
  • Add Revved up by Develocity badge by @erichaagdev in #553
  • Update project version and Spring Boot version by @onobc in #555
  • Update various dependencies by @onobc in #556
  • Add commons-compress 1.25.0 to buildSrc libs by @onobc in #560
  • Add AUTO_CONSUME schema support by @onobc in #559
  • Update to Pulsar 3.2.0 by @onobc in #564
  • Add @PulsarMessage for default topic/schema by @alesharik in #565
  • Add support for SpEL topics on @PulsarMessage by @jonas-grgt in #568
  • Add support for AUTO_PRODUCE schema by @onobc in #572
  • Update deps for 2024-02 release train by @onobc in #578
  • Add "What's New?" document to the ref guide by @onobc in #579
  • Update to Brave 6.0.1 by @onobc in #587
  • CI updates from 1.0.x by @onobc in #585
  • Update to pulsar-client-reactive 0.5.3 by @onobc in #586
  • Doc updates from 1.0.x by @onobc in #584

New Contributors

Full Changelog: v1.0.2...v1.1.0-M1