Skip to content

Releases: ONSdigital/dp-dataset-api

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

Release 1.27.0

09 Mar 09:49
6ba9a5f
Compare
Choose a tag to compare

Release 1.26.0

02 Mar 16:14
aa7f7b3
Compare
Choose a tag to compare

Release 1.25.0

29 Dec 16:15
v1.25.0
15cefa6
Compare
Choose a tag to compare
  • Updated dataset model to include: type and nomis_ref_url
  • Updated Kafka version
  • Pagination for GET dimension options endpoint
    • offset (default: 0) and limit (default: 100)
    • sorted alphabetically by option
  • GET dimension options accepts an optional list of IDs to obtain.

Release 1.24.0

23 Nov 14:04
v1.24.0
c69f998
Compare
Choose a tag to compare
  • Updated the dp-mongodb version and passed in collections into the healthcheck client

Release 1.23.0

02 Nov 06:37
v1.23.0
f540fd5
Compare
Choose a tag to compare
  • added URI whitespace trimming function and related unit tests
  • Ensure graph db errors are consumed and logged
  • Upgrade ONSdigital dependencies

Release 1.22.0

29 Sep 10:18
v1.22.0
b091f1e
Compare
Choose a tag to compare
  • Remove old auditing code
  • Introduce service package
  • Upgrade dependencies to latest dp-net
  • Remove line setting auth lib namespace because our log library cannot support multiple concurrent namespaces.
  • API uses EnableDetachDataset instead of relying on EnablePrivateEndpoints value.

Release 1.21.0

14 Aug 11:00
Compare
Choose a tag to compare

In this release

  • Dependency auditing implemented

Release 1.20.0

07 May 15:30
v1.20.0
d2ed501
Compare
Choose a tag to compare
  • Graph DB client only created when observation or private endpoints are enabled.

Release 1.19.0

20 Apr 08:59
v1.19.0
c49aca0
Compare
Choose a tag to compare
  • Healthcheck
  • Go module
  • Go version 1.13