v2.4.0
Changes Between 2.3.0 and 2.4.0 (Aug 4th, 2020)
More Thorough Error Checking of HTTP[S] Requests
Suggested by @mammothbane.
GitHub issue: #158
Salt Generation Helper Now Uses crypto/rand
Instead of math/rand
Suggested by @mammothbane.
GitHub issue: #160
More Standardized Response Errors
Error responses (40x
with the exception of 404
in response to DELETE
operations,
50x
) HTTP API response errors are now always wrapped intoErrorResponse
,
even if they do not carry a JSON payload.