This is an automated email from the ASF dual-hosted git repository.

singhpk234 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 1e7bb1a6b0 Add changelog entry for CockroachDB support (#3961)
1e7bb1a6b0 is described below

commit 1e7bb1a6b077df4f7494925ed0a89ed7f09c3c59
Author: Prashant Singh <[email protected]>
AuthorDate: Mon Mar 9 15:26:49 2026 -0700

    Add changelog entry for CockroachDB support (#3961)
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 629f6b71be..2cb8a85a01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,6 +60,7 @@ request adding CHANGELOG notes for breaking (!) changes and 
possibly other secti
 - Added support for S3-compatible storage that does not have KMS (use 
`kmsUavailable: true` in catalog storage configuration)
 - Added support for storage-scoped AWS credentials, allowing different AWS 
credentials to be configured per named storage. Enable with the 
`RESOLVE_CREDENTIALS_BY_STORAGE_NAME` feature flag (default: false). Storage 
names can be set explicitly via the `storageName` field on storage 
configuration, or inferred from the first allowed location's host.
 - Added support for persisting Iceberg metrics (ScanReport, CommitReport) to 
the database. Enable by setting 
`polaris.iceberg-metrics.reporting.type=persisting` in configuration. Metrics 
tables are included in the main JDBC schema.
+- Added CockroachDB as a supported database for the relational JDBC 
persistence backend. Set `polaris.persistence.relational.jdbc.database-type` to 
`cockroachdb` to get started.
 
 ### Changes
 

Reply via email to