Skip to content

Commit 45b1ddc

Browse files
committed
Initial fork.
0 parents  commit 45b1ddc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1577
-0
lines changed

CHANGELOG.md

Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
# v1.8.4 (2025-10-16)
2+
3+
* **Dependency Update**: Bump minimum Go version to 1.23.
4+
5+
# v1.8.3 (2025-02-18)
6+
7+
* **Bug Fix**: Bump go version to 1.22
8+
9+
# v1.8.2 (2025-01-24)
10+
11+
* **Bug Fix**: Refactor filepath.Walk to filepath.WalkDir
12+
13+
# v1.8.1 (2024-08-15)
14+
15+
* **Dependency Update**: Bump minimum Go version to 1.21.
16+
17+
# v1.8.0 (2024-02-13)
18+
19+
* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
20+
21+
# v1.7.3 (2024-01-22)
22+
23+
* **Bug Fix**: Remove invalid escaping of shared config values. All values in the shared config file will now be interpreted literally, save for fully-quoted strings which are unwrapped for legacy reasons.
24+
25+
# v1.7.2 (2023-12-08)
26+
27+
* **Bug Fix**: Correct loading of [services *] sections into shared config.
28+
29+
# v1.7.1 (2023-11-16)
30+
31+
* **Bug Fix**: Fix recognition of trailing comments in shared config properties. # or ; separators that aren't preceded by whitespace at the end of a property value should be considered part of it.
32+
33+
# v1.7.0 (2023-11-13)
34+
35+
* **Feature**: Replace the legacy config parser with a modern, less-strict implementation. Parsing failures within a section will now simply ignore the invalid line rather than silently drop the entire section.
36+
37+
# v1.6.0 (2023-11-09.2)
38+
39+
* **Feature**: BREAKFIX: In order to support subproperty parsing, invalid property definitions must not be ignored
40+
41+
# v1.5.2 (2023-11-09)
42+
43+
* **Dependency Update**: Updated to the latest SDK module versions
44+
45+
# v1.5.1 (2023-11-07)
46+
47+
* **Bug Fix**: Fix subproperty performance regression
48+
49+
# v1.5.0 (2023-11-01)
50+
51+
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
52+
* **Dependency Update**: Updated to the latest SDK module versions
53+
54+
# v1.4.0 (2023-10-31)
55+
56+
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
57+
* **Dependency Update**: Updated to the latest SDK module versions
58+
59+
# v1.3.45 (2023-10-12)
60+
61+
* **Dependency Update**: Updated to the latest SDK module versions
62+
63+
# v1.3.44 (2023-10-06)
64+
65+
* **Dependency Update**: Updated to the latest SDK module versions
66+
67+
# v1.3.43 (2023-09-22)
68+
69+
* **Bug Fix**: Fixed a bug where merging `max_attempts` or `duration_seconds` fields across shared config files with invalid values would silently default them to 0.
70+
* **Bug Fix**: Move type assertion of config values out of the parsing stage, which resolves an issue where the contents of a profile would silently be dropped with certain numeric formats.
71+
72+
# v1.3.42 (2023-08-21)
73+
74+
* **Dependency Update**: Updated to the latest SDK module versions
75+
76+
# v1.3.41 (2023-08-18)
77+
78+
* **Dependency Update**: Updated to the latest SDK module versions
79+
80+
# v1.3.40 (2023-08-17)
81+
82+
* **Dependency Update**: Updated to the latest SDK module versions
83+
84+
# v1.3.39 (2023-08-07)
85+
86+
* **Dependency Update**: Updated to the latest SDK module versions
87+
88+
# v1.3.38 (2023-07-31)
89+
90+
* **Dependency Update**: Updated to the latest SDK module versions
91+
92+
# v1.3.37 (2023-07-28)
93+
94+
* **Dependency Update**: Updated to the latest SDK module versions
95+
96+
# v1.3.36 (2023-07-13)
97+
98+
* **Dependency Update**: Updated to the latest SDK module versions
99+
100+
# v1.3.35 (2023-06-13)
101+
102+
* **Dependency Update**: Updated to the latest SDK module versions
103+
104+
# v1.3.34 (2023-04-24)
105+
106+
* **Dependency Update**: Updated to the latest SDK module versions
107+
108+
# v1.3.33 (2023-04-07)
109+
110+
* **Dependency Update**: Updated to the latest SDK module versions
111+
112+
# v1.3.32 (2023-03-21)
113+
114+
* **Dependency Update**: Updated to the latest SDK module versions
115+
116+
# v1.3.31 (2023-03-10)
117+
118+
* **Dependency Update**: Updated to the latest SDK module versions
119+
120+
# v1.3.30 (2023-02-20)
121+
122+
* **Dependency Update**: Updated to the latest SDK module versions
123+
124+
# v1.3.29 (2023-02-03)
125+
126+
* **Dependency Update**: Updated to the latest SDK module versions
127+
128+
# v1.3.28 (2022-12-15)
129+
130+
* **Dependency Update**: Updated to the latest SDK module versions
131+
132+
# v1.3.27 (2022-12-02)
133+
134+
* **Dependency Update**: Updated to the latest SDK module versions
135+
136+
# v1.3.26 (2022-10-24)
137+
138+
* **Dependency Update**: Updated to the latest SDK module versions
139+
140+
# v1.3.25 (2022-10-21)
141+
142+
* **Dependency Update**: Updated to the latest SDK module versions
143+
144+
# v1.3.24 (2022-09-20)
145+
146+
* **Dependency Update**: Updated to the latest SDK module versions
147+
148+
# v1.3.23 (2022-09-14)
149+
150+
* **Dependency Update**: Updated to the latest SDK module versions
151+
152+
# v1.3.22 (2022-09-02)
153+
154+
* **Dependency Update**: Updated to the latest SDK module versions
155+
156+
# v1.3.21 (2022-08-31)
157+
158+
* **Dependency Update**: Updated to the latest SDK module versions
159+
160+
# v1.3.20 (2022-08-29)
161+
162+
* **Dependency Update**: Updated to the latest SDK module versions
163+
164+
# v1.3.19 (2022-08-11)
165+
166+
* **Dependency Update**: Updated to the latest SDK module versions
167+
168+
# v1.3.18 (2022-08-09)
169+
170+
* **Dependency Update**: Updated to the latest SDK module versions
171+
172+
# v1.3.17 (2022-08-08)
173+
174+
* **Dependency Update**: Updated to the latest SDK module versions
175+
176+
# v1.3.16 (2022-08-01)
177+
178+
* **Dependency Update**: Updated to the latest SDK module versions
179+
180+
# v1.3.15 (2022-07-05)
181+
182+
* **Dependency Update**: Updated to the latest SDK module versions
183+
184+
# v1.3.14 (2022-06-29)
185+
186+
* **Dependency Update**: Updated to the latest SDK module versions
187+
188+
# v1.3.13 (2022-06-07)
189+
190+
* **Dependency Update**: Updated to the latest SDK module versions
191+
192+
# v1.3.12 (2022-05-17)
193+
194+
* **Bug Fix**: Removes the fuzz testing files from the module, as they are invalid and not used.
195+
* **Dependency Update**: Updated to the latest SDK module versions
196+
197+
# v1.3.11 (2022-04-25)
198+
199+
* **Dependency Update**: Updated to the latest SDK module versions
200+
201+
# v1.3.10 (2022-03-30)
202+
203+
* **Dependency Update**: Updated to the latest SDK module versions
204+
205+
# v1.3.9 (2022-03-24)
206+
207+
* **Dependency Update**: Updated to the latest SDK module versions
208+
209+
# v1.3.8 (2022-03-23)
210+
211+
* **Dependency Update**: Updated to the latest SDK module versions
212+
213+
# v1.3.7 (2022-03-08)
214+
215+
* **Dependency Update**: Updated to the latest SDK module versions
216+
217+
# v1.3.6 (2022-02-24)
218+
219+
* **Dependency Update**: Updated to the latest SDK module versions
220+
221+
# v1.3.5 (2022-01-28)
222+
223+
* **Bug Fix**: Fixes the SDK's handling of `duration_sections` in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. [#1568](https://github.com/aws/aws-sdk-go-v2/pull/1568). Thanks to [Amir Szekely](https://github.com/kichik) for help reproduce this bug.
224+
225+
# v1.3.4 (2022-01-14)
226+
227+
* **Dependency Update**: Updated to the latest SDK module versions
228+
229+
# v1.3.3 (2022-01-07)
230+
231+
* **Dependency Update**: Updated to the latest SDK module versions
232+
233+
# v1.3.2 (2021-12-02)
234+
235+
* **Dependency Update**: Updated to the latest SDK module versions
236+
237+
# v1.3.1 (2021-11-19)
238+
239+
* **Dependency Update**: Updated to the latest SDK module versions
240+
241+
# v1.3.0 (2021-11-06)
242+
243+
* **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
244+
* **Dependency Update**: Updated to the latest SDK module versions
245+
246+
# v1.2.5 (2021-10-21)
247+
248+
* **Dependency Update**: Updated to the latest SDK module versions
249+
250+
# v1.2.4 (2021-10-11)
251+
252+
* **Dependency Update**: Updated to the latest SDK module versions
253+
254+
# v1.2.3 (2021-09-17)
255+
256+
* **Dependency Update**: Updated to the latest SDK module versions
257+
258+
# v1.2.2 (2021-08-27)
259+
260+
* **Dependency Update**: Updated to the latest SDK module versions
261+
262+
# v1.2.1 (2021-08-19)
263+
264+
* **Dependency Update**: Updated to the latest SDK module versions
265+
266+
# v1.2.0 (2021-08-04)
267+
268+
* **Feature**: adds error handling for defered close calls
269+
* **Dependency Update**: Updated to the latest SDK module versions
270+
271+
# v1.1.1 (2021-07-15)
272+
273+
* **Dependency Update**: Updated to the latest SDK module versions
274+
275+
# v1.1.0 (2021-07-01)
276+
277+
* **Feature**: Support for `:`, `=`, `[`, `]` being present in expression values.
278+
279+
# v1.0.1 (2021-06-25)
280+
281+
* **Dependency Update**: Updated to the latest SDK module versions
282+
283+
# v1.0.0 (2021-05-20)
284+
285+
* **Release**: The `github.com/aws/aws-sdk-go-v2/internal/ini` package is now a Go Module.
286+
* **Dependency Update**: Updated to the latest SDK module versions
287+

0 commit comments

Comments
 (0)