flyrain commented on code in PR #4483: URL: https://github.com/apache/polaris/pull/4483#discussion_r3262756089
########## site/content/downloads/1.5.0/index.md: ########## @@ -0,0 +1,82 @@ +--- +# +# 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.5.0" +linkTitle: "1.5.0" +release_version: "1.5.0" +release_date: "2026-05-18" +weight: -10500 +hide_summary: true +exclude_search: false +type: downloads +menus: + main: + parent: releases + weight: -10500 + identifier: releases-1.5.0 +--- + +Released on May 18th, 2026. + +### Downloads + +| Artifact | PGP Sig | SHA-512 | +|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| +| [source tar.gz](https://dlcdn.apache.org/polaris/1.5.0/apache-polaris-1.5.0.tar.gz) | [.asc](https://dlcdn.apache.org/polaris/1.5.0/apache-polaris-1.5.0.tar.gz.asc) | [.sha512](https://dlcdn.apache.org/polaris/1.5.0/apache-polaris-1.5.0.tar.gz.sha512) | +| [binary tgz](https://dlcdn.apache.org/polaris/1.5.0/polaris-bin-1.5.0.tgz) | [.asc](https://dlcdn.apache.org/polaris/1.5.0/polaris-bin-1.5.0.tgz.asc) | [.sha512](https://dlcdn.apache.org/polaris/1.5.0/polaris-bin-1.5.0.tgz.sha512) | +| [binary zip](https://dlcdn.apache.org/polaris/1.5.0/polaris-bin-1.5.0.zip) | [.asc](https://dlcdn.apache.org/polaris/1.5.0/polaris-bin-1.5.0.zip.asc) | [.sha512](https://dlcdn.apache.org/polaris/1.5.0/polaris-bin-1.5.0.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.5.0/polaris-spark-3.5_2.12-1.5.0-bundle.jar) | [.asc](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.5.0/polaris-spark-3.5_2.12-1.5.0-bundle.jar.asc) | [.sha512](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.5.0/polaris-spark-3.5_2.12-1.5.0-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.5.0/polaris-spark-3.5_2.13-1.5.0-bundle.jar) | [.asc](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.5.0/polaris-spark-3.5_2.13-1.5.0-bundle.jar.asc) | [.sha512](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.5.0/polaris-spark-3.5_2.13-1.5.0-bundle.jar.sha512) | + +### Release Notes + +#### Upgrade notes + +#### Breaking changes + +- The ExternalCatalogFactory interface has been renamed to FederatedCatalogFactory. Its createCatalog() and createGenericCatalog() method signatures have been extended to include a `catalogProperties` parameter of type `Map<String, String>` for passing through proxy and timeout settings to federated catalog HTTP clients. Review Comment: It isn't a breaking change. A breaking change has to be user-faced. Interface and SPI changes are not. cc @flyingImer @singhpk234 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
