diff --git a/data/release-go.js b/data/release-go.js index 6f9960abf08a..3975457f5e00 100644 --- a/data/release-go.js +++ b/data/release-go.js @@ -1,4 +1,5 @@ module.exports = [ +{tagName: "v0.19.0",releaseNotes:"/release-notes/versioned/pulsar-client-go-0.19.0/",doc:"/docs/client-libraries-go",version:"v0.19.x"}, {tagName: "v0.18.0",releaseNotes:"/release-notes/versioned/pulsar-client-go-0.18.0/",doc:"/docs/client-libraries-go",version:"v0.18.x"}, {tagName: "v0.17.0",releaseNotes:"/release-notes/versioned/pulsar-client-go-0.17.0/",doc:"/docs/client-libraries-go",version:"v0.17.x"}, {tagName: "v0.16.0",releaseNotes:"/release-notes/versioned/pulsar-client-go-0.16.0/",doc:"/docs/client-libraries-go",version:"v0.16.x"}, diff --git a/release-notes/versioned/pulsar-client-go-0.19.0.md b/release-notes/versioned/pulsar-client-go-0.19.0.md new file mode 100644 index 000000000000..2b717b022953 --- /dev/null +++ b/release-notes/versioned/pulsar-client-go-0.19.0.md @@ -0,0 +1,30 @@ +--- +id: pulsar-client-go-0.19.0 +title: Pulsar Client Go +sidebar_label: Pulsar Client Go +--- + +## 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)