0.2.1
implementation 'net.bitsar:coalesce-spring-boot-starter:0.2.1'Published to Maven Central. Central deployment 32ccc5d0-5ce2-4141-aca7-440626e921f7, built by run 34020767497.
Verify what actually landed:
./gradlew -p consumer-check test -PcoalesceVersion=0.2.1What changed
- Reject configurations that silently do not coalesce, and fix the published URLs (#2) (091a5e5)
Three contained fixes, no wire-format change. - Rewrite the documentation prose to remove AI writing patterns (#1) (12b6e7a)
Prose-only pass over README.md, CONTRIBUTING.md, RELEASING.md and docs/00 through docs/06. - Update GitHub Actions to Node 24 runtimes and document the PR workflow (83393fa)
Every run was annotated twice: four actions still targeted Node 20, which the runners were force-upgrading to Node 24, and setup-java v4 is end of life.
What's Changed
- Rewrite the documentation prose to remove AI writing patterns [skip release] by @BitanSarkar in #1
- Reject configurations that silently do not coalesce, and fix the published URLs by @BitanSarkar in #2
New Contributors
- @BitanSarkar made their first contribution in #1
Full Changelog: v0.2.0...v0.2.1