-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update module github.com/turbot/steampipe-plugin-sdk/v4 to v5 - autoclosed #14
Closed
renovate
wants to merge
1
commit into
main
from
renovate/github.com-turbot-steampipe-plugin-sdk-v4-5.x
Closed
Update module github.com/turbot/steampipe-plugin-sdk/v4 to v5 - autoclosed #14
renovate
wants to merge
1
commit into
main
from
renovate/github.com-turbot-steampipe-plugin-sdk-v4-5.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.1.13
->v5.10.1
Release Notes
turbot/steampipe-plugin-sdk (github.com/turbot/steampipe-plugin-sdk/v4)
v5.10.1
Compare Source
Bug fixes
v5.10.0
Compare Source
What's new?
sp_ctx
andsp_connection_name
columns to all tables. (#769)v5.9.0
Compare Source
What's new?
Bug fixes
v5.8.0
Compare Source
What's new?
steampipe
field to_ctx
column, containing sdk version. (#712)Bug fixes
plugin has no connections
error when deleting and then re-adding a connection. (#725)v5.7.0
Compare Source
What's new?
proto.ColumnDefinition
to include columndefault
andhydrate
function name. (#711)Bug fixes
NullIfEmptySliceValue
panics when input is not a slice. (#707)v5.6.3
Compare Source
Bug fixes
v5.6.2
Compare Source
Bug fixes
initialise
function is now being called for implicit hydrate configs (i.e. hydrate functions without explicit config), thereby preventing nil pointer reference errors when the hydrate function returns an error. (#683)v5.6.1
Compare Source
What's new?
SetConnectionCacheOptions
, a new GRPC endpoint to clear connection cache. (#678)v5.6.0
Compare Source
What's new?
_ctx
column, containing information on hydrate calls and rate limiting (enabled by setting env varSTEAMPIPE_DIAGNOSTIC_LEVEL=all
)List
hydrate functions. (#594).Type
property added toConnectionConfig
protobuf definition and use to determine if a connection is an aggregator. (#590)Equals
function forQualValue
. (#646)Bug fixes
Update the query cache to make all scans a subscriber of the cache request, and decouple the reading ands writing of cached data . (#586)
v5.5.2
Compare Source
What's new?
v5.5.1
Compare Source
What's new?
v5.5.0
Compare Source
What's new?
Bug fixes
GetSourceFiles
to avoid recursing into child folders when not necessary (update go-kit version). (#557)retryInterval
ingetBackoff
. (#558)v5.4.1
Compare Source
Bug fixes
v5.4.0
Compare Source
What's new?
v5.3.0
Compare Source
What's new?
TableMapFunc
- addGetSourceFiles
method toConnectionMapData
. (#542)v5.2.0
Compare Source
What's new?
struct
properties in connection config. (#168)_ctx
column to dedupe it, implement a set of reserved columns which may not be used. (#536)Bug fixes
BREAKING CHANGE
TableMapData
- renameConectionCache
toConnectionCache
. (#535)v5.1.4
Compare Source
v5.1.3
Compare Source
v5.1.2
Compare Source
Bug fixes
select *
- when adding all columns to the cache request, include the_ctx
column. (#490)v5.1.1
Compare Source
Bug fixes
v5.1.0
Compare Source
What's new?
v5.0.2
Compare Source
Bug fixes
v5.0.1
Compare Source
Bug fixes
WithCache
for aggregator connections. (#460)v5.0.0
Compare Source
What's new?
QueryData.GetSourceFiles
which fetches files using go-getter. (#434)watch
. (#451)Bug fixes
Breaking changes
TableMapFunc
has changed tofunc(ctx context.Context, d *TableMapData) (map[string]*Table, error)
where
TableMapData
is:QueryData.QueryStatus.RowsRemaining
has been moved toQueryData.RowsRemaining
. (QueryData.QueryStatus
is no longer exported)QueryData.KeyColumnQuals
has been renamed toEqualsQuals
QueryData.KeyColumnQualsString
has been renamed toEqualsQualString
ConcurrencyManager
andHydrateCall
and no longer exportedConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.