Hi everyone, I've taken a look at the PRs above and also the currently opened PRs. I moved the "feature" PRs to the 0.11 milestone <https://github.com/apache/iceberg-python/milestone/12>. There are a few fixes left in the 0.10 milestone <https://github.com/apache/iceberg-python/milestone/10>. I'm working on addressing those and then we can cut a new release.
Best, Kevin Liu On Mon, Jul 21, 2025 at 12:53 PM Kevin Liu <kevinjq...@apache.org> wrote: > Hey everyone, > > Thanks for chiming in. I'll take a look at some of the remaining items. My > goal is to get 0.10.0 out as soon as possible; it already has so many > amazing features. For features that are still pending, perhaps we can fast > follow with a 0.11 release. > In general, I would like to make more and faster releases so the community > can try out the new features sooner. > > Best, > Kevin Liu > > On Wed, Jul 9, 2025 at 3:07 PM Sung Yun <sungwy...@gmail.com> wrote: > >> Hi Kevin, >> >> Thanks for starting this thread! >> >> I’d like to add the AuthManager and the support for Custom AuthManager >> implementations to the list. >> >> https://github.com/apache/iceberg-python/pull/2055 >> >> Sung >> >> On Fri, Jul 4, 2025 at 3:19 PM Ehsan Totoni <ehsan...@gmail.com> wrote: >> >>> Hi Kevin, >>> >>> Adding Bodo DataFrame integration would be great: >>> https://github.com/apache/iceberg-python/pull/2167 >>> Looking forward to review feedback and would be happy to address them >>> ASAP. >>> >>> Best, >>> Ehsan >>> >>> On Thu, Jul 3, 2025 at 8:52 AM Jayce Slesar <jayces...@gmail.com> wrote: >>> >>>> Hey Kevin! >>>> >>>> In addition to most of those commits since the 0.9.1 release I think >>>> some good ones for the 0.10.0 >>>> <https://github.com/apache/iceberg-python/milestone/10> milestone >>>> would be the following: >>>> >>>> Fixing UUID Support >>>> <https://github.com/apache/iceberg-python/pull/2007> >>>> BigQuery Metastore Catalog >>>> <https://github.com/apache/iceberg-python/pull/2068> (although should >>>> already be able to use with the rest catalog) >>>> Datafusion Integration >>>> <https://github.com/apache/iceberg-python/pull/2075> >>>> Docs cleanup <https://github.com/apache/iceberg-python/pull/2139> >>>> Set + Unsert table properties from the CLI >>>> <https://github.com/apache/iceberg-python/pull/2153> >>>> Supporting pagination in list methods >>>> <https://github.com/apache/iceberg-python/pull/2158> (but looks like >>>> this would be a breaking change, although likely necessary) >>>> >>>> And these two I think are pretty important as they prevent users from >>>> making pretty critical mistakes through pyiceberg >>>> Ensure valid Avro names >>>> <https://github.com/apache/iceberg-python/pull/2136> >>>> Table corruption by dropping sort and partition columns, when we really >>>> should raise an error >>>> <https://github.com/apache/iceberg-python/issues/2166> >>>> >>>> >>>>