aws-sdk-cloudfront 1.60.0 → 1.83.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: c078f397193f199b139e7cda564ea14dfd787e8361872bd5935ed9a9c088fa79
4
- data.tar.gz: 79c3597c0c27701c657e2b619ddfe160baa325dc5c74ac82c510b0dfd31d30b2
3
+ metadata.gz: 6c8aa8fbaa11d693e1743acaee653188bbf30853a8e5b4be6498595759480259
4
+ data.tar.gz: 929390c016f3c465b8e5bf6de51eb8ddc78cb04d8890765092283b9f4803b151
5
5
  SHA512:
6
- metadata.gz: 13be3be5f0ce8cf59deba03b0ae154fbf31545c45c1a92c46c2cf4c7dd5f795a817fe2a897253521d91ecb4e377011375f09293cc991cd4755b9ad87209ec1be
7
- data.tar.gz: d2987fe13248c8a69204dcf19ac6441eb1f9313c3f4431a1562b758e5d2c7735612d9bdef7cbff5e1a0fe08af5b4d45747b645ba176ef172e8852a2ea4dc6bb9
6
+ metadata.gz: 16675429b5e1a8d1c88937f9aa5dfe3c8da8e268c5a8c78b0ccd287acc1e726e09f632ed56a6a5b2d15ca93b490d99fa952eb342169b842951fc8a31f843dcff
7
+ data.tar.gz: 6f82dccb779720c08d55707ea70b212d1c4d4188a0fedc0d539b9f648692effeb0d36498125cab67c1af23f5334e8bb8e8bc71d7212584ab530f2fe55bbbd527
data/CHANGELOG.md CHANGED
@@ -1,6 +1,133 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.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.82.0 (2023-07-28)
10
+ ------------------
11
+
12
+ * Feature - Add a new JavaScript runtime version for CloudFront Functions.
13
+
14
+ 1.81.0 (2023-07-11)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.80.0 (2023-07-06)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.79.0 (2023-06-28)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.78.0 (2023-06-15)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.77.0 (2023-05-31)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.76.0 (2023-02-22)
40
+ ------------------
41
+
42
+ * 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.
43
+
44
+ 1.75.2 (2023-02-21)
45
+ ------------------
46
+
47
+ * Issue - Improve performance of URL signing
48
+
49
+ 1.75.1 (2023-02-15)
50
+ ------------------
51
+
52
+ * Issue - Improve performance of `UrlSigner#signed_url` (#2824).
53
+
54
+ 1.75.0 (2023-02-08)
55
+ ------------------
56
+
57
+ * Feature - CloudFront Origin Access Control extends support to AWS Elemental MediaStore origins.
58
+
59
+ 1.74.0 (2023-01-18)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
65
+
66
+ 1.73.0 (2022-12-30)
67
+ ------------------
68
+
69
+ * Feature - Extend response headers policy to support removing headers from viewer responses
70
+
71
+ 1.72.0 (2022-12-16)
72
+ ------------------
73
+
74
+ * Feature - Updated documentation for CloudFront
75
+
76
+ 1.71.0 (2022-12-07)
77
+ ------------------
78
+
79
+ * Feature - Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
80
+
81
+ 1.70.0 (2022-11-18)
82
+ ------------------
83
+
84
+ * Feature - CloudFront API support for staging distributions and associated traffic management policies.
85
+
86
+ 1.69.0 (2022-10-25)
87
+ ------------------
88
+
89
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
90
+
91
+ 1.68.0 (2022-08-31)
92
+ ------------------
93
+
94
+ * Feature - Update API documentation for CloudFront origin access control (OAC)
95
+
96
+ 1.67.0 (2022-08-24)
97
+ ------------------
98
+
99
+ * 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.
100
+
101
+ 1.66.0 (2022-08-15)
102
+ ------------------
103
+
104
+ * Feature - Adds Http 3 support to distributions
105
+
106
+ 1.65.0 (2022-05-16)
107
+ ------------------
108
+
109
+ * 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.
110
+
111
+ 1.64.0 (2022-04-26)
112
+ ------------------
113
+
114
+ * 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.
115
+
116
+ 1.63.0 (2022-02-24)
117
+ ------------------
118
+
119
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
120
+
121
+ 1.62.0 (2022-02-03)
122
+ ------------------
123
+
124
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
125
+
126
+ 1.61.0 (2021-12-21)
127
+ ------------------
128
+
129
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
130
+
4
131
  1.60.0 (2021-11-30)
5
132
  ------------------
6
133
 
@@ -390,4 +517,4 @@ Unreleased Changes
390
517
  1.0.0.rc1 (2016-12-05)
391
518
  ------------------
392
519
 
393
- * Feature - Initial preview release of the `aws-sdk-cloudfront` gem.
520
+ * Feature - Initial preview release of the `aws-sdk-cloudfront` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.83.0