Skip to content

Releases: ONSdigital/dp-search-reindex-tracker

Release 0.7.0

19 May 15:55
v0.7.0
181ae1a
Compare
Choose a tag to compare

Upgrade dp-kafka version.
Update Go version.
Updates to makefile.
Updates to job based on reindex count.
Documentation updates.

Release 0.6.0

31 Mar 16:24
v0.6.0
54e9f41
Compare
Choose a tag to compare

This release contains the following main changes:

  • Update reindex task count schema to include extraction completed flag
  • Update job and task based on data consumed from reindex-tasks-count

Release 0.5.0

19 Jan 08:20
v0.5.0
553cf3b
Compare
Choose a tag to compare

Update container base to Ubuntu 20.04

Release 0.4.0

14 Nov 10:25
v0.4.0
3444dd1
Compare
Choose a tag to compare

This release pr contains the following:

  • Consumes messages from reindex-task-counts

Release 0.3.0

28 Sep 10:23
v0.3.0
2364f5e
Compare
Choose a tag to compare

In this release:

  • Refactor consumer.go with go generics in #5 by @justinpjose
  • Add search reindex api client via api router in #6 by @justinpjose
  • Use dp-kafka v3 for kafka message consuming in #9 by @justinpjose
  • Upgrade to Go 1.19

Release 0.2.0

03 Aug 11:12
Compare
Choose a tag to compare

These are the changes in this release:

At start-up the Search Reindex Tracker now starts up the following Kafka consumer group and associated topics:

Kafka Consumer Group:

  • "dp-search-reindex-tracker

Kafka Topics:

  1. reindex-requested
  2. search-data-imported
  3. reindex-task-counts

They each get closed as part of the graceful shutdown.

They have also each been added to the health check.

Release 0.1.0

14 Jul 10:40
v0.1.0
d776b80
Compare
Choose a tag to compare

Release PR: #2