Skip to content

Releases: vipshop/Saturn

Saturn 2.0.3

22 Jan 06:53
Compare
Choose a tag to compare

New features:

#85 #78 Add job degree configuration
#61 Upload job's execution information on opening the job page in console
#49 "One Shot" to re-balance job shards between executors
#4 Utility to clean the zookeeper's junk data

Improvements:

#66 Verify cron expression which can't be null or empty
#54 Optimize zookeeper reads and writes
#43 Validate job's name when import jobs

Bugfix:

#86 Fix NPE problem when set cron expression to a value which only trigger at a specific time
#82 Success rate rounded to 2 decimals
#80 Fix SaturnScriptJob's concurrency issue on generating job result
#79 Add synchronized block for LeaderElectionService in "isShutdown" function
#72 Filter the dirty data in the export file and get job's info by rest api
#68 Fix "job can't be scheduled if the job is copied" problem
#65 Fix NPE problem when zknode's data is empty
#50 Fix console's 500 error

Release Artifacts:

Executor Zip File
Console Zip File

Saturn 2.0.0

22 Dec 03:33
Compare
Choose a tag to compare

New features:

  1. #2 Support Multiple Zookeeper Cluster
  2. #31 Add API to query jobs information

Improvements:

  1. #25 Gracefully shutdown
  2. #24 Console logback output file should be configurable
  3. #17 Support quick start by docker containers
  4. #9 Use Webjars to reduce the js/css library code in console

Release Artifacts:

Executor Zip File
Console Zip file