Tags give the ability to mark specific points in history as being important
-
1.4.6
eb8b7085 · ·1.4.6 - Security: bump embedded Tomcat to 11.0.25, clearing three critical Apache Tomcat advisories affecting 11.0.0-M1 through 11.0.24 (CVE-2026-65905 DIGEST replay, CVE-2026-65182 security-constraint ordering bypass, CVE-2026-68525 FORM auth bypass) - Security: add an expat>=2.8.4-r0 apk floor to the Alpine runtime stage for CVE-2026-66046, CVE-2026-76641, CVE-2026-76956 and CVE-2026-76957; expat arrives transitively via fontconfig and alpine:3.24 still ships 2.8.3-r0 - CI: drop the now-unused GHSA-5jmj-h7xm-6q6v suppression from osv-scanner.toml
-
1.4.5
a7a104ae · ·1.4.5 - CI: grant actions:read to the osv-scan job so the OSV SARIF report reaches GitHub code scanning
-
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