Skip to content

Releases: ONSdigital/dp-net

Release 2.6.0

22 Oct 08:39
v2.6.0
38a0d96
Compare
Choose a tag to compare

From v2.4.0 to skip beta stuff.

Fix audit.
Update go to version 19

Release 1.5.0

15 Aug 07:43
v1.5.0
491193d
Compare
Choose a tag to compare

add RoundTrip to Clienter interface for compatibility with v2-using apps

Release 2.4.0

13 Apr 10:48
v2.4.0
0ea6b7b
Compare
Choose a tag to compare
  • Being explicit with the error message for patch operation not being supported - PR #43 - @justinpjose

Release 2.3.0

13 Apr 08:12
v2.3.0
2d5d5f7
Compare
Choose a tag to compare
  • Update error messages for patch functionality to be informative for API users - PR #42 @justinpjose

Release v2.2.0

04 Apr 15:33
Compare
Choose a tag to compare

Add UnwrapErrorMessage callback function and utilize it in responder package

Release 2.1.0

16 Mar 10:25
v2.1.0
7d55c67
Compare
Choose a tag to compare
  • Fix some minor lint issues
  • Add getting patches from request body functionality
  • Add generating eTag and setting eTag functionality

Release 2.0.0

18 Feb 16:14
Compare
Choose a tag to compare
  • 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

16 Feb 17:45
v1.4.1
6a57d38
Compare
Choose a tag to compare

This release attempts to fix the bug relating to the overwriting of the transport layer by the aws signer.

Release 1.4.0

11 Jan 11:10
v1.4.0
b601ba8
Compare
Choose a tag to compare

Move the aws auth library to dp net

Release 1.3.0

10 Jan 18:19
v1.3.0
cfc218b
Compare
Choose a tag to compare

Implement custom round tripper