You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
## 1.0.0 (UNRELEASED)
4
4
5
5
- 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)
6
+
- Bugfix: Fix rack response body for https redirects [John Bachir](https://github.com/jjb)[#43](https://github.com/waterlink/rack-reverse-proxy/pull/43)
7
+
8
+
## 0.12.0
9
+
10
+
- Enhancement: Set "X-Forwarded-Proto" header to the proxying scheme. [Motonobu Kuryu](https://github.com/arc279)[#32](https://github.com/waterlink/rack-reverse-proxy/pull/32)
11
+
- Bugfix: Upgrade to a version of rack-proxy with the bug fix for the unclosed network resources. [John Bachir](https://github.com/jjb)[#45](https://github.com/waterlink/rack-reverse-proxy/pull/45)
0 commit comments