Skip to content

Commit a975ce7

Browse files
committed
Add changelog for 0.18.0
1 parent dff07bd commit a975ce7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,27 @@
2323

2424
All notable changes to this project will be documented in this file.
2525

26+
[0.18.0] 2025-12-01
27+
28+
## What's Changed
29+
30+
* [improve] Modify the negativeACK structure to reduce memory overhead ([#1410](https://github.com/apache/pulsar-client-go/pull/1410)) by @gy-deng
31+
* [feat] Use -1 as sentinel value for namespace and topic admin commands ([#1430](https://github.com/apache/pulsar-client-go/pull/1430)) by @klevy-toast
32+
* [fix] Update namespace & topic admin methods to return nil if unset ([#1433](https://github.com/apache/pulsar-client-go/pull/1433)) by @klevy-toast
33+
* [test] Add unit test for unloading topic before consuming zero queue messages ([#1434](https://github.com/apache/pulsar-client-go/pull/1434)) by @crossoverJie
34+
* [feat] Add timestamp to schema info ([#1436](https://github.com/apache/pulsar-client-go/pull/1436)) by @freeznet
35+
* [fix] Fix the issue of unable to parse non-batch messages that with non-empty properties and empty payloads ([#1435](https://github.com/apache/pulsar-client-go/pull/1435)) by @coderzc
36+
* [chore] Bump `github.com/dvsekhvalnov/jose2go` from 1.6.0 to 1.7.0 ([#1439](https://github.com/apache/pulsar-client-go/pull/1439)) by @dependabot[bot]
37+
* [fix] Fix partition update failure causing existing producers to close ([#1437](https://github.com/apache/pulsar-client-go/pull/1437)) by @RobertIndie
38+
* [feat] Support reloading OAuth2 key file ([#1441](https://github.com/apache/pulsar-client-go/pull/1441)) by @RobertIndie
39+
* [chore] Bump `golang.org/x/crypto` from 0.36.0 to 0.45.0 ([#1440](https://github.com/apache/pulsar-client-go/pull/1440)) by @dependabot[bot]
40+
41+
## New Contributors
42+
43+
* @gy-deng made their first contribution in [#1410](https://github.com/apache/pulsar-client-go/pull/1410)
44+
* @coderzc made their first contribution in [#1435](https://github.com/apache/pulsar-client-go/pull/1435)
45+
46+
2647
[0.17.0] 2025-10-11
2748

2849
## What's Changed

0 commit comments

Comments
 (0)