Skip to content

Spring Pulsar 1.1.0

Compare
Choose a tag to compare
@onobc onobc released this 20 May 22:14
· 132 commits to main since this release
1500be2

⭐ New Features

  • Add support for transactions #27

📔 Documentation

  • Update antora-ui-spring to v0.4.14 (1.1.x) #685
  • Add docs for auto-failover cluster support #677
  • Fix documentation for Spring Boot starters #662
  • Add ref docs for newly added transaction support #660
  • Pull topic-resolution.adoc up a level in docs #644

🔨 Dependency Upgrades

  • Migrate to Gradle Develocity plugin #682
  • Update Pulsar to 3.2.3 #679
  • Update Micrometer to 1.13.0 (c80eab9)
  • Update Micrometer Tracing to 1.3.0 (ca3d641)
  • Update Reactor to 2023.0.6 (1bd34c2)
  • Update Spring to 6.1.7 (c49e692)
  • Update Pulsar Client Reactive to 0.5.5 (9118117)
  • Update various dependencies (1c96e22)

❤️ Contributors

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

@KartikShrivastava
@onobc

What's Changed

  • Add transaction related tests by @onobc in #664
  • Move topic-resolution above pulsar-admin (Issue #644) by @KartikShrivastava in #663
  • [Docs] Correct artifact id for Pulsar starter by @onobc in #665
  • Update SSL certs used by integration-tests by @onobc in #670
  • Add docs for transaction support by @onobc in #668
  • Add support for bean customizers by @onobc in #669
  • Make bean customizer static to appease AOT by @onobc in #671
  • Add test for Pulsar synchronized transactions by @onobc in #672
  • Add container init mixed txn tests by @onobc in #673
  • Use test objects from spring-pulsar-test by @onobc in #676
  • Fix payload type in Reactive tombstone doc by @onobc in #678
  • Update Pulsar to 3.2.3 by @onobc in #679
  • Update dependencies pre-release (main branch) by @onobc in #680
  • Migrate to Gradle Develocity plugin by @onobc in #682
  • Add doc for auto cluster-level failover by @onobc in #683
  • Update antora-ui-spring to v0.4.14 (1.1.x) by @onobc in #685
  • Clarify use of MessageResult vs. MessageUtils by @onobc in #681
  • [Release 1.1.0] Update version by @onobc in #687

Full Changelog: v1.1.0-RC1...v1.1.0