Skip to content

Commit b870381

Browse files
bunglewindmgc
authored andcommitted
chore(deps): bump resty.aws from 1.3.2 to 1.3.5 (#11613)
- fix: lazily initialize structures to avoid c-boundary errors on require [87](Kong/lua-resty-aws#87) - fix: remove more module-level uses of config.global [83](Kong/lua-resty-aws#83) - fix: don't invoke region detection code on the module toplevel and advise against trying to. [81](Kong/lua-resty-aws#81) Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
1 parent bc80125 commit b870381

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog/unreleased/kong/11613.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
message: "Bumped lua-resty-aws from 1.3.2 to 1.3.5"
2+
type: dependency
3+
prs:
4+
- 11613

kong-3.4.3-0.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = {
3333
"lua-protobuf == 0.5.0",
3434
"lua-resty-healthcheck == 1.6.3",
3535
"lua-messagepack == 0.5.2",
36-
"lua-resty-aws == 1.3.2",
36+
"lua-resty-aws == 1.3.5",
3737
"lua-resty-openssl == 0.8.23",
3838
"lua-resty-counter == 0.2.1",
3939
"lua-resty-ipmatcher == 0.6.1",

0 commit comments

Comments
 (0)