Releases: raythurman2386/cronlib
Releases · raythurman2386/cronlib
v0.1.2
v0.1.1
v0.1.0
Changelog
- f7dafec Add MIT License to the project
- 132d53e Initial commit: Production-ready CronLib with Persistence, DistLock, and Dashboard
- d1c8d1c build: setup versioning, goreleaser, and upgrade to go 1.25.6
- 0d60771 chore: Introduce
golangci-lintand updated lint errors and workflow to pass for 1.25 - bd16065 chore: add funding and ci workflows, fix lint issues
- f6a2c92 feat: Add new examples demonstrating IoT ingestion, overlap control, persistent recovery, and distributed singleton jobs.
- e9b7098 feat: add per-job timezone support
- ab6cf13 feat: implement cron macros, @every syntax, and middleware system
- b2f60d5 feat: implement panic recovery middleware for jobs
- 5e7e5ea refactor: Update module path to github.com/raythurman2386/cronlib and refine job scheduling delay calculation. Linted codebase with staticcheck and formatted