Skip to content

docs: cut 0.3.0 changelog section#62

Merged
endrju19 merged 3 commits into
mainfrom
release/0.3.0
Jun 8, 2026
Merged

docs: cut 0.3.0 changelog section#62
endrju19 merged 3 commits into
mainfrom
release/0.3.0

Conversation

@endrju19

@endrju19 endrju19 commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

What

Converts the [Unreleased] section of CHANGELOG.md into a dated ## [0.3.0] — 2026-06-08 release section, condensed to the essentials.

Why

VERSION_NAME in gradle.properties is already 0.3.0, but the changelog still carried everything under [Unreleased]. This closes the section so the file matches the artifact version and is ready for the v0.3.0 tag (which triggers the Maven Central publish + GitHub Release).

Changes

  • [Unreleased]## [0.3.0] — 2026-06-08; entries condensed (kept BREAKING flags, PR refs, and the Migration from 0.2.x note).
  • Added a fresh empty [Unreleased].
  • Updated compare links: [0.3.0]: …compare/v0.2.0...v0.3.0, [Unreleased]: …compare/v0.3.0...HEAD.

Net: +39 / −80 lines, CHANGELOG.md only. No code changes.

Note

This does not tag the release. After merge, cut v0.3.0 (git tag v0.3.0 && git push origin v0.3.0) to trigger publish.

endrju19 added 3 commits June 8, 2026 09:21
Convert [Unreleased] to [0.3.0] (2026-06-08), condense entries to their
essence while keeping BREAKING flags, PR refs, and the 0.2.x migration note.
Add a fresh empty [Unreleased] and update compare links. VERSION_NAME is
already 0.3.0, so the file now matches the artifact version.
Code review flagged user-facing changes merged since v0.2.0 that were never
recorded in [Unreleased]:
- Added: MessageDeliverer.deliverBatch (#35)
- Fixed: HTTP exception classification (#44), kafka api deps (#47),
  Liquibase NCDF on SB 3.5.x (#42/#38), micrometer autoconfig ordering (#41),
  OutboxPurger partial-batch progress log (#55)
Internal-only changes (benchmarks #34/#48, docs #56, chore #59, tests #61)
remain intentionally excluded.
Three-reviewer team (completeness / technical truth / format) found no
correctness errors, only precision fixes:
- clock removal now cites #59 (actual ctor-param removal), #58 as the cause
- add missing #50 ref to the Liquibase-consolidation bullet
- drop 'infinite retry loop' (RetryPolicy maxRetries is finite) -> 'wasted
  the whole retry budget before being marked FAILED'
- #42: don't name @AutoConfigureAfter (code uses @autoConfiguration afterName)
Cosmetic-only notes (Added bold-lead, trailing-URL line length) left as-is:
they match the existing 0.2.0/0.1.0 style.
@endrju19 endrju19 merged commit c64a062 into main Jun 8, 2026
8 checks passed
@endrju19 endrju19 deleted the release/0.3.0 branch June 8, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant