Skip to content

docs(changelog): roll [Unreleased] into [3.3.0] - #79

Merged
nkg merged 1 commit into
mainfrom
docs/changelog-3.3.0
Sep 11, 2026
Merged

nkg merged 1 commit into
mainfrom
docs/changelog-3.3.0

Conversation

@nkg

@nkg nkg commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Release prep for v3.3.0, covering #76, #77 and #78.

Why minor, not patch

go.yml gained two inputs in #78go-cache and postgres-ready-timeout. Both default to current behaviour, so every existing consumer is unaffected until it opts in, but new inputs are additive API. They're listed under a new ### Added heading; the rest stays under ### Fixed.

What happens on the tag

Per release.yml, pushing v3.3.0 moves the floating v3 tag and publishes a GitHub Release using this section as the notes. So this needs to merge before the tag is pushed, or the release publishes with empty notes.

git checkout main && git pull
git tag -a v3.3.0 -m "v3.3.0"
git push origin v3.3.0

Downstream

HordiaLabs/store-postgres is waiting on this — its CI has failed on every push to main since 2026-06-11 due to the mixed-case image ref fixed in #78. It pins by SHA (no floating @v3), so Dependabot will raise the bump once the tag exists.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Pa92NWDRAbDNXGrSuqcQDa

Minor rather than patch: go.yml gained two inputs (go-cache,
postgres-ready-timeout). Both default to current behaviour, so consumers
are unaffected until they opt in, but new inputs are additive API.

Pushing the v3.3.0 tag moves the floating v3 tag and publishes the release
notes from this section, per release.yml.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Pa92NWDRAbDNXGrSuqcQDa
@nkg
nkg merged commit 97080ab into main Sep 11, 2026
12 checks passed
@nkg
nkg deleted the docs/changelog-3.3.0 branch September 11, 2026 09:52
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