Skip to content

release-v2.2.0

Latest

Choose a tag to compare

@CodeNinjaEvan CodeNinjaEvan released this 05 Feb 09:07
3f0413d

Notice

Non-mandatory upgrade. This release adds support for compilation with JDK 17, fixes a series of historical bugs, and reduces the risk of data loss.

New Features

  • Add support for compilation with JDK 17 (#48)

Bug Fixes

  • Fix an issue where topics could be incorrectly matched with a certain probability (#50)
  • Fix an issue where triggerProcessLoop could not exit properly (#50)
  • Gracefully shut down ExecutorService to release resources and close MongoDB connections (#50)
  • Add one field to BlockLogTrigger and remove three redundant fields (#50)
  • Replace Constants with the EventTopic enum (#50)(#51)
  • Replace Log4j configuration with Logback to resolve incorrect logging output issues (#50)

Improvements

  • Reformat the codebase to better comply with development standards (#49)
  • Add cleanup of the build directory when running gradle clean (#50)
  • Update README with instructions for manually creating MongoDB indexes (#50)
  • Add a close interface to IPluginEventListener (#50)