Skip to content

fix(deps): update dependency singer-sdk to ~=0.47.0#205

Merged
edgarrmondragon merged 2 commits into
mainfrom
renovate/singer-sdk-0.47.x
Jun 30, 2025
Merged

fix(deps): update dependency singer-sdk to ~=0.47.0#205
edgarrmondragon merged 2 commits into
mainfrom
renovate/singer-sdk-0.47.x

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
singer-sdk (changelog) ~=0.46.0 -> ~=0.47.0 age adoption passing confidence

Release Notes

meltano/sdk (singer-sdk)

v0.47.0

Compare Source

✨ 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
  • #​3054 Pass auth callable/tuple to each tap API request
  • #​3044 Formalize setting any falsy replication key as a way to force full-table replication
⚙️ Under the Hood
  • #​3097 Rely on dict.setdefault to fill in state dictionary
  • #​3096 Move Tox configuration to pyproject.toml in tap, mapper and target templates
  • #​3094 Make context parameter of SQLStream.build_query a keyword-only argument
  • #​3093 Group all SQL tap query-building steps into SQLStream.build_query
  • #​3078 Introduce basic TypedDict for tap state
  • #​3024 Deprecate returning tuples of (record, child context) from Stream.get_records
  • #​3056 Quiet down some tap and target logs from INFO to DEBUG
  • #​3061 Retrieve BATCH storage object only once per set of files
  • #​3049 Fix the expected type of Stream.primary_keys to always be a sequence
📚 Documentation Improvements
  • #​3095 Clarify that using --discover and --catalog=<catalog file> together is not supported
  • #​3083 Update supported Python versions in the contribution guide -- Thanks @​rafalkrupinski!

Configuration

📅 Schedule: Branch creation - Between 04:00 PM and 06:59 PM, only on Monday ( * 16-18 * * 1 ) in timezone America/Mexico_City, Automerge - Between 07:00 AM and 09:59 AM, only on Wednesday ( * 7-9 * * 3 ) in timezone America/Mexico_City.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2025
@renovate renovate Bot requested a review from edgarrmondragon as a code owner June 30, 2025 15:41
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2025
@renovate renovate Bot force-pushed the renovate/singer-sdk-0.47.x branch 2 times, most recently from 1d8842a to 2deafc4 Compare June 30, 2025 15:43
@renovate renovate Bot force-pushed the renovate/singer-sdk-0.47.x branch from 2deafc4 to dbf6cc7 Compare June 30, 2025 15:47
@renovate

renovate Bot commented Jun 30, 2025

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@edgarrmondragon edgarrmondragon added this pull request to the merge queue Jun 30, 2025
Merged via the queue into main with commit d1dbc03 Jun 30, 2025
10 checks passed
@edgarrmondragon edgarrmondragon deleted the renovate/singer-sdk-0.47.x branch June 30, 2025 17:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant