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.13.0 #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps singer-sdk from 0.8.0 to 0.13.0.

Release notes

Sourced from singer-sdk's releases.

v0.13.0 (2022-10-24)

✨ New

  • #1096 Add JSON Schema Property(..., secret=True) helper for designating passwords and other credentials within config.
  • #1098 Add JSON Schema helpers for allowed_values (enum) and examples.
  • #1039 Support converting Singer property names to valid database identifiers for SQL targets.

🐛 Fixes

  • #1093 Add environment support to the cookie cutter for meltano.yml.
  • #1036 Create target tables when receiving the SCHEMA message (during add_sink ) to ensure target tables are created even if no records arrive for a stream.

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

... (truncated)

Changelog

Sourced from singer-sdk's changelog.

v0.13.0 (2022-10-24)

✨ New

  • #1098 Add JSON Schema Property helpers for allowed_values (enum) and examples
  • #1096 Add secrets support for tap and target config, via Property(..., secret=True)
  • #1039 Support conforming singer property names to target identifier constraints in SQL sinks

🐛 Fixes

  • #1093 Add environment support to the cookie cutter for meltano.yml
  • #1036 Create schema and table on add_sink

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

... (truncated)

Commits
  • 1f06154 chore: Release v0.13.0 (#1103)
  • 6607487 feat: add JSON Schema Property helpers for allowed_values (enum) and `e...
  • 6cdb0fd chore(deps): Bump commitizen-tools/commitizen-action from 0.15.0 to 0.15.1 (#...
  • cdc7a11 chore(deps): Bump actions/download-artifact from 3.0.0 to 3.0.1 (#1101)
  • 6661aff chore(deps): Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#1102)
  • 253851e feat: add secrets support for tap and target config, via `Property(..., secre...
  • c699c72 chore(deps-dev): Bump types-simplejson from 3.17.7 to 3.17.7.1 (#1097)
  • 6563a47 fix(templates): add environment support to the cookie cutter for `meltano.yml...
  • 6d11a41 chore(deps): Bump pyjwt from 2.5.0 to 2.6.0 (#1089)
  • 937acf3 feat: Support conforming singer property names to target identifier constrain...
  • 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.13.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.13.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 31, 2022
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.

None yet

0 participants