You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## v0.2.3 [2021-03-03]
2
+
_What's new?_
3
+
* Increase timeout for plugin update HTTP call. ([#216](https://github.com/turbot/steampipe/issues/216))
4
+
*`plugin update` now checks installed version of a plugin is out of date before updating. ([#234](https://github.com/turbot/steampipe/issues/234))
5
+
* Improve the error messages for sql errors. ([#118](https://github.com/turbot/steampipe/issues/118))
6
+
* Wrap `plugin list` output to window width. ([#235](https://github.com/turbot/steampipe/issues/235))
7
+
8
+
_Bug fixes_
9
+
* Fix timestamp quals not being passed to plugin. ([#247](https://github.com/turbot/steampipe/issues/247))
10
+
* Fix `steampipe server not found` error after failed connection validation. ([#220](https://github.com/turbot/steampipe/issues/220))
11
+
* Ensure all panics are recovered. ([#246](https://github.com/turbot/steampipe/issues/246))
12
+
1
13
## v0.2.2 [2021-02-25]
2
14
_What's new?_
3
15
* Set Inspect column width to no larger than required to display data. ([#155](https://github.com/turbot/steampipe/issues/155))
0 commit comments