File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11Table of Contents
22=================
33
4+ * [ v0.7.3] ( #v0.7.3 )
5+ * [ v0.7.2] ( #v0.7.2 )
46* [ v0.7.2] ( #v0.7.2 )
57* [ v0.7.1] ( #v0.7.1 )
68* [ v0.7] ( #v0.7 )
@@ -9,6 +11,16 @@ Table of Contents
911* [ v0.4] ( #v0.4 )
1012* [ v0.3] ( #v0.3 )
1113
14+
15+ v0.7.3
16+ ======
17+
18+ > Date: 2019.07.18
19+
20+ * bugfix: treat Expect header value case-insensitive.
21+ * test: download Test::Nginx with the super user permission.
22+ * feature: shortcut calling for requests APIs.
23+
1224v0.7.2
1325======
1426
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ local session = require "resty.requests.session"
77local is_tab = util .is_tab
88local error = error
99
10- local _M = { _VERSION = " 0.7.2 " }
10+ local _M = { _VERSION = " 0.7.3 " }
1111
1212
1313local function request_shortcut (method , opts )
Original file line number Diff line number Diff line change 11package = " lua-resty-requests"
2- version = " 0.7.2 -1"
2+ version = " 0.7.3 -1"
33
44source = {
55 url = " git://github.com/tokers/lua-resty-requests" ,
6- tag = " v0.7.2 " ,
6+ tag = " v0.7.3 " ,
77}
88
99description = {
@@ -18,7 +18,7 @@ description = {
1818
1919dependencies = {
2020 " lua >= 5.1" ,
21- " lua-resty-socket == 1.0.1 " ,
21+ " lua-resty-socket == 1.0.0 " ,
2222}
2323
2424build = {
You can’t perform that action at this time.
0 commit comments