Skip to content

Releases: MapColonies/cleaner

v1.1.3

Choose a tag to compare

@mapcolonies-devops mapcolonies-devops released this 17 May 10:18
723b7a2

1.1.3 (2026-05-17)

Bug Fixes

  • log successful job tracker notification (#30) (aa14ee0)

v1.1.2

Choose a tag to compare

@mapcolonies-devops mapcolonies-devops released this 17 May 09:46
290e938

1.1.2 (2026-05-17)

Bug Fixes

  • update httpRetry delay configuration format (#28) (d42e0e9)

v1.1.1

Choose a tag to compare

@mapcolonies-devops mapcolonies-devops released this 17 May 09:11
09ba153

1.1.1 (2026-05-17)

Bug Fixes

  • values and deletion erros(MAPCO-10629) (#26) (31c16e6)

v1.1.0

Choose a tag to compare

@mapcolonies-devops mapcolonies-devops released this 13 May 12:39
d5f0dda

1.1.0 (2026-05-13)

Features

  • fs s3 integration and tilesDeletionStartegy(MAPCO-9806) (#24) (0ad7e30)
  • polling loop (MAPCO-9805) (#21) (318aea0)

v1.0.1

Choose a tag to compare

@mapcolonies-devops mapcolonies-devops released this 23 Feb 15:41
b06f4cd

1.0.1 (2026-02-23)

Bug Fixes

  • ci: modify build-and-push workflow for raster domain (8f85e07)

v1.0.0

Choose a tag to compare

@mapcolonies-devops mapcolonies-devops released this 23 Feb 15:27
f8e9b6e

1.0.0 (2026-02-22)

Features

  • config: add queue, polling, and HTTP retry configuration (969b7e2)
  • constants: add service tokens for cleaner implementation (4e63eb5)
  • errors: add custom error classes and core types (3bae874)
  • errors: add ErrorHandler for centralized error handling (c83baac)
  • implement cleaner worker skeleton with error handling, validation, and strategy pattern (MAPCO-9803) (bf43c75)
  • strategies: add strategy pattern with factory and tiles-deletion stub (920cd42)
  • update project references from jobnik-worker-boilerplate to cleaner (8289f6c)
  • validation: add task parameter validation infrastructure (82ab7af)
  • worker: add explicit capability pairs configuration (9776cc4)

Bug Fixes

  • ensure stack trace is captured for custom errors (708a445)
  • tests: use faker for dynamic job and task IDs in strategy tests (fafe8dd)