diff --git a/releases/release-8.2.0.md b/releases/release-8.2.0.md index 049c018427b9a..dd5deaf2f2cd0 100644 --- a/releases/release-8.2.0.md +++ b/releases/release-8.2.0.md @@ -147,6 +147,12 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v8.2/quick-start-with- For more information, see [documentation](/ticdc/ticdc-upstream-downstream-check.md#notes). +* TiCDC Pulsar Sink supports using the `pulsar+http` and `pulsar+https` connection protocols [#11336](https://github.com/pingcap/tiflow/issues/11336) @[SandeepPadhi](https://github.com/SandeepPadhi) + + Before v8.2.0, TiCDC Pulsar Sink only supports `pulsar` and `pulsar+ssl` connection protocols. Starting from v8.2.0, TiCDC Pulsar Sink also supports `pulsar+http` and `pulsar+https` protocols for connections. This enhancement improves the flexibility of connecting to Pulsar. + + For more information, see [documentation](/ticdc/ticdc-sink-to-pulsar.md#sink-uri). + ## Compatibility changes > **Note:**