aws-sdk-codeartifact 1.16.0 → 1.35.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: 77cdf04663685a19a75865f7f059e66b4f1864bd60f5fd784024cdb87a86861a
4
- data.tar.gz: c188fa911630cd469cfd5c3c18e747f5bb791307823e5e86aae879d9195df6bd
3
+ metadata.gz: 0ee274bd42b65ece2b86427cc16795e054fa6326439a651a058f4773fa2ec48f
4
+ data.tar.gz: d6c62d88aa087a2fd5c0d0afa44fe4c78e7b394ca5ed5df02ddf014bd7fe5062
5
5
  SHA512:
6
- metadata.gz: dee20e9148d67bd19a49ae7068e5cbf5dd302db75498839c39f074068718351d2d4f1c56783052a80871f1ee71c43b6ed236764c2b86f5354030fb50bcb2f687
7
- data.tar.gz: aae265eb036b7dd5688c61069a48c1acca8739b21c647a4599f206c38d70e9ded76228ad427cbb00ba3049fef2e11b45b5766a4b247bee926d148462c1ef54f6
6
+ metadata.gz: b473ea909ea3876114006bb6813c7e1df1717cc6296456f2a0076b4dfebdcf43b963b360a60d844125c6cf3e1eaa00f36d31f4460330cd358c490da963794d3c
7
+ data.tar.gz: bfd933e30e782344657e314a8b379eeebfa92216d7186cbe563c0d2b061147365bd0d9ef8e4e27f1e67125a69b9fec3c85d78cfe7d30929bec793e8208d8a5da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,103 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.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.34.0 (2023-09-20)
10
+ ------------------
11
+
12
+ * Feature - Add support for the Swift package format.
13
+
14
+ 1.33.0 (2023-07-17)
15
+ ------------------
16
+
17
+ * Feature - Doc only update for AWS CodeArtifact
18
+
19
+ 1.32.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.31.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.30.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.29.0 (2023-06-15)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.28.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.27.0 (2023-03-23)
45
+ ------------------
46
+
47
+ * Feature - Repository CreationTime is added to the CreateRepository and ListRepositories API responses.
48
+
49
+ 1.26.0 (2023-03-09)
50
+ ------------------
51
+
52
+ * Feature - This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.
53
+
54
+ 1.25.0 (2023-01-31)
55
+ ------------------
56
+
57
+ * Feature - This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository.
58
+
59
+ 1.24.0 (2023-01-19)
60
+ ------------------
61
+
62
+ * Feature - Documentation updates for CodeArtifact
63
+
64
+ 1.23.0 (2023-01-18)
65
+ ------------------
66
+
67
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
68
+
69
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
70
+
71
+ 1.22.0 (2022-10-25)
72
+ ------------------
73
+
74
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
75
+
76
+ 1.21.0 (2022-07-14)
77
+ ------------------
78
+
79
+ * Feature - This release introduces Package Origin Controls, a mechanism used to counteract Dependency Confusion attacks. Adds two new APIs, PutPackageOriginConfiguration and DescribePackage, and updates the ListPackage, DescribePackageVersion and ListPackageVersion APIs in support of the feature.
80
+
81
+ 1.20.0 (2022-06-02)
82
+ ------------------
83
+
84
+ * Feature - Documentation updates for CodeArtifact
85
+
86
+ 1.19.0 (2022-02-24)
87
+ ------------------
88
+
89
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
90
+
91
+ 1.18.0 (2022-02-03)
92
+ ------------------
93
+
94
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
95
+
96
+ 1.17.0 (2021-12-21)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
4
101
  1.16.0 (2021-11-30)
5
102
  ------------------
6
103
 
@@ -90,4 +187,4 @@ Unreleased Changes
90
187
  ------------------
91
188
 
92
189
  * Issue - This version has been yanked. (#2327).
93
- * Feature - Initial release of `aws-sdk-codeartifact`.
190
+ * Feature - Initial release of `aws-sdk-codeartifact`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.35.0