Releases: ONSdigital/dp-api-clients-go
Release 1.30.4
Added filter API client methods for PATCH dimension endpoints
Release 1.30.3
Update the endpoint for dimension search from /search
to /dimension-search
Release 1.30.2
In this release:
- Add method for getting resource body from Zebedee
Release 1.30.1
Change search contentType struct to be exported to allow its usage in dp-frontend-search-controller
Release 1.30.0
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
In this release:
- Stopped using context for logic in Zebedee client; values now get passed in as args
Release 1.28.0
Updated Identity client with health check client constructor, allowing reuse of HTTP clienter instance
Release 1.26.0
Fix mapping of code list code
Release 1.25.0
Updated Search API client with health check client constructor, allowing reuse of HTTP clienter instance
Release 1.24.0
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