Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ import { Callout } from "@stainless-api/docs/components";

<Callout variant="warning">

{C.PG} 15 support is deprecated and will be removed from {C.TIMESCALE_DB} in June 2026.
{C.TIMESCALE_DB} 2.28.x is the final minor version to support {C.PG} 15. Support for {C.PG} 15 is dropped in 2.29.0; patch releases in the 2.28.x cycle continue to support it.

</Callout>

<div className="pg-compat-matrix">

| {C.TIMESCALE_DB} version |{C.PG} 18|{C.PG} 17|{C.PG} 16|{C.PG} 15|{C.PG} 14|{C.PG} 13|{C.PG} 12|{C.PG} 11|{C.PG} 10|
|-----------------------|-|-|-|-|-|-|-|-|-|
| 2.28.x |✅|✅|✅|✅|❌|❌|❌|❌|❌|❌|
| 2.27.x |✅|✅|✅|✅|❌|❌|❌|❌|❌|❌|
| 2.26.x |✅|✅|✅|✅|❌|❌|❌|❌|❌|❌|
| 2.25.x |✅|✅|✅|✅|❌|❌|❌|❌|❌|❌|
Expand Down
Loading