aws-sdk-athena 1.44.0 → 1.75.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8af6176c954aba6cac2b0903c10da26f76c00522cf9493c9fde454f8c997f95b
4
- data.tar.gz: 52772728101cc5877aee01bae406b44ae7ca97209daa0a0317d562f5bad9869f
3
+ metadata.gz: 3c5ae3094e399b48d61a066182a18ef66f43ece43b56b168921bc2163fafc104
4
+ data.tar.gz: 9a4a3a658902ce15e966c4c65992ea93b4ed18b316f813be2590869711af0cd3
5
5
  SHA512:
6
- metadata.gz: d2d8cc26d15b7b4d6ba4d23b3f2278c7c7cf15420828253938a3629a30efde077ebe54b50e002e449030d124eb6943abbfe35bbb76b544e051f75a1a0a2a013f
7
- data.tar.gz: 8cd3ed287a204a6049d28b56274f8a13b73d621af4085ad202349fd4adbcccfa072c0dfab8b5a6630965ec211b7709c5ba347bb069bc0a663f295096bb17814f
6
+ metadata.gz: c05da99ab3f10a96a216321c0ded6027689e1f9076b4f24e55f9667f3aa1f6ad6433a8bd67c995cd0878792ca89a05d7dcda8aa5fb23e6070967c9446efce38f
7
+ data.tar.gz: c17caab0d7124ffbd9e8595c6a733e8418c28b921f6f1ac197056ef6dcbf019e057c2eb28cc54d3b8003d9da00641f66f31ebc1a2ce1576ac0bd92c97c06fb86
data/CHANGELOG.md CHANGED
@@ -1,6 +1,163 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.74.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.73.0 (2023-07-06)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.72.0 (2023-06-28)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.71.0 (2023-06-15)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.70.0 (2023-06-08)
30
+ ------------------
31
+
32
+ * Feature - You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
33
+
34
+ 1.69.0 (2023-06-02)
35
+ ------------------
36
+
37
+ * Feature - This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
38
+
39
+ 1.68.0 (2023-05-31)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.67.0 (2023-05-18)
45
+ ------------------
46
+
47
+ * Feature - Removing SparkProperties from EngineConfiguration object for StartSession API call
48
+
49
+ 1.66.0 (2023-05-15)
50
+ ------------------
51
+
52
+ * Feature - You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
53
+
54
+ 1.65.0 (2023-04-28)
55
+ ------------------
56
+
57
+ * Feature - You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.
58
+
59
+ 1.64.0 (2023-03-30)
60
+ ------------------
61
+
62
+ * Feature - Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
63
+
64
+ 1.63.0 (2023-03-27)
65
+ ------------------
66
+
67
+ * Feature - Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.
68
+
69
+ 1.62.0 (2023-03-08)
70
+ ------------------
71
+
72
+ * Feature - A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
73
+
74
+ 1.61.0 (2023-01-18)
75
+ ------------------
76
+
77
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
78
+
79
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
80
+
81
+ 1.60.0 (2022-12-19)
82
+ ------------------
83
+
84
+ * Feature - Add missed InvalidRequestException in GetCalculationExecutionCode,StopCalculationExecution APIs. Correct required parameters (Payload and Type) in UpdateNotebook API. Change Notebook size from 15 Mb to 10 Mb.
85
+
86
+ 1.59.0 (2022-11-30)
87
+ ------------------
88
+
89
+ * Feature - This release includes support for using Apache Spark in Amazon Athena.
90
+
91
+ 1.58.0 (2022-11-07)
92
+ ------------------
93
+
94
+ * Feature - Adds support for using Query Result Reuse
95
+
96
+ 1.57.0 (2022-10-25)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.56.0 (2022-07-21)
102
+ ------------------
103
+
104
+ * Feature - This feature allows customers to retrieve runtime statistics for completed queries
105
+
106
+ 1.55.0 (2022-07-14)
107
+ ------------------
108
+
109
+ * Feature - This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.
110
+
111
+ 1.54.0 (2022-06-30)
112
+ ------------------
113
+
114
+ * Feature - This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.
115
+
116
+ 1.53.0 (2022-04-15)
117
+ ------------------
118
+
119
+ * Feature - This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
120
+
121
+ 1.52.0 (2022-03-02)
122
+ ------------------
123
+
124
+ * Feature - This release adds support for S3 Object Ownership by allowing the S3 bucket owner full control canned ACL to be set when Athena writes query results to S3 buckets.
125
+
126
+ 1.51.0 (2022-02-28)
127
+ ------------------
128
+
129
+ * Feature - This release adds support for updating an existing named query.
130
+
131
+ 1.50.0 (2022-02-24)
132
+ ------------------
133
+
134
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
135
+
136
+ 1.49.0 (2022-02-14)
137
+ ------------------
138
+
139
+ * Feature - This release adds a subfield, ErrorType, to the AthenaError response object in the GetQueryExecution API when a query fails.
140
+
141
+ 1.48.0 (2022-02-04)
142
+ ------------------
143
+
144
+ * Feature - You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
145
+
146
+ 1.47.0 (2022-02-03)
147
+ ------------------
148
+
149
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
150
+
151
+ 1.46.0 (2022-01-28)
152
+ ------------------
153
+
154
+ * Feature - This release adds a field, AthenaError, to the GetQueryExecution response object when a query fails.
155
+
156
+ 1.45.0 (2021-12-21)
157
+ ------------------
158
+
159
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
160
+
4
161
  1.44.0 (2021-11-30)
5
162
  ------------------
6
163
 
@@ -268,4 +425,4 @@ Unreleased Changes
268
425
  1.0.0.rc1 (2017-05-23)
269
426
  ------------------
270
427
 
271
- * Feature - Initial release of `aws-sdk-athena`.
428
+ * Feature - Initial release of `aws-sdk-athena`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.75.0