Releases: flowerjvm/flower
Release list
Flower 0.1.3
Flower 0.1.3 hardens Flow definition and transition semantics, prevents nested manual Worker ticks, improves durability state handling, makes flower-check parser and baseline behavior fail visibly, and fixes async observability shutdown so in-flight writes are not lost. It also adds real Java 8 runtime CI, reproducible build metadata, and LICENSE/NOTICE packaging.
See CHANGELOG.md for details.
Flower 0.1.2
Flower 0.1.2 adds payload-light runtime tracing, local trace storage and security controls, common domain observation adapters, the new flower-evaluation module, and Spring console integration with Flower Flow Graph.
See CHANGELOG.md for details.
Flower 0.1.1
What's Changed
- Publish Flower Check Gradle plugin to Maven Central by @parkKevinSB in #2
- Fix Gradle plugin release validation by @parkKevinSB in #3
- Start 0.1.1-SNAPSHOT development by @parkKevinSB in #4
Full Changelog: v0.1.0...v0.1.1
Flower 0.1.0
Flower 0.1.0 is the first Maven Central release under the flowerjvm organization.
Highlights:
- Maven coordinates moved to io.github.flowerjvm
- Java packages moved to io.github.flowerjvm.flower
- Flower Core, EventLoop, JDBC persistence, observability, Spring Boot starter, testkit, and Flower Check artifacts
- signed source and Javadoc artifacts published through Sonatype Central Portal