This is an automated email from the ASF dual-hosted git repository.

xyz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new a333bb90 Add release note for 0.19.0 (#1475)
a333bb90 is described below

commit a333bb9075961037ea889eaa56f63a3e477e10f3
Author: Zike Yang <[email protected]>
AuthorDate: Wed Apr 15 18:33:15 2026 +0800

    Add release note for 0.19.0 (#1475)
---
 CHANGELOG.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 288381f3..f7e9df40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,33 @@
 
 All notable changes to this project will be documented in this file.
 
+[0.19.0] 2026-04-07
+
+## What's Changed
+
+* [fix] Add JSON tag for `UpdateAuthData` in `UpdateOptions` 
([#1450](https://github.com/apache/pulsar-client-go/pull/1450)) by @freeznet
+* [feat] Add `RemovePersistence` methods to namespace admin 
([#1447](https://github.com/apache/pulsar-client-go/pull/1447)) by @freeznet
+* [improve] Add support for PIP-431: creation and last publish timestamps 
([#1451](https://github.com/apache/pulsar-client-go/pull/1451)) by 
@codelipenghui
+* [docs] Update example code and add log initialization configurations 
([#1449](https://github.com/apache/pulsar-client-go/pull/1449)) by @geniusjoe
+* [docs] Update release process to link release and release notes to the 
Pulsar website ([#1453](https://github.com/apache/pulsar-client-go/pull/1453)) 
by @RobertIndie
+* [improve] Change producer reconnect error logs to warn logs 
([#1445](https://github.com/apache/pulsar-client-go/pull/1445)) by @RobertIndie
+* [feat] Implement `ReconsumeLater` on regex consumer 
([#1456](https://github.com/apache/pulsar-client-go/pull/1456)) by @jordanfitz
+* [feat] Add support for issuer URL override in client credentials flow 
([#1463](https://github.com/apache/pulsar-client-go/pull/1463)) by @freeznet
+* [feat] Add removal methods for namespace policies 
([#1465](https://github.com/apache/pulsar-client-go/pull/1465)) by @freeznet
+* [feat] Add support for retrieving schema compatibility strategy with options 
([#1469](https://github.com/apache/pulsar-client-go/pull/1469)) by @freeznet
+* [feat] Add remove replication clusters topic API 
([#1470](https://github.com/apache/pulsar-client-go/pull/1470)) by @freeznet
+* [feat] Treat `ProducerBlockedQuotaExceededException` as retryable and 
continue reconnecting 
([#1457](https://github.com/apache/pulsar-client-go/pull/1457)) by @geniusjoe
+* [fix] Fix panic when messages size is 0 
([#1460](https://github.com/apache/pulsar-client-go/pull/1460)) by @unJASON
+* [improve] Make service URL parsing compatible with Go 1.26 
([#1468](https://github.com/apache/pulsar-client-go/pull/1468)) by @nodece
+* [feat] Add scoped topic policies support 
([#1471](https://github.com/apache/pulsar-client-go/pull/1471)) by @freeznet
+* [fix] Fix consumer not consuming resent chunked messages 
([#1464](https://github.com/apache/pulsar-client-go/pull/1464)) by @geniusjoe
+
+## New Contributors
+
+* @codelipenghui made their first contribution in 
[#1451](https://github.com/apache/pulsar-client-go/pull/1451)
+* @jordanfitz made their first contribution in 
[#1456](https://github.com/apache/pulsar-client-go/pull/1456)
+* @unJASON made their first contribution in 
[#1460](https://github.com/apache/pulsar-client-go/pull/1460)
+
 [0.18.0] 2025-12-01
 
 ## What's Changed

Reply via email to