aws-sdk-appflow 1.19.0 → 1.51.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: a3e0ef2c7b2b20fb34110d1907aed204b8c7d21bfb42c59f79c3ff83cdaa1785
4
- data.tar.gz: 9e5a442f79a251403fdda9f0afc5de18598d708c8ad675675125a80e317f5a7b
3
+ metadata.gz: 22527b706d7abe8706e3456ce599bbc9f40e776170040e3402f8e0369d07a16f
4
+ data.tar.gz: e8ad7e34f98aaed174809aefccb6655d79df590eef71f942f71030b4bec4070a
5
5
  SHA512:
6
- metadata.gz: 747bb0f74b3b9d9d57b248dffe7dc62293e1cce472c8fec6b77b4008ce939b94f2030023547bad24324dfcc699cf109744615dd8343b606710ca3ec459ab50ad
7
- data.tar.gz: 430c584604b5f0279e252e703921cfff21423beaab109f38ad6b9ea733af6ce49acc337c0121aee03851297d74eb52f11b8ca0abc122befedd436a0d1c39b20f
6
+ metadata.gz: 1d8ca3deb4b3c3fbab01936a9ef17f0eac3ef4718858ea83130cab618a4502a5472b55b834392343d5f68fc494e0acbe810118d6b05c2556167bf2b52448a0ce
7
+ data.tar.gz: 5f829822423102dacb42acdaf960b68894116ebdebdbf1cd1359c159acb3178bee1e8cdc92e8db051c2a2d3d7a1cd8378ab73a17edaeda517fff2531223b475e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,168 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2023-09-06)
10
+ ------------------
11
+
12
+ * Feature - Adding OAuth2.0 support for servicenow connector.
13
+
14
+ 1.49.0 (2023-08-30)
15
+ ------------------
16
+
17
+ * Feature - Add SAP source connector parallel and pagination feature
18
+
19
+ 1.48.0 (2023-07-11)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.47.0 (2023-07-06)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.46.0 (2023-06-28)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.45.0 (2023-06-27)
35
+ ------------------
36
+
37
+ * Feature - This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
38
+
39
+ 1.44.0 (2023-06-20)
40
+ ------------------
41
+
42
+ * Feature - This release adds new API to reset connector metadata cache
43
+
44
+ 1.43.0 (2023-06-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.42.0 (2023-06-01)
50
+ ------------------
51
+
52
+ * Feature - Added ability to select DataTransferApiType for DescribeConnector and CreateFlow requests when using Async supported connectors. Added supportedDataTransferType to DescribeConnector/DescribeConnectors/ListConnector response.
53
+
54
+ 1.41.0 (2023-05-31)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.40.0 (2023-05-02)
60
+ ------------------
61
+
62
+ * Feature - This release adds new API to cancel flow executions.
63
+
64
+ 1.39.0 (2023-04-28)
65
+ ------------------
66
+
67
+ * Feature - Adds Jwt Support for Salesforce Credentials.
68
+
69
+ 1.38.0 (2023-04-24)
70
+ ------------------
71
+
72
+ * Feature - Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
73
+
74
+ 1.37.0 (2023-04-17)
75
+ ------------------
76
+
77
+ * Feature - This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
78
+
79
+ 1.36.0 (2023-02-23)
80
+ ------------------
81
+
82
+ * Feature - This release enables the customers to choose whether to use Private Link for Metadata and Authorization call when using a private Salesforce connections
83
+
84
+ 1.35.0 (2023-01-19)
85
+ ------------------
86
+
87
+ * Feature - Adding support for Salesforce Pardot connector in Amazon AppFlow.
88
+
89
+ 1.34.0 (2023-01-18)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
95
+
96
+ 1.33.0 (2022-12-16)
97
+ ------------------
98
+
99
+ * Feature - This release updates the ListConnectorEntities API action so that it returns paginated responses that customers can retrieve with next tokens.
100
+
101
+ 1.32.0 (2022-11-22)
102
+ ------------------
103
+
104
+ * Feature - Adding support for Amazon AppFlow to transfer the data to Amazon Redshift databases through Amazon Redshift Data API service. This feature will support the Redshift destination connector on both public and private accessible Amazon Redshift Clusters and Amazon Redshift Serverless.
105
+
106
+ 1.31.0 (2022-11-18)
107
+ ------------------
108
+
109
+ * Feature - AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update.
110
+
111
+ 1.30.0 (2022-11-17)
112
+ ------------------
113
+
114
+ * Feature - AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.
115
+
116
+ 1.29.0 (2022-10-25)
117
+ ------------------
118
+
119
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
120
+
121
+ 1.28.0 (2022-10-13)
122
+ ------------------
123
+
124
+ * Feature - With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically.
125
+
126
+ 1.27.0 (2022-05-27)
127
+ ------------------
128
+
129
+ * Feature - Adding the following features/changes: Parquet output that preserves typing from the source connector, Failed executions threshold before deactivation for scheduled flows, increasing max size of access and refresh token from 2048 to 4096
130
+
131
+ 1.26.0 (2022-04-14)
132
+ ------------------
133
+
134
+ * Feature - Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile
135
+
136
+ 1.25.0 (2022-03-03)
137
+ ------------------
138
+
139
+ * Feature - Launching Amazon AppFlow Marketo as a destination connector SDK.
140
+
141
+ 1.24.0 (2022-02-24)
142
+ ------------------
143
+
144
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
145
+
146
+ 1.23.0 (2022-02-14)
147
+ ------------------
148
+
149
+ * Feature - Launching Amazon AppFlow SAP as a destination connector SDK.
150
+
151
+ 1.22.0 (2022-02-03)
152
+ ------------------
153
+
154
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
155
+
156
+ 1.21.0 (2022-02-02)
157
+ ------------------
158
+
159
+ * Feature - Launching Amazon AppFlow Custom Connector SDK.
160
+
161
+ 1.20.0 (2021-12-21)
162
+ ------------------
163
+
164
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
165
+
4
166
  1.19.0 (2021-11-30)
5
167
  ------------------
6
168
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.51.0