marekjalovec / steampipe-plugin-make

Use SQL to instantly query Make resources. Open source CLI. No DB required.
Apache License 2.0
5 stars 1 forks source link

Bump github.com/turbot/steampipe-plugin-sdk/v5 from 5.1.0 to 5.3.0 #12

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/turbot/steampipe-plugin-sdk/v5 from 5.1.0 to 5.3.0.

Changelog

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

v5.3.0 [2023-03-16]

What's new

  • Add env var support for limiting the folders from which source files are retrieved. (#540)
  • Add go-getter support to TableMapFunc - add GetSourceFiles method to ConnectionMapData. (#542)

v5.2.0 [2023-03-02]

What's new

  • Add support for update of dynamic plugin schema based on file watching events. (#457)
  • Update SetAllConnectionConfigs to return map of failed connections. (#458) Add support/handling for aggregator connections using dynamic plugins. (#453)
  • Add new Hydrate function wrapper Memoize to replace WithCache. (#499)
  • Replace Mutexes with RWMutexes and update locking to use RLock where possible. (#498)
  • If an empty Matrix is returned from MatrixItemFunc, fetch function should not be called.(#496)
  • Remove need for connection config schema - support hcl tags on connection config struct. (#482)
  • Add support for including child struct properties in connection config. (#168)
  • Instead of renaming _ctx column to dedupe it, implement a set of reserved columns which may not be used. (#536)
  • Add support for like, not like, ilike and not ilike operators in List hydrate functions. (#592)

Bug fixes

  • Fix query cache pending item mechanism. (#511,#512,#517)
  • Fix dynamic plugins exhibiting very high CPU usage due to message stream function. (#537)

BREAKING CHANGE

  • Fix typo in TableMapData - rename ConectionCache to ConnectionCache. (#535)

v5.1.2 [2023-01-24]

Bug fixes

  • Fix cache timeout when doing select * - when adding all columns to the cache request, include the _ctx column. (#490)

v5.1.1 [2023-01-24]

Bug fixes

  • When caching query results, cache all columns, not just those that were requested. (#487)
Commits
  • 7024545 v5.3.0
  • 2b7903e Add env var support for limiting the folders from which source files are retr...
  • 9f796e8 Update IsEOFError to include string "EOF"
  • 886bfe3 v5.2.0
  • ee23309 Update CHANGELOG
  • 6026af1 v5.2.0-rc.9
  • 222bb07 When populating hydrate column map, exclude reserved columns. #536
  • d449446 Fix dynamic plugins exhibiting very high CPU usage due to message stream func...
  • fcc4783 Instead of renaming _ctx column to dedupe it, implement a set of reserved col...
  • af3f938 Fix acceptance test workflow for external contributions
  • 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)
dependabot[bot] commented 1 year ago

Looks like github.com/turbot/steampipe-plugin-sdk/v5 is up-to-date now, so this is no longer needed.