Releases: ONSdigital/dp-dataset-api
Release 1.28.0
- Introduced
PATCH option
endpoint to add/updateorder
andnode-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
-
Validate and trim white space form URls in dataset API - https://trello.com/c/CA18kPxt/4867-validate-and-trim-white-space-form-urls-in-dataset-api
-
Remove observation endpoint logic - https://trello.com/c/sQJN4CLR/4961-remove-observation-endpoint-logic-from-dp-dataset-api
Release 1.26.0
-
Remove transitional health check code - https://trello.com/c/M7SNbNC1/4742-dataset-api-remove-transitional-health-check-code-new-1d
-
Add pagination to Public Dataset api list endpoints - https://trello.com/c/F7Dmyigd/4987-add-pagination-to-public-dataset-api-list-endpoints-3d
-
Add pagination to Instances list endpoint - https://trello.com/c/d7JnMWRV/4972-add-pagination-to-instances-list-endpoint-on-dataset-api-sort-by-most-recent-4-days
-
Add pagination to private dataset api list endpoints (but not all instances) - https://trello.com/c/0sYvmVYh/4986-add-pagination-to-private-dataset-api-list-endpoints-but-not-all-instances-1d
-
Prevent error from being masked by generic errs.ErrInternalServer
-
Add new script to scrape data for census and add it to dataset in mongo
-
Fix the missing parameters in mongo selector for not-authorised queries
Release 1.25.0
- Updated dataset model to include:
type
andnomis_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
- Updated the dp-mongodb version and passed in collections into the healthcheck client
Release 1.23.0
- added URI whitespace trimming function and related unit tests
- Ensure graph db errors are consumed and logged
- Upgrade ONSdigital dependencies
Release 1.22.0
- 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 onEnablePrivateEndpoints
value.
Release 1.21.0
In this release
- Dependency auditing implemented
Release 1.20.0
- Graph DB client only created when observation or private endpoints are enabled.
Release 1.19.0
- Healthcheck
- Go module
- Go version 1.13