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)
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 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.
Commits
7024545
v5.3.02b7903e
Add env var support for limiting the folders from which source files are retr...9f796e8
Update IsEOFError to include string "EOF"886bfe3
v5.2.0ee23309
Update CHANGELOG6026af1
v5.2.0-rc.9222bb07
When populating hydrate column map, exclude reserved columns. #536d449446
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 contributionsDependabot 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)