Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions advocacy_docs/pg_extensions/pgvector/rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ The `pgvector` documentation describes the latest version of `pgvector`, includi

| Version | Release Date |
| ----------------------------------- | ------------ |
| [0.8.2](pgvector_0.8.2_rel_notes) | 27 Feb 2026 |
| [0.8.1](pgvector_0.8.1_rel_notes) | 04 Nov 2025 |
| [0.8.0](pgvector_0.8.0_rel_notes) | 30 Oct 2024 |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Release notes for pgvector
navTitle: "Version 0.8.1"
---

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:

| Type | Description |
| ------- | ----------------------------------------------------------------------------------------------------- |
| Feature | Added support for PostgreSQL 18, EDB Postgres Extended Server 18, and EDB Postgres Advanced Server 18. |

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Release notes for pgvector
navTitle: "Version 0.8.2"
---

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:

| Type | Description |
| -------- | ------------------------------------------------------------------------ |
| Security | This release includes a security fix [CVE-2026-3172](https://github.com/advisories/GHSA-789c-mgqf-5hwx). |
Loading