Tags give the ability to mark specific points in history as being important
-
1.4.1
Release: 1.4.1c54f41ce · ·1.4.1 - Wiki moved out of the repo into the global hub; .wiki is now a gitignored symlink - Async pending-job limits configurable via APP_ASYNC_MAX_PENDING_PER_PRINCIPAL / APP_ASYNC_MAX_PENDING_GLOBAL (defaults unchanged: 50 / 500) - Configuration reference updated (README, docs EN/IT)
-
1.3.1
c4f14065 · ·Release 1.3.1 - exclude netty-nio-client (the AWS SDK async transport) from the s3 dependency: only the synchronous S3Client is used, so the Netty stack was unreachable code carrying 9 known vulnerabilities (4 High, 5 Medium) - GitLab dependency-scan job now prints the OSV report instead of aborting under set -e before reaching it
-
1.3.0
0b2c24f0 · ·Release 1.3.0 - async job picker: over-fetch and shuffle candidates, and let a worker that loses the atomic claim try the next candidate within the same poll, so a burst arriving at N idle instances no longer gets only one instance's worth of jobs claimed per round - the validation budget deadline is armed only after the claim is won
-
1.2.0
59281ca6 · ·Release 1.2.0 - S3-compatible document storage adapter (app.storage.type=s3), enabling multi-replica deployments; filesystem stays the default - documentation for the S3 backend, MinIO in docker-compose, and a new horizontal-scaling chapter (IT and EN) - Italian documentation reviewed: fewer anglicisms, expanded abbreviations, stale versions and broken links fixed
-
0.13.2
fdbc0930 · ·Bump Logback to 1.5.37 (CVE-2026-9828, CVE-2026-10532) - fix(deps): logback 1.5.37 closes two HardenedObjectInputStream whitelist bypasses in logback-core (Object Injection via SimpleSocketServer/SimpleSSLSocketServer): CVE-2026-9828 (fixed in 1.5.33) and CVE-2026-10532 (fixed in 1.5.34). Full unit suite green (448 tests).
-
0.13.0
68baacfd · ·Error catalog codes in API responses + async-dispatch auth fix - feat(errors): stable machine-readable catalog codes on every error response (problem+json 'code' member, job errorCode, V5 migration) - fix(security): persist api-key security context for async dispatches; keep-alive connections no longer aborted after streaming responses