Releases: nokia/restful
Releases · nokia/restful
v1.18.1
v1.18.0
Added lambda.RequestBodyQueryParameters. It returns values of the request body query parameters when Content-Type is application/x-www-form-urlencoded.
v1.17.6
What's Changed
- Sanitize JSON deprecated by @Som-Som-CC in #110
- Otel off by @Som-Som-CC in #111
- Methodnotallowedhandler added by @zombi-HU in #112
Full Changelog: v1.17.5...v1.17.6
v1.17.5
v1.17.4
Function client.TLSOwnCerts to have options to further refine file paths.
v1.17.3
What's Changed
- Trace conflict by @Som-Som-CC in #106
- Trace and TLS conflict, we need a clean copy of the transport.
- client.SetTransport and client.GetTransport made available to manipulate non-OTEL transport.
- Trace OAuth2 client similarly to normal client.
- Use osv-scanner when linting.
Full Changelog: v1.17.2...v1.17.3
v1.17.2
Helper function GetIPFromInterface made public to be able to obtain IP address(es) of an interface.
v1.17.1: CRL handling improvements (#103)
CRL handling fixes. Channel reports when an error is fixed or no error.
v1.17.0: CRL handling (#101)
Function client.CLR(opts) added to be able to check for certificate revocation. Related to ticket #28.
v1.16.1: Fix loadbalancing
Fix loadbalancing, EnableLoadBalanceRandom has now a bool parameter to enable/disable the LB behavior.