chore: Release v0.54.3#3651
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuidePrepares the Meltano SDK for the v0.54.3 release by updating version references across project metadata, templates, documentation, and issue templates, and by adding a new changelog entry describing the main bug fix. Flow diagram for version bump to v0.54.3 across project filesflowchart LR
A[Update version to v0.54.3] --> B[pyproject.toml tool.commitizen.version]
A --> C[docs conf.py release]
A --> D[cookiecutter tap-template pyproject.toml]
A --> E[cookiecutter target-template pyproject.toml]
A --> F[cookiecutter mapper-template pyproject.toml]
A --> G[.github bug issue template placeholder]
A --> H[CHANGELOG.md new v0.54.3 entry]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 1 issue, and left some high level feedback:
- In the new changelog entry for v0.54.3, the sentence 'Ensure stream name is include in log message...' should be corrected to 'included' for clarity.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- In the new changelog entry for v0.54.3, the sentence 'Ensure stream name is include in log message...' should be corrected to 'included' for clarity.
## Individual Comments
### Comment 1
<location path="CHANGELOG.md" line_range="12" />
<code_context>
+
+### 🐛 Fixes
+
+- [#3650](https://github.com/meltano/sdk/issues/3650) Ensure stream name is include in log message when ACTIVATE_VERSION forces _sdc metadata columns
+
## v0.54.2 (2026-05-18)
</code_context>
<issue_to_address>
**issue (typo):** Fix grammar in "Ensure stream name is include"
This should read: "Ensure stream name is included in log message when ACTIVATE_VERSION forces _sdc metadata columns."
```suggestion
- [#3650](https://github.com/meltano/sdk/issues/3650) Ensure stream name is included in log message when ACTIVATE_VERSION forces _sdc metadata columns.
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
|
||
| ### 🐛 Fixes | ||
|
|
||
| - [#3650](https://github.com/meltano/sdk/issues/3650) Ensure stream name is include in log message when ACTIVATE_VERSION forces _sdc metadata columns |
There was a problem hiding this comment.
issue (typo): Fix grammar in "Ensure stream name is include"
This should read: "Ensure stream name is included in log message when ACTIVATE_VERSION forces _sdc metadata columns."
| - [#3650](https://github.com/meltano/sdk/issues/3650) Ensure stream name is include in log message when ACTIVATE_VERSION forces _sdc metadata columns | |
| - [#3650](https://github.com/meltano/sdk/issues/3650) Ensure stream name is included in log message when ACTIVATE_VERSION forces _sdc metadata columns. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v0.54 #3651 +/- ##
=======================================
Coverage 93.81% 93.81%
=======================================
Files 73 73
Lines 5948 5948
Branches 729 729
=======================================
Hits 5580 5580
Misses 273 273
Partials 95 95
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Documentation build overview
8 files changed ·
|
- **fix: Ensure stream name is include in log message when ACTIVATE_VERSION forces _sdc metadata columns (meltano#3650)** - **chore: Release v0.54.3 (meltano#3651)** - **fix: Emitted `ACTIVATE_VERSION` now honor the stream aliases configured with stream maps (meltano#3654)** - **chore: Release v0.54.4 (meltano#3655)** - **chore: Lock file maintenance** - **fix: Convert class-scoped fixtures in built-in integration tests into `@classmethod`s (meltano#3676) (meltano#3677)** - **chore: Release v0.54.5 (meltano#3678)** ## Summary by Sourcery Release version v0.54.5 and align templates, docs, and tooling with the new version. Bug Fixes: - Document the fix converting class-scoped fixtures in built-in integration tests to use @classmethods in the changelog. Enhancements: - Update cookiecutter tap/target/mapper templates to depend on singer-sdk v0.54.5. Build: - Update project version metadata to 0.54.5 in pyproject and related tooling configuration. Documentation: - Bump documented release version to 0.54.5 in the Sphinx configuration and GitHub bug report template. --------- Signed-off-by: Edgar Ramírez Mondragón <[email protected]> Co-authored-by: MeltyBot <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Prepare MeltanoSDK
v0.54.3for release.Checklist:
Release Draft
Summary by Sourcery
Prepare the 0.54.3 release of the Meltano SDK.
Bug Fixes:
Enhancements: