chore(changelog): complete 0.22.0 entries before v0.22.0 tag - #216
Merged
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
sync init --adopt-existing(3 entries)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
No code changes, no version bump, docs-only.