Skip to content

Releases: 2manymws/rc

v0.12.1

20 Jul 11:52
175dfa7
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Close cached response / request body by @k1LoW in #84

Full Changelog: v0.12.0...v0.12.1

v0.12.0

12 Jul 07:51
91f6e01
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Avoid getting request body as much as possible in the handler. by @k1LoW in #81

Other Changes

  • Use http.Read* in testutil by @k1LoW in #83

Full Changelog: v0.11.0...v0.12.0

v0.11.0

14 Jun 06:13
1439b7d
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Use recorder instead of httptest.ResponseRecorder. by @k1LoW in #78

Full Changelog: v0.10.0...v0.11.0

v0.10.0

13 Jun 06:59
8148a60
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • If rc.ErrShouldNotUseCache, skip all caching processes. by @k1LoW in #76

Full Changelog: v0.9.9...v0.10.0

v0.9.9

13 Jun 03:07
c46cabf
Compare
Choose a tag to compare

What's Changed

Other Changes

  • rc does not support websocket. by @k1LoW in #74

Full Changelog: v0.9.8...v0.9.9

v0.9.8

01 Mar 03:02
3ffb94e
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Remember that the request may be nil by @k1LoW in #72

Full Changelog: v0.9.7...v0.9.8

v0.9.7

26 Feb 11:16
d93c498
Compare
Choose a tag to compare

What's Changed

Other Changes

  • It is desirable that there should be no content body in the response, but the proxy server cannot handle it, so it is used as a debug log. by @k1LoW in #70

Full Changelog: v0.9.6...v0.9.7

v0.9.6

22 Feb 00:46
e3b865c
Compare
Choose a tag to compare

What's Changed

Other Changes

  • syscall.ECONNRESET and syscall.EPIPE are not errors by @k1LoW in #68

Full Changelog: v0.9.5...v0.9.6

v0.9.5

02 Feb 01:39
cae2baa
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Fix handling for errors "failed to write response body" by @k1LoW in #66

Full Changelog: v0.9.4...v0.9.5

v0.9.4

30 Jan 22:17
93d962b
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Support for setting header names to mask in logs by @k1LoW in #64

Full Changelog: v0.9.3...v0.9.4