Releases: ONSdigital/dp-search-reindex-batch
Releases · ONSdigital/dp-search-reindex-batch
v1.2.0
What's Changed
- Handle topic mapping edge case for duplicate slugs by @Oluwawunmi in #27
- Release/1.2.0 by @Oluwawunmi in #28
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Feature/auto tag index items with topics by @Oluwawunmi in #21
- topic tagging env variable update by @Oluwawunmi in #22
- track topic tagging by @Oluwawunmi in #23
- load topics map in parallel by @Oluwawunmi in #24
- improved error handling while loading topicsMap by @Oluwawunmi in #25
- Release/1.1.0 by @Oluwawunmi in #26
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
First full production release containing…
- Improves logging on failures
- Replaces
panic(…)
with error channel and proper error handling - Upgrades go to 1.21 and dependencies
- Makes tracker interval configurable
Pre-Release 0.1.0
- Boilerplate to run a script as a one-off nomad batch job
- Import of original reindexer code from dp-search-api
- Fix of broken concurrency code
- Better logging and progress tracker
- Fix of worker early termination bug (return instead of continue)