Skip to content

Releases: luraproject/lura

v2.2.8

01 Jun 09:46
v2.2.8
8d86f07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.7...v2.2.8

v2.2.7

03 May 19:13
20f8788
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.6...v2.2.7

v2.2.6

03 May 19:12
v2.2.6
f8a9e84
Compare
Choose a tag to compare

What's Changed

  • Fix: maintain the router configuration defaults by @taik0 in #654
  • gin upgraded to v1.9.0 by @kpacha in #655
  • Remove the scheme from the echo endpoint response by @taik0 in #656
  • fix: missing Echo value when getting configuration from parseable con… by @dhontecillas in #657

Full Changelog: v2.2.5...v2.2.6

v2.2.5

13 Apr 15:01
v2.2.5
e59ce34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.4...v2.2.5

v2.2.4

22 Feb 13:36
f95dc70
Compare
Choose a tag to compare

What's Changed

  • use go 1.19 for the CI by @kpacha in #630
  • Do not abort the handler plugin injection by @taik0 in #632
  • Add license scan report and status by @fossabot in #635
  • Add a setter to the sequentialParamsPattern by @taik0 in #640
  • Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #639
  • Set the timeout in the context sent to the shadow proxy request by @taik0 in #638

Full Changelog: v2.2.3...v2.2.4

v2.2.3

09 Jan 16:06
bac387d
Compare
Choose a tag to compare

What's Changed

  • Improve render selection when negotiating by @kpacha in #625
  • remove the reference to the examples folder by @kpacha in #627
  • Add a response error with the abitlity to set it's own encoding so us… by @taik0 in #628
  • gin router upgraded to v1.8.2 by @kpacha in #629

Full Changelog: v2.2.2...v2.2.3

v2.2.2

18 Nov 13:06
974703c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

25 Oct 15:15
8a6d6a6
Compare
Choose a tag to compare

What's Changed

  • CI: update github actions by @armujahid in #619
  • Some requests sent to backend don't have the parameters replaced from the client URL by @taik0 in 8a6d6a6

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

19 Oct 08:57
6d06a21
Compare
Choose a tag to compare

What's Changed

  • Enable the gin context fallback by @taik0 in #617
  • Add the configuration option to not load the systems certificate CA pool by @taik0 in #613
  • Add the configuration option to load custom CA's by @taik0 in #613
  • Add a new factory to return a RunServer/Server/TLSConfig with a logger. by @taik0 in #618

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Sep 15:45
600d8c5
Compare
Choose a tag to compare

What's Changed

  • add DisableStrictREST to parseableServiceConfig by @nodar963 in #599
  • place the basic values under the content key by @kpacha in #606
  • fix plugin example by @kpacha in #607
  • proxy: retain original request path in proxy.Request by @sumit-tembe in #584
  • Use the recommended replacements for io/ioutil functions by @deepsource-autofix in #608
  • chore: Switch from strings.Title to cases.Title by @sumit-tembe in #587
  • Replace http.NewRequest nil body for http.NoBody. by @taik0 in #611
  • Replace deprecated ioutil calls for the os and io alternatives. by @taik0 in #610
  • Add configuration option allow_insecure_connections by @taik0 in #609
  • Add endpoint error to Gin context by @mzanibelli in #579
  • gin upgraded to v1.8.1 by @kpacha in #614
  • Create the cases.Caser outside the returned function. by @taik0 in #616
  • log all the router errors with the app logger by @kpacha in #615

New Contributors

Full Changelog: v2.0.5...v2.1.0