Skip to content

Commit 22c6027

Browse files
committed
Update changelong, bump to 0.6.1.0
1 parent acc23b9 commit 22c6027

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## 0.6.1.0
3+
4+
* Add the `wpsModifyResponseHeaders` option to `WaiProxySettings` to tweak response headers before they are returned upstream. [#48](https://github.com/fpco/http-reverse-proxy/pull/48)
5+
26
## 0.6.0.3
37

48
* Fix a regression introduced in 0.6.0.2: wrong 'Content-Length' header is preserved for responses with encoded content. [#47](https://github.com/fpco/http-reverse-proxy/pull/47)

Network/HTTP/ReverseProxy.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ data WaiProxySettings = WaiProxySettings
279279
--
280280
-- Default: no op
281281
--
282-
-- @since 0.6.0.4
282+
-- @since 0.6.1.0
283283
}
284284

285285
-- | How to set the X-Real-IP request header.

http-reverse-proxy.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http-reverse-proxy
2-
version: 0.6.0.3
2+
version: 0.6.1.0
33
synopsis: Reverse proxy HTTP requests, either over raw sockets or with WAI
44
description: Provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit.
55
homepage: https://github.com/fpco/http-reverse-proxy

0 commit comments

Comments
 (0)