Skip to content

Commit 7bf470f

Browse files
committed
Bumping version to 6.4.2
1 parent ea47d96 commit 7bf470f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
# spark-redshift Changelog
1818

19+
## 6.4.2 (2025-04-21)
20+
- Add spark configurations for enforcing secure JDBC connections and usage of aws_iam_role for authorizing Redshift COPY/UNLOAD operations.
21+
- Verified the connector is compatible with the latest Spark patch release 3.5.5.
22+
1923
## 6.4.1 (2025-01-07)
2024
- Corrects an attribute nullability bug when using set operators: UNION, EXCEPT, or INTERSECT [Hari Kishore Chaparala, Beaux Sharifi]
2125
- Adds a missing validation rule for using the Redshift Data API [Beaux Sharifi]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ for more information.</p>
901901
<td>""</td>
902902
<td>
903903
An identifier to include in the query group set when running queries with the connector. Should be 100 or fewer characters and all characters must be valid unicodeIdentifierParts. Characters in excess of 100 will be trimmed.
904-
When running a query with the connector a json formatted string will be set as the query group (for example `{"spark-redshift-connector":{"svc":"","ver":"6.4.1-spark_3.5","op":"Read","lbl":"","tid":""}}`).
904+
When running a query with the connector a json formatted string will be set as the query group (for example `{"spark-redshift-connector":{"svc":"","ver":"6.4.2-spark_3.5","op":"Read","lbl":"","tid":""}}`).
905905
This option will be substituted for the value of the `lbl` key.
906906
</td>
907907
</tr>
@@ -1074,7 +1074,7 @@ var sparkConf = new SparkConf().set("spark.datasource.redshift.community.reject_
10741074
### trace_id
10751075
A new tracing identifier field that is added to the existing `label` parameter. When set, the provided string value will be used as part of label. Otherwise, it will default to the Spark application identifier. For example:
10761076
1077-
`{"spark-redshift-connector":{"svc":"","ver":"6.4.1-spark_3.5","op":"Read","lbl":"","tid":"..."}}`)
1077+
`{"spark-redshift-connector":{"svc":"","ver":"6.4.2-spark_3.5","op":"Read","lbl":"","tid":"..."}}`)
10781078
10791079
To set the value, run the following command:
10801080
```sparksql

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
ThisBuild / version := "6.4.1"
17+
ThisBuild / version := "6.4.2"

0 commit comments

Comments
 (0)