Skip to content

v1.1.0

Compare
Choose a tag to compare
@lthaoshao lthaoshao released this 21 Jun 08:21
· 2 commits to master since this release
b0a4926

What's Changed

Feature

  • Support CallActivity configuration and execution.

Bugfix

Code Enhancement

  • Optimize hook function, change HTTP mode to internal call mode, reduce dependence on HTTP packages, and improve performance
  • Simplify the configuration steps for Turbo introduction and add @ enableTurboEngine annotation
  • Optimize partial code structure
  • Optimize Demo Test Execution

Dependency Upgrade

Optimize Maven dependency management

  • Remove httpclient dependency
  • Remove individual jsr250 API dependencies
  • Remove individual junit dependencies
  • Upgrade commons-collections:3.2.2 -> commons-collections4:4.4
  • Upgrade commons-lang3: 3.4 -> 3.12.0