Skip to content

Releases: ONSdigital/dp-dataset-api

Release 1.48.0

24 Oct 10:33
v1.48.0
a3ce5a3
Compare
Choose a tag to compare
  • Fix audit.
  • Update go to version 19
  • Support multivariate.
  • Make IsAreaType pointer for proper omitempty behaviour
  • Adds CanonicalTopic and Subtopics fields to dataset
  • Adds Survey field to dataset
  • Bump MongoDB library version

What's Changed

Full Changelog: v1.46.0...v1.48.0

Release v1.46.0

04 Aug 10:54
53c2ce8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.45.0...v1.46.0

Release v1.45.0

27 Jun 15:32
45978a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.44.0...v1.45.0

Release 1.44.0

13 Jun 11:57
76d5635
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.40.0...v1.44.0

Release 1.43.0

11 Feb 13:59
89b7158
Compare
Choose a tag to compare
  • Add race check to component tests
  • Differentiate error strings
  • Fix returning of struct
  • Move and update error message to only report after 2nd update failure
  • Update and tidy config to use any new attributes needed by mongoDB library
  • Upgrade version of mongodb library used
  • Use configured collection names
  • Add cantabular_flexible_table dataset type
  • Use confluentinc containers as per AWS

Release 1.42.0

11 Jan 17:16
v1.42.0
a59f561
Compare
Choose a tag to compare
  • Fix Kafka healthcheck to show warning status if enough (not all) brokers are available.
  • Component and unit tests improvements
  • Remove debugging panic capture
  • Amend metadata

Release 1.41.0

16 Dec 16:12
Compare
Choose a tag to compare

In this release:

  • Migrate mongoDB to use official driver and migrate data to DocumentDB
  • Lock instance document during putVersion andd add ETag selector (at mongoDB level only, not at API level), to prevent race conditions
  • Fixes an update func for CreateCantabularMetaDataDoc
  • Update libraries and go version 1.17

Release 1.40.0

14 Dec 16:42
893d5f0
Compare
Choose a tag to compare

In this release:

  • Fix full dataset downloads not generating due to incorrect dataset type detection logic

Release 1.39.0

29 Nov 16:52
v1.39.0
356bfc2
Compare
Choose a tag to compare
  • Cantabular export pipeline is now triggered on instance state changed to associated and published
  • Store is_based_on info in mongoDB instance model

Release v1.38.0

09 Nov 14:54
Compare
Choose a tag to compare
  • Fix detaching first Version bug
  • Update Cantabular metadata models and retrieval logic