aws-sdk-cloudfront 1.27.1 → 1.81.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: 62e8f351820ea1420cce15447e7bedec7734d26082fa29852d71768ae0cb9a71
4
- data.tar.gz: cd702b060d586ed7ab002b65c382cb0b1ebec7c4caf5dab5fef3e2966bc7509f
3
+ metadata.gz: 862a651563a9f79663bbbd599e7911a766eb061506f3d947affc9ab32f41642f
4
+ data.tar.gz: c8c1377c9158914e02a5fba23190dfd437c8bd75a7e58d73c9974976761c0d65
5
5
  SHA512:
6
- metadata.gz: 5b9bec567d2610cd105b74d5330a82ddc847525ffbd3db637556a5f3db058a9e6f08acdc21ee8f4d810c8480711f3e9b87e2f88cb63aaccee0b8d04fb09f7f74
7
- data.tar.gz: 118650c65ed755a43ee23918044ae187b94a452c7d3109d37e222e7e4f5bc875ebcb75773275d690a81f0c76cec5ec3bb28286ebb66d74ffe1bc295b7cc3768e
6
+ metadata.gz: 3fbc49480bc50b96598d86076274e4a25526fab6c3b6d3d6eb7b11203c0b9e069d2e07a49a24ed130e4247b4bd2d87ed50eea909e7c2961f2c58cdc77ae66fe1
7
+ data.tar.gz: bc56c83c850bde9f5286bc7bb5b5df71b0e263faf6a72e248a4ad925c1024d784933094c5bd0fe669121d1d16f6890f747ec0760dfbca1ea4c929ff255ad773b
data/CHANGELOG.md ADDED
@@ -0,0 +1,510 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.81.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.80.0 (2023-07-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.79.0 (2023-06-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.78.0 (2023-06-15)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.77.0 (2023-05-31)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.76.0 (2023-02-22)
30
+ ------------------
31
+
32
+ * Feature - CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list.
33
+
34
+ 1.75.2 (2023-02-21)
35
+ ------------------
36
+
37
+ * Issue - Improve performance of URL signing
38
+
39
+ 1.75.1 (2023-02-15)
40
+ ------------------
41
+
42
+ * Issue - Improve performance of `UrlSigner#signed_url` (#2824).
43
+
44
+ 1.75.0 (2023-02-08)
45
+ ------------------
46
+
47
+ * Feature - CloudFront Origin Access Control extends support to AWS Elemental MediaStore origins.
48
+
49
+ 1.74.0 (2023-01-18)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
55
+
56
+ 1.73.0 (2022-12-30)
57
+ ------------------
58
+
59
+ * Feature - Extend response headers policy to support removing headers from viewer responses
60
+
61
+ 1.72.0 (2022-12-16)
62
+ ------------------
63
+
64
+ * Feature - Updated documentation for CloudFront
65
+
66
+ 1.71.0 (2022-12-07)
67
+ ------------------
68
+
69
+ * Feature - Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
70
+
71
+ 1.70.0 (2022-11-18)
72
+ ------------------
73
+
74
+ * Feature - CloudFront API support for staging distributions and associated traffic management policies.
75
+
76
+ 1.69.0 (2022-10-25)
77
+ ------------------
78
+
79
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
80
+
81
+ 1.68.0 (2022-08-31)
82
+ ------------------
83
+
84
+ * Feature - Update API documentation for CloudFront origin access control (OAC)
85
+
86
+ 1.67.0 (2022-08-24)
87
+ ------------------
88
+
89
+ * Feature - Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more.
90
+
91
+ 1.66.0 (2022-08-15)
92
+ ------------------
93
+
94
+ * Feature - Adds Http 3 support to distributions
95
+
96
+ 1.65.0 (2022-05-16)
97
+ ------------------
98
+
99
+ * Feature - Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length.
100
+
101
+ 1.64.0 (2022-04-26)
102
+ ------------------
103
+
104
+ * Feature - CloudFront now supports the Server-Timing header in HTTP responses sent from CloudFront. You can use this header to view metrics that help you gain insights about the behavior and performance of CloudFront. To use this header, enable it in a response headers policy.
105
+
106
+ 1.63.0 (2022-02-24)
107
+ ------------------
108
+
109
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
110
+
111
+ 1.62.0 (2022-02-03)
112
+ ------------------
113
+
114
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
115
+
116
+ 1.61.0 (2021-12-21)
117
+ ------------------
118
+
119
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
120
+
121
+ 1.60.0 (2021-11-30)
122
+ ------------------
123
+
124
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
125
+
126
+ 1.59.0 (2021-11-04)
127
+ ------------------
128
+
129
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
130
+
131
+ 1.58.0 (2021-11-02)
132
+ ------------------
133
+
134
+ * Feature - CloudFront now supports response headers policies to add HTTP headers to the responses that CloudFront sends to viewers. You can use these policies to add CORS headers, control browser caching, and more, without modifying your origin or writing any code.
135
+
136
+ 1.57.0 (2021-10-18)
137
+ ------------------
138
+
139
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
140
+
141
+ 1.56.0 (2021-09-01)
142
+ ------------------
143
+
144
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
145
+
146
+ 1.55.0 (2021-07-30)
147
+ ------------------
148
+
149
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
150
+
151
+ 1.54.0 (2021-07-28)
152
+ ------------------
153
+
154
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
155
+
156
+ 1.53.0 (2021-07-07)
157
+ ------------------
158
+
159
+ * Feature - Amazon CloudFront now provides two new APIs, ListConflictingAliases and AssociateAlias, that help locate and move Alternate Domain Names (CNAMEs) if you encounter the CNAMEAlreadyExists error code.
160
+
161
+ 1.52.0 (2021-06-23)
162
+ ------------------
163
+
164
+ * Feature - Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.
165
+
166
+ 1.51.0 (2021-05-26)
167
+ ------------------
168
+
169
+ * Feature - Documentation fix for CloudFront
170
+
171
+ 1.50.0 (2021-04-30)
172
+ ------------------
173
+
174
+ * Feature - CloudFront now supports CloudFront Functions, a native feature of CloudFront that enables you to write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations.
175
+
176
+ 1.49.0 (2021-03-10)
177
+ ------------------
178
+
179
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
180
+
181
+ 1.48.0 (2021-02-02)
182
+ ------------------
183
+
184
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
185
+
186
+ 1.47.0 (2020-12-28)
187
+ ------------------
188
+
189
+ * Feature - Amazon CloudFront has deprecated the CreateStreamingDistribution and CreateStreamingDistributionWithTags APIs as part of discontinuing support for Real-Time Messaging Protocol (RTMP) distributions.
190
+
191
+ 1.46.0 (2020-10-21)
192
+ ------------------
193
+
194
+ * Feature - CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account).
195
+
196
+ 1.45.0 (2020-10-21)
197
+ ------------------
198
+
199
+ * Feature - CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account).
200
+
201
+ 1.44.0 (2020-10-19)
202
+ ------------------
203
+
204
+ * Feature - Amazon CloudFront adds support for Origin Shield.
205
+
206
+ 1.43.0 (2020-09-30)
207
+ ------------------
208
+
209
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
210
+
211
+ 1.42.0 (2020-09-17)
212
+ ------------------
213
+
214
+ * Feature - Documentation updates for CloudFront
215
+
216
+ 1.41.0 (2020-09-15)
217
+ ------------------
218
+
219
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
220
+
221
+ 1.40.0 (2020-09-10)
222
+ ------------------
223
+
224
+ * Feature - Cloudfront adds support for Brotli. You can enable brotli caching and compression support by enabling it in your Cache Policy.
225
+
226
+ 1.39.0 (2020-08-31)
227
+ ------------------
228
+
229
+ * Feature - CloudFront now supports real-time logging for CloudFront distributions. CloudFront real-time logs are more detailed, configurable, and are available in real time.
230
+
231
+ 1.38.0 (2020-08-28)
232
+ ------------------
233
+
234
+ * Feature - You can now manage CloudFront's additional, real-time metrics with the CloudFront API.
235
+
236
+ 1.37.0 (2020-08-25)
237
+ ------------------
238
+
239
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
240
+
241
+ 1.36.1 (2020-08-19)
242
+ ------------------
243
+
244
+ * Issue - Use Aws::Json for parsing instead of JSON
245
+
246
+ 1.36.0 (2020-07-30)
247
+ ------------------
248
+
249
+ * Feature - Documentation updates for CloudFront
250
+
251
+ 1.35.0 (2020-07-20)
252
+ ------------------
253
+
254
+ * Feature - CloudFront adds support for cache policies and origin request policies. With these new policies, you can now more granularly control the query string, header, and cookie values that are included in the cache key and in requests that CloudFront sends to your origin.
255
+
256
+ 1.34.0 (2020-07-07)
257
+ ------------------
258
+
259
+ * Feature - Amazon CloudFront adds support for a new security policy, TLSv1.2_2019.
260
+
261
+ 1.33.0 (2020-07-02)
262
+ ------------------
263
+
264
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
265
+
266
+ 1.32.0 (2020-06-23)
267
+ ------------------
268
+
269
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
270
+
271
+ 1.31.0 (2020-06-16)
272
+ ------------------
273
+
274
+ * Feature - Documentation updates for CloudFront
275
+
276
+ 1.30.1 (2020-06-11)
277
+ ------------------
278
+
279
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
280
+
281
+ 1.30.0 (2020-06-10)
282
+ ------------------
283
+
284
+ * Issue - This version has been yanked. (#2327).
285
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
286
+
287
+ 1.29.0 (2020-06-05)
288
+ ------------------
289
+
290
+ * Feature - Amazon CloudFront adds support for configurable origin connection attempts and origin connection timeout.
291
+
292
+ 1.28.0 (2020-05-28)
293
+ ------------------
294
+
295
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
296
+
297
+ 1.27.1 (2020-05-18)
298
+ ------------------
299
+
300
+ * Issue - Split on first instance of `://` in `Aws::CloudFront::Signer` to handle 3rd party s3:// urls.
301
+
302
+ 1.27.0 (2020-05-07)
303
+ ------------------
304
+
305
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
306
+
307
+ 1.26.0 (2020-03-09)
308
+ ------------------
309
+
310
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
311
+
312
+ 1.25.0 (2020-02-04)
313
+ ------------------
314
+
315
+ * Feature - Documentation updates for CloudFront
316
+
317
+ 1.24.0 (2019-12-18)
318
+ ------------------
319
+
320
+ * Feature - Documentation updates for CloudFront
321
+
322
+ 1.23.0 (2019-10-23)
323
+ ------------------
324
+
325
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
326
+
327
+ 1.22.1 (2019-09-19)
328
+ ------------------
329
+
330
+ * Issue - Fix url argument of #signed_cookie.
331
+
332
+ 1.22.0 (2019-07-25)
333
+ ------------------
334
+
335
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
336
+
337
+ 1.21.0 (2019-07-01)
338
+ ------------------
339
+
340
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
341
+
342
+ 1.20.0 (2019-06-17)
343
+ ------------------
344
+
345
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
346
+
347
+ 1.19.0 (2019-06-14)
348
+ ------------------
349
+
350
+ * Feature - A new datatype in the CloudFront API, AliasICPRecordal, provides the ICP recordal status for CNAMEs associated with distributions. AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they have added to CloudFront. The status value is returned in the CloudFront response; you cannot configure it yourself. The status is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
351
+
352
+ 1.18.0 (2019-05-21)
353
+ ------------------
354
+
355
+ * Feature - API update.
356
+
357
+ 1.17.0 (2019-05-15)
358
+ ------------------
359
+
360
+ * Feature - API update.
361
+
362
+ 1.16.0 (2019-05-14)
363
+ ------------------
364
+
365
+ * Feature - API update.
366
+
367
+ 1.15.0 (2019-03-22)
368
+ ------------------
369
+
370
+ * Feature - API update.
371
+
372
+ 1.14.0 (2019-03-21)
373
+ ------------------
374
+
375
+ * Feature - API update.
376
+
377
+ 1.13.0 (2019-03-18)
378
+ ------------------
379
+
380
+ * Feature - API update.
381
+
382
+ 1.12.0 (2019-03-14)
383
+ ------------------
384
+
385
+ * Feature - API update.
386
+
387
+ 1.11.0 (2018-11-20)
388
+ ------------------
389
+
390
+ * Feature - API update.
391
+
392
+ 1.10.1 (2018-11-09)
393
+ ------------------
394
+
395
+ * Issue - Update operation names sending over the wire. This has zero affect on current API code usage.
396
+
397
+ 1.10.0 (2018-10-24)
398
+ ------------------
399
+
400
+ * Feature - API update.
401
+
402
+ 1.9.0 (2018-10-23)
403
+ ------------------
404
+
405
+ * Feature - API update.
406
+
407
+ 1.8.0 (2018-09-25)
408
+ ------------------
409
+
410
+ * Feature - API update.
411
+
412
+ 1.7.0 (2018-09-06)
413
+ ------------------
414
+
415
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
416
+
417
+ 1.6.0 (2018-09-05)
418
+ ------------------
419
+
420
+ * Feature - API update.
421
+
422
+ 1.5.0 (2018-08-14)
423
+ ------------------
424
+
425
+ * Feature - API update.
426
+
427
+ 1.4.0 (2018-06-27)
428
+ ------------------
429
+
430
+ * Feature - API update.
431
+
432
+ 1.3.0 (2018-06-26)
433
+ ------------------
434
+
435
+ * Feature - API update.
436
+
437
+ 1.2.0 (2018-04-02)
438
+ ------------------
439
+
440
+ * Feature - API update.
441
+
442
+ 1.1.0 (2017-10-26)
443
+ ------------------
444
+
445
+ * Feature - API update.
446
+
447
+ * Issue - Update `aws-sdk-cloudfront` gemspec metadata.
448
+
449
+ 1.0.0 (2017-08-29)
450
+ ------------------
451
+
452
+ 1.0.0.rc12 (2017-08-15)
453
+ ------------------
454
+
455
+ * Feature - API update.
456
+
457
+ 1.0.0.rc11 (2017-08-01)
458
+ ------------------
459
+
460
+ * Feature - API update.
461
+
462
+ 1.0.0.rc10 (2017-07-25)
463
+ ------------------
464
+
465
+ * Feature - API update.
466
+
467
+ 1.0.0.rc9 (2017-07-12)
468
+ ------------------
469
+
470
+ * Feature - API update.
471
+
472
+ 1.0.0.rc8 (2017-07-06)
473
+ ------------------
474
+
475
+ * Feature - API update.
476
+
477
+ 1.0.0.rc7 (2017-06-26)
478
+ ------------------
479
+
480
+ * Feature - API update.
481
+
482
+ 1.0.0.rc6 (2017-05-23)
483
+ ------------------
484
+
485
+ * Feature - API update.
486
+
487
+ 1.0.0.rc5 (2017-05-09)
488
+ ------------------
489
+
490
+ * Feature - API update.
491
+
492
+ 1.0.0.rc4 (2017-05-09)
493
+ ------------------
494
+
495
+ * Feature - API update.
496
+
497
+ 1.0.0.rc3 (2017-04-21)
498
+ ------------------
499
+
500
+ * Feature - API update.
501
+
502
+ 1.0.0.rc2 (2016-12-09)
503
+ ------------------
504
+
505
+ * Feature - API update.
506
+
507
+ 1.0.0.rc1 (2016-12-05)
508
+ ------------------
509
+
510
+ * Feature - Initial preview release of the `aws-sdk-cloudfront` gem.