Skip to content

Releases: MapColonies/cleaner

v1.0.1

23 Feb 15:41
b06f4cd

Choose a tag to compare

1.0.1 (2026-02-23)

Bug Fixes

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

v1.0.0

23 Feb 15:27
f8e9b6e

Choose a tag to compare

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)