@@ -289,7 +289,22 @@ <h2>History</h2>
289
289
< li > test installing the rock from LuaRocks</ li >
290
290
</ ol >
291
291
292
- < h3 > Unreleased</ h3 >
292
+ < h3 > 1.4.0 (20-Mar-2024)</ h3 >
293
+
294
+ < ul >
295
+ < li > fix: aws configuration cannot be loaded due to pl.path cannot resolve the path started with ~
296
+ < a href ="https://github.com/Kong/lua-resty-aws/pull/94 "> 94</ a > </ li >
297
+ < li > fix: fix the bug of missing boolean type with a value of false in the generated request body
298
+ < a href ="https://github.com/Kong/lua-resty-aws/pull/100 "> 100</ a > </ li >
299
+ < li > security: remove the documentation entry that contains a sample access key from AWS SDK. This
300
+ avoids false postive vulnerability report.
301
+ < a href ="https://github.com/Kong/lua-resty-aws/pull/102 "> 102</ a > </ li >
302
+ < li > feat: container credential provider now supports using auth token defined in
303
+ AWS< em > CONTAINER</ em > AUTHORIZATION< em > TOKEN and AWS</ em > CONTAINER< em > AUTHORIZATION</ em > TOKEN_FILE.
304
+ < a href ="https://github.com/Kong/lua-resty-aws/pull/107 "> 107</ a > </ li >
305
+ < li > fix: operations without inputs (eg, some S3 ones) would cause errors to be thrown
306
+ < a href ="https://github.com/Kong/lua-resty-aws/pull/108 "> 108</ a > </ li >
307
+ </ ul >
293
308
294
309
< h3 > 1.3.6 (25-Dec-2023)</ h3 >
295
310
@@ -531,7 +546,7 @@ <h3>0.1 (03-Feb-2021) Initial released version</h3>
531
546
</ div > <!-- id="main" -->
532
547
< div id ="about ">
533
548
< i > generated by < a href ="http://github.com/lunarmodules/LDoc "> LDoc 1.5.0</ a > </ i >
534
- < i style ="float:right; "> Last updated 2023-12-25 06:16:21 </ i >
549
+ < i style ="float:right; "> Last updated 2024-03-20 08:12:15 </ i >
535
550
</ div > <!-- id="about" -->
536
551
</ div > <!-- id="container" -->
537
552
</ body >
0 commit comments