Skip to content

Commit 7f7c7de

Browse files
committed
Bump up v0.9.0
1 parent 1c3e9a5 commit 7f7c7de

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## 0.9.0
4+
5+
- Bugfix: Timeout option matches the documentation - [Paul Hepworth](https://github.com/peppyheppy)
6+
- Ruby 1.8 compatibility - [anujdas](https://github.com/anujdas)
7+
- Bugfix: Omit port in host header for default ports (80, 443), so that it doesn't break some web servers, like "Apache Coyote" - [Peter Suschlik](https://github.com/splattael)
8+
- Bugfix: Don't drop source request's port in response's location header - [Eric Koslow](https://github.com/ekosz)
9+
- Bugfix: Capitalize headers correctly to prevent duplicate headers when used together with other proxies - [Eric Koslow](https://github.com/ekosz)
10+
- Bugfix: Normalize headers from HttpStreamingResponse in order not to break other middlewares - [Jan Raasch](https://github.com/janraasch)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1
1+
0.9.0

rack-reverse-proxy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'rack-reverse-proxy'
3-
s.version = "0.8.1"
3+
s.version = "0.9.0"
44
s.authors = ["Jon Swope", "Ian Ehlert", "Roman Ernst", "Oleksii Fedorov"]
55
s.description = 'A Rack based reverse proxy for basic needs. Useful for testing or in cases where webserver configuration is unavailable.'
66

0 commit comments

Comments
 (0)