Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

build(deps): bump singer-sdk from 0.8.0 to 0.12.0 #42

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps singer-sdk from 0.8.0 to 0.12.0.

Release notes

Sourced from singer-sdk's releases.

v0.12.0 (2022-10-17)

✨ New

🐛 Fixes

  • #1043 Support Windows-style storage paths in BATCH message type config -- Thanks @​BuzzCutNorman!
  • #1001 Fixed column name rendering for the allow_column_alter error message.

⚡ Performance

  • #1032 SQL streams now only include columns in the SELECT statement which are selected in the catalog.

📚 Documentation Improvements

v0.11.1 (2022-09-27)

🐛 Fixes

  • #999 Resolve issue where file paths created by taps in BATCH mode can't be processed by the Sink.

v0.11.0 (2022-09-23)

✨ New

🐛 Fixes

  • #979 Resolve install failures on certain images due to missing wheels for ciso8601.
  • #972 Resolve issue where TypeError is thrown by SQLConnector cookiecutter implementation due to super() references.

📚 Documentation Improvements

  • #988 Add pipe before SDK logo in header.
  • #970 Move cookiecutter TODOs into markdown comments.

⚙️ Under the hood

  • #979 Remove dependency on pipelinewise-singer-python and move Singer library code into private module singer_sdk._singerlib.

v0.10.0 (2022-09-08)

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

v0.12.0 (2022-10-17)

✨ New

  • #1032 Support stream property selection push-down in SQL streams
  • #978 Allow configuring a dedicated metrics logger

🐛 Fixes

  • #1043 Batch storage split_url to work with Windows paths -- Thanks @​BuzzCutNorman!
  • #826 Remove Poetry version pin for GitHub Actions -- Thanks @​visch!
  • #1001 Use column name in allow_column_alter error message

📚 Documentation Improvements

  • #1060 Add explanation and recommendations for context usage
  • #1074 Document an example implementation and usage of BaseHATEOASPaginator
  • #1020 Fixed typo in docs/stream_maps.md -- Thanks @​spacecowboy!
  • #1006 Add links to Meltano install/tut

v0.11.1 (2022-09-27)

🐛 Fixes

  • #999 Absolute file paths created by taps running in BATCH mode can't be processed by the Sink

📚 Documentation Improvements

  • Change targetUrl of semantic PR title check to point to SDK docs

v0.11.0 (2022-09-23)

✨ New

  • #968 Added cookiecutter support and docs for VSCode debugging
  • #904 Add support for new BATCH message type in taps and targets

🐛 Fixes

  • #972 Resolve issue where TypeError is thrown by SQLConnector cookiecutter implementation due to super() references

📚 Documentation Improvements

  • #988 Add pipe before SDK logo in header
  • #970 Move cookiecutter TODOs into markdown comments

v0.10.0 (2022-09-12)

✨ New

... (truncated)

Commits
  • bc3ff08 chore(deps): Bump sqlalchemy from 1.4.41 to 1.4.42 (#1077)
  • a2e93da chore(deps-dev): Bump types-python-dateutil from 2.8.19 to 2.8.19.2 (#1078)
  • aa79ed3 chore(deps): Bump pip from 22.2.2 to 22.3 in /.github/workflows (#1076)
  • 947cd55 chore(deps): Bump sphinx from 5.2.3 to 5.3.0 (#1079)
  • 3998cfe chore: Release v0.12.0 (#1075)
  • c859845 docs: Add explanation and recommendations for context usage (#1060)
  • b9f693b docs: Document an example implementation and usage of BaseHATEOASPaginator ...
  • 0bbe4cb chore: Update logo (#1072)
  • 7b901e7 chore(deps): Bump cryptography from 38.0.1 to 38.0.2 (#1067)
  • cebcf70 chore(deps-dev): Bump sqlalchemy2-stubs from 0.0.2a28 to 0.0.2a29 (#1066)
  • 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 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.8.0 to 0.12.0.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.8.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 24, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #43.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/pip/singer-sdk-0.12.0 branch October 31, 2022 13:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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