Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing links to changelog #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
- Breaking Change: Never modify Location headers that are only paths without hosts. [John Bachir](https://github.com/jjb) [#46](https://github.com/waterlink/rack-reverse-proxy/pull/46)
- Breaking Change: Previously, the Accept-Encoding header was stripped by default, unless the
`preserve_encoding` option was set to true. Now, no headers are stripped by default, and an array
of headers that should be stripped can be specified with the `stripped_headers` option.
of headers that should be stripped can be specified with the `stripped_headers` option. [John Bachir](https://github.com/jjb) [#52](https://github.com/waterlink/rack-reverse-proxy/pull/52)
- Breaking Change: Previously, rack-reverse-proxy had the behavior/bug that when reverse_proxy_options
was invoked, all options that weren't set in the invokation would be set to nil. Now, those options will remain set at their default values - [Krzysztof Knapik](https://github.com/knapo) [#37](https://github.com/waterlink/rack-reverse-proxy/pull/37) and [John Bachir](https://github.com/jjb) [#47](https://github.com/waterlink/rack-reverse-proxy/pull/47)
- Breaking Change: Previously, when invoking reverse_proxy_options multiple times, only the
final invocation would have any effect. Now, the invocations will have a commulative effect.
[John Bachir](https://github.com/jjb) [#47](https://github.com/waterlink/rack-reverse-proxy/pull/47)
- Bugfix: Fix rack response body for https redirects [John Bachir](https://github.com/jjb) [#43](https://github.com/waterlink/rack-reverse-proxy/pull/43)
- Documentation: It is now suggested that the middleware be first in your app's stack unless you have a specific reason to do otherwise [John Bachir](https://github.com/jjb) [#49](https://github.com/waterlink/rack-reverse-proxy/pull/49)


## 0.12.0

Expand Down