Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 18:13
2a5f65d

1.11.0 (2026-02-16)

Features

  • config: add metrics auth warning and TRUSTED_PROXIES support (c2b12fd)
  • config: add SCHEDULER_MAX_PER_REGION and DEFAULT_REGION for configurable batch processing (8af62be)
  • metrics: add CIDR support for IP allowlisting (24d615a)

Bug Fixes

  • batch-processor: correct maxConcurrencyObserved initialization (a7a568a)
  • ci: add curl timeout and response body capture to Coolify deploy (3ba1ec7)
  • circuit-breaker: validate and normalize options (56b3aaf)
  • security: use timingSafeEqual for token comparison and restrict trustProxy (60bd113)
  • utils: resolve race condition in batchProcessor and cap CircuitBreaker counter (6019c8e)

Performance Improvements