Skip to content

Releases: nokia/restful

v1.18.1

27 Feb 14:42

Choose a tag to compare

Update packages due to GO-2026-4559

v1.18.0

18 Feb 11:05

Choose a tag to compare

Added lambda.RequestBodyQueryParameters. It returns values of the request body query parameters when Content-Type is application/x-www-form-urlencoded.

v1.17.6

17 Feb 08:30
feb5f91

Choose a tag to compare

What's Changed

Full Changelog: v1.17.5...v1.17.6

v1.17.5

29 Dec 10:35
50226da

Choose a tag to compare

add TLSConfig() (#108)

v1.17.4

03 Dec 16:59

Choose a tag to compare

Function client.TLSOwnCerts to have options to further refine file paths.

v1.17.3

21 Oct 09:28
3d069c0

Choose a tag to compare

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

20 Oct 14:29

Choose a tag to compare

Helper function GetIPFromInterface made public to be able to obtain IP address(es) of an interface.

v1.17.1: CRL handling improvements (#103)

25 Sep 13:55
4e4a167

Choose a tag to compare

CRL handling fixes. Channel reports when an error is fixed or no error.

v1.17.0: CRL handling (#101)

09 Sep 08:38
330942f

Choose a tag to compare

Function client.CLR(opts) added to be able to check for certificate revocation. Related to ticket #28.

v1.16.1: Fix loadbalancing

30 Jul 08:05
0eea674

Choose a tag to compare

Fix loadbalancing, EnableLoadBalanceRandom has now a bool parameter to enable/disable the LB behavior.