Skip to content

Commit

Permalink
chore(deps): bump resty.aws from 1.3.2 to 1.3.5 (#11613)
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
bungle authored and windmgc committed Mar 7, 2024
1 parent 74f7933 commit b9c9e45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/unreleased/kong/11613.yml
@@ -0,0 +1,4 @@
message: "Bumped lua-resty-aws from 1.3.2 to 1.3.5"
type: dependency
prs:
- 11613
2 changes: 1 addition & 1 deletion kong-3.4.3-0.rockspec
Expand Up @@ -33,7 +33,7 @@ dependencies = {
"lua-protobuf == 0.5.0",
"lua-resty-healthcheck == 1.6.3",
"lua-messagepack == 0.5.2",
"lua-resty-aws == 1.3.2",
"lua-resty-aws == 1.3.5",
"lua-resty-openssl == 0.8.23",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
Expand Down

0 comments on commit b9c9e45

Please sign in to comment.