Skip to content

Releases: orange-cloudfoundry/gobis

v1.35.2

21 Aug 13:25
eb75eb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.35.1...v1.35.2

v1.29.1

11 Jan 14:50
605f2d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.29.0...v1.29.1

v1.4.2

21 Jul 15:06
Compare
Choose a tag to compare
not overwrite tls config in transport

v1.4.1

21 Jul 14:55
Compare
Choose a tag to compare
let create factory on handler creation

v1.4.0

31 May 00:02
Compare
Choose a tag to compare
allow multiple routes differentiate by methods

v1.3.1

13 Mar 17:31
Compare
Choose a tag to compare
fix gobis raw route

v1.3.0

13 Mar 16:21
Compare
Choose a tag to compare

Behaviour change:

  • sub routes are executed before parent route call

v1.2.0

01 Mar 13:27
Compare
Choose a tag to compare

Add UseFullPath option in route:
Set to true to use full path

Example:
path=/metrics/** and request=/metrics/foo this will be redirected to /metrics/foo on upstream instead of /foo

v1.1.0

10 Feb 21:55
Compare
Choose a tag to compare

Ensure to load matcher when in a cloud env

v1.0.0

10 Feb 14:17
Compare
Choose a tag to compare
use go mod