Steampipe Plugin SDK v5.9.0 - Fix bug when cache is disabled for the server, but enabled for the client
Feb 26, 2024•sdk
What's new?
- Removed support for Memoized functions to be directly assigned as column hydrate functions. Instead, require a wrapper hydrate function. (#756) (#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 no active set operation. (#740)