Skip to content

chore(deps): bump singer-sdk from 0.45.6 to 0.47.4#47

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/singer-sdk-0.47.4
Closed

chore(deps): bump singer-sdk from 0.45.6 to 0.47.4#47
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/singer-sdk-0.47.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 30, 2025

Bumps singer-sdk from 0.45.6 to 0.47.4.

Release notes

Sourced from singer-sdk's releases.

v0.47.4 (2025-06-25)

🐛 Fixes

  • #3138 Ensure Singer SDK warnings are logged (#3127)

v0.47.3 (2025-06-19)

🐛 Fixes

  • #3113 Remove redundant tool.ruff.target-version from tap template

📚 Documentation Improvements

  • #3116 Document post_process changes in 0.47

v0.47.2 (2025-06-17)

🐛 Fixes

  • #3111 Ensure state progress markers in child streams are finalized
  • #3108 Suppress unmapped warning for additional properties -- Thanks @​ReubenFrankel!

v0.47.1 (2025-06-16)

🐛 Fixes

  • #3106 Apply .upper() to metrics_log_level setting value
  • #3102 Bump "build and inspect python package" action in templates and use the name output for the PyPI url

v0.47.0 (2025-06-13)

Highlights

ACTIVATE_VERSION

Taps can now emit ACTIVATE_VERSION messages when the builtin emit_activate_version_messages config is set to True.

Global log level

Setting the <APP_NAME>_LOGLEVEL or LOGLEVEL environment variables will now apply that level to all logs generated by taps , mappers and targets.

post_process

The stream post_process method is now executed for all stream types automatically. This can result in duplicate calls to the function if you have a stream with a custom get_records implementation such as

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

v0.47.4 (2025-06-25)

🐛 Fixes

  • #3138 Ensure Singer SDK warnings are logged (#3127)

v0.47.3 (2025-06-19)

🐛 Fixes

  • #3113 Remove redundant tool.ruff.target-version from tap template

📚 Documentation Improvements

  • #3116 Document post_process changes in 0.47

v0.47.2 (2025-06-17)

🐛 Fixes

  • #3111 Ensure state progress markers in child streams are finalized
  • #3108 Suppress unmapped warning for additional properties -- Thanks @​ReubenFrankel!

v0.47.1 (2025-06-16)

🐛 Fixes

  • #3106 Apply .upper() to metrics_log_level setting value
  • #3102 Bump "build and inspect python package" action in templates and use the name output for the PyPI url

v0.47.0 (2025-06-13)

✨ New

  • #3050 Allow SQL stream implementations to override the SELECT statement filter and limit clauses without modifying extraction logic
  • #3087 Honor <APP_NAME>_LOGLEVEL and LOGLEVEL environment variables across all default logging
  • #2620 Interruption and termination signals are handled in taps and targets
  • #2686 Taps can now opt-in to emitting ACTIVATE_VERSION messages for streams with FULL_TABLE replication
  • #3023 Apply post_process automatically to all stream types

🐛 Fixes

  • #3091 Correctly resolve JSON schema references when multiple properties use the same reference
  • #3048 Avoid emitting message "No schema for record field." when "additionalProperties" is set to true in stream schema -- Thanks @​SidduHussain!
  • #3080 Delay setting up console logging until the CLI is invoked and test log output snapshots
  • #3077 Only finalize state for selected streams
  • #3063 Remove deselected properties from the required properties list in the JSON schema
  • #3069 Update Cookiecutter templates
  • #3065 Revert table name splitting by - in SQL targets when default_target_schema is set, introduced in #3020
  • #3055 Fixed the S3 BATCH extra dependency in templates

... (truncated)

Commits
  • 3eb466a chore: Release v0.47.4 (#3139)
  • a2b8686 fix: Ensure Singer SDK warnings are logged (#3127) (#3138)
  • 2c525ff chore: Release v0.47.3 (#3117)
  • 953c327 docs: Document post_process changes in 0.47 (#3116)
  • 03829d5 fix(templates): Remove redundant tool.ruff.target-version from tap template...
  • f931956 test: Test unmapped properties warning still shows when no additional propert...
  • e2955b5 chore: Bump Ruff to 0.12.0
  • e57687b chore: Release v0.47.2 (#3112)
  • 29ddf3f fix(taps): Ensure state progress markers in child streams are finalized (#3111)
  • 8d0c03f fix(taps): Suppress unmapped warning for additional properties (#3108)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.45.6 to 0.47.4.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.45.6...v0.47.4)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-version: 0.47.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 30, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 11, 2025

Superseded by #48.

@dependabot dependabot Bot closed this Aug 11, 2025
@dependabot dependabot Bot deleted the dependabot/pip/singer-sdk-0.47.4 branch August 11, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants