1# v1.8.0 (2024-02-13)
2
3* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
4
5# v1.7.3 (2024-01-22)
6
7* **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.
8
9# v1.7.2 (2023-12-08)
10
11* **Bug Fix**: Correct loading of [services *] sections into shared config.
12
13# v1.7.1 (2023-11-16)
14
15* **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.
16
17# v1.7.0 (2023-11-13)
18
19* **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.
20
21# v1.6.0 (2023-11-09.2)
22
23* **Feature**: BREAKFIX: In order to support subproperty parsing, invalid property definitions must not be ignored
24
25# v1.5.2 (2023-11-09)
26
27* **Dependency Update**: Updated to the latest SDK module versions
28
29# v1.5.1 (2023-11-07)
30
31* **Bug Fix**: Fix subproperty performance regression
32
33# v1.5.0 (2023-11-01)
34
35* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
36* **Dependency Update**: Updated to the latest SDK module versions
37
38# v1.4.0 (2023-10-31)
39
40* **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/).
41* **Dependency Update**: Updated to the latest SDK module versions
42
43# v1.3.45 (2023-10-12)
44
45* **Dependency Update**: Updated to the latest SDK module versions
46
47# v1.3.44 (2023-10-06)
48
49* **Dependency Update**: Updated to the latest SDK module versions
50
51# v1.3.43 (2023-09-22)
52
53* **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.
54* **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.
55
56# v1.3.42 (2023-08-21)
57
58* **Dependency Update**: Updated to the latest SDK module versions
59
60# v1.3.41 (2023-08-18)
61
62* **Dependency Update**: Updated to the latest SDK module versions
63
64# v1.3.40 (2023-08-17)
65
66* **Dependency Update**: Updated to the latest SDK module versions
67
68# v1.3.39 (2023-08-07)
69
70* **Dependency Update**: Updated to the latest SDK module versions
71
72# v1.3.38 (2023-07-31)
73
74* **Dependency Update**: Updated to the latest SDK module versions
75
76# v1.3.37 (2023-07-28)
77
78* **Dependency Update**: Updated to the latest SDK module versions
79
80# v1.3.36 (2023-07-13)
81
82* **Dependency Update**: Updated to the latest SDK module versions
83
84# v1.3.35 (2023-06-13)
85
86* **Dependency Update**: Updated to the latest SDK module versions
87
88# v1.3.34 (2023-04-24)
89
90* **Dependency Update**: Updated to the latest SDK module versions
91
92# v1.3.33 (2023-04-07)
93
94* **Dependency Update**: Updated to the latest SDK module versions
95
96# v1.3.32 (2023-03-21)
97
98* **Dependency Update**: Updated to the latest SDK module versions
99
100# v1.3.31 (2023-03-10)
101
102* **Dependency Update**: Updated to the latest SDK module versions
103
104# v1.3.30 (2023-02-20)
105
106* **Dependency Update**: Updated to the latest SDK module versions
107
108# v1.3.29 (2023-02-03)
109
110* **Dependency Update**: Updated to the latest SDK module versions
111
112# v1.3.28 (2022-12-15)
113
114* **Dependency Update**: Updated to the latest SDK module versions
115
116# v1.3.27 (2022-12-02)
117
118* **Dependency Update**: Updated to the latest SDK module versions
119
120# v1.3.26 (2022-10-24)
121
122* **Dependency Update**: Updated to the latest SDK module versions
123
124# v1.3.25 (2022-10-21)
125
126* **Dependency Update**: Updated to the latest SDK module versions
127
128# v1.3.24 (2022-09-20)
129
130* **Dependency Update**: Updated to the latest SDK module versions
131
132# v1.3.23 (2022-09-14)
133
134* **Dependency Update**: Updated to the latest SDK module versions
135
136# v1.3.22 (2022-09-02)
137
138* **Dependency Update**: Updated to the latest SDK module versions
139
140# v1.3.21 (2022-08-31)
141
142* **Dependency Update**: Updated to the latest SDK module versions
143
144# v1.3.20 (2022-08-29)
145
146* **Dependency Update**: Updated to the latest SDK module versions
147
148# v1.3.19 (2022-08-11)
149
150* **Dependency Update**: Updated to the latest SDK module versions
151
152# v1.3.18 (2022-08-09)
153
154* **Dependency Update**: Updated to the latest SDK module versions
155
156# v1.3.17 (2022-08-08)
157
158* **Dependency Update**: Updated to the latest SDK module versions
159
160# v1.3.16 (2022-08-01)
161
162* **Dependency Update**: Updated to the latest SDK module versions
163
164# v1.3.15 (2022-07-05)
165
166* **Dependency Update**: Updated to the latest SDK module versions
167
168# v1.3.14 (2022-06-29)
169
170* **Dependency Update**: Updated to the latest SDK module versions
171
172# v1.3.13 (2022-06-07)
173
174* **Dependency Update**: Updated to the latest SDK module versions
175
176# v1.3.12 (2022-05-17)
177
178* **Bug Fix**: Removes the fuzz testing files from the module, as they are invalid and not used.
179* **Dependency Update**: Updated to the latest SDK module versions
180
181# v1.3.11 (2022-04-25)
182
183* **Dependency Update**: Updated to the latest SDK module versions
184
185# v1.3.10 (2022-03-30)
186
187* **Dependency Update**: Updated to the latest SDK module versions
188
189# v1.3.9 (2022-03-24)
190
191* **Dependency Update**: Updated to the latest SDK module versions
192
193# v1.3.8 (2022-03-23)
194
195* **Dependency Update**: Updated to the latest SDK module versions
196
197# v1.3.7 (2022-03-08)
198
199* **Dependency Update**: Updated to the latest SDK module versions
200
201# v1.3.6 (2022-02-24)
202
203* **Dependency Update**: Updated to the latest SDK module versions
204
205# v1.3.5 (2022-01-28)
206
207* **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.
208
209# v1.3.4 (2022-01-14)
210
211* **Dependency Update**: Updated to the latest SDK module versions
212
213# v1.3.3 (2022-01-07)
214
215* **Dependency Update**: Updated to the latest SDK module versions
216
217# v1.3.2 (2021-12-02)
218
219* **Dependency Update**: Updated to the latest SDK module versions
220
221# v1.3.1 (2021-11-19)
222
223* **Dependency Update**: Updated to the latest SDK module versions
224
225# v1.3.0 (2021-11-06)
226
227* **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
228* **Dependency Update**: Updated to the latest SDK module versions
229
230# v1.2.5 (2021-10-21)
231
232* **Dependency Update**: Updated to the latest SDK module versions
233
234# v1.2.4 (2021-10-11)
235
236* **Dependency Update**: Updated to the latest SDK module versions
237
238# v1.2.3 (2021-09-17)
239
240* **Dependency Update**: Updated to the latest SDK module versions
241
242# v1.2.2 (2021-08-27)
243
244* **Dependency Update**: Updated to the latest SDK module versions
245
246# v1.2.1 (2021-08-19)
247
248* **Dependency Update**: Updated to the latest SDK module versions
249
250# v1.2.0 (2021-08-04)
251
252* **Feature**: adds error handling for defered close calls
253* **Dependency Update**: Updated to the latest SDK module versions
254
255# v1.1.1 (2021-07-15)
256
257* **Dependency Update**: Updated to the latest SDK module versions
258
259# v1.1.0 (2021-07-01)
260
261* **Feature**: Support for `:`, `=`, `[`, `]` being present in expression values.
262
263# v1.0.1 (2021-06-25)
264
265* **Dependency Update**: Updated to the latest SDK module versions
266
267# v1.0.0 (2021-05-20)
268
269* **Release**: The `github.com/aws/aws-sdk-go-v2/internal/ini` package is now a Go Module.
270* **Dependency Update**: Updated to the latest SDK module versions
271