1.9.1 (2025-03-16)
- handle Docker socket connection issues with backoff and prevent job de-registration (Issue #117) (34ee8b6)
- handle EOF errors in Docker event watching with exponential backoff (466ce1a)
- lowercase error message to comply with Go style guide (ST1005) (a76f3bc)
1.9.0 (2025-03-16)
- asset loading issues by adding .nojekyll and setting paths.relative to false (c25444d)
- docs: remove _routes.json file (3b73955)
- docs: remove routes configuration from Cloudflare adapter (55575b1)
- docs: update Cloudflare Pages deployment directory (8f21143)
- docs: update Cloudflare Pages deployment directory to use .svelte-kit/cloudflare (05cdf64)
- docs: update Cloudflare Pages deployment to use Wrangler v4 (65d7e0c)
- update contributors script to use ES modules syntax (c6be872)
1.8.2 (2025-03-15)
- update GitHub Pages deployment workflow to use JamesIves action (335f7e8)
1.8.1 (2025-03-15)
- update GitHub Pages deployment workflow (8e62de3)
1.8.0 (2025-03-15)
- configure GitHub Pages with custom domain chadburn.dev (9dd358c)
1.7.4 (2025-03-15)
- remove redundant header from documentation pages (ecf0a44)
1.7.3 (2025-03-15)
- improve client-side navigation in Svelte docs (d1a2784)
1.7.2 (2025-03-15)
- update tests after migration to official Docker client (26103ce)
1.7.1 (2025-03-14)
- update tests to work with the new Docker client implementation (5ee9329)
1.7.0 (2025-03-14)
- prevent context leak in OfficialDockerHandler (f1c83ff)
- remove all references to the legacy polyfill dependency (9792563)
- replace fsouza/go-dockerclient with official Docker client (d607852)
1.6.0 (2025-03-14)
- avoid copying mutex in LifecycleJob.Run method (aa52ac1)
- migrate from fsouza/go-dockerclient to official Docker client library (commit-hash)
- add support for container lifecycle jobs (issue #68) (defc60f)
1.5.1 (2025-03-14)
- fix tests after removing Pull field from RunJob struct (90ee9b0)
1.5.0 (2025-03-14)
- add support for variables in job commands (8b392ea)
- improve documentation for job-run with Docker Compose (commit-hash), closes #70
1.4.0 (2025-03-14)
- add workdir parameter to job-exec (7979d52), closes #100
- add support for variables in job commands (8b392ea), closes #66
1.3.8 (2025-03-14)
1.3.7 (2025-03-14)
- update GitHub Actions workflow to use Go 1.23 (7316d1d)
1.3.6 (2025-03-14)
- update publish_release workflow to properly handle tag-based releases (4ad3071)
1.3.5 (2025-03-14)
- update GitHub release action to use wangyoucao577/go-release-action with correct parameters (2d47d69)
1.3.4 (2025-03-14)
- add golangci-lint config to disable problematic linters (f01cdcd)
1.3.3 (2025-03-14)
1.3.2 (2025-03-14)
- update go.mod to use Go 1.19 and remove toolchain directive (edb5477)
1.3.1 (2025-03-14)
- update go.mod to use Go 1.19 and remove toolchain directive (bf47752)
1.3.0 (2025-03-14)
- implement Git hooks for commit message validation (2ed31b8)
1.2.1 (2025-03-14)
- add note about semantic versioning to README (ae96d78)
1.2.0 (2025-03-14)
- update semantic release workflow to properly handle variable substitution (610e445)
- implement automatic version bump system and update README badges (7ff96c3)
- Added support for container lifecycle jobs (
job-lifecycle) that run once on container start or stop events.