Releases: ONSdigital/dp-dimension-importer
Releases · ONSdigital/dp-dimension-importer
v1.19.0
What's Changed
- Ensure deployments spread over availability zones by @redhug1 in #115
- Updated dependencies by @aryan-p03 in #116
- Release/1.19.0 by @aryan-p03 in #117
New Contributors
- @aryan-p03 made their first contribution in #116
Full Changelog: v1.18.0...v1.19.0
Release 1.18.0
What's Changed
- Upgrade x/net by @lindenmckenzie in #112
- Upgrade x/net by @lindenmckenzie in #113
Full Changelog: v1.17.0...v1.18.0
Release 1.17.0
What's Changed
- Feature/local cmd stack by @lindenmckenzie in #109
- Release/1.17.0 by @lindenmckenzie in #111
New Contributors
- @lindenmckenzie made their first contribution in #109
Full Changelog: v1.16.0...v1.17.0
Release 1.16.0
Upgrading dp-kafka version.
Upgrade go version.
Release 1.15.0
Update container base to Ubuntu 20.04
Release 1.14.0
Fix Kafka healthcheck to show warning status if enough (not all) brokers are available.
Release 1.13.0
- Create
nancy-ignore
file foraudit
fixes - Add kafka TLS configs, notes and functionality
Release 1.12.0
- Refactored batch processing code
- For each batch, each go-routine will only do the graph DB inserts
- For each batch, a single call per
codelistID
is done to graph DB to obtain the list of dimension orders - For each batch, a single call to Patch
instance/{id}/dimensions
is done, with all the necessary updates - Upgraded log.go to v2
Release 1.11.0
- Update to use dp-api-clients-go v.2.0.6-beta - https://trello.com/c/4qMsreiP/5162-update-services-to-use-dataset-api-etag-if-match-8
Release 1.10.0
- Paginated requests to dataset API
- Always commit and release Kafka messages