Skip to content

Bump github.com/turbot/tailpipe-plugin-sdk from 0.2.0 to 0.6.1 #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps github.com/turbot/tailpipe-plugin-sdk from 0.2.0 to 0.6.1.

Changelog

Sourced from github.com/turbot/tailpipe-plugin-sdk's changelog.

v0.6.1 [2025-05-16] Bug fixes

  • Update checkJsonlSize to skip check if no min size is set. (#204)

  • v0.6.0 [2025-05-16] Whats new

  • Add support for zip artifact loaders. (#195)

v0.5.1 [2025-04-25]

Whats new

  • When describing a source, include all properties. (#199)

v0.5.0 [2025-04-25]

Whats new

  • Add support for enforcing size limits on temporary directory max_temp_dir_mb by limiting total JSONL disk usage. (#192)
    • Set max JSON size to 75% of the configured max_temp_cache_mb
    • Implement Pause and Resume functionality for RowSource conversion, collection to be paused to allow JSON to be processed and removed from disk.
    • Add GetFolderFileSizeMb to support conversion-time file size assessments.

v0.4.0 [2025-04-25]

Whats new

  • Add WithHeaderRowNotification RowSourceOption, which can be set to enable a mapper to be notified of the header row of an artifact. (#186)

Bug fixes

  • Fix source file error for custom tables when using S3 or other external source. (#188)

v0.3.1 [2025-04-16]

Bug fixes

  • Fix Column level null_if not being respected. (#182)
  • Fix missing required column is not being reported as a row error. (#181)

v0.3.0 [2025-04-15]

Whats new

  • Add support for custom tables.
  • Add jsonl and delimited formats, which support for directly converting delimited and JSONL source files to JSONL.
  • Add ConversionSchema which specifies a separate set of source columns to the output columns
  • Improve error handling - allow for non fatal source errors. (#148)
  • Update goduckdb to v2.1.0

Bug fixes

  • Update schema type normalisation to only adjust the case of type names, not struct/array/union member properties.
  • Fix race condition in OnArtifactDownloaded - add additional wait group increment/decrement.
Commits
  • 60b8f64 Update CHANGELOG for v0.6.1 (#208)
  • 32f0e8e Update checkJsonlSize to skip check if no min size is set. Closes #204
  • 64fa374 Update CHANGELOG
  • 40c5e1a feat(artifact_loader): added support for zip artifact loaders. Closes #195
  • ef622c7 Merge pull request #200 from turbot/v0.5.x
  • 7673fa8 When describing a source, include all properties. Closes #199
  • 428a149 Rename TempCacheMaxMb to TempDirMaxMb
  • 5bd81b8 Add PauseProcessingOnly to PausableObservable - CollectorImpl pauses processi...
  • aa14fdb Add support for enforcing max_temp_cache_mb by limiting total JSONL disk usag...
  • a4ec4ca Merge pull request #189 from turbot/v0.4.x
  • 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 <dependency name> 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)

Bumps [github.com/turbot/tailpipe-plugin-sdk](https://github.com/turbot/tailpipe-plugin-sdk) from 0.2.0 to 0.6.1.
- [Changelog](https://github.com/turbot/tailpipe-plugin-sdk/blob/v0.6.1/CHANGELOG.md)
- [Commits](turbot/tailpipe-plugin-sdk@v0.2.0...v0.6.1)

---
updated-dependencies:
- dependency-name: github.com/turbot/tailpipe-plugin-sdk
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency file updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants