MeltanoLabs / tap-postgres

Singer Tap for PostgreSQL
https://hub.meltano.com/extractors/tap-postgres--meltanolabs/
Other
16 stars 16 forks source link

build(deps): Bump singer-sdk from 0.35.2 to 0.36.0 #376

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps singer-sdk from 0.35.2 to 0.36.0.

Release notes

Sourced from singer-sdk's releases.

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!

Changelog

Sourced from singer-sdk's changelog.

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
Commits
  • 836d5be chore: Release v0.36.0 (#2272)
  • ed866d5 chore: Update locked dependencies (#2271)
  • 120552e chore(deps): bump pytest from 8.0.1 to 8.0.2 (#2270)
  • 6bf17f4 chore(deps-dev): bump coverage from 7.4.2 to 7.4.3 (#2269)
  • 07d3de5 chore(deps): bump importlib-resources from 6.1.1 to 6.1.2 (#2267)
  • 7c5095a chore(deps): bump cryptography from 42.0.4 to 42.0.5 (#2268)
  • 862ae34 chore(deps): bump typing-extensions from 4.9.0 to 4.10.0 (#2266)
  • d9b51ed chore(deps): bump poetry from 1.7.1 to 1.8.0 in /.github/workflows (#2265)
  • 58c41d7 feat: JSON schema keywords such as maxLength are now supported in `StringTy...
  • ae7614e feat: Nested settings are now documented in the output of `--about --format=m...
  • 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 will merge this PR once CI passes on it, as requested by @visch.


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)
visch commented 4 months ago

@dependabot squash and merge