Skip to content

Releases: iMashtak/echo

0.7.0

09 Apr 10:36
Compare
Choose a tag to compare
  • Feature: hooks
  • Feature: flow context instead of initiator/creator field
  • Ench: more tests and docs

0.6.0

11 Dec 19:20
Compare
Choose a tag to compare
  • awaitSuccess and awaitFailure for better typing when dealing with results of tasks
  • more docs in readme

0.5.0

10 Dec 13:35
Compare
Choose a tag to compare
  • Added support for autoregister event handlers for Quarkus (Arc)

0.4.0

09 Dec 20:09
Compare
Choose a tag to compare
  • Changed exception handling mechanic. No more Panic class, handling requires providing onException method from user.

0.3.2

04 Dec 12:27
Compare
Choose a tag to compare

Tech release caused by deployment issues.

0.3.0

04 Dec 11:49
Compare
Choose a tag to compare
  • Reorganized bus methods
  • Improved CI/CD system
  • Added option to set custom parallelism for subscription
  • Add more logging

0.2.0

28 Nov 19:23
Compare
Choose a tag to compare

Full working release of two packages:

  • echo-core - main functionality
  • echo-spring - for more convinient usage within Spring