Skip to content

Releases: spring-projects/spring-pulsar

Spring Pulsar 1.0.8

17 Jul 02:44
9f3318b
Compare
Choose a tag to compare

What's Changed

  • Bump spring from 6.1.9 to 6.1.10 by @dependabot in #726
  • Bump the development-dependencies group across 1 directory with 4 updates by @dependabot in #729
  • Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by @dependabot in #733
  • Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 by @dependabot in #732
  • Bump io.projectreactor:reactor-bom from 2023.0.7 to 2023.0.8 by @dependabot in #749
  • Bump org.springframework.retry:spring-retry from 2.0.6 to 2.0.7 by @dependabot in #748
  • Bump io.micrometer:micrometer-bom from 1.12.7 to 1.12.8 by @dependabot in #747
  • Bump io.micrometer:micrometer-tracing-bom from 1.2.7 to 1.2.8 by @dependabot in #745
  • Bump spring from 6.1.10 to 6.1.11 by @dependabot in #744
  • Bump io.micrometer:micrometer-docs-generator from 1.0.2 to 1.0.3 by @dependabot in #746
  • Bump io.spring.dependency-management from 1.1.5 to 1.1.6 in the development-dependencies group by @dependabot in #743
  • [Release 1.0.8] Update version by @onobc in #751

Full Changelog: v1.0.7...v1.0.8

Spring Pulsar 1.1.1

18 Jun 02:56
45a7f86
Compare
Choose a tag to compare

What's Changed

  • Bump org.projectlombok:lombok from 1.18.24 to 1.18.32 by @dependabot in #693
  • Bump com.gradle.develocity from 3.17.2 to 3.17.4 by @dependabot in #692
  • Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 by @dependabot in #691
  • Bump org.springframework:spring-framework-bom from 6.1.7 to 6.1.8 by @dependabot in #694
  • Bump the development-dependencies group with 5 updates by @dependabot in #695
  • Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.9 by @dependabot in #700
  • Bump io.micrometer:micrometer-bom from 1.13.0 to 1.13.1 by @dependabot in #697
  • Bump io.micrometer:micrometer-tracing-bom from 1.3.0 to 1.3.1 by @dependabot in #698
  • Bump pulsar-reactive from 0.5.5 to 0.5.6 by @dependabot in #701
  • Bump io.projectreactor:reactor-bom from 2023.0.6 to 2023.0.7 by @dependabot in #699
  • Bump com.gradle.develocity from 3.17.4 to 3.17.5 by @dependabot in #696

Full Changelog: v1.1.0...v1.1.1

Spring Pulsar 1.0.7

18 Jun 04:35
30250b3
Compare
Choose a tag to compare

What's Changed

  • Bump io.micrometer:micrometer-tracing-bom from 1.2.6 to 1.2.7 by @dependabot in #713
  • Bump io.micrometer:micrometer-bom from 1.12.6 to 1.12.7 by @dependabot in #715
  • Bump io.projectreactor:reactor-bom from 2023.0.6 to 2023.0.7 by @dependabot in #705
  • Bump org.projectlombok:lombok from 1.18.24 to 1.18.32 by @dependabot in #711
  • Bump com.google.protobuf:protobuf-java from 3.21.5 to 3.21.12 by @dependabot in #710
  • Bump spring from 6.1.7 to 6.1.9 by @dependabot in #714
  • Bump pulsar-reactive from 0.5.5 to 0.5.6 by @dependabot in #712

Full Changelog: v1.0.6...v1.0.7

Spring Pulsar 1.1.0

20 May 22:14
1500be2
Compare
Choose a tag to compare

⭐ 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

Spring Pulsar 1.0.6

21 May 02:20
0e0e979
Compare
Choose a tag to compare

📔 Documentation

  • Update antora-ui-spring to v0.4.14 (1.0.x) #686

🔨 Dependency Upgrades

  • Update Micrometer to 1.12.6 (7bf13f3)

  • Update Micrometer Tracing to 1.2.6 (f12c5db)

  • Update Reactor to 2023.0.6 (40bd365)

  • Update Spring to 6.1.7 (6699e51)

  • Update Pulsar Client Reactive to 0.5.5 (1a4f2f3)

  • Update various dependencies (cbf25ea)

What's Changed

  • Update SSL certs for integration tests by @onobc in #675
  • Update dependencies - prepare for 1.0.x release by @onobc in #684
  • Update antora-ui-spring to v0.4.14 (1.0.x) by @onobc in #686

Full Changelog: v1.0.5...v1.0.6

Spring Pulsar 1.1.0-RC1

15 Apr 20:39
6b78de1
Compare
Choose a tag to compare
Pre-release

⭐ New Features

  • Add transaction support #628

🪜 Improvements

  • Rename PulsarTestContainerSupport#stopContainer2 to stopContainer #647

📔 Documentation

  • Split Pulsar reference into multiple documents #463

🔨 Dependency Upgrades

  • Override commons-compress version to 1.26.1 #629
  • Update Logback to 1.5.5 #649
  • Update to Logback 1.5.4 #632
  • Update to Micrometer 1.13.0-RC1 #635
  • Update to Micrometer Tracing 1.3.0-RC1 #636
  • Update to Pulsar 3.2.2 #642
  • Update to Pulsar reactive client 0.5.4 #645
  • Update to Reactor 2023.0.5 #634
  • Update to Spring 6.1.6 #633
  • Update to Spring Cloud Stream 4.1.1 #646

❤️ Contributors

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

@KartikShrivastava and @onobc

What's Changed

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

Spring Pulsar 1.0.5

16 Apr 01:53
0efda32
Compare
Choose a tag to compare

🔨 Dependency Upgrades

  • Update Micrometer to 1.12.5 #657
  • Update Micrometer Tracing to 1.2.5 #656
  • Update Pulsar Client Reactive to 0.5.4 #654
  • Update Pulsar to 3.1.3 #655
  • Update Reactor to 2023.0.5 #653
  • Update Spring to 6.1.6 #652

Full Changelog: v1.0.4...v1.0.5

Spring Pulsar 1.1.0-M2

18 Mar 20:13
670d2ad
Compare
Choose a tag to compare
Pre-release

⭐ New Features

  • feat: Add PulsarTestConsumer #582

🐞 Bug Fixes

  • Producer Cache becomes ineffective when ProducerBuilderCustomizer is configured #593

📔 Documentation

  • Publish the spring-pulsar-test module #600

🔨 Dependency Upgrades

  • Update Spring Framework 6.1.5 #604
  • Update to Jackson 2.17.0 #607
  • Update to Micrometer 1.13.0-M2 #605
  • Update to Micrometer Tracing 1.3.0-M2 #606
  • Update to Pulsar 3.2.1 #608
  • Update to Reactor 2023.0.4 #603

❤️ Contributors

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

What's Changed

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

Spring Pulsar 1.0.4

18 Mar 21:18
722d398
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Producer Cache becomes ineffective when ProducerBuilderCustomizer is configured (1.0.x) #596

🔨 Dependency Upgrades

  • Update Jackson to 2.15.4 #613
  • Update Micrometer to 1.12.4 #610
  • Update Micrometer Tracing to 1.2.4 #611
  • Update reactive Pulsar client to 0.5.3 #617
  • Update Spring Framework to 6.1.5 #612

❤️ Contributors

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

What's Changed

  • Backport "Producer Cache becomes ineffective when ProducerBuilderCustomizer is configured" by @onobc in #609
  • Update Micrometer to 1.12.4 by @onobc in #610
  • Update Micrometer Tracing to 1.2.4 by @onobc in #611
  • Update Spring Framework to 6.1.5 by @onobc in #612
  • Update Jackson to 2.15.4 by @onobc in #613
  • Add pulsar-client-reactive-api to spring-pulsar-reactive by @onobc in #614
  • Update reactive Pulsar client to 0.5.3 by @onobc in #617

Full Changelog: v1.0.3...v1.0.4

Spring Pulsar 1.1.0-M1

21 Feb 02:42
d0ba690
Compare
Choose a tag to compare
Pre-release

⭐ 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