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>