Releases: ONSdigital/dp-dataset-api
Releases · ONSdigital/dp-dataset-api
Release 1.48.0
- 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
- Support for multivariate by @j-s-rawat in #375
- make IsAreaType pointer for proper omitempty behaviour by @ChrysmOre in #376
- Feature/add topic tag fields by @patrickjfl in #377
- Feature/component testing for topic fields by @patrickjfl in #378
- Bug/topic fields save by @patrickjfl in #379
- Bump MongoDB library version by @PatrickConnollyONS in #380
- Bump MongoDB library version by @PatrickConnollyONS in #381
- Fix audit, up go to version 19 by @redhug1 in #384
- Feature/1183 support census branding by @patrickjfl in #383
- Release/1.47.0 by @PatrickConnollyONS in #382
- Release/1.48.0 by @redhug1 in #385
Full Changelog: v1.46.0...v1.48.0
Release v1.46.0
What's Changed
- 5785 - Do not request 'values' when querying Dimension Options by @PauloPortugal in #371
- 5782 - Add 'IsBasedOn' to 'Version' model by @PauloPortugal in #372
- 5782 - Fix copy/paste error by @PauloPortugal in #373
Full Changelog: v1.45.0...v1.46.0
Release v1.45.0
What's Changed
- fix existing dataset and add published flexible default to import script by @ChrysmOre in #366
- 5701: add unauth filter condition by @saminahbab in #367
- Remove vulnerabilities from the service & update go version to 1.18 by @PauloPortugal in #368
- Align develop with main by @PauloPortugal in #369
- Release v1.45.0 by @PauloPortugal in #370
Full Changelog: v1.44.0...v1.45.0
Release 1.44.0
What's Changed
- Feature/update mongo driver by @PatrickConnollyONS in #330
- add fix for update functions by @andre-urbani in #334
- adding fix for issue with Must().Update whereby the MatchedCount wasn… by @PatrickConnollyONS in #335
- lock instance document on putVersion by @DavidSubiros in #333
- Bump dp-mongodb by @rafahop in #336
- debug putVersoin time by @DavidSubiros in #339
- Fix full file download not generating by @janderson2 in #341
- upgrade dp-kafka to v2.4.3 for healtcheck WARNING fix by @DavidSubiros in #342
- Remove code causing an error report, as it was doing the wrong thing by @redhug1 in #343
- add struct to pass dataset version link by @andre-urbani in #344
- Feature/component tests kafka trigger by @outsidecoder in #337
- Feature/merging mongodb changes by @outsidecoder in #346
- upgrade dp-healthcheck to fix data race by @DavidSubiros in #347
- removed empty spaces at the end of files by @DavidSubiros in #349
- Add race check to component tests by @redhug1 in #350
- Fix returning of struct by @redhug1 in #351
- Feature/upgrade mongodb usage by @PatrickConnollyONS in #353
- add cantabular_flexible_table dataset type by @andre-urbani in #354
- Use confluentinc containers as per AWS by @redhug1 in #355
- add is_area_type property by @andre-urbani in #357
- Fix csv-exporter unmarshaling errors due to incorrect schema by @PauloPortugal in #358
- Reorder the 'cantabular-export-start' fields by @PauloPortugal in #360
- Adding is-based-on query parameter to /datasets to allow the search o… by @franmoore05 in #359
- Update MongoDB library and README by @PatrickConnollyONS in #361
- add Dockerfile-local for local docker testing by @russ-davey in #362
- Fixed kafka message schema by @j-s-rawat in #363
- Feature/5680 add parameter by @saminahbab in #365
- fix existing dataset and add published flexible default to import script by @ChrysmOre in #366
New Contributors
- @PatrickConnollyONS made their first contribution in #330
- @PauloPortugal made their first contribution in #358
- @franmoore05 made their first contribution in #359
- @russ-davey made their first contribution in #362
- @j-s-rawat made their first contribution in #363
- @saminahbab made their first contribution in #365
Full Changelog: v1.40.0...v1.44.0
Release 1.43.0
- 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
- 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
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
In this release:
- Fix full dataset downloads not generating due to incorrect dataset type detection logic
Release 1.39.0
- 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
- Fix detaching first Version bug
- Update Cantabular metadata models and retrieval logic