Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: meltano/sdk

Tags

v0.53.5

Toggle v0.53.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Lock file maintenance (#3438)

## Summary by Sourcery

Update tooling versions for uv-related workflows, pre-commit hooks, and
lockfile.

CI:
- Bump astral-sh/setup-uv action to v7.2.0 across CI workflows and
cookiecutter-generated workflows.
- Update CodSpeedHQ/action to v4.5.2 in the CodSpeed benchmark workflow.

Chores:
- Upgrade uv-pre-commit hook revision to 0.9.22 in the main repo and
cookiecutter templates.
- Refresh uv.lock to reflect the updated tooling and dependencies.

Signed-off-by: Edgar Ramírez Mondragón <[email protected]>

v0.53.4

Toggle v0.53.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.53.4 (#3394)

Prepare MeltanoSDK `v0.53.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-f5007f84b6b8f2552a21)

## Summary by Sourcery

Prepare the Meltano SDK for the v0.53.4 release with schema typing fixes
and template/dependency updates.

Bug Fixes:
- Make StreamSchema.get_stream_schema generic to prevent downstream
Liskov Substitution Principle-related warnings.

Enhancements:
- Adjust project templates to move from weekly to monthly pre-commit
hook update schedules.
- Bump SDK version references and dependency constraints to 0.53.4
across configuration, templates, and documentation.

Co-authored-by: edgarrmondragon <[email protected]>

v0.53.3

Toggle v0.53.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.53.3 (#3389)

Prepare MeltanoSDK `v0.53.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.
- [x] Merge this PR once everything looks good.

[Release
Draft](https://github.com/meltano/sdk/releases/tag/untagged-9a6995364bd7adca282a)

## Summary by Sourcery

Prepare the 0.53.3 release of the Meltano SDK.

Bug Fixes:
- Document fixes for OpenAPI schema nullable handling in the changelog.
- Document updating project templates to use Pytest 9+ in the changelog.

Enhancements:
- Deprecate the unused Stream.reset_state_progress_markers method and
record it in the changelog.

Build:
- Bump the recorded project version to 0.53.3 in pyproject configuration
and documentation build config.
- Update cookiecutter templates to depend on singer-sdk version 0.53.3.
- Refresh GitHub issue template default SDK version placeholder to
0.53.3.

---------

Co-authored-by: edgarrmondragon <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>

v0.53.2

Toggle v0.53.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.53.2 (#3379)

Prepare MeltanoSDK `v0.53.2` 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-d3ada61a680f2c54874b)

## Summary by Sourcery

Prepare Meltano SDK v0.53.2 release by updating version references and
documenting a critical bug fix

Bug Fixes:
- Revert feat(taps): Queue parent contexts and sync child streams only
when the queue is full (#3378)

Documentation:
- Add CHANGELOG entry for v0.53.2

Chores:
- Bump sdk version to 0.53.2 in pyproject.toml, docs/conf.py, commitizen
config, issue template, and cookiecutter templates

Co-authored-by: edgarrmondragon <[email protected]>

v0.53.1

Toggle v0.53.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.53.1 (#3376)

Prepare MeltanoSDK `v0.53.1` for release.

Checklist:

- [ ] Check that the right version is set in all the files.
- [ ] 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-ff744a56255d705b4d9f)

## Summary by Sourcery

Prepare and release SDK v0.53.1 by documenting the new bug fix for
log-based streams and updating version references and dependencies
across the project.

Bug Fixes:
- Write starting bookmark to state for log-based streams to ensure the
sync runs incrementally

Enhancements:
- Update Singer SDK dependency version to v0.53.1 in mapper, tap, and
target cookiecutter templates

Documentation:
- Add CHANGELOG entry for v0.53.1 release

Chores:
- Bump project version to v0.53.1 in pyproject.toml, docs/conf.py, and
GitHub issue templates

Co-authored-by: edgarrmondragon <[email protected]>

v0.53.0

Toggle v0.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.53.0 (#3372)

Prepare MeltanoSDK `v0.53.0` 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-ad990b8cfa565da5fb14)

## Summary by Sourcery

Prepare and release version 0.53.0 by updating the changelog and
synchronizing version references throughout the project

Documentation:
- Add changelog entry for v0.53.0 release

Chores:
- Bump SDK version to v0.53.0 across cookiecutter templates, issue
template, documentation, and project configuration

Co-authored-by: edgarrmondragon <[email protected]>

v0.52.5

Toggle v0.52.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.52.5 (#3351)

* chore: Bump package version

* Fix duplicate entry in CHANGELOG.md

Removed duplicate entry regarding casting to bool in stream map filter expressions.

---------

Co-authored-by: edgarrmondragon <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>

v0.52.4

Toggle v0.52.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.52.4 (#3347)

chore: Bump package version

Co-authored-by: edgarrmondragon <[email protected]>

v0.52.3

Toggle v0.52.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.52.3 (#3344)

* chore: Bump package version

* Update CHANGELOG.md

---------

Co-authored-by: edgarrmondragon <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>

v0.52.2

Toggle v0.52.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Release v0.52.2 (#3330)

* chore: Bump package version

* Remove duplicate log entry in CHANGELOG

Removed duplicate log emission entry for OAuth taps.

---------

Co-authored-by: edgarrmondragon <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>