Releases: jiawesoft/jiascheduler
Releases · jiawesoft/jiascheduler
Release list
test_arm_build
Merge pull request #67 from WalleV/feature/fix-github-actions-use-arm64 Refactor Docker workflow for multi-platform builds
v2.0.1
v2.0.0
- 支持workflow,并允许workflow定时执行,现在可以用图形化的界面编辑多任务节点作业
- 支持作业参数,用户可以在启动时传入不同的参数
- 支持修改作业调度,允许基于作业调度管理运行的作业
What's Changed
-
Support workflow with scheduled execution. A graphical interface is now available for editing multi-task node jobs.
-
Support job parameters, allowing users to pass in different parameters when starting a job.
-
Support job scheduling modification, allowing management of running jobs based on job scheduling.
-
Add multi-arch support (amd64/arm64) to Docker build workflow by @WalleV in #52
-
Add the UV Python package and environment manager by @lijc210 in #54
New Contributors
Full Changelog: v1.1.5...v2.0.0
v1.1.5
v1.1.4
v1.1.3
v1.1.2
Add server proactive health check logic for instances
Add an offline icon to the running status
Fix memory leak caused by Redis Stream
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Fix the problem that the agent restart timer fails to automatically restore scheduling
- Improved table list layout to avoid cutting off user field content
- Add console proactive detection for inactive nodes and automatic deactivation of abnormal nodes
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Merge multiple services into a single executable file by @iwannay in #36
- Support for tagging jobs by @iwannay in #37
- Fix the issue of unable to update job status when a node goes offline by @iwannay in #38
- Add job execution completion callback by @iwannay in #39
- Support clearing execution records for job scheduling
- Optimized translation and partial interface layout.
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
- add Dockerfile docker-compose.yml and docker.yml by @lijc210 in #16
- update docker deploy document by @lijc210 in #19
- Add connection timeout detection logic for comet by @iwannay in #20
- Change entity time fields default timezone to Local by @iwannay in #27
- Fix timezone and duplicate ip issue by @iwannay in #30
- add Docker Deployment to README.md by @lijc210 in #31
- Fix the issue where the job timeout of 0 is not taking effect by @iwannay in #32
New Contributors
Full Changelog: v1.0.3...v1.0.4