Skip to content

Commit

Permalink
release: v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Feb 21, 2019
1 parent 2925a73 commit 1b09212
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
Table of Contents
=================

* [v0.7.1](#v0.7.1)
* [v0.7](#v0.7)
* [v0.6](#v0.6)
* [v0.5](#v0.5)
* [v0.4](#v0.4)
* [v0.3](#v0.3)

v0.7.1
======

The old version is not so semantic, now we tweaked it.

> Date: 2019.02.21
This version just contains some minor improvements.

* doc: fix timeout misrepresent, seconds => milliseconds. Thanks jetz for the
patch.
* doc: README fix typo ("Authorization") 7 hours. Thanks Chris Kuehl for the
patch.
* doc: fixed some documentary typos.
* feature: used lua-resty-socket when the phase is not yieldable.
* feature: used cosocket pool backlog if the ngx_lua is new enough.

v0.7
====

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = "0.7.1-1"

source = {
url = "git://github.com/tokers/lua-resty-requests",
tag = "v0.7",
tag = "v0.7.1",
}

description = {
Expand Down

0 comments on commit 1b09212

Please sign in to comment.