Releases: apache/shardingsphere-elasticjob
Releases · apache/shardingsphere-elasticjob
1.1.1
Refactor
- ISSUE #116 HandleJobExecutionException parameter changes for job interface
Enhancement
- ISSUE #110 Trigger the task manually
Bug Fixes
- ISSUE #99 After deleting a task asynchronously caused the job to be deleted, the task that has not yet ended continues to create zk data
1.1.0
Refactor
- ISSUE #97 JobConfiguration Refactored to SimpleJobConfiguration,DataflowJobConfiguration,ScriptJobConfiguration
- ISSUE #102 Redefine Java/Spring Config API,replace Constructor+Setter with Factory+Builder model
- ISSUE #104 Remove @deprecated code
- ISSUE #105 Reconstructing the Spring Namespace Hump Definition
- ISSUE #106 isStreaming Configuration
- ISSUE #107 reg-center renamed registry-center-ref
1.0.8
1.0.7
Refactor
- ISSUE #88 Stop task renamed pause
New Features
- ISSUE #91 Job Lifecycle Action API
Enhancement
- ISSUE #84 The console provides job enable/disable button action
- ISSUE #87 Adjusting the master node election process, job shutdown, disabling and pausing will trigger the master node election
- ISSUE #93 The registry configuration provides default values for baseSleepTimeMilliseconds, maxSleepTimeMilliseconds, and maxRetries
Bug Fixes
- ISSUE #92 Modifying the total shard parameter results in a listening throw timeout exception performed by only a single node
1.0.6
Enhancement
- ISSUE #71 Task off function(shutdown)
- ISSUE #72 Closed jobs can be deleted
- ISSUE #81 Using the last end state of a centralized cleanup job instead of the respective cleanup, each cleaning may result in an uncleaned end state due to offline
Bug Fixes
- ISSUE #74 When streaming and fail transfer, the failover shard item cannot be executed once and stopped
- ISSUE #77 Dataflow type task, fetchData if there is data, should be executed in pairs with processData
- ISSUE #78 Spring configuration job monitoring enable AOP causes problems that do not work properly
1.0.5
Refactor
- ISSUE #59 elastic-job upgrade curator from 2.8.0 to 2.10.0
Enhancement
- ISSUE #2 Add front and post tasks
- ISSUE #60 Dataflow type task customized thread pool configuration
- ISSUE #62 Job status cleanup speed-up
- ISSUE #65 Add spring namespace support for front and post tasks
Bug Fixes
- ISSUE #61 Deadlock problem solved when sharding and primary node elections occur at the same time
- ISSUE #63 You may get TreeCache for other jobs with the same prefix when you get the job TreeCache
- ISSUE #69 If the job server sharding node in Zk does not exist when sharding, it will not be able to reshard
1.0.4
1.0.3
1.0.2
Refactor
- ISSUE #17 Task type interface changes
Enhancement
- ISSUE #6 Proofreading job server and registry time error
- ISSUE #8 Increase misfire switch, default enable missed task re-execution
- ISSUE #9 Sharding policy configurability
- ISSUE #10 Provides a sorting strategy for odd even shards based on job name hash value
- ISSUE #14 When the console modifies the cron expression, the task updates the cron in real time
- ISSUE #20 Operations UI task list shows increased cron expression
- ISSUE #54 Sequenceperpetual task performance improved, changing fetch data to multithreaded, previously processing data only as multithreaded
- ISSUE #55 offset storage capabilities