Skip to content

Releases: nokia/restful

v1.3.8

17 Jan 14:17
Compare
Choose a tag to compare

Make invalidParams JSON output comply with 3GPP TS 29.571.

v1.3.7

13 Jan 10:35
Compare
Choose a tag to compare

Added cause field to problem details.

v1.3.6: add Checkredirect function (#19)

12 Nov 11:04
de7c174
Compare
Choose a tag to compare

Added client.CheckRedirect().

v1.3.5

07 Oct 19:45
Compare
Choose a tag to compare

Client cookie jar support. One can use built-in cookie jar or something that can persist. Great for auth cookies.

v1.3.4

07 Oct 17:38
Compare
Choose a tag to compare

Basic auth added. See client's SetBasicAuth and Lambda's RequestBasicAuth.

v1.3.3

20 Sep 15:34
Compare
Choose a tag to compare

Server Restart function is added.

v1.3.2

06 Aug 15:22
Compare
Choose a tag to compare

Client.AcceptProblemJSON() lets you switch off RFC 7807 Accept: application/problem+json header to be sent by the client.

v1.3.1

19 Jul 21:10
Compare
Choose a tag to compare

Server error text: Show embedded error.

v1.3.0

07 Jul 19:39
Compare
Choose a tag to compare
  • Router/Route Queries() to define query variables and patterns. Based on Gorilla/Mux.
  • Lambda has a new function ResponseStatus() to be able to set positive status codes. It works if no error (or nil) is returned.
  • Lambda returns error 400 if data is expected, but body is not received.

v1.2.5

07 Jul 12:41
Compare
Choose a tag to compare

Subrouter to apply Monitors of parent Route/Router.