aws-sdk-glue 1.84.0 → 1.89.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: ad9d4baa3b317ac6c763374ec0f768dd596a23102370e0471fd78a668eb15a0a
4
- data.tar.gz: f4f271911f872f447d555e2ca5a7f5d4a70fa189e6bbe760865393d965e88072
3
+ metadata.gz: 300fa2e46a5b5d37da729ec327af3103be10d3ee576a1be6c8508c300a268927
4
+ data.tar.gz: baeb290b49f9f858fefa74cdc529125e5a30b6ca0b835d7dab49b2d58b05fb1d
5
5
  SHA512:
6
- metadata.gz: 3a6f8597e74426007bc3f8eaa9731cda97082d7462a2217684e487e13e440e0d5937d8d20b02ddfae79c319e5f2232c6778d87f52bcfe3290aeb2c54fb0ab774
7
- data.tar.gz: de96876b6aab82474e6f26adff34e4affcf03f063452a58910990a3ae43490ec26feb275f8b7fdfc8a1fda756cf320883a4f07ce66f554e0e169a3162ae8f046
6
+ metadata.gz: 806e97221fab83762f6e103797c9e35bd42c19ca3911f017451cc93e9921c2cb0bddf00df53203570ee10dcd7a61b507f8f96eabd372d5ef6c2f9af5970b7fa4
7
+ data.tar.gz: 8a3606fee2e5f177044b658461af85ed369d9383d3c29fc6045f13cc0ef0947a0be9a57c3faad4bdc7d40bf856f70748944a2c7bd0cee174495fb9d64549d9e8
data/CHANGELOG.md ADDED
@@ -0,0 +1,469 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.89.0 (2021-06-28)
5
+ ------------------
6
+
7
+ * Feature - Add JSON Support for Glue Schema Registry
8
+
9
+ 1.88.0 (2021-06-07)
10
+ ------------------
11
+
12
+ * Feature - Add SampleSize variable to S3Target to enable s3-sampling feature through API.
13
+
14
+ 1.87.0 (2021-04-26)
15
+ ------------------
16
+
17
+ * Feature - Adding Kafka Client Auth Related Parameters
18
+
19
+ 1.86.0 (2021-03-29)
20
+ ------------------
21
+
22
+ * Feature - Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
23
+
24
+ 1.85.0 (2021-03-10)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.84.0 (2021-02-23)
30
+ ------------------
31
+
32
+ * Feature - Updating the page size for Glue catalog getter APIs.
33
+
34
+ 1.83.0 (2021-02-02)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.82.0 (2020-12-22)
40
+ ------------------
41
+
42
+ * Feature - AWS Glue Find Matches machine learning transforms now support column importance scores.
43
+
44
+ 1.81.0 (2020-12-21)
45
+ ------------------
46
+
47
+ * Feature - Add 4 connection properties: SECRET_ID, CONNECTOR_URL, CONNECTOR_TYPE, CONNECTOR_CLASS_NAME. Add two connection types: MARKETPLACE, CUSTOM
48
+
49
+ 1.80.0 (2020-11-23)
50
+ ------------------
51
+
52
+ * Feature - Feature1 - Glue crawler adds data lineage configuration option. Feature2 - AWS Glue Data Catalog adds APIs for PartitionIndex creation and deletion as part of Enhancement Partition Management feature.
53
+
54
+ 1.79.0 (2020-11-19)
55
+ ------------------
56
+
57
+ * Feature - Adding support for Glue Schema Registry. The AWS Glue Schema Registry is a new feature that allows you to centrally discover, control, and evolve data stream schemas.
58
+
59
+ 1.78.0 (2020-10-27)
60
+ ------------------
61
+
62
+ * Feature - AWS Glue machine learning transforms now support encryption-at-rest for labels and trained models.
63
+
64
+ 1.77.0 (2020-10-21)
65
+ ------------------
66
+
67
+ * Feature - AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
68
+
69
+ 1.76.0 (2020-10-21)
70
+ ------------------
71
+
72
+ * Feature - AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
73
+
74
+ 1.75.0 (2020-10-15)
75
+ ------------------
76
+
77
+ * Feature - API Documentation updates for Glue Get-Plan API
78
+
79
+ 1.74.0 (2020-10-05)
80
+ ------------------
81
+
82
+ * Feature - AWS Glue crawlers now support Amazon DocumentDB (with MongoDB compatibility) and MongoDB collections. You can choose to crawl the entire data set or only a small sample to reduce crawl time.
83
+
84
+ 1.73.0 (2020-10-01)
85
+ ------------------
86
+
87
+ * Feature - Adding additional optional map parameter to get-plan api
88
+
89
+ 1.72.0 (2020-09-30)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ 1.71.0 (2020-09-21)
95
+ ------------------
96
+
97
+ * Feature - Adding support to update multiple partitions of a table in a single request
98
+
99
+ 1.70.0 (2020-09-15)
100
+ ------------------
101
+
102
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
103
+
104
+ 1.69.0 (2020-09-09)
105
+ ------------------
106
+
107
+ * Feature - Adding support for partitionIndexes to improve GetPartitions performance.
108
+
109
+ 1.68.0 (2020-08-25)
110
+ ------------------
111
+
112
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
113
+
114
+ 1.67.0 (2020-08-10)
115
+ ------------------
116
+
117
+ * Feature - Starting today, you can further control orchestration of your ETL workloads in AWS Glue by specifying the maximum number of concurrent runs for a Glue workflow.
118
+
119
+ 1.66.0 (2020-08-07)
120
+ ------------------
121
+
122
+ * Feature - AWS Glue now adds support for Network connection type enabling you to access resources inside your VPC using Glue crawlers and Glue ETL jobs.
123
+
124
+ 1.65.0 (2020-07-27)
125
+ ------------------
126
+
127
+ * Feature - Add ability to manually resume workflows in AWS Glue providing customers further control over the orchestration of ETL workloads.
128
+
129
+ 1.64.0 (2020-07-23)
130
+ ------------------
131
+
132
+ * Feature - Added new ConnectionProperties: "KAFKA_SSL_ENABLED" (to toggle SSL connections) and "KAFKA_CUSTOM_CERT" (import CA certificate file)
133
+
134
+ 1.63.0 (2020-07-07)
135
+ ------------------
136
+
137
+ * Feature - AWS Glue Data Catalog supports cross account sharing of tables through AWS Lake Formation
138
+
139
+ 1.62.0 (2020-07-02)
140
+ ------------------
141
+
142
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
143
+
144
+ 1.61.0 (2020-06-25)
145
+ ------------------
146
+
147
+ * Feature - This release adds new APIs to support column level statistics in AWS Glue Data Catalog
148
+
149
+ 1.60.0 (2020-06-23)
150
+ ------------------
151
+
152
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
153
+
154
+ 1.59.0 (2020-06-12)
155
+ ------------------
156
+
157
+ * Feature - You can now choose to crawl the entire table or just a sample of records in DynamoDB when using AWS Glue crawlers. Additionally, you can also specify a scanning rate for crawling DynamoDB tables.
158
+
159
+ 1.58.1 (2020-06-11)
160
+ ------------------
161
+
162
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
163
+
164
+ 1.58.0 (2020-06-10)
165
+ ------------------
166
+
167
+ * Issue - This version has been yanked. (#2327).
168
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
169
+
170
+ 1.57.0 (2020-06-03)
171
+ ------------------
172
+
173
+ * Feature - Adding databaseName in the response for GetUserDefinedFunctions() API.
174
+
175
+ 1.56.0 (2020-05-28)
176
+ ------------------
177
+
178
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
179
+
180
+ 1.55.0 (2020-05-15)
181
+ ------------------
182
+
183
+ * Feature - Starting today, you can stop the execution of Glue workflows that are running. AWS Glue workflows are directed acyclic graphs (DAGs) of Glue triggers, crawlers and jobs. Using a workflow, you can design a complex multi-job extract, transform, and load (ETL) activity that AWS Glue can execute and track as single entity.
184
+
185
+ 1.54.0 (2020-05-07)
186
+ ------------------
187
+
188
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
189
+
190
+ 1.53.0 (2020-04-20)
191
+ ------------------
192
+
193
+ * Feature - Added a new ConnectionType "KAFKA" and a ConnectionProperty "KAFKA_BOOTSTRAP_SERVERS" to support Kafka connection.
194
+
195
+ 1.52.0 (2020-04-16)
196
+ ------------------
197
+
198
+ * Feature - This release adds support for querying GetUserDefinedFunctions API without databaseName.
199
+
200
+ 1.51.0 (2020-03-31)
201
+ ------------------
202
+
203
+ * Feature - Add two enums for MongoDB connection: Added "CONNECTION_URL" to "ConnectionPropertyKey" and added "MONGODB" to "ConnectionType"
204
+
205
+ 1.50.0 (2020-03-09)
206
+ ------------------
207
+
208
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
209
+
210
+ 1.49.1 (2020-03-02)
211
+ ------------------
212
+
213
+ * Issue - Republish the previously yanked version.
214
+
215
+ 1.49.0 (2020-02-28)
216
+ ------------------
217
+
218
+ * Issue - This version has been yanked. (#2239)
219
+ * Feature - AWS Glue adds resource tagging support for Machine Learning Transforms and adds a new API, ListMLTransforms to support tag filtering. With this feature, customers can use tags in AWS Glue to organize and control access to Machine Learning Transforms.
220
+
221
+ 1.48.0 (2020-02-12)
222
+ ------------------
223
+
224
+ * Feature - Adding ability to add arguments that cannot be overridden to AWS Glue jobs
225
+
226
+ 1.47.0 (2019-11-21)
227
+ ------------------
228
+
229
+ * Feature - This release adds support for Glue 1.0 compatible ML Transforms.
230
+
231
+ 1.46.0 (2019-10-23)
232
+ ------------------
233
+
234
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
235
+
236
+ 1.45.0 (2019-10-07)
237
+ ------------------
238
+
239
+ * Feature - AWS Glue now provides ability to use custom certificates for JDBC Connections.
240
+
241
+ 1.44.0 (2019-09-19)
242
+ ------------------
243
+
244
+ * Feature - AWS Glue DevEndpoints now supports GlueVersion, enabling you to choose Apache Spark 2.4.3 (in addition to Apache Spark 2.2.1). In addition to supporting the latest version of Spark, you will also have the ability to choose between Python 2 and Python 3.
245
+
246
+ 1.43.0 (2019-08-15)
247
+ ------------------
248
+
249
+ * Feature - GetJobBookmarks API is withdrawn.
250
+
251
+ 1.42.0 (2019-08-08)
252
+ ------------------
253
+
254
+ * Feature - You can now use AWS Glue to find matching records across dataset even without identifiers to join on by using the new FindMatches ML Transform. Find related products, places, suppliers, customers, and more by teaching a custom machine learning transformation that you can use to identify matching matching records as part of your analysis, data cleaning, or master data management project by adding the FindMatches transformation to your Glue ETL Jobs. If your problem is more along the lines of deduplication, you can use the FindMatches in much the same way to identify customers who have signed up more than ones, products that have accidentally been added to your product catalog more than once, and so forth. Using the FindMatches MLTransform, you can teach a Transform your definition of a duplicate through examples, and it will use machine learning to identify other potential duplicates in your dataset. As with data integration, you can then use your new Transform in your deduplication projects by adding the FindMatches transformation to your Glue ETL Jobs. This release also contains additional APIs that support AWS Lake Formation.
255
+
256
+ 1.41.0 (2019-07-26)
257
+ ------------------
258
+
259
+ * Feature - This release provides GetJobBookmark and GetJobBookmarks APIs. These APIs enable users to look at specific versions or all versions of the JobBookmark for a specific job. This release also enables resetting the job bookmark to a specific run via an enhancement of the ResetJobBookmark API.
260
+
261
+ 1.40.0 (2019-07-25)
262
+ ------------------
263
+
264
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
265
+
266
+ 1.39.0 (2019-07-24)
267
+ ------------------
268
+
269
+ * Feature - This release provides GlueVersion option for Job APIs and WorkerType option for DevEndpoint APIs. Job APIs enable users to pick specific GlueVersion for a specific job and pin the job to a specific runtime environment. DevEndpoint APIs enable users to pick different WorkerType for memory intensive workload.
270
+
271
+ 1.38.0 (2019-07-01)
272
+ ------------------
273
+
274
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
275
+
276
+ 1.37.0 (2019-06-20)
277
+ ------------------
278
+
279
+ * Feature - Starting today, you can now use workflows in AWS Glue to author directed acyclic graphs (DAGs) of Glue triggers, crawlers and jobs. Workflows enable orchestration of your ETL workloads by building dependencies between Glue entities (triggers, crawlers and jobs). You can visually track status of the different nodes in the workflows on the console making it easier to monitor progress and troubleshoot issues. Also, you can share parameters across entities in the workflow.
280
+
281
+ 1.36.0 (2019-06-17)
282
+ ------------------
283
+
284
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
285
+
286
+ 1.35.0 (2019-06-05)
287
+ ------------------
288
+
289
+ * Feature - Support specifying python version for Python shell jobs. A new parameter PythonVersion is added to the JobCommand data type.
290
+
291
+ 1.34.0 (2019-05-21)
292
+ ------------------
293
+
294
+ * Feature - API update.
295
+
296
+ 1.33.0 (2019-05-15)
297
+ ------------------
298
+
299
+ * Feature - API update.
300
+
301
+ 1.32.0 (2019-05-14)
302
+ ------------------
303
+
304
+ * Feature - API update.
305
+
306
+ 1.31.0 (2019-05-10)
307
+ ------------------
308
+
309
+ * Feature - API update.
310
+
311
+ 1.30.0 (2019-04-05)
312
+ ------------------
313
+
314
+ * Feature - API update.
315
+
316
+ 1.29.0 (2019-03-26)
317
+ ------------------
318
+
319
+ * Feature - API update.
320
+
321
+ 1.28.0 (2019-03-21)
322
+ ------------------
323
+
324
+ * Feature - API update.
325
+
326
+ 1.27.0 (2019-03-18)
327
+ ------------------
328
+
329
+ * Feature - API update.
330
+
331
+ 1.26.0 (2019-03-14)
332
+ ------------------
333
+
334
+ * Feature - API update.
335
+
336
+ 1.25.0 (2019-03-11)
337
+ ------------------
338
+
339
+ * Feature - API update.
340
+
341
+ 1.24.0 (2019-02-22)
342
+ ------------------
343
+
344
+ * Feature - API update.
345
+
346
+ 1.23.0 (2019-01-18)
347
+ ------------------
348
+
349
+ * Feature - API update.
350
+
351
+ 1.22.0 (2018-12-12)
352
+ ------------------
353
+
354
+ * Feature - API update.
355
+
356
+ 1.21.0 (2018-11-20)
357
+ ------------------
358
+
359
+ * Feature - API update.
360
+
361
+ 1.20.0 (2018-10-24)
362
+ ------------------
363
+
364
+ * Feature - API update.
365
+
366
+ 1.19.0 (2018-10-23)
367
+ ------------------
368
+
369
+ * Feature - API update.
370
+
371
+ 1.18.0 (2018-10-16)
372
+ ------------------
373
+
374
+ * Feature - API update.
375
+
376
+ 1.17.0 (2018-09-26)
377
+ ------------------
378
+
379
+ * Feature - API update.
380
+
381
+ 1.16.0 (2018-09-06)
382
+ ------------------
383
+
384
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
385
+
386
+ 1.15.0 (2018-09-05)
387
+ ------------------
388
+
389
+ * Feature - API update.
390
+
391
+ 1.14.0 (2018-08-29)
392
+ ------------------
393
+
394
+ * Feature - API update.
395
+
396
+ 1.13.0 (2018-08-28)
397
+ ------------------
398
+
399
+ * Feature - API update.
400
+
401
+ 1.12.0 (2018-08-25)
402
+ ------------------
403
+
404
+ * Feature - API update.
405
+
406
+ 1.11.0 (2018-07-30)
407
+ ------------------
408
+
409
+ * Feature - API update.
410
+
411
+ 1.10.0 (2018-07-10)
412
+ ------------------
413
+
414
+ * Feature - API update.
415
+
416
+ 1.9.0 (2018-06-26)
417
+ ------------------
418
+
419
+ * Feature - API update.
420
+
421
+ 1.8.0 (2018-05-25)
422
+ ------------------
423
+
424
+ * Feature - API update.
425
+
426
+ 1.7.0 (2018-04-10)
427
+ ------------------
428
+
429
+ * Feature - API update.
430
+
431
+ 1.6.0 (2018-03-20)
432
+ ------------------
433
+
434
+ * Feature - API update.
435
+
436
+ 1.5.0 (2018-02-06)
437
+ ------------------
438
+
439
+ * Feature - API update.
440
+
441
+ 1.4.0 (2018-01-19)
442
+ ------------------
443
+
444
+ * Feature - API update.
445
+
446
+ 1.3.0 (2018-01-12)
447
+ ------------------
448
+
449
+ * Feature - API update.
450
+
451
+ 1.2.0 (2017-11-16)
452
+ ------------------
453
+
454
+ * Feature - API update.
455
+
456
+ 1.1.0 (2017-10-24)
457
+ ------------------
458
+
459
+ * Feature - API update.
460
+
461
+ * Issue - Update `aws-sdk-glue` gemspec metadata.
462
+
463
+ 1.0.0 (2017-08-29)
464
+ ------------------
465
+
466
+ 1.0.0.rc1 (2017-08-14)
467
+ ------------------
468
+
469
+ * Feature - Initial release of `aws-sdk-glue`.