Skip to content

Commit efb9a5a

Browse files
author
athena_federation_cut_release_workflow
committed
Cut release 2025.34.1
- Update cut_release.yml (#2964) - build(deps): bump net.java.dev.jna:jna-platform from 5.16.0 to 5.17.0 (#2957) - build(deps): bump net.java.dev.jna:jna from 5.16.0 to 5.17.0 (#2956) - build(deps): bump apache.arrow.version from 18.1.0 to 18.3.0 (#2955) - build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.81 (#2942) - build(deps): bump net.snowflake:snowflake-jdbc from 3.25.1 to 3.26.0 (#2937) - build(deps): bump org.bouncycastle:bcutil-jdk18on from 1.78.1 to 1.81 (#2934) - build(deps): bump aws-sdk-v2.version from 2.32.24 to 2.32.29 (#2959) - build(deps): bump org.yaml:snakeyaml from 2.0 to 2.4 (#2958) - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 4.0.7 to 4.0.9 (#2954) - build(deps): bump software.amazon.awssdk:cloudwatchlogs from 2.32.19 to 2.32.29 (#2951) - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.25.9 to 2.25.12 (#2953) - build(deps): bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2 (#2952) - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 9.1.1 to 9.1.2 (#2943) - build(deps): bump org.jetbrains.kotlin:kotlin-reflect from 2.2.0 to 2.2.10 (#2938) - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 2.2.0 to 2.2.10 (#2941) - build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 (#2940) - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.0 to 2.2.10 (#2935) - Publish oracle, postgres, and redshift connectors to maven (#2961) - Update snakeyaml dependency to 2.0 to address vulnerability with 1.26 (#2947) - build(deps): bump actions/checkout from 4 to 5 (#2933) - Snowflake Connector Performance Improvement (#2665) - build(deps): bump org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.81 (#2944) - Allow Tokenless CodeCov Upload to Forked PRs (#2946) - build(deps): bump aws-sdk-v2.version from 2.32.19 to 2.32.24 (#2939) - Implement Key-Pair Authentication for Athena Snowflake Connector (#2857) - build(deps): bump org.json:json from 20250107 to 20250517 (#2864) - build(deps): bump aws-sdk-v2.version from 2.32.18 to 2.32.19 (#2923) - build(deps): bump gremlinDriverVersion from 3.7.3 to 3.7.4 (#2929) - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.4 (#2927) - build(deps): bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#2931) - build(deps): bump com.google.cloud:google-cloud-storage from 2.54.0 to 2.55.0 (#2930) - build(deps): bump io.lettuce:lettuce-core from 6.7.1.RELEASE to 6.8.0.RELEASE (#2928) - build(deps): bump com.zaxxer:HikariCP from 7.0.0 to 7.0.1 (#2926) - build(deps): bump software.amazon.awssdk:cloudwatchlogs from 2.32.16 to 2.32.19 (#2925) - build(deps): bump com.teradata.jdbc:terajdbc from 20.00.00.46 to 20.00.00.49 (#2924) - Remove Code Security (#2921) - build(deps): bump aws-sdk-v2.version from 2.32.12 to 2.32.14 (#2916) - build(deps): bump aws-sdk.version from 1.12.773 to 1.12.788 (#2912) - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 9.0.3 to 9.1.0 (#2920) - build(deps): bump software.amazon.jsii:jsii-runtime from 1.112.0 to 1.113.0 (#2913) - build(deps): bump com.mysql:mysql-connector-j from 9.3.0 to 9.4.0 (#2915) - build(deps): bump com.oracle.database.jdbc:ojdbc8 from 23.8.0.25.04 to 23.9.0.25.07 (#2917) - build(deps): bump software.amazon.awssdk:cloudwatchlogs from 2.32.4 to 2.32.14 (#2918) - build(deps): bump commons-cli:commons-cli from 1.9.0 to 1.10.0 (#2914) - build(deps): bump com.clickhouse:clickhouse-jdbc from 0.9.0 to 0.9.1 (#2919) - Infer schema from gremlin/sparql query results for Neptune qpt (#2543)
1 parent 5a9850b commit efb9a5a

File tree

164 files changed

+418
-420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+418
-420
lines changed

athena-aws-cmdb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ARG JAVA_TOOL_OPTIONS=""
99
ENV JAVA_TOOL_OPTIONS=${JAVA_TOOL_OPTIONS}
1010

1111
# Copy function code and runtime dependencies from Maven layout
12-
COPY target/athena-aws-cmdb-2022.47.1.jar ${LAMBDA_TASK_ROOT}
12+
COPY target/athena-aws-cmdb-2025.34.1.jar ${LAMBDA_TASK_ROOT}
1313
# Unpack the jar
14-
RUN jar xf athena-aws-cmdb-2022.47.1.jar
14+
RUN jar xf athena-aws-cmdb-2025.34.1.jar
1515

1616
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
1717
# No need to specify here (already defined in .yaml file)

athena-aws-cmdb/athena-aws-cmdb-connection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.47.1
13+
SemanticVersion: 2025.34.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -49,7 +49,7 @@ Resources:
4949
FunctionName: !Ref LambdaFunctionName
5050
PackageType: "Image"
5151
ImageUri: !Sub
52-
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2022.47.1'
52+
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2025.34.1'
5353
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
5454
ImageConfig:
5555
Command: [ "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" ]

athena-aws-cmdb/athena-aws-cmdb-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.47.1
13+
SemanticVersion: 2025.34.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -53,7 +53,7 @@ Resources:
5353
spill_prefix: !Ref SpillPrefix
5454
FunctionName: !Ref AthenaCatalogName
5555
Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler"
56-
CodeUri: "./target/athena-aws-cmdb-2022.47.1.jar"
56+
CodeUri: "./target/athena-aws-cmdb-2025.34.1.jar"
5757
Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL."
5858
Runtime: java11
5959
Timeout: !Ref LambdaTimeout

athena-aws-cmdb/athena-aws-cmdb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.47.1
13+
SemanticVersion: 2025.34.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -56,7 +56,7 @@ Resources:
5656
FunctionName: !Ref AthenaCatalogName
5757
PackageType: "Image"
5858
ImageUri: !Sub
59-
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2022.47.1'
59+
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2025.34.1'
6060
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
6161
ImageConfig:
6262
Command: [ "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" ]

athena-aws-cmdb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<artifactId>aws-athena-query-federation</artifactId>
66
<groupId>com.amazonaws</groupId>
7-
<version>2022.47.1</version>
7+
<version>2025.34.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>athena-aws-cmdb</artifactId>
11-
<version>2022.47.1</version>
11+
<version>2025.34.1</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.amazonaws</groupId>
1515
<artifactId>aws-athena-federation-sdk</artifactId>
16-
<version>2022.47.1</version>
16+
<version>2025.34.1</version>
1717
<classifier>withdep</classifier>
1818
</dependency>
1919
<dependency>

athena-clickhouse/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ARG JAVA_TOOL_OPTIONS=""
99
ENV JAVA_TOOL_OPTIONS=${JAVA_TOOL_OPTIONS}
1010

1111
# Copy function code and runtime dependencies from Maven layout
12-
COPY target/athena-clickhouse-2022.47.1.jar ${LAMBDA_TASK_ROOT}
12+
COPY target/athena-clickhouse-2025.34.1.jar ${LAMBDA_TASK_ROOT}
1313
# Unpack the jar
14-
RUN jar xf athena-clickhouse-2022.47.1.jar
14+
RUN jar xf athena-clickhouse-2025.34.1.jar
1515

1616
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
1717
# No need to specify here (already defined in .yaml file because legacy and connections use different)

athena-clickhouse/athena-clickhouse-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Metadata:
1111
Labels:
1212
- athena-federation
1313
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
14-
SemanticVersion: 2022.47.1
14+
SemanticVersion: 2025.34.1
1515
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1616
Parameters:
1717
LambdaFunctionName:
@@ -72,7 +72,7 @@ Resources:
7272
default: !Ref DefaultConnectionString
7373
FunctionName: !Ref LambdaFunctionName
7474
Handler: "com.amazonaws.athena.connectors.clickhouse.ClickHouseMuxCompositeHandler"
75-
CodeUri: "./target/athena-clickhouse-2022.47.1.jar"
75+
CodeUri: "./target/athena-clickhouse-2025.34.1.jar"
7676
Description: "Enables Amazon Athena to communicate with ClickHouse using JDBC"
7777
Runtime: java11
7878
Timeout: !Ref LambdaTimeout

athena-clickhouse/athena-clickhouse.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.47.1
13+
SemanticVersion: 2025.34.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -74,7 +74,7 @@ Resources:
7474
FunctionName: !Ref LambdaFunctionName
7575
PackageType: "Image"
7676
ImageUri: !Sub
77-
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-clickhouse:2022.47.1'
77+
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-clickhouse:2025.34.1'
7878
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
7979
ImageConfig:
8080
Command: [ "com.amazonaws.athena.connectors.clickhouse.ClickHouseMuxCompositeHandler" ]

athena-clickhouse/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<parent>
44
<artifactId>aws-athena-query-federation</artifactId>
55
<groupId>com.amazonaws</groupId>
6-
<version>2022.47.1</version>
6+
<version>2025.34.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-clickhouse</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2025.34.1</version>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>athena-jdbc</artifactId>
15-
<version>2022.47.1</version>
15+
<version>2025.34.1</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.amazonaws</groupId>
1919
<artifactId>athena-mysql</artifactId>
20-
<version>2022.47.1</version>
20+
<version>2025.34.1</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.clickhouse</groupId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.amazonaws</groupId>
3030
<artifactId>athena-jdbc</artifactId>
31-
<version>2022.47.1</version>
31+
<version>2025.34.1</version>
3232
<type>test-jar</type>
3333
<scope>test</scope>
3434
</dependency>
@@ -74,5 +74,5 @@
7474
</executions>
7575
</plugin>
7676
</plugins>
77-
</build>
77+
</build>
7878
</project>

athena-cloudera-hive/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ARG JAVA_TOOL_OPTIONS=""
99
ENV JAVA_TOOL_OPTIONS=${JAVA_TOOL_OPTIONS}
1010

1111
# Copy function code and runtime dependencies from Maven layout
12-
COPY target/athena-cloudera-hive-2022.47.1.jar ${LAMBDA_TASK_ROOT}
12+
COPY target/athena-cloudera-hive-2025.34.1.jar ${LAMBDA_TASK_ROOT}
1313
# Unpack the jar
14-
RUN jar xf athena-cloudera-hive-2022.47.1.jar
14+
RUN jar xf athena-cloudera-hive-2025.34.1.jar
1515

1616
# Command can be overwritten by providing a different command in the template directly.
1717
# No need to specify here (already defined in .yaml file because legacy and connections use different)

0 commit comments

Comments
 (0)