Skip to content

Releases: ONSdigital/dp-search-reindex-batch

v1.2.0

04 Sep 13:45
v1.2.0
20fdca1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

04 Sep 13:15
v1.1.0
32c7022
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

20 Nov 13:56
v1.0.0
ea5344b
Compare
Choose a tag to compare

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

29 Aug 15:16
v0.1.0
387ebd6
Compare
Choose a tag to compare
Pre-Release 0.1.0 Pre-release
Pre-release
  • 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)