Cool :) On Fri, Sep 18, 2026 at 1:12 PM Rahul Vats <[email protected]> wrote:
> Hey fellow Airflowers, > > The release candidate for Apache Airflow Python Client 3.3.2rc1 is now > available for testing! > > This email is calling for a vote on the release, which will last at least > 72 hours, starting Friday, Sept 18, 2026 at 10:00 AM UTC > until Monday, Sept 21, 2026 at 10:00 AM UTC, and until 3 binding +1 votes > have > been received. > > Consider this my (binding) +1. > > Airflow Client 3.3.2rc1 is available at: > https://dist.apache.org/repos/dist/dev/airflow/clients/python/3.3.2rc1/ > > The apache_airflow_client-3.3.2.tar.gz is an sdist release that contains > INSTALL instructions, and also > is the official source release. > > The apache_airflow_client-3.3.2-py3-none-any.whl is a binary wheel release > that pip can install. > > Those packages do not contain .rc* version as, when approved, they will be > released as the final version. > > The rc packages are also available at PyPI (with rc suffix) and you can > install it with pip as usual: > https://pypi.org/project/apache-airflow-client/3.3.2rc1/ > > Public keys are available at: > https://dist.apache.org/repos/dist/release/airflow/KEYS > > Only votes from PMC members are binding, but all members of the community > are encouraged to test the release and vote with "(non-binding)". > > The test procedure for PMC members is described in: > > https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PYTHON_CLIENT.md#verify-the-release-candidate-by-pmc-members > > The test procedure for contributors and members of the community who would > like to test this RC is described in: > > https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PYTHON_CLIENT.md#verify-the-release-candidate-by-contributors > > *Changelog:* > > ## Improvements: > > - Document HTTP statuses that API routes raise but never declared (#71622) > > ## Bug Fixes: > > - Revoke every credential presented to the logout endpoint, not just the > session cookie (#72933) > - Restore counts on the Dag Run and Task Instance lists (#72739) > - Return HTTP 404 from task state store endpoints for unknown task > instances (#71860) > - Mark only a run's most recent asset event as triggering it (#71547) > > Cheers, > Rahul >
