Releases: luraproject/lura
Releases · luraproject/lura
v2.2.8
What's Changed
- add injectable error response writer by @moritzploss-k in #659
- add tests for error response writer by @moritzploss-k in #662
- graphql backend: force content type to application/json by @dhontecillas in #665
- Log error when bad graphql config is provided by @dhontecillas in #664
New Contributors
- @moritzploss-k made their first contribution in #659
Full Changelog: v2.2.7...v2.2.8
v2.2.7
What's Changed
- Add client TLS Config by @dhontecillas in #652
- Fix: allow deny list with depth higher than 2 by @kpacha in #658
Full Changelog: v2.2.6...v2.2.7
v2.2.6
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
What's Changed
- Fix race condition in shadowproxy by @moritzploss in #643
- Check function provided by request response modifier plugin is not nil by @dhontecillas in #650
- Add echo endpoint handler. by @taik0 in #651
- regexp improved by @kpacha in #648
- Bump golang.org/x/crypto from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0 by @dependabot in #646
- golang version upgraded to 1.20 by @kpacha in #653
New Contributors
- @moritzploss made their first contribution in #643
Full Changelog: v2.2.4...v2.2.5
v2.2.4
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
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
v2.2.1
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
- @armujahid made their first contribution in #619
Full Changelog: v2.2.0...v2.2.1
v2.2.0
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
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
- @nodar963 made their first contribution in #599
- @mzanibelli made their first contribution in #579
Full Changelog: v2.0.5...v2.1.0