Skip to content

Commit eb78da3

Browse files
turebagvasquezvargas
authored andcommitted
pgvector: add release notes for 0.8.1 and 0.8.2
The page for 0.8.1 was missing, and the page for 0.8.2 is to cover the new release that fixes a CVE.
1 parent aacce8d commit eb78da3

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

advocacy_docs/pg_extensions/pgvector/rel_notes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ The `pgvector` documentation describes the latest version of `pgvector`, includi
66

77
| Version | Release Date |
88
| ----------------------------------- | ------------ |
9+
| [0.8.2](pgvector_0.8.2_rel_notes) | 27 Feb 2026 |
10+
| [0.8.1](pgvector_0.8.1_rel_notes) | 04 Nov 2025 |
911
| [0.8.0](pgvector_0.8.0_rel_notes) | 30 Oct 2024 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Release notes for pgvector
3+
navTitle: "Version 0.8.1"
4+
---
5+
6+
In addition to the [pgvector 0.8.1 changes](https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#081-2025-09-04), this release also includes:
7+
8+
| Type | Description |
9+
| ------- | ----------------------------------------------------------------------------------------------------- |
10+
| Feature | Added support for PostgreSQL 18, EDB Postgres Extended Server 18, and EDB Postgres Advanced Server 18 |
11+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Release notes for pgvector
3+
navTitle: "Version 0.8.2"
4+
---
5+
6+
In addition to the [pgvector 0.8.2 changes](https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#082-2026-02-25), this release also includes:
7+
8+
| Type | Description |
9+
| -------- | ------------------------------------------------------------------------ |
10+
| Security | Fixes [CVE-2026-3172](https://github.com/advisories/GHSA-789c-mgqf-5hwx) |

0 commit comments

Comments
 (0)