Skip to content

Commit

Permalink
release: v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Oct 9, 2018
1 parent c518cc2 commit 05fd57d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Table of Contents
=================

* [v0.4](#v0.4)
* [v0.3](#v0.3)

v0.4
====

> Date: 2018.10.09
This version supplemented more test cases and introduced the following
features.

* feature: supported the test of Expect request header.
* feature: supported installation from LuaRocks.
* feature: intergrated with lua-resty-http2, can use the HTTP/2 in the plain connection, this is still experimental.

v0.3
====

> Date: 2018.06.18
The first release.


2 changes: 1 addition & 1 deletion lib/resty/requests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
local util = require "resty.requests.util"
local session = require "resty.requests.session"

local _M = { _VERSION = "0.3" }
local _M = { _VERSION = "0.4" }


local function request(method, url, opts)
Expand Down

0 comments on commit 05fd57d

Please sign in to comment.