Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Dec 22, 2023
1 parent fbbf0cc commit d9bb5d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.9.1 [2023-12-22]
_Whats new_
* allow using pprof on FDW when STEAMPIPE_FDW_PPROF environment variable is set. ([#368](https://github.com/turbot/steampipe-postgres-fdw/issues/368))

_Bug fixes_
* Row count is incorrect when using aggregator connections. ([#402](https://github.com/turbot/steampipe-postgres-fdw/issues/402))
* OpenTelemetry metric names must only contain `[A-Za-z0-9_.-]`. ([#369](https://github.com/turbot/steampipe-postgres-fdw/issues/369))
* Update makefile to install into `STEAMPIPE_INSTALL_DIR` if set.


## v1.9.0 [2023-09-29]
_Whats new_
* Add ability to clear connection cache by inserting into `steampipe_settings` table. ([#360](https://github.com/turbot/steampipe-postgres-fdw/issues/360))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// The main version number that is being run at the moment.
var fdwVersion = "1.9.0"
var fdwVersion = "1.9.1"

// 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
Expand Down

0 comments on commit d9bb5d4

Please sign in to comment.