|
1 | | -## v1.1.0 [tbd] |
| 1 | +## v1.1.0 [2022-05-20] |
2 | 2 | _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)) |
4 | 7 |
|
5 | 8 | ## v1.0.0 [2022-05-09] |
6 | 9 | _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)) |
9 | 12 |
|
10 | 13 | _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)) |
13 | 16 |
|
14 | 17 | ## v0.4.0 [2022-03-10] |
15 | 18 | _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)) |
18 | 21 |
|
19 | 22 | * _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)) |
22 | 25 |
|
23 | 26 | ## v0.3.5 [2022-08-02] |
24 | 27 | _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)) |
26 | 29 |
|
27 | 30 | ## v0.3.4 [2022-02-01] |
28 | 31 | _Bug fixes_ |
29 | 32 | * Do not set connection config when creating connection plugin for a GetSchema call - but do set it otherwise |
30 | 33 |
|
31 | 34 | ## v0.3.3 [2022-02-01] |
32 | 35 | _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)) |
34 | 37 |
|
35 | 38 | ## v0.3.2 [2021-12-21] |
36 | 39 | _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)) |
38 | 41 |
|
39 | 42 | ## v0.3.1 [2021-12-21] |
40 | 43 | _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)) |
42 | 45 |
|
43 | 46 | ## v0.3.0 [2021-11-02] |
44 | 47 | _What's new?_ |
|
0 commit comments