This is an automated email from the ASF dual-hosted git repository.

frankgh pushed a commit to tag 0.2.0-tentative
in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git

commit 0179d34c4947ae4d1fe7dec82b5fe143e91c73c8
Author: Francisco Guerrero <fran...@apache.org>
AuthorDate: Wed Aug 13 05:24:05 2025 -0700

    Prepare 0.2.0 release and add NEWS.txt
---
 NEWS.txt          | 26 ++++++++++++++++++++++++++
 gradle.properties |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/NEWS.txt b/NEWS.txt
index 5cfd36b8..2bb47c72 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,29 @@
+0.2
+===
+
+Upgrading
+---------
+    - In CASSSIDECAR-176, the default values in sidecar.yaml for 
vertx.filesystem_options.classpath_resolving_enabled
+      and vertx.filesystem_options.file_caching_enabled changed from false to 
true to support the OpenAPI static
+      resources. Consider changing these values during the upgrade if you plan 
to leverage OpenAPI.
+    - In CASSSIDECAR-263, a new configuration exposes the ability to configure 
a new DNS resolution strategy.
+      Configure sidecar.dns_resolver to use a different strategy than the 
default.
+
+
+New features
+------------
+    - Enhances to the Sidecar client to list and download Cassandra instance 
files for Live Migration.
+    - JWT Authentication support.
+    - Comprehensive OpenAPI Documentation.
+    - Enhancements for the control plane such as Start/Stop Binary Transport & 
Gossip Endpoints.
+    - Enhancements to the restore capability from S3.
+    - Enhancements to schema reporting such as adding an endpoint to trigger 
immediate schema report,
+      retry failed reports, and better metrics.
+    - Additional enhancements for CEP-44 such as token ring peer health 
monitor, CDC/Kafka Config APIs,
+      and CDC Raw Directory Space Cleaner.
+    - Support for flag and implementation of forward-only DNS resolution.
+
+
 0.1
 ===
 
diff --git a/gradle.properties b/gradle.properties
index b176f03b..9fd364ab 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,7 +16,7 @@
 # limitations under the License.
 #
 
-version=0.2-SNAPSHOT
+version=0.2.0
 junitVersion=5.9.2
 vertxVersion=4.5.13
 nettyVersion=4.1.118.Final


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to