shaped-ai / target-clickhouse

Meltano Target for Clickhouse
Apache License 2.0
8 stars 15 forks source link

Bump singer-sdk from 0.35.1 to 0.36.1 #150

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps singer-sdk from 0.35.1 to 0.36.1.

Release notes

Sourced from singer-sdk's releases.

v0.36.1 (2024-03-13)

šŸ› Fixes

  • #2310 Limited importlib-resources to < 6.2 due to breaking changes
  • #2288 Bumped min joblib dependency to >=1.3.0Ā and replaced deprecated parallel_backend with parallel_config -- Thanks @ā€‹BuzzCutNorman!
  • #2281 The state_partition_context dictionary is now correctly interpolated in the error message when duplicate partitions/contexts are detected in the input state
  • #2274 Test workflow now fails for any Python matrix job failure in cookiecutter template -- Thanks @ā€‹ReubenFrankel!

v0.36.0 (2024-02-26)

āœØ New

  • #2241 JSON schema keywords such as maxLength are now supported in StringType, IntegerType and NumberType JSON schema helpers
  • #2263 Nested settings are now documented in the output of --about --format=markdown
  • #2248 Targets now accept a batch_size_rows setting to configure how many rows are loaded in each record batch -- Thanks @ā€‹BuzzCutNorman!

šŸ› Fixes

  • #2258 Database disconnects are now handled via SQLAlchemy pool_pre_ping parameter

āš™ļø Under the Hood

  • #2220 Deprecated singer_sdk.authenticators.BasicAuthenticator in favor of requests.auth.HTTPBasicAuth

v0.36.0rc1

First v0.36.0 RC!

v0.35.2 (2024-02-19)

šŸ› Fixes

  • #2252 Null type is now correctly appended as {"type": "null"} to oneOf types
Changelog

Sourced from singer-sdk's changelog.

v0.36.1 (2024-03-13)

šŸ› Fixes

  • #2310 Limited importlib-resources to < 6.2 due to breaking changes
  • #2288 Bumped min joblib dependency to >=1.3.0Ā and replaced deprecated parallel_backend with parallel_config -- Thanks @ā€‹BuzzCutNorman!
  • #2281 The state_partition_context dictionary is now correctly interpolated in the error message when duplicate partitions/contexts are detected in the input state
  • #2274 Test workflow now fails for any Python matrix job failure in cookiecutter template -- Thanks @ā€‹ReubenFrankel!

v0.36.0 (2024-02-26)

āœØ New

  • #2241 JSON schema keywords such as maxLength are now supported in StringType, IntegerType and NumberType JSON schema helpers
  • #2263 Nested settings are now documented in the output of --about --format=markdown
  • #2248 Targets now accept a batch_size_rows setting to configure how many rows are loaded in each record batch -- Thanks @ā€‹BuzzCutNorman!

šŸ› Fixes

  • #2258 Database disconnects are now handled via SQLAlchemy pool_pre_ping parameter

āš™ļø Under the Hood

  • #2220 Deprecated singer_sdk.authenticators.BasicAuthenticator in favor of requests.auth.HTTPBasicAuth

v0.35.2 (2024-02-19)

šŸ› Fixes

  • #2252 Null type is now correctly appended as {"type": "null"} to oneOf types
Commits
  • 9549a82 chore: Fix version bump (#2314)
  • a6753fd chore: Release v0.36.1 (#2315)
  • 2e3aff5 fix(deps): Limited importlib-resources to < 6.2 due to breaking changes (#2...
  • 0d54ebe chore: pre-commit autoupdate (#2309)
  • 4f4944e chore(deps-dev): bump types-jsonschema from 4.21.0.20240118 to 4.21.0.2024031...
  • 370e034 chore(deps-dev): bump types-simplejson from 3.19.0.20240218 to 3.19.0.2024031...
  • 7017760 chore(deps-dev): bump types-pyyaml from 6.0.12.12 to 6.0.12.20240311 (#2306)
  • cbc3aa9 chore(deps): bump the actions group with 3 updates (#2303)
  • 393ef80 chore(deps): bump packaging from 23.2 to 24.0 (#2305)
  • 29016e2 chore(deps-dev): bump types-python-dateutil from 2.8.19.20240106 to 2.8.19.20...
  • 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 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)
dependabot[bot] commented 4 months ago

Superseded by #158.