Skip to content

Commit

Permalink
v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Nov 28, 2023
1 parent 40dcb25 commit ceaf92c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v5.7.0 [2023-11-28]
_What's new?_
* Update `proto.ColumnDefinition` to include column `default` and `hydrate` function name. ([#711](https://github.com/turbot/steampipe-plugin-sdk/issues/711))
* Show connection name along with error message. ([#684](https://github.com/turbot/steampipe-plugin-sdk/issues/684))
* Dynamically allocate a TCP port when STEAMPIPE_PPROF environment variable is set.

_Bug fixes_
* Fix issue where `NullIfEmptySliceValue` panics when input is not a slice. ([#707](https://github.com/turbot/steampipe-plugin-sdk/issues/707))

## v5.6.3 [2023-11-06]
_Bug fixes_
* Fix expired credentials sometimes being left in connection cache - update connection cache to use a backing store per connection, rather than a shared backing store. ([#699](https://github.com/turbot/steampipe-plugin-sdk/issues/699))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var ProtocolVersion int64 = 20220201

// Version is the main version number that is being run at the moment.
var version = "5.6.3"
var version = "5.7.0"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
Expand Down

0 comments on commit ceaf92c

Please sign in to comment.