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
+116Lines changed: 116 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,122 @@ both methods follow the same packaging patterns.
75
75
76
76
# Releases
77
77
78
+
## Luna Streaming Distribution 3.1 4.10
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
+
*[57c8bac](https://github.com/datastax/pulsar/commit/57c8bac)[improve][broker] Exclude system topics from namespace level publish and dispatch rate limiting (#23589)
84
+
*[7b0677b](https://github.com/datastax/pulsar/commit/7b0677b)[improve][admin] Print error log if handle http response fails (#23563)
85
+
*[5479513](https://github.com/datastax/pulsar/commit/5479513)[fix][broker] Fix ownership loss (#23515)
86
+
*[f1d68fe](https://github.com/datastax/pulsar/commit/f1d68fe)[fix][admin] Fix lookup get a null result if uses proxy (#23556)
87
+
*[b3505cd](https://github.com/datastax/pulsar/commit/b3505cd)[improve][io] Support update subscription position for sink connector (#23538)
88
+
*[d5ab04b](https://github.com/datastax/pulsar/commit/d5ab04b)[fix][broker] Increase readBuffer size for bookkeeper.DLOutputStream (#23548)
*[594b925](https://github.com/datastax/pulsar/commit/594b925)[fix][client] Fix Reader.hasMessageAvailable return wrong value after seeking by timestamp with startMessageIdInclusive (#23502)
*[17a32fd](https://github.com/datastax/pulsar/commit/17a32fd)[fix][client] Fix producer/consumer stop to reconnect or Pub/Sub due to IO thread race-condition (#23499)
93
+
*[315c4af](https://github.com/datastax/pulsar/commit/315c4af)[improve][test] Added message properties tests for batch and non-batch messages (#23473)
94
+
*[38ceaf8](https://github.com/datastax/pulsar/commit/38ceaf8)[fix][client] Prevent embedding protobuf-java class files in pulsar-client-admin and pulsar-client-all (#23468)
95
+
*[b1a89db](https://github.com/datastax/pulsar/commit/b1a89db)[improve][io] Upgrade Spring version to 6.1.13 in IO Connectors (#23459)
96
+
*[7882308](https://github.com/datastax/pulsar/commit/7882308)[improve][broker] Make cluster metadata init command support metadata config path (#23269)
97
+
*[02e8f69](https://github.com/datastax/pulsar/commit/02e8f69)[fix][client] Use dedicated executor for requests in BinaryProtoLookupService (#23378) (#23461) | [7006381](https://github.com/apache/pulsar/commit/7006381) |
98
+
*[637014b](https://github.com/datastax/pulsar/commit/637014b) rename ManagedLedgerInterceptorImplTest and override LoadBalancerOverrideBrokerNicSpeedGbps configuration | |
99
+
*[bb76bb0](https://github.com/datastax/pulsar/commit/bb76bb0)[improve][broker] Add log to track issue when `handleGetTopicsOfNamespace` (#23434)
*[171f05b](https://github.com/datastax/pulsar/commit/171f05b)[fix][log] Do not print error log if tenant/namespace does not exist when calling get topic metadata (#23291)
|[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.13 | cassandra-enhanced-pulsar-sink-1.6.13-nar.nar |
126
+
|[cloud-storage](https://github.com/streamnative/pulsar-io-cloud-storage)| Writes data into cloud storage | 3.2.2 | pulsar-io-cloud-storage-3.2.2.nar |
127
+
|[data-generator](https://pulsar.apache.org/docs/io-connectors)| Test data generator source | 3.1.4.10 | pulsar-io-data-generator-3.1.4.10.nar |
128
+
|[elastic_search](https://pulsar.apache.org/docs/io-connectors)| Writes data into Elastic Search | 3.1.4.10 | pulsar-io-elastic-search-3.1.4.10.nar |
129
+
|[http](https://pulsar.apache.org/docs/io-connectors)| Writes data to an HTTP server (Webhook) | 3.1.4.10 | pulsar-io-http-3.1.4.10.nar |
130
+
|[jdbc-clickhouse](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for ClickHouse | 3.1.4.10 | pulsar-io-jdbc-clickhouse-3.1.4.10.nar |
131
+
|[jdbc-mariadb](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for MariaDB | 3.1.4.10 | pulsar-io-jdbc-mariadb-3.1.4.10.nar |
132
+
|[jdbc-openmldb](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for OpenMLDB | 3.1.4.10 | pulsar-io-jdbc-openmldb-3.1.4.10.nar |
133
+
|[jdbc-postgres](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for PostgreSQL | 3.1.4.10 | pulsar-io-jdbc-postgres-3.1.4.10.nar |
134
+
|[jdbc-sqlite](https://pulsar.apache.org/docs/io-connectors)| JDBC sink for SQLite | 3.1.4.10 | pulsar-io-jdbc-sqlite-3.1.4.10.nar |
|[ai-tools](https://pulsar.apache.org/docs/io-connectors)| Generative AI tools | 3.2.0 | pulsar-ai-tools-3.2.0.nar |
187
+
|[transforms](https://pulsar.apache.org/docs/io-connectors)| Transformation function | 3.2.0 | pulsar-transformations-3.2.0.nar |
188
+
</details>
189
+
190
+
191
+
### Environment (Connectors, Protocol Handlers, Proxy Extensions, extra libraries)
192
+
See the [environment variables](https://github.com/riptano/pulsar-distro/blob/ls31_3.1/build.json) used for the build.
193
+
78
194
## Luna Streaming Distribution 3.1 4.9
79
195
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