Releases: ONSdigital/dp-api-clients-go
Releases · ONSdigital/dp-api-clients-go
Release 1.32.6
Fix query parameters encoding for list of IDs
Release 1.32.5
In this release:
- Fix
GetCollection
request URL
Release 1.32.4
In this release
- User of the Zebedee client can now set the maximum number of retries
Release 1.32.3
- Generic Batch processing for paginated responses, used by the following methods:
- Filter client:
GetDimensionOptionsInBatches
,GetDimensionOptionsBatchProcess
- Dataset client:
GetOptionsInBatches
,GetOptionsBatchProcess
- Filter client:
Release 1.32.2
In this release:
- Added GetCollection method to Zebedee client
Release 1.32.1
Bug fix: replaced query param ids
with id
in dataset GetOptions.
Release 1.32.0
- Pagination calls for Filter API GetDimensions, providing offset and limit in QueryParams struct.
- Updated returned model to match the Filter API response.
- Use QueryParams struct for Filter API GetDimensionOptions too.
Release 1.31.2
- Added QueryParams struct in dataset client.
- Allow QueryParams to GetDatasetOptions, with a list of IDs
Release 1.31.1
In this release:
*Add put methods for datasets, versions and instances in dataset and Zebedee clients
Release 1.31.0
- Pagination calls for Dataset API getOptions, providing offset and limit
- Pagination calls for Filter API GetDimensionOptions, providing offset and limit. Important: the returned struct also changed from an array of DimensionOptions, to a paginated structure containing Items, count, etc.