Releases: ONSdigital/dp-net
Releases · ONSdigital/dp-net
Release 2.6.0
From v2.4.0 to skip beta stuff.
Fix audit.
Update go to version 19
Release 1.5.0
add RoundTrip
to Clienter
interface for compatibility with v2-using apps
Release 2.4.0
- Being explicit with the error message for patch operation not being supported - PR #43 - @justinpjose
Release 2.3.0
- Update error messages for patch functionality to be informative for API users - PR #42 @justinpjose
Release v2.2.0
Add UnwrapErrorMessage
callback function and utilize it in responder
package
Release 2.1.0
- Fix some minor lint issues
- Add getting patches from request body functionality
- Add generating eTag and setting eTag functionality
Release 2.0.0
- Move RoundTripper for signing aws requests to awsauth package
- Remove NewClientWithAwsSigner function and replace with generic NewClientWithTransport that passes the roundtripper into the client transport layer. This will allow future use of this method for various niche transport layers needed by our apps.
- Additional unit test to cover SharedCredentials method
Release 1.4.1
This release attempts to fix the bug relating to the overwriting of the transport layer by the aws signer.
Release 1.4.0
Move the aws auth library to dp net
Release 1.3.0
Implement custom round tripper