Skip to content

v0.21.0

Latest

Choose a tag to compare

@RobertIndie RobertIndie released this 31 Jul 04:16
· 4 commits to master since this release
v0.21.0
c5b1bc1

What's Changed

  • [improve] Reduce unnecessary creation of retry topics and DLQ topics (#1459) by @zjxxzjwang
  • [feat] Add offload policies API and tests to pulsaradmin (#1512) by @freeznet
  • [fix] Escape configuration values in UpdateDynamicConfiguration (#1505) by @Demogorgon314
  • [chore] Update Go to 1.25 and update the linter (#1515) by @kellyfj
  • [improve] Implement tls_client_auth for OAuth2 (#1514) by @izumo27
  • [chore] Update Testcontainers and change the Docker dependency to Moby (#1513) by @kellyfj
  • [docs] Add chunking documentation for DLQ/RLQ and integration tests (#1511) by @geniusjoe
  • [fix] Add bounds check for partition index int32 conversion (#1517) by @merlimat

New Contributors