Skip to content

Commit 697888f

Browse files
authored
Merge branch 'v2.1.x' into develop (#632)
2 parents 70892c8 + b92b5ec commit 697888f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/buildimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build-osx:
1818
name: Build for Darwin x86_64
19-
runs-on: macos-13
19+
runs-on: macos-15-intel
2020
steps:
2121
- name: Install PostgreSQL@14
2222
run: brew install --force postgresql@14

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.1.5 [2026-02-06]
2+
_Bug fixes_
3+
- Fix memory leaks caused by unfreed `C.CString()` allocations across multiple functions. ([#618](https://github.com/turbot/steampipe-postgres-fdw/pull/618), [#620](https://github.com/turbot/steampipe-postgres-fdw/pull/620), [#622](https://github.com/turbot/steampipe-postgres-fdw/pull/622), [#624](https://github.com/turbot/steampipe-postgres-fdw/pull/624), [#631](https://github.com/turbot/steampipe-postgres-fdw/pull/631))
4+
15
## v2.1.4 [2025-11-20]
26
_Dependencies_
37
- Upgraded dependencies to remediate vulnerabilities.

0 commit comments

Comments
 (0)