Skip to content

Releases: ONSdigital/dp-dataset-api

Release 1.37.0

30 Sep 10:51
d9755e9
Compare
Choose a tag to compare
  • extend Metadata model for Cantabular
  • implement logic to retrieve Cantabular metadata
  • extended patch /instance/{id}/dimensions endpoint to support updating node_id and order for existing dimension options
  • refactored dimension inserts and updates in two bulk calls to mongoDB with an array of inserts and an array of updates
  • use improved dp-mongodb locking/unlocking retries mechanism with random sleep times and longer timeout.

Release 1.36.0

01 Sep 09:19
v1.36.0
b34dc4e
Compare
Choose a tag to compare
  • New endpoint: PATCH /instances/{id}/dimensions
  • Migrated to log.go v2

Release 1.35.0

24 Aug 15:49
v1.35.0
64d6a22
Compare
Choose a tag to compare
  • bump kafka lib (fix to reconnects for kafka - feature-flagged off)
  • bump dp-mongodb lib (retries on unlock)
  • fix mutex-lock to be outside PATCH loop

Release 1.34.0

11 Aug 11:10
v1.34.0
396dfa8
Compare
Choose a tag to compare

Skip dp-graph call when confirming edition for cantabular instances.

Release 1.33.0

23 Jul 08:37
v1.33.0
b1ba57d
Compare
Choose a tag to compare

Add ETag / If-Match for instance endpoints

Release v1.32.0

30 Jun 16:01
c4957bb
Compare
Choose a tag to compare
  • Added local Dockerfile for use with dev environment docker-compose setup

Release v1.31.0

29 Jun 14:44
Compare
Choose a tag to compare
  • Added 'failed' to list of instance state
  • Update permissions for lint.sh file to run in CI
  • Remove file unintentionally pushed to repository

Release 1.30.0

17 Jun 16:00
Compare
Choose a tag to compare

The following changes have been made in this release:

Release 1.29.0

13 Apr 09:19
v1.29.0
9764b37
Compare
Choose a tag to compare
  • Refactor pagination for GET versions, dimensions and options endpoints
  • Add component tests for these endpoints

Release 1.28.0

09 Apr 08:27
v1.28.0
69d6c19
Compare
Choose a tag to compare
  • Introduced PATCH option endpoint to add/update order and node-id values for an option
  • Deprecated PUT option/node-id
  • Return options sorted according to the order field in mongoDB
  • Refactoring of pagination and added more component testing
  • URL validation
  • Set datasetID when creating a version
  • Remove Kafka dependency on web mode