meltano
sdk
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
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 <16805946+edgarrmondragon@users.noreply.github.com> Co-authored-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
main
13 hours ago
Update CHANGELOG.md Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
release/v0.53.3
13 hours ago
chore: Bump package version
release/v0.53.3
13 hours ago
refactor: Deprecate `Stream.reset_state_progress_markers` since it is not being used (#3388) ## Summary by Sourcery Enhancements: - Mark the Stream.reset_state_progress_markers method as deprecated with a planned removal date and exclude it from test coverage.
main
13 hours ago
refactor: Deprecate `Stream.reset_state_progress_markers` since it is not being used
fix/deprecate-reset_state_progress_markers
13 hours ago
fix(taps): Do not leave dangling `nullable` field in OpenAPI schema properties (#3387) Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com> ## Summary by Sourcery Ensure OpenAPI schema normalization does not leave a dangling nullable flag on properties lacking an explicit type. Bug Fixes: - Fix handling of nullable properties so schemas without an explicit type do not retain an unused nullable field. Tests: - Extend schema normalization tests to assert nullable is removed from properties without a type. Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
main
13 hours ago
fix(taps): Do not leave dangling `nullable` field in OpenAPI schema properties Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
fix/do-not-add-nullable
14 hours ago
fix(taps): Do not add `"type": ["null"]` to OpenAPI spec properties without a type (#3386) ## Summary by Sourcery Adjust OpenAPI schema normalization to correctly handle nullable properties without explicit types. Bug Fixes: - Prevent nullable OpenAPI properties that lack an explicit type from being incorrectly assigned a type array containing only null. Tests: - Add a regression test to ensure properties defined via anyOf with a null option do not receive an extraneous type field during normalization.
main
14 hours ago
Active Branches
refactor: Move stream state manipulation into a state management class
last run
4 days ago
#3377
CodSpeed Performance Gauge
0%
feat: Support arbitrary properties for `x-sql-datatype` in `x-sql-datatype-properties`
last run
4 days ago
#3373
CodSpeed Performance Gauge
0%
feat(taps): Introduced method in `Tap` class to convert input catalog to `Stream` objects, without discovery
last run
12 days ago
#3324
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs