Skip to content

Releases: ONSdigital/dp-api-clients-go

Release 1.30.4

02 Dec 11:34
v1.30.4
8ead34b
Compare
Choose a tag to compare

Added filter API client methods for PATCH dimension endpoints

Release 1.30.3

30 Nov 15:41
v1.30.3
0b4f139
Compare
Choose a tag to compare

Update the endpoint for dimension search from /search to /dimension-search

Release 1.30.2

26 Oct 12:06
v1.30.2
f8aba59
Compare
Choose a tag to compare

In this release:

  • Add method for getting resource body from Zebedee

Release 1.30.1

23 Oct 08:00
Compare
Choose a tag to compare

Change search contentType struct to be exported to allow its usage in dp-frontend-search-controller

Release 1.30.0

24 Sep 12:47
v1.30.0
87b3bb9
Compare
Choose a tag to compare

Release 1.30.0

Added public constructor for ErrInvalidHierarchyAPIResponse enabling code using this library to create an instance of this error type. This is required when unit test scenarios that use the additional fields provided by this custom err type.

Release 1.29.0

09 Sep 08:42
v1.29.0
6036cd4
Compare
Choose a tag to compare

In this release:

  • Stopped using context for logic in Zebedee client; values now get passed in as args

Release 1.28.0

01 Sep 09:14
v1.28.0
da64de6
Compare
Choose a tag to compare

Updated Identity client with health check client constructor, allowing reuse of HTTP clienter instance

Release 1.26.0

18 Aug 15:46
v1.26.0
76fec11
Compare
Choose a tag to compare

Fix mapping of code list code

Release 1.25.0

17 Aug 15:00
v1.25.0
534e911
Compare
Choose a tag to compare

Updated Search API client with health check client constructor, allowing reuse of HTTP clienter instance

Release 1.24.0

12 Aug 08:15
v1.24.0
e1e66d0
Compare
Choose a tag to compare

Updated the following clients with health check client constructor, allowing reuse of HTTP clienter instance:

  • Zebedee client
  • Hierarchy client
  • Filter client
  • Dataset client
  • Renderer client