Skip to content

Releases: tallarium/reverse_proxy_plug

v2.1.1

29 Oct 08:55
2d39390

Choose a tag to compare

  • fix: removes transfer-encoding header from responses with non compliant status codes (#151)

v2.1.0

23 Sep 15:04
3b316c4

Choose a tag to compare

New features

v2.0.0

01 Sep 14:03
b345980

Choose a tag to compare

Breaking changes

  • HTTPoison and Tesla are optional dependencies, but one of them must be chosen. #141

v1.5.0

23 Aug 12:40
1747a6f

Choose a tag to compare

New features

  • Support configurable HTTP clients #118
  • Recycle cookies in upstream request #135
  • Handle x-forwarded-for headers #133

v1.4.0

01 Aug 12:41
7c366fa

Choose a tag to compare

New features

  • support 1-arity upstream function #120
  • add support for error callbacks with arity 2 #136

v1.3.3

01 Aug 09:34
05a133b

Choose a tag to compare

Fixes

  • when raw_body is provided always use it #131

v1.3.2

14 Nov 18:42
ada5e2d

Choose a tag to compare

Fixes

  • Limit http methods and add custom method option #105 @j-deng

v1.3.1

12 Aug 13:17
489188b

Choose a tag to compare

New features

  • Allow error_callback to be an MFA tuple (#93) @PatrickSachs
  • Allow the upstream to be specified by a function computed on each request (#74) @esambo

Fixes

  • Fail when missing upstream keyword opt (#84) @jimmybot
  • Don't add double slashes when the request path is the root (#85) @jimmybot

v1.3.0

23 Jul 16:46
e1afa82

Choose a tag to compare

New features

  • :status_callbacks option for handling streamed responses (#89)

v1.2.2

19 Jun 15:26
f8fa3f8

Choose a tag to compare

  • Dependency upgrades