Skip to content
Merged
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
47 changes: 47 additions & 0 deletions site/content/blog/2025/09/19/apache-polaris-1.1.0-incubating.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
title: Apache Polaris 1.1.0-incubating has been released!
date: 2025-09-19
---

The Apache Polaris team is pleased to announce Apache Polaris 1.1.0-incubating.

This release includes:
* **New features & enchancements**
** Support for non-AWS S3 compatible storage with STS
** Use of Realm instead of RealmId
** Documentation improvements (release process, multi-realms configuration)
* **Bug fixes**
** Fix drop view with default server configuration
** Fix MinIO support
** Remove ThreadLocal

This release can be downloaded:
* https://polaris.apache.org/downloads/

The artifacts are available on Maven Central.

The Docker images are available on Docker Hub:
* https://hub.docker.com/r/apache/polaris/tags
* https://hub.docker.com/r/apache/polaris-admin-tool/tags

Enjoy !

The Apache Polaris team.
25 changes: 22 additions & 3 deletions site/content/downloads/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,26 @@ params:
## Helm Chart
Repo: https://downloads.apache.org/incubator/polaris/helm-chart

## 1.0.1 release
## 1.1.0
| Artifact | PGP Sig | SHA-512 |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---|
| [source tar.gz](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz) | [.asc](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz.sha512) |
| [binary tgz](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.tgz) | [.asc](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.tgz.sha512) |
| [binary zip](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.zip) | [.asc](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.zip.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.zip.sha512) |
| [Spark 3.5 with Scala 2.12 Client Jar](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.1.0-incubating/polaris-spark-3.5_2.12-1.1.0-incubating-bundle.jar) | [.asc](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.1.0-incubating/polaris-spark-3.5_2.12-1.1.0-incubating-bundle.jar.asc) | [.sha512](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.1.0-incubating/polaris-spark-3.5_2.12-1.1.0-incubating-bundle.jar.sha512) |
| [Spark 3.5 with Scala 2.13 Client Jar](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.1.0-incubating/polaris-spark-3.5_2.13-1.1.0-incubating-bundle.jar) | [.asc](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.1.0-incubating/polaris-spark-3.5_2.13-1.1.0-incubating-bundle.jar.asc) | [.sha512](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.1.0-incubating/polaris-spark-3.5_2.13-1.1.0-incubating-bundle.jar.sha512) |

Apache Polaris 1.1.0-incubating was released on September 19th, 2025.
- **New features & enhancements**
- Support for non-AWS S3 compatible storage with STS
- Use of Realm instead of RealmId
- Documentation improvements (release process, multi-realms configuration)
- **Bug fixes**
- Fix drop view with default server configuration
- Fix MinIO support
- Remove ThreadLocal

## 1.0.1
| Artifact | PGP Sig | SHA-512 |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---|
| [source tar.gz](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/apache-polaris-1.0.1-incubating.tar.gz) | [.asc](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/apache-polaris-1.0.1-incubating.tar.gz.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/apache-polaris-1.0.1-incubating.tar.gz.sha512) |
Expand All @@ -43,7 +62,7 @@ Apache Polaris 1.0.1-incubating was released on August 16th, 2025. It's a mainte
- remove db-kind in Helm Chart
- add relational-jdbc to helm

## 1.0.0 release
## 1.0.0
| Artifact | PGP Sig | SHA-512 |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---|
| [source tar.gz](https://downloads.apache.org/incubator/polaris/1.0.0-incubating/apache-polaris-1.0.0-incubating.tar.gz) | [.asc](https://downloads.apache.org/incubator/polaris/1.0.0-incubating/apache-polaris-1.0.0-incubating.tar.gz.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.0.0-incubating/apache-polaris-1.0.0-incubating.tar.gz.sha512) |
Expand Down Expand Up @@ -78,7 +97,7 @@ Apache Polaris 1.0.0-incubating was released on July 9th, 2025.
- **Server Configuration** – The format used to configure the Polaris service in 0.9 has changed with the migration to Quarkus and changes to configurations
- **Bootstrap Flow** – The bootstrap flow used in 0.9 has changed with the migration to Quarkus and the new admin tool

## 0.9.0 release
## 0.9.0

| Artifact | PGP Sig | SHA-512 |
|------------------------------------------------------------------------------------------------------------------------------------------|---|---|
Expand Down
11 changes: 8 additions & 3 deletions site/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ params:
# at the very right in the navbar.
active_releases:
# Mention all active releases here, in semver descending order
- "1.1.0"
- "1.0.1"
- "1.0.0"
- "0.9.0"
Expand Down Expand Up @@ -103,18 +104,22 @@ menu:
url: "/in-dev/unreleased/"
parent: "releases"
weight: 10
- name: "1.1.0"
url: "/releases/1.1.0/"
parent: "releases"
weight: 20
- name: "1.0.1"
url: "/releases/1.0.1/"
parent: "releases"
weight: 20
weight: 30
- name: "1.0.0"
url: "/releases/1.0.0/"
parent: "releases"
weight: 30
weight: 40
- name: "0.9.0"
url: "/releases/0.9.0/"
parent: "releases"
weight: 40
weight: 50

- name: "Downloads"
identifier: "downloads"
Expand Down