Skip to content

Commit 6bfe4bb

Browse files
committed
release: v0.7.2
1 parent 0b65210 commit 6bfe4bb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
Table of Contents
22
=================
33

4+
* [v0.7.2](#v0.7.2)
45
* [v0.7.1](#v0.7.1)
56
* [v0.7](#v0.7)
67
* [v0.6](#v0.6)
78
* [v0.5](#v0.5)
89
* [v0.4](#v0.4)
910
* [v0.3](#v0.3)
1011

12+
v0.7.2
13+
======
14+
15+
> Date: 2019.03.08
16+
17+
* doc: added the annotations about the compatibilty for the blocking phases.
18+
* change: updated the lua-resty-socket dependency.
19+
* bugfix: fixed the bootless keep-alive feature, now it works when the
20+
condition is conformed.
21+
1122
v0.7.1
1223
======
1324

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = lua-resty-requests
22
abstract = Yet Another HTTP library for OpenResty
3-
version = 0.7.1
3+
version = 0.7.2
44
author = Alex Zhang(张超) [email protected], UPYUN Inc.
55
is_original = yes
66
license = 2bsd

lua-resty-requests-0.7.1-1.rockspec renamed to lua-resty-requests-0.7.2-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = "lua-resty-requests"
2-
version = "0.7.1-1"
2+
version = "0.7.2-1"
33

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

99
description = {

0 commit comments

Comments
 (0)