Skip to content

Commit

Permalink
v5.9.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Feb 19, 2024
1 parent c857732 commit 39a2d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## v5.9.0 [2024-02-15]
_What's new?_
* Added function `plugin.MemoizeHydrate` which should be used instead of `Memoize` when passing hydrate calls to a table definition.
At present, the original function names for `Memoized` hydrate calls are incorrectly resolved. `MemoizeHydrate` returns a `NamedHydrateFunc` which contains the original name. ([#738](https://github.com/turbot/steampipe-plugin-sdk/issues/738))
* Remove support for Memoized functions to be directly assigned as column hydrate functions. Instead require a wrapper hydrate function. (#756) ([#738](https://github.com/turbot/steampipe-plugin-sdk/issues/738))

_Bug fixes_
* If cache is disabled for the server, but enabled for the client, the query execution code tries to stream to the cache even though there is not active set operation. ([#740](https://github.com/turbot/steampipe-plugin-sdk/issues/740))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var version = "5.9.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
// such as "dev" (in development), "beta", "rc1", etc.
var prerelease = ""
var prerelease = "rc.5"

// semVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit 39a2d57

Please sign in to comment.