chore: Merge branch 'v0.54'#3679
Merged
Merged
Conversation
…ON forces _sdc metadata columns (#3650) SSIA ## Summary by Sourcery Bug Fixes: - Include the stream name in the log message emitted when ACTIVATE_VERSION forces _sdc metadata columns to be added. --------- Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
Prepare MeltanoSDK `v0.54.3` for release. Checklist: - [x] Check that the right version is set in all the files. - [x] Groom the changelog for wording or missing entries. - [ ] Merge this PR once everything looks good. [Release Draft](https://github.com/meltano/sdk/releases/tag/untagged-7e449f29d1fdd9b4737f) ## Summary by Sourcery Prepare the 0.54.3 release of the Meltano SDK. Bug Fixes: - Document a fix ensuring stream names are included in log messages when ACTIVATE_VERSION forces _sdc metadata columns. Enhancements: - Bump SDK version references from 0.54.2 to 0.54.3 across project configuration, templates, and documentation metadata. --------- Co-authored-by: edgarrmondragon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ed with stream maps (#3654) SSIA ## Summary by Sourcery Ensure ACTIVATE_VERSION messages emitted by mapped streams respect configured stream aliases instead of always using the original stream name. Bug Fixes: - Fix ACTIVATE_VERSION emission to use each stream map alias and skip mappings that remove records. Tests: - Enable ACTIVATE_VERSION message emission in mapped stream tests and update JSONL snapshots to validate correct behavior with stream aliases. Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
Prepare MeltanoSDK `v0.54.4` for release. Checklist: - [x] Check that the right version is set in all the files. - [x] Groom the changelog for wording or missing entries. - [x] Merge this PR once everything looks good. [Release Draft](https://github.com/meltano/sdk/releases/tag/untagged-5c952353a22391e5f9eb) ## Summary by Sourcery Release version 0.54.4 of the SDK and update references across the project. Bug Fixes: - Ensure emitted ACTIVATE_VERSION messages respect stream aliases configured via stream maps. Build: - Bump singer-sdk dependency to v0.54.4 in all cookiecutter templates and project metadata. Documentation: - Update changelog with v0.54.4 entry and adjust documentation config and templates to reference the new version. --------- Co-authored-by: edgarrmondragon <[email protected]> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
… `@classmethod`s (#3676) (#3677) SSIA, backport of #3676 ## Summary by Sourcery Convert class-scoped pytest fixtures in built-in integration tests to class methods and update pytest version constraint for testing. Enhancements: - Refactor test_target_csv and test_target_parquet to define class-scoped fixtures as @classmethods for better compatibility with newer pytest versions. Build: - Bump pytest testing dependency to >=9.1 in pyproject.toml. Tests: - Adjust factory-based runner fixture to be a class method to align with updated fixture patterns in generated tests. Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
Prepare MeltanoSDK `v0.54.5` for release. Checklist: - [x] Check that the right version is set in all the files. - [x] Groom the changelog for wording or missing entries. - [x] Merge this PR once everything looks good. [Release Draft](https://github.com/meltano/sdk/releases/tag/untagged-fd14a1b3e1029e394e8b) ## Summary by Sourcery Prepare the project for the v0.54.5 release. Bug Fixes: - Document the conversion of class-scoped fixtures in built-in integration tests to class methods in the changelog. Documentation: - Add v0.54.5 entry to the changelog and update documentation config to the new release version. Chores: - Bump singer-sdk version references from 0.54.4 to 0.54.5 across templates, project metadata, and GitHub issue templates. Co-authored-by: edgarrmondragon <[email protected]>
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the project to release v0.54.5 by bumping the Singer SDK version and related templates, updating documentation and tooling metadata, and recording the latest bugfix in the changelog. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3679 +/- ##
=======================================
Coverage 94.12% 94.12%
=======================================
Files 73 73
Lines 6200 6200
Branches 762 762
=======================================
Hits 5836 5836
Misses 270 270
Partials 94 94
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
ACTIVATE_VERSIONnow honor the stream aliases configured with stream maps (fix: EmittedACTIVATE_VERSIONnow honor the stream aliases configured with stream maps #3654)@classmethods (fix: Convert class-scoped fixtures in built-in integration tests into@classmethods #3676) (fix: Convert class-scoped fixtures in built-in integration tests into@classmethods (#3676) #3677)Summary by Sourcery
Release version v0.54.5 and align templates, docs, and tooling with the new version.
Bug Fixes:
Enhancements:
Build:
Documentation: