Back to Iceberg

Apache Iceberg Python 0.11.0 Release

site/docs/blog/posts/2026-02-10-iceberg-python-0.11.0-release.md

latest6.5 KB
Original Source
<!-- - 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. -->

The Apache Iceberg community is pleased to announce the 0.11.0 release of Apache Iceberg Python. This release includes over 380 pull requests from 50+ contributors, including 28 first-time contributors.

These notes cover the highlights. For the full list, see the changelog.

<!-- more -->

Release Highlights

Reads and Writes

Snapshot Management

Catalog Improvements

ORC Read Support

Full ORC read support was added to the PyArrow I/O layer.

Sort Order Evolution

Sort order can now be updated on existing tables without recreating them.

Supported Endpoints in ConfigResponse

REST catalogs can now declare which endpoints they support via the ConfigResponse. The client checks operations against that set, falling back to defaults for older servers that don't return the field. If you call something the server doesn't support, you get a clear error instead of a cryptic failure.

REST Scan Planning

Table scans can now be planned server-side by REST catalogs. This release adds synchronous planning where the client sends a scan request and the server returns file scan tasks to be read. Async planning (submit, poll, cancel) is planned for a future release.

Breaking Changes

Infrastructure Improvements

Contributors

$ git shortlog --perl-regexp --author='^((?!dependabot\[bot\]).*)$' -sn pyiceberg-0.10.0..pyiceberg-0.11.0
    44  Kevin Liu
    30  Drew Gallardo
    19  Alex Stephen
    16  Fokko Driesprong
     6  Gabriel Igliozzi
     4  Aniket
     4  Neelesh Salian
     4  Soham
     4  Somasundaram Sekar
     3  Brad Cannon
     3  Jaime Fernández
     3  Manu Zhang
     2  Luke Fitzgerald
     2  Yujiang Zhong
     1  Alex
     1  Anton-Tarazi
     1  Bharath Krishna
     1  Ehsan Totoni
     1  Elton SV
     1  FANNG
     1  Gowthami B
     1  Grégoire Clément
     1  Hanzhi Wang
     1  Honah (Jonas) J.
     1  Ian Atkinson
     1  Jayce Slesar
     1  Jiajia Li
     1  Kevin Jiao
     1  Kyle Heath
     1  Leandro Martelli
     1  Luiz Otavio Vilas Boas Oliveira
     1  NNSatyaKarthik
     1  NikitaMatskevich
     1  Quentin FLEURENT NAMBOT
     1  Ragnar Dahlén
     1  Raúl Cumplido
     1  Stanley Law
     1  Stats
     1  Thomas Powell
     1  Tiansu
     1  Tom
     1  Victorien
     1  Yftach Zur
     1  Yuya Ebihara
     1  chao qian
     1  fcfangcc
     1  gmweaver
     1  jeroko
     1  jtuglu1
     1  nathanbijleveld
     1  vinjai

We thank all contributors for their efforts in making this release possible!

Getting Involved

The PyIceberg project welcomes contributions. We use GitHub issues for tracking work and the Apache Iceberg Community Slack for discussions.

The easiest way to get started is to:

  1. Try PyIceberg with your workloads and report any issues you encounter
  2. Review the contributor guide
  3. Look for good first issues

For more information, visit the PyIceberg repository or the documentation.