Skip to content

Releases: umputun/reproxy

Version 1.2.3

20 Feb 18:52
Compare
Choose a tag to compare

What's Changed

  • Limit max size of the URL by @umputun in #211
  • support headers with multiple colons in value (e.g. CSP) by @umputun in #217
  • Bump the go-modules-updates group with 2 updates by @dependabot in #198
  • Bump the go-modules-updates group across 1 directory with 2 updates by @dependabot in #200
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go-modules-updates group across 1 directory by @dependabot in #212
  • Fix minor typos in README.md by @hovsep in #204
  • Bump the go-modules-updates group with 2 updates by @dependabot in #213
  • Readme typo: --assets.404= should be --assets.not-found= by @alkk in #215

New Contributors

Full Changelog: v1.2.2...v1.2.3

Version 1.2.2

24 May 21:41
Compare
Choose a tag to compare
  • Fixes regression introduced in version 1.2.0 that caused issues with Docker permissions from within the container.

Full Changelog: v1.2.1...v1.2.2

Version 1.2.1

24 May 08:54
Compare
Choose a tag to compare

What's Changed

  • Handle default and concrete server match conflict by @umputun in #193

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

23 May 07:59
57552c1
Compare
Choose a tag to compare

What's Changed

  • Add 'X-Forwarded-URL' to request header by @umputun in #176
  • Dynamic server support for the destination by @umputun in #190
  • Added support for wildcard prefix in server patterns by @umputun in #191
  • Update README.md by @enzo-g in #177
  • Update github.com/didip/tollbooth from v6 to v7 by @paskal in #181
  • Add dependabot updates for GitHub Actions, Go modules, Dockerfiles by @paskal in #180
  • Bump the github-actions-updates group with 5 updates by @dependabot in #185
  • Bump goreleaser/goreleaser from v1.14.0 to v1.25.1 by @dependabot in #183
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #187
  • Bump the go-modules-updates group with 3 updates by @dependabot in #186
  • Pin golangci-lint version to latest available, fix reported errors by @paskal in #188
  • Add test and golangci-lint to CI for example directory, remove docker autoupdates by @paskal in #182

New Contributors

Full Changelog: v1.1.1...v1.2.0

Version 1.1.1

06 Feb 05:33
Compare
Choose a tag to compare

What's Changed

  • don't add dbl headers for X-Forwarded-Proto and X-Forwarded-Port by @umputun in #175

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

01 Feb 21:18
Compare
Choose a tag to compare

What's Changed

  • Limit IPs by @umputun in #166
  • make LBSelector interface and implement all the current methods plus roundrobin by @umputun in #167
  • Skip SSL check for the destination host by @themagic314 in #170
  • Implement Host header bypassing by @ffix in #155
  • Update Docker Client API Version to Resolve Compatibility Issue by @rashpile in #174
  • Reproxy Support for X-Forwarded Headers by @rashpile in #173

New Contributors

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

28 May 18:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v1.0.0

Version 0.11.0

20 Nov 20:23
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Version 0.10.0

12 Sep 17:28
Compare
Choose a tag to compare
  • add the ability to drop incoming headers #108, 76fa567
  • add OverrideHeadersIn and OverrideHeadersOut support for plugins #108
  • add a warning on the missing configuration file for the file provider 506ded3
  • bump go version to 1.17 and update dependencies

Version 0.9.0

10 Jul 08:25
Compare
Choose a tag to compare
  • sign checksum file #95
  • add limiter/throttler #97
  • fix headers with comma #101
  • extend documentation and examples
  • fix unstable tests