You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Luna_Streaming_3.1_Release_Notes.md
+135Lines changed: 135 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,141 @@ both methods follow the same packaging patterns.
75
75
76
76
# Releases
77
77
78
+
## Luna Streaming Distribution 3.1 4.17
79
+
This maintenance release of the DataStax Luna Streaming Distribution for 3.1 which includes important stability and security updates for Luna Streaming, as well as for the various connectors packaged alongside it, such as sinks, sources, functions, protocol extensions, proxy extensions, filters, and client extensions.
80
+
81
+
### Most notable commits
82
+
*[5c6816825c1](https://github.com/datastax/pulsar/commit/5c6816825c1)[fix][ml] Enhance OpFindNewest to support skip non-recoverable data (#24441)
83
+
*[bb3c0279df3](https://github.com/datastax/pulsar/commit/bb3c0279df3)[improve][broker] change to warn log level for ack validation error (#24459)
84
+
*[bfaa79364b2](https://github.com/datastax/pulsar/commit/bfaa79364b2)[improve][broker] Improve the log when namespace bundle is not available (#24434)
*[47f63a3fe77](https://github.com/datastax/pulsar/commit/47f63a3fe77) Remove unnecessary .get() call due to method returning Bookkeeper directly
87
+
*[a10e9c87ee1](https://github.com/datastax/pulsar/commit/a10e9c87ee1)[fix][ml]Still got BK ledger, even though it has been deleted after offloaded (#24432)
88
+
*[5f7fec3e8b5](https://github.com/datastax/pulsar/commit/5f7fec3e8b5)[fix][test] Cleanup resources if starting PulsarService fails in PulsarTestContext (#21467)
89
+
*[dfb797f4963](https://github.com/datastax/pulsar/commit/dfb797f4963)[improve][broker] Deny removing local cluster from topic level replicated cluster policy (#24351)
90
+
*[e08aca0d6a2](https://github.com/datastax/pulsar/commit/e08aca0d6a2)[fix][broker] Once the cluster is configured incorrectly, the broker maintains the incorrect cluster configuration even if you removed it (#24419)
91
+
*[fc91996afd7](https://github.com/datastax/pulsar/commit/fc91996afd7)[fix][client] Prevent NPE when seeking with null topic in TopicMessageId (#24404)
92
+
*[4e7d63f0f2b](https://github.com/datastax/pulsar/commit/4e7d63f0f2b)[fix][ml]Received more than once callback when calling cursor.delete (#24405)
93
+
*[bf515f31ee6](https://github.com/datastax/pulsar/commit/bf515f31ee6)[fix][ml] Cursor ignores the position that has an empty ack-set if disabled deletionAtBatchIndexLevelEnabled (#24406)
94
+
*[58bcfda9215](https://github.com/datastax/pulsar/commit/58bcfda9215)[fix][txn] Fix deadlock when loading transaction buffer snapshot (#24401)
95
+
*[9ca3fac3236](https://github.com/datastax/pulsar/commit/9ca3fac3236)[fix][client] Fix some potential resource leak (#24402)
*[afe545e4804](https://github.com/datastax/pulsar/commit/afe545e4804) Fix codestyle in RawReaderTest
98
+
*[49ab382a0e7](https://github.com/datastax/pulsar/commit/49ab382a0e7) Update LICENSE to reflect Netty 4.1.122.Final upgrade
99
+
*[24f193e3e40](https://github.com/datastax/pulsar/commit/24f193e3e40)[improve][misc] Upgrade Netty to 4.1.122.Final and tcnative to 2.0.72.Final (#24397)
100
+
*[90dc1cc6a80](https://github.com/datastax/pulsar/commit/90dc1cc6a80)[fix][broker] No longer allow creating subscription that contains slash (#23594)
*[7080537bc4b](https://github.com/datastax/pulsar/commit/7080537bc4b)[fix][broker]Fix deadlock when compaction and topic deletion execute concurrently (#24366)
103
+
*[bfa6aebb60f](https://github.com/datastax/pulsar/commit/bfa6aebb60f)[fix][broker] Fix issue that topic policies was deleted after a sub topic deleted, even if the partitioned topic still exists (#24350)
104
+
*[5289b49691e](https://github.com/datastax/pulsar/commit/5289b49691e)[fix][ml]Revert a behavior change of releasing idle offloaded ledger handle: only release idle BlobStoreBackedReadHandle (#24384)
105
+
*[42b0f812f17](https://github.com/datastax/pulsar/commit/42b0f812f17)[improve][broker] Add managedCursor/LedgerInfoCompressionType settings to broker.conf (#24391)
106
+
*[36a80aef747](https://github.com/datastax/pulsar/commit/36a80aef747)[improve][broker] Make maxBatchDeletedIndexToPersist configurable and document other related configs (#24392)
107
+
*[ce43873fbd8](https://github.com/datastax/pulsar/commit/ce43873fbd8)[improve][broker] Added synchronized for sendMessages in Non-Persistent message dispatchers (#24386)
108
+
*[b1cf8966f23](https://github.com/datastax/pulsar/commit/b1cf8966f23)[improve][ml]Release idle offloaded read handle only the ref count is 0 (#24381)
109
+
*[9a61ae5549c](https://github.com/datastax/pulsar/commit/9a61ae5549c)[fix][broker] expose consumer name for partitioned topic stats (#24360)
110
+
*[8e8127b3b1a](https://github.com/datastax/pulsar/commit/8e8127b3b1a)[improve][broker]Improve the log when encountered in-flight read limitation (#24359)
111
+
*[33f615f2893](https://github.com/datastax/pulsar/commit/33f615f2893)[fix][io] Acknowledge RabbitMQ message after processing the message successfully (#24354)
112
+
*[63141fc3398](https://github.com/datastax/pulsar/commit/63141fc3398)[fix][broker] Ignore metadata changes when broker is not in the Started state (#24352)
113
+
*[b04ac1b4dd2](https://github.com/datastax/pulsar/commit/b04ac1b4dd2)[fix][broker] Resolve the issue of frequent updates in message expiration deletion rate (#24190)
*[37937ee7f29](https://github.com/datastax/pulsar/commit/37937ee7f29)[fix][offload] Complete the future outside of the reading loop in BlobStoreBackedReadHandleImplV2.readAsync (#24331)
*[c8becf917e0](https://github.com/datastax/pulsar/commit/c8becf917e0) Fix checkstyle errors after previous cherry-picks
119
+
*[f5a282ebe91](https://github.com/datastax/pulsar/commit/f5a282ebe91)[improve][ml] Offload ledgers without check ledger length (#24344)
120
+
*[adacd4d773c](https://github.com/datastax/pulsar/commit/adacd4d773c)[fix][broker]Non-global topic policies and global topic policies overwrite each other (#24286)
121
+
*[5d50b2eb65f](https://github.com/datastax/pulsar/commit/5d50b2eb65f)[fix][broker]Global topic policies do not affect after unloading topic and persistence global topic policies never affect (#24279)
*[b0d1f917113](https://github.com/datastax/pulsar/commit/b0d1f917113)[fix][broker]fix memory leak, messages lost, incorrect replication state if using multiple schema versions(auto_produce) (#24178)
124
+
*[9249813b5b1](https://github.com/datastax/pulsar/commit/9249813b5b1)[fix][io][branch-3.0] Backport Kinesis Sink custom native executable support #23762 (#24349)
125
+
*[3e5be18ff76](https://github.com/datastax/pulsar/commit/3e5be18ff76)[fix][io][branch-3.0]Pulsar-SQL: Fix classcast ex when decode decimal value (#24317)
126
+
*[919f62bf37e](https://github.com/datastax/pulsar/commit/919f62bf37e)[fix][broker] Fix potential deadlock when creating partitioned topic (#24313)
127
+
*[71822595a5e](https://github.com/datastax/pulsar/commit/71822595a5e)[fix][broker] fix wrong method name checkTopicExists. (#24293)
128
+
*[3ab7965b2c9](https://github.com/datastax/pulsar/commit/3ab7965b2c9)[fix][build] Ensure that buildtools is Java 8 compatible and fix remaining compatibility issue (#24307)
129
+
*[507be8e6d0a](https://github.com/datastax/pulsar/commit/507be8e6d0a)[fix][test] Simplify BetweenTestClassesListenerAdapter and fix issue with BeforeTest/AfterTest annotations (#24304)
|[cassandra-enhanced](https://github.com/datastax/pulsar-sink)| A DataStax Pulsar Sink to load records from Pulsar topics to Apache Cassandra(R) or DataStax Enterprise(DSE) | 1.6.14 | cassandra-enhanced-pulsar-sink-1.6.14-nar.nar |
171
+
|[cloud-storage](https://github.com/streamnative/pulsar-io-cloud-storage)| Writes data into cloud storage | 3.2.4 | pulsar-io-cloud-storage-3.2.4.nar |
172
+
|[data-generator](https://pulsar.apache.org/docs/io-connectors)| Test data generator source | 3.1.4.17 | pulsar-io-data-generator-3.1.4.17.nar |
173
+
|[elastic_search](https://pulsar.apache.org/docs/io-connectors)| Writes data into Elastic Search | 3.1.4.17 | pulsar-io-elastic-search-3.1.4.17.nar |
174
+
|[http](https://pulsar.apache.org/docs/io-connectors)| Writes data to an HTTP server (Webhook) | 3.1.4.17 | pulsar-io-http-3.1.4.17.nar |
175
+
|[jdbc-clickhouse](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for ClickHouse | 3.1.4.17 | pulsar-io-jdbc-clickhouse-3.1.4.17.nar |
176
+
|[jdbc-mariadb](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for MariaDB | 3.1.4.17 | pulsar-io-jdbc-mariadb-3.1.4.17.nar |
177
+
|[jdbc-openmldb](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for OpenMLDB | 3.1.4.17 | pulsar-io-jdbc-openmldb-3.1.4.17.nar |
178
+
|[jdbc-postgres](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for PostgreSQL | 3.1.4.17 | pulsar-io-jdbc-postgres-3.1.4.17.nar |
179
+
|[jdbc-sqlite](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for SQLite | 3.1.4.17 | pulsar-io-jdbc-sqlite-3.1.4.17.nar |
|[ai-tools](https://pulsar.apache.org/docs/io-connectors)| Generative AI tools | 3.2.1 | pulsar-ai-tools-3.2.1.nar |
207
+
|[transforms](https://pulsar.apache.org/docs/io-connectors)| Transformation function | 3.2.1 | pulsar-transformations-3.2.1.nar |
208
+
</details>
209
+
210
+
### Environment (Connectors, Protocol Handlers, Proxy Extensions, extra libraries)
211
+
See the [environment variables](https://github.com/riptano/pulsar-distro/blob/release/ls31/build.json) used for the build.
212
+
78
213
## Luna Streaming Distribution 3.1 4.16
79
214
This maintenance release of the DataStax Luna Streaming Distribution for 3.1 which includes important stability and security updates for Luna Streaming, as well as for the various connectors packaged alongside it, such as sinks, sources, functions, protocol extensions, proxy extensions, filters, and client extensions.
0 commit comments