Skip to content

Commit 1b09212

Browse files
committed
release: v0.7.1
1 parent 2925a73 commit 1b09212

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.markdown

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
Table 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+
1028
v0.7
1129
====
1230

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = "0.7.1-1"
33

44
source = {
55
url = "git://github.com/tokers/lua-resty-requests",
6-
tag = "v0.7",
6+
tag = "v0.7.1",
77
}
88

99
description = {

0 commit comments

Comments
 (0)