Skip to content

Commit

Permalink
chore(deps): pin to latest resty-http 0.17.1
Browse files Browse the repository at this point in the history
### Summary

The 0.17.0 is not beta anymore as the 0.17.1 was released as non-beta,
so lets start pinning the resty.http again.

#### What's Changed

Documentation is clearer about using same connection for multiple requests via 'request' function by @alexdowad in #282

- fix 100 response with headers by @catbro666
- fix: no trailing \"?\" for empty query table by @StarlightIbuki

#### New Contributors

@chronolaw made their first contribution
@alexdowad made their first contribution
@catbro666 made their first contribution
@StarlightIbuki made their first contribution

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle committed Mar 23, 2023
1 parent 04f5e20 commit c805c36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@
- Bumped lua-resty-openssl from 0.8.17 to 0.8.20
[#10463](https://github.com/Kong/kong/pull/10463)
[#10476](https://github.com/Kong/kong/pull/10476)
- Bumped lua-resty-http from 0.17.0.beta.1 to 0.17.1
[#10547](https://github.com/Kong/kong/pull/10547)
- Bumped LuaSec from 1.2.0 to 1.3.1
[#10528](https://github.com/Kong/kong/pull/10528)

Expand Down
2 changes: 1 addition & 1 deletion kong-3.2.1-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = {
"luasec == 1.3.1",
"luasocket == 3.0-rc1",
"penlight == 1.13.1",
"lua-resty-http ~> 0.17",
"lua-resty-http == 0.17.1",
"lua-resty-jit-uuid == 0.0.7",
"lua-ffi-zlib == 0.5",
"multipart == 0.5.9",
Expand Down

0 comments on commit c805c36

Please sign in to comment.