Skip to content

Commit f197829

Browse files
committed
Added release notes
1 parent 00ccce6 commit f197829

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Note:
123123
- Perform guardrail checks (identify large fields)
124124
- Supports adding `constants` as new columns on `Target`
125125
- Supports expanding `Map` columns on `Origin` into multiple records on `Target`
126+
- Supports extracting value from a JSON column in `Origin` and map it to a specific field on `Target`
126127
- Fully containerized (Docker and K8s friendly)
127128
- SSL Support (including custom cipher algorithms)
128129
- Migrate from any Cassandra `Origin` ([Apache Cassandra®](https://cassandra.apache.org) / [DataStax Enterprise™](https://www.datastax.com/products/datastax-enterprise) / [DataStax Astra DB™](https://www.datastax.com/products/datastax-astra)) to any Cassandra `Target` ([Apache Cassandra®](https://cassandra.apache.org) / [DataStax Enterprise™](https://www.datastax.com/products/datastax-enterprise) / [DataStax Astra DB™](https://www.datastax.com/products/datastax-astra))

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Release Notes
2+
## [4.3.5] - 2024-08-23
3+
- Added feature `park.cdm.feature.extractJson` which allows you to extract a json value from a column with json content in an Origin table and map it to a column in the Target table.
4+
25
## [4.3.4] - 2024-07-31
36
- Use `spark.cdm.schema.origin.keyspaceTable` when `spark.cdm.schema.target.keyspaceTable` is missing. Fixes [bug introduced in prior version](https://github.com/datastax/cassandra-data-migrator/issues/284).
47

0 commit comments

Comments
 (0)