Skip to content

Commit

Permalink
release: v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Oct 25, 2018
1 parent 348a4ff commit 587b9bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
Table of Contents
=================

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

v0.5
====

> Date: 2018.10.25
This version has minor modifications but with a compatibilty broken change.

* change: Content-Length header will not be deleted even when users are using the function request body fashion.
* improve: now we don't launch ssl handshake if a reused connection is using.
* bugfix: http2.lua cannot be copied to the correct openresty lualib dir.

v0.4
====

Expand Down
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.4" }
local _M = { _VERSION = "0.5" }


local function request(method, url, opts)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-requests"
version = "0.4-1"
version = "0.5-1"
source = {
url = "git://github.com/tokers/lua-resty-requests",
tag = "v0.4",
tag = "v0.5",
}
description = {
summary = "Yet Another HTTP library for OpenResty",
Expand Down

0 comments on commit 587b9bf

Please sign in to comment.