Skip to content

Commit 0179d34

Browse files
committed
Prepare 0.2.0 release and add NEWS.txt
1 parent f26a35e commit 0179d34

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

NEWS.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
0.2
2+
===
3+
4+
Upgrading
5+
---------
6+
- In CASSSIDECAR-176, the default values in sidecar.yaml for vertx.filesystem_options.classpath_resolving_enabled
7+
and vertx.filesystem_options.file_caching_enabled changed from false to true to support the OpenAPI static
8+
resources. Consider changing these values during the upgrade if you plan to leverage OpenAPI.
9+
- In CASSSIDECAR-263, a new configuration exposes the ability to configure a new DNS resolution strategy.
10+
Configure sidecar.dns_resolver to use a different strategy than the default.
11+
12+
13+
New features
14+
------------
15+
- Enhances to the Sidecar client to list and download Cassandra instance files for Live Migration.
16+
- JWT Authentication support.
17+
- Comprehensive OpenAPI Documentation.
18+
- Enhancements for the control plane such as Start/Stop Binary Transport & Gossip Endpoints.
19+
- Enhancements to the restore capability from S3.
20+
- Enhancements to schema reporting such as adding an endpoint to trigger immediate schema report,
21+
retry failed reports, and better metrics.
22+
- Additional enhancements for CEP-44 such as token ring peer health monitor, CDC/Kafka Config APIs,
23+
and CDC Raw Directory Space Cleaner.
24+
- Support for flag and implementation of forward-only DNS resolution.
25+
26+
127
0.1
228
===
329

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
version=0.2-SNAPSHOT
19+
version=0.2.0
2020
junitVersion=5.9.2
2121
vertxVersion=4.5.13
2222
nettyVersion=4.1.118.Final

0 commit comments

Comments
 (0)