Skip to content

chore(changelog): complete 0.22.0 entries before v0.22.0 tag - #216

Merged
padak merged 1 commit into
mainfrom
chore/0.22.0-changelog-complete
Apr 23, 2026
Merged

chore(changelog): complete 0.22.0 entries before v0.22.0 tag#216
padak merged 1 commit into
mainfrom
chore/0.22.0-changelog-complete

Conversation

@padak

@padak padak commented Apr 23, 2026

Copy link
Copy Markdown
Member

What

Add 14 missing 0.22.0 changelog entries that were dropped during the git merge --squash conflict resolution in #215. Three PRs had their changelog entries lost:

Why

`kbagent changelog` is compiled into the installed Python package. Without this fix, users installing v0.22.0 via `pip install keboola-agent-cli==0.22.0` would see only 18 of the 32 features shipped in the release. Fixing after tagging would only take effect from 0.22.1+.

This must land before tagging v0.22.0 to avoid shipping a package with incomplete changelog output.

Test plan

  • `make changelog-check` passes (all 50 releases have entries)
  • `ruff check` passes
  • 0.22.0 entry count: 18 → 32
  • Each missing entry traced back to its source PR branch (git show ottomansky/fiia/pr{4,7,9}-* : src/keboola_agent_cli/changelog.py)

No code changes, no version bump, docs-only.

…tion

Three PRs' changelog entries were dropped during the git merge --squash
conflict resolution of release/0.22.0:

- #201 ErrorCode enum + sync init --adopt-existing (3 entries)
- #202 queue polling parity (5 entries)
- #205 storage describe-bucket/table/column/batch (6 entries)

Without this fix, 'kbagent changelog' on installed 0.22.0 would show
only 18 of the 32 features shipped in this release. Adding the missing
14 entries before tagging v0.22.0.
@padak
padak merged commit b92f768 into main Apr 23, 2026
1 check passed
@padak
padak deleted the chore/0.22.0-changelog-complete branch April 23, 2026 12:47
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