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 1
1
Table of Contents
2
2
=================
3
3
4
+ * [ v0.7.3] ( #v0.7.3 )
5
+ * [ v0.7.2] ( #v0.7.2 )
4
6
* [ v0.7.2] ( #v0.7.2 )
5
7
* [ v0.7.1] ( #v0.7.1 )
6
8
* [ v0.7] ( #v0.7 )
@@ -9,6 +11,16 @@ Table of Contents
9
11
* [ v0.4] ( #v0.4 )
10
12
* [ v0.3] ( #v0.3 )
11
13
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
+
12
24
v0.7.2
13
25
======
14
26
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ local session = require "resty.requests.session"
7
7
local is_tab = util .is_tab
8
8
local error = error
9
9
10
- local _M = { _VERSION = " 0.7.2 " }
10
+ local _M = { _VERSION = " 0.7.3 " }
11
11
12
12
13
13
local function request_shortcut (method , opts )
Original file line number Diff line number Diff line change 1
1
package = " lua-resty-requests"
2
- version = " 0.7.2 -1"
2
+ version = " 0.7.3 -1"
3
3
4
4
source = {
5
5
url = " git://github.com/tokers/lua-resty-requests" ,
6
- tag = " v0.7.2 " ,
6
+ tag = " v0.7.3 " ,
7
7
}
8
8
9
9
description = {
@@ -18,7 +18,7 @@ description = {
18
18
19
19
dependencies = {
20
20
" lua >= 5.1" ,
21
- " lua-resty-socket == 1.0.1 " ,
21
+ " lua-resty-socket == 1.0.0 " ,
22
22
}
23
23
24
24
build = {
You can’t perform that action at this time.
0 commit comments