Skip to content

3.0.0-beta

Compare
Choose a tag to compare
@terrymanu terrymanu released this 05 Nov 07:29
· 360 commits to master since this release

API Changes

  1. Refactor job listener configuration
  2. Refactor job error handler configuration
  3. Refactor job tracing configuration

New Features

  1. Support HTTP job
  2. Remove spring boot dependencies from job kernel module
  3. Support email notification when job execute error
  4. Support wechat notification when job execute error
  5. Support dingtalk notification when job execute error

Bug Fixes

  1. Fix bug of one-off job cannot work with sharding
  2. Fix bug of table and index name case-insensitive for event trace using database
  3. Fix bug of dead lock when resharding flag set incorrectly

Change Logs

  1. MILESTONE