Skip to content

Commit

Permalink
chore(deps): bump resty.aws from 1.3.2 to 1.3.5
Browse files Browse the repository at this point in the history
### Summary

#### 1.3.5 (19-Sep-2023)

- fix: lazily initialize structures to avoid c-boundary errors on require
  [87](Kong/lua-resty-aws#87)

#### 1.3.4 (13-Sep-2023)

- fix: remove more module-level uses of config.global
  [83](Kong/lua-resty-aws#83)

#### 1.3.3 (13-Sep-2023)

- 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 committed Sep 19, 2023
1 parent be0aee6 commit 7c9f933
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.yaml
@@ -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.5.0-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.25",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
Expand Down

0 comments on commit 7c9f933

Please sign in to comment.