File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11Table of Contents
22=================
33
4+ * [ v0.7.1] ( #v0.7.1 )
45* [ v0.7] ( #v0.7 )
56* [ v0.6] ( #v0.6 )
67* [ v0.5] ( #v0.5 )
78* [ v0.4] ( #v0.4 )
89* [ v0.3] ( #v0.3 )
910
11+ v0.7.1
12+ ======
13+
14+ The old version is not so semantic, now we tweaked it.
15+
16+ > Date: 2019.02.21
17+
18+ This version just contains some minor improvements.
19+
20+ * doc: fix timeout misrepresent, seconds => milliseconds. Thanks jetz for the
21+ patch.
22+ * doc: README fix typo ("Authorization") 7 hours. Thanks Chris Kuehl for the
23+ patch.
24+ * doc: fixed some documentary typos.
25+ * feature: used lua-resty-socket when the phase is not yieldable.
26+ * feature: used cosocket pool backlog if the ngx_lua is new enough.
27+
1028v0.7
1129====
1230
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version = "0.7.1-1"
33
44source = {
55 url = " git://github.com/tokers/lua-resty-requests" ,
6- tag = " v0.7" ,
6+ tag = " v0.7.1 " ,
77}
88
99description = {
You can’t perform that action at this time.
0 commit comments