Skip to content

Commit 9166f46

Browse files
committed
Update CHANGELOG.md for v1.1.0
1 parent c05bdfb commit 9166f46

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,47 @@
1-
## v1.1.0 [tbd]
1+
## v1.1.0 [2022-05-20]
22
_What's new?_
3-
* Add support for JSONB quals [#185](https://github.com/turbot/steampipe-postgres-fdw/issues/185)
3+
* Add support for JSONB quals. ([#185](https://github.com/turbot/steampipe-postgres-fdw/issues/185))
4+
5+
_Bug fixes_
6+
* Fix EOF errors and other query failures caused by invalid index in `columnFromVar`. ([#187](https://github.com/turbot/steampipe-postgres-fdw/issues/187))
47

58
## v1.0.0 [2022-05-09]
69
_What's new?_
7-
* Add support for Postgres 14. [#179](https://github.com/turbot/steampipe-postgres-fdw/issues/179)
8-
* Update Go version to 1.18. [#163](https://github.com/turbot/steampipe-postgres-fdw/issues/163)
10+
* Add support for Postgres 14. ([#179](https://github.com/turbot/steampipe-postgres-fdw/issues/179))
11+
* Update Go version to 1.18. ([#163](https://github.com/turbot/steampipe-postgres-fdw/issues/163))
912

1013
_Bug fixes_
11-
* Fix JSON data with \u0000 errors in Postgres with "unsupported Unicode escape sequence". [#118](https://github.com/turbot/steampipe-postgres-fdw/issues/118)
12-
* Escape quotes in all postgres object names. [#178](https://github.com/turbot/steampipe-postgres-fdw/issues/178)
14+
* Fix JSON data with \u0000 errors in Postgres with "unsupported Unicode escape sequence". ([#118](https://github.com/turbot/steampipe-postgres-fdw/issues/118))
15+
* Escape quotes in all postgres object names. ([#178](https://github.com/turbot/steampipe-postgres-fdw/issues/178))
1316

1417
## v0.4.0 [2022-03-10]
1518
_What's new?_
16-
* Add support for ltree column type. [#138](https://github.com/turbot/steampipe-postgres-fdw/issues/138)
17-
* Add support for inet column type. [#156](https://github.com/turbot/steampipe-postgres-fdw/issues/156)
19+
* Add support for ltree column type. ([#138](https://github.com/turbot/steampipe-postgres-fdw/issues/138))
20+
* Add support for inet column type. ([#156](https://github.com/turbot/steampipe-postgres-fdw/issues/156))
1821

1922
* _Bug fixes_
20-
* Fix refreshing an aggregate connection causing a plugin crash. [#152](https://github.com/turbot/steampipe-postgres-fdw/issues/152)
21-
* Fix 'is nil' qual causing a plugin NRE. [#154](https://github.com/turbot/steampipe-postgres-fdw/issues/154)
23+
* Fix refreshing an aggregate connection causing a plugin crash. ([#152](https://github.com/turbot/steampipe-postgres-fdw/issues/152))
24+
* Fix 'is nil' qual causing a plugin NRE. ([#154](https://github.com/turbot/steampipe-postgres-fdw/issues/154))
2225

2326
## v0.3.5 [2022-08-02]
2427
_Bug fixes_
25-
* Fix FDW crash when failing to start a plugin because of a validation error. [#146](https://github.com/turbot/steampipe-postgres-fdw/issues/146)
28+
* Fix FDW crash when failing to start a plugin because of a validation error. ([#146](https://github.com/turbot/steampipe-postgres-fdw/issues/146))
2629

2730
## v0.3.4 [2022-02-01]
2831
_Bug fixes_
2932
* Do not set connection config when creating connection plugin for a GetSchema call - but do set it otherwise
3033

3134
## v0.3.3 [2022-02-01]
3235
_Bug fixes_
33-
* Do not set connection config when creating connection plugin - as it will already have been set by Steampipe CLI. [#139](https://github.com/turbot/steampipe-postgres-fdw/issues/139)
36+
* Do not set connection config when creating connection plugin - as it will already have been set by Steampipe CLI. ([#139](https://github.com/turbot/steampipe-postgres-fdw/issues/139))
3437

3538
## v0.3.2 [2021-12-21]
3639
_Bug fixes_
37-
* Fixes issue where FDW log entries were using a different format from Postgres. [#134](https://github.com/turbot/steampipe-postgres-fdw/issues/134)
40+
* Fixes issue where FDW log entries were using a different format from Postgres. ([#134](https://github.com/turbot/steampipe-postgres-fdw/issues/134))
3841

3942
## v0.3.1 [2021-12-21]
4043
_What's new?_
41-
* Update PathKeys code to give required key columns a lower cost than optional key columns ([#116](https://github.com/turbot/steampipe-postgres-fdw/issues/116), [#117](https://github.com/turbot/steampipe-postgres-fdw/issues/117)
44+
* Update PathKeys code to give required key columns a lower cost than optional key columns ([#116](https://github.com/turbot/steampipe-postgres-fdw/issues/116), [#117](https://github.com/turbot/steampipe-postgres-fdw/issues/117))
4245

4346
## v0.3.0 [2021-11-02]
4447
_What's new?_

0 commit comments

Comments
 (0)