Skip to content

Releases: ONSdigital/dp-api-clients-go

Release 1.32.6

25 Jan 10:06
v1.32.6
e4033c8
Compare
Choose a tag to compare

Fix query parameters encoding for list of IDs

Release 1.32.5

21 Jan 10:13
v1.32.5
3657141
Compare
Choose a tag to compare

In this release:

  • Fix GetCollection request URL

Release 1.32.4

18 Jan 08:10
a89dfdc
Compare
Choose a tag to compare

In this release

  • User of the Zebedee client can now set the maximum number of retries

Release 1.32.3

12 Jan 09:48
v1.32.3
4ab1915
Compare
Choose a tag to compare
  • Generic Batch processing for paginated responses, used by the following methods:
    • Filter client: GetDimensionOptionsInBatches, GetDimensionOptionsBatchProcess
    • Dataset client: GetOptionsInBatches, GetOptionsBatchProcess

Release 1.32.2

11 Jan 07:45
v1.32.2
677fe49
Compare
Choose a tag to compare

In this release:

  • Added GetCollection method to Zebedee client

Release 1.32.1

30 Dec 15:19
v1.32.1
0123a93
Compare
Choose a tag to compare

Bug fix: replaced query param ids with id in dataset GetOptions.

Release 1.32.0

24 Dec 09:58
v1.32.0
c3b309e
Compare
Choose a tag to compare
  • 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

23 Dec 11:27
v1.31.2
1cd74d6
Compare
Choose a tag to compare
  • Added QueryParams struct in dataset client.
  • Allow QueryParams to GetDatasetOptions, with a list of IDs

Release 1.31.1

17 Dec 09:29
v1.31.1
ec4c108
Compare
Choose a tag to compare

In this release:
*Add put methods for datasets, versions and instances in dataset and Zebedee clients

Release 1.31.0

10 Dec 09:36
v1.31.0
ef03067
Compare
Choose a tag to compare
  • 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.