Skip to content

Commit ba442c4

Browse files
authored
Added Luna Streaming 3.1.4.16 (#210)
1 parent d134102 commit ba442c4

File tree

1 file changed

+114
-1
lines changed

1 file changed

+114
-1
lines changed

Luna_Streaming_3.1_Release_Notes.md

Lines changed: 114 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,119 @@ both methods follow the same packaging patterns.
7575

7676
# Releases
7777

78+
## Luna Streaming Distribution 3.1 4.16
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+
83+
* [e7962d8](https://github.com/datastax/pulsar/commit/e7962d8) testAvroToJson test fix
84+
* [f87e880](https://github.com/datastax/pulsar/commit/f87e880) Licence check fix. Removed unused import
85+
* [32236fe](https://github.com/datastax/pulsar/commit/32236fe) Fix Kinesis AVRO BYTES handling The AVRO codec uses ByteBuffer for the BYTES schema and not byte[]
86+
* [b0b4d80](https://github.com/datastax/pulsar/commit/b0b4d80) [improve][io] Add configuration parameter for disabling aggregation for Kinesis Producers (#24289)
87+
* [fd46979](https://github.com/datastax/pulsar/commit/fd46979) [improve] [broker] Separate offload read and write thread pool (#24025)
88+
* [67df47b](https://github.com/datastax/pulsar/commit/67df47b) [fix][client] Fix producer publishing getting stuck after message with incompatible schema is discarded (#24282)
89+
* [980d215](https://github.com/datastax/pulsar/commit/980d215) [improve] Upgrade pulsar-client-python to 3.7.0 in Docker image (#24302)
90+
* [1c9ae92](https://github.com/datastax/pulsar/commit/1c9ae92) [fix][test] Fix more Netty ByteBuf leaks in tests (#24299)
91+
* [27935b9](https://github.com/datastax/pulsar/commit/27935b9) [fix][io] Fix SyntaxWarning in Pulsar Python functions (#24297)
92+
* [f20c0f1](https://github.com/datastax/pulsar/commit/f20c0f1) [cleanup][test] Remove unused parameter from deleteNamespaceWithRetry method in MockedPulsarServiceBaseTest (#24283)
93+
* [b5f0b8e](https://github.com/datastax/pulsar/commit/b5f0b8e) [improve][build] Upgrade zstd version from 1.5.2-3 to 1.5.7-3 (#24263)
94+
* [8bd87fd](https://github.com/datastax/pulsar/commit/8bd87fd) [fix][test] Fix multiple ByteBuf leaks in tests (#24281)
95+
* [ad70fbc](https://github.com/datastax/pulsar/commit/ad70fbc) [fix][broker] Fix HashedWheelTimer leak in PulsarService by stopping it in shutdown (#24275)
96+
* [9143237](https://github.com/datastax/pulsar/commit/9143237) [fix][misc] Fix ByteBuf leak in SchemaUtils (#24274)
97+
* [b0f5c2a](https://github.com/datastax/pulsar/commit/b0f5c2a) [fix][broker]Fix incorrect priority between topic policies and global topic policies (#24254)
98+
* [6606e9c](https://github.com/datastax/pulsar/commit/6606e9c) [improve][ci] Disable detailed console logging for integration tests in CI (#24266)
99+
* [b0cadf6](https://github.com/datastax/pulsar/commit/b0cadf6) [fix][test] Fix flaky ManagedCursorTest.testLastActiveAfterResetCursor and disable failing SchemaTest (#24261)
100+
* [541e913](https://github.com/datastax/pulsar/commit/541e913) [fix][test] Fix flaky ManagedCursorTest.testSkipEntriesWithIndividualDeletedMessages (#24244)
101+
* [f1b09ac](https://github.com/datastax/pulsar/commit/f1b09ac) [improve][io][kca] support fully-qualified topic names in source records (#24248)
102+
* [3e9b72e](https://github.com/datastax/pulsar/commit/3e9b72e) [improve][build] Upgrade Gradle Develocity Maven Extension dependencies (#24260)
103+
* [3557f9b](https://github.com/datastax/pulsar/commit/3557f9b) [fix][test] Fix TestNG BetweenTestClassesListenerAdapter listener (#24258)
104+
* [702c8a8](https://github.com/datastax/pulsar/commit/702c8a8) [fix][broker] Unregister non-static metrics collectors registered in Prometheus default registry (#24257)
105+
* [7e7ab9f](https://github.com/datastax/pulsar/commit/7e7ab9f) [fix][broker] Orphan schema after disabled a cluster for a namespace (#24223)
106+
* [9d93892](https://github.com/datastax/pulsar/commit/9d93892) [improve][broker]Improve the feature "Optimize subscription seek (cursor reset) by timestamp": search less entries (#24219)
107+
* [df4b70c](https://github.com/datastax/pulsar/commit/df4b70c) [fix][broker] Fix seeking by timestamp can be reset the cursor position to earliest (#23919)
108+
* [839ab4a](https://github.com/datastax/pulsar/commit/839ab4a) [improve][broker] Optimize subscription seek (cursor reset) by timestamp (#22792)
109+
* [42b5db2](https://github.com/datastax/pulsar/commit/42b5db2) [improve][build] Upgrade SpotBugs to 4.9.x (#24243)
110+
* [96a570a](https://github.com/datastax/pulsar/commit/96a570a) [improve][build] Upgrade to jacoco 0.8.13 (#24240)
111+
* [d4e835f](https://github.com/datastax/pulsar/commit/d4e835f) [improve][build] Upgrade Lombok to 1.18.38 to support JDK 24 (#24237)
112+
* [3e5cd80](https://github.com/datastax/pulsar/commit/3e5cd80) [improve][io] support kafka connect transforms and predicates (#24221)
113+
* [e075c76](https://github.com/datastax/pulsar/commit/e075c76) [fix][sec] Upgrade Jetty to 9.4.57.v20241219 to mitigate CVE-2024-6763 (#24232)
114+
* [4315d08](https://github.com/datastax/pulsar/commit/4315d08) [improve][client]Improve transaction log when a TXN command timeout (#24230)
115+
116+
117+
### `lunastreaming-all` distribution
118+
<details><summary>Sinks</summary>
119+
120+
| Name | Description | Version | File |
121+
|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|----------|-----------------------------------------------|
122+
| [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 |
123+
| [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 |
124+
| [data-generator](https://pulsar.apache.org/docs/io-connectors) | Test data generator source | 3.1.4.16 | pulsar-io-data-generator-3.1.4.16.nar |
125+
| [elastic_search](https://pulsar.apache.org/docs/io-connectors) | Writes data into Elastic Search | 3.1.4.16 | pulsar-io-elastic-search-3.1.4.16.nar |
126+
| [http](https://pulsar.apache.org/docs/io-connectors) | Writes data to an HTTP server (Webhook) | 3.1.4.16 | pulsar-io-http-3.1.4.16.nar |
127+
| [jdbc-clickhouse](https://pulsar.apache.org/docs/io-connectors) | JDBC sink for ClickHouse | 3.1.4.16 | pulsar-io-jdbc-clickhouse-3.1.4.16.nar |
128+
| [jdbc-mariadb](https://pulsar.apache.org/docs/io-connectors) | JDBC sink for MariaDB | 3.1.4.16 | pulsar-io-jdbc-mariadb-3.1.4.16.nar |
129+
| [jdbc-openmldb](https://pulsar.apache.org/docs/io-connectors) | JDBC sink for OpenMLDB | 3.1.4.16 | pulsar-io-jdbc-openmldb-3.1.4.16.nar |
130+
| [jdbc-postgres](https://pulsar.apache.org/docs/io-connectors) | JDBC sink for PostgreSQL | 3.1.4.16 | pulsar-io-jdbc-postgres-3.1.4.16.nar |
131+
| [jdbc-sqlite](https://pulsar.apache.org/docs/io-connectors) | JDBC sink for SQLite | 3.1.4.16 | pulsar-io-jdbc-sqlite-3.1.4.16.nar |
132+
| [kafka](https://pulsar.apache.org/docs/io-connectors) | Kafka source and sink connector | 3.1.4.16 | pulsar-io-kafka-3.1.4.16.nar |
133+
| [kinesis](https://pulsar.apache.org/docs/io-connectors) | Kinesis connectors | 3.1.4.16 | pulsar-io-kinesis-3.1.4.16.nar |
134+
| [snowflake](https://github.com/datastax/snowflake-connector) | Snowflake Connector | 0.2.1 | pulsar-snowflake-connector-0.2.1.nar |
135+
| [lakehouse](https://github.com/streamnative/pulsar-io-lakehouse) | Lakehouse Connector | 3.3.1.6 | pulsar-io-lakehouse-3.3.1.6.nar |
136+
| [lakehouse-cloud](https://github.com/streamnative/pulsar-io-lakehouse) | Lakehouse Cloud Connector | 3.3.1.6 | pulsar-io-lakehouse-3.3.1.6-cloud.nar |
137+
</details>
138+
<details><summary>Sources</summary>
139+
140+
| Name | Description | Version | File |
141+
|--------------------------------------------------------------------------|--------------------------------------|----------|------------------------------------------|
142+
| [cassandra-source](https://github.com/datastax/cdc-for-apache-cassandra) | Read data from Cassandra | 2.3.1 | pulsar-cassandra-source-2.3.1.nar |
143+
| [data-generator](https://pulsar.apache.org/docs/io-connectors) | Test data generator source | 3.1.4.16 | pulsar-io-data-generator-3.1.4.16.nar |
144+
| [debezium-mongodb](https://pulsar.apache.org/docs/io-connectors) | Debezium MongoDb Source | 3.1.4.16 | pulsar-io-debezium-mongodb-3.1.4.16.nar |
145+
| [debezium-mssql](https://pulsar.apache.org/docs/io-connectors) | Debezium Microsoft SQL Server Source | 3.1.4.16 | pulsar-io-debezium-mssql-3.1.4.16.nar |
146+
| [debezium-mysql](https://pulsar.apache.org/docs/io-connectors) | Debezium MySql Source | 3.1.4.16 | pulsar-io-debezium-mysql-3.1.4.16.nar |
147+
| [debezium-oracle](https://pulsar.apache.org/docs/io-connectors) | Debezium Oracle Source | 3.1.4.16 | pulsar-io-debezium-oracle-3.1.4.16.nar |
148+
| [debezium-postgres](https://pulsar.apache.org/docs/io-connectors) | Debezium Postgres Source | 3.1.4.16 | pulsar-io-debezium-postgres-3.1.4.16.nar |
149+
| [kafka](https://pulsar.apache.org/docs/io-connectors) | Kafka source and sink connector | 3.1.4.16 | pulsar-io-kafka-3.1.4.16.nar |
150+
| [kinesis](https://pulsar.apache.org/docs/io-connectors) | Kinesis connectors | 3.1.4.16 | pulsar-io-kinesis-3.1.4.16.nar |
151+
</details>
152+
<details><summary>Proxy extensions</summary>
153+
154+
| Name | Description | Version | File |
155+
|----------------------------------------------------------------|----------------------------------------|----------|---------------------------------|
156+
| [kafka](https://github.com/datastax/starlight-for-kafka) | Kafka Proxy Extension | 3.1.0.4 | pulsar-kafka-proxy-3.1.0.4.nar |
157+
| [rabbitmq](https://github.com/datastax/starlight-for-rabbitmq) | Starlight for RabbitMQ Proxy Extension | 2.10.1.1 | starlight-rabbitmq-2.10.1.1.nar |
158+
</details>
159+
<details><summary>Protocol handlers</summary>
160+
161+
| Name | Description | Version | File |
162+
|----------------------------------------------------------------|----------------------------------------|----------|-------------------------------------------|
163+
| [rabbitmq](https://github.com/datastax/starlight-for-rabbitmq) | Starlight for RabbitMQ Proxy Extension | 2.10.1.1 | starlight-rabbitmq-2.10.1.1.nar |
164+
| [kafka](https://github.com/datastax/starlight-for-kafka) | Kafka Protocol Handler | 3.1.0.4 | pulsar-protocol-handler-kafka-3.1.0.4.nar |
165+
</details>
166+
<details><summary>CLI extensions</summary>
167+
168+
| Name | Description | Version | File |
169+
|---------------------------------------------------------------|--------------------------------------------------|---------|--------------------------------------|
170+
| [cassandra-cdc](https://pulsar.apache.org/docs/io-connectors) | Cassandra CDC - Pulsar Admin Custom Commands | 2.3.1 | pulsar-cassandra-admin-2.3.1-nar.nar |
171+
| [jms](https://pulsar.apache.org/docs/io-connectors) | Starlight for JMS - Pulsar Admin Custom Commands | 6.0.5 | pulsar-jms-admin-6.0.5-nar.nar |
172+
</details>
173+
<details><summary>Filters</summary>
174+
175+
| Name | Description | Version | File |
176+
|-----------------------------------------------------|-----------------------------------------------------|---------|--------------------------|
177+
| [jms](https://pulsar.apache.org/docs/io-connectors) | Starlight for JMS - support for server side filters | 6.0.5 | pulsar-jms-6.0.5-nar.nar |
178+
</details>
179+
<details><summary>Functions</summary>
180+
181+
| Name | Description | Version | File |
182+
|------------------------------------------------------------|-------------------------|---------|----------------------------------|
183+
| [ai-tools](https://pulsar.apache.org/docs/io-connectors) | Generative AI tools | 3.2.1 | pulsar-ai-tools-3.2.1.nar |
184+
| [transforms](https://pulsar.apache.org/docs/io-connectors) | Transformation function | 3.2.1 | pulsar-transformations-3.2.1.nar |
185+
</details>
186+
187+
188+
### Environment (Connectors, Protocol Handlers, Proxy Extensions, extra libraries)
189+
See the [environment variables](https://github.com/riptano/pulsar-distro/blob/release/ls31/build.json) used for the build.
190+
78191

79192
## Luna Streaming Distribution 3.1 4.15
80193
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.
@@ -132,7 +245,7 @@ This maintenance release of the DataStax Luna Streaming Distribution for 3.1 whi
132245
| Name | Description | Version | File |
133246
|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|----------|-----------------------------------------------|
134247
| [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 |
135-
| [cloud-storage](https://github.com/streamnative/pulsar-io-cloud-storage) | Writes data into cloud storage | 3.2.4 | pulsar-io-cloud-storage-3.2.2.nar |
248+
| [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 |
136249
| [data-generator](https://pulsar.apache.org/docs/io-connectors) | Test data generator source | 3.1.4.15 | pulsar-io-data-generator-3.1.4.15.nar |
137250
| [elastic_search](https://pulsar.apache.org/docs/io-connectors) | Writes data into Elastic Search | 3.1.4.15 | pulsar-io-elastic-search-3.1.4.15.nar |
138251
| [http](https://pulsar.apache.org/docs/io-connectors) | Writes data to an HTTP server (Webhook) | 3.1.4.15 | pulsar-io-http-3.1.4.15.nar |

0 commit comments

Comments
 (0)