Installed the bits and tested this for the AIP-103 test plan: https://cwiki.apache.org/confluence/spaces/AIRFLOW/pages/430408590/Test+cases+AIP103+Task+State+Management .
All the issues from beta1 have been resolved now. Thanks & Regards, Amogh Desai On Sun, Jun 28, 2026 at 5:45 PM PoAn Yang <[email protected]> wrote: > I checked 3.3.0b2 with Asset Partitioning / Task and Asset State Store. I > also tested it with PostgreSQL / MySQL migrations. All looks good. > > Thank you, > PoAn > > > On Jun 27, 2026, at 3:21 PM, Wei Lee <[email protected]> wrote: > > > > Tested 3.3.0b2 with Python 3.10 using a community Airflow deployment, > and verified that SQLite migrations work. > > > > Best, > > Wei > > > >> On Jun 24, 2026, at 10:15 PM, Yeonguk Choo <[email protected]> > wrote: > >> > >> I tested 3.3.0b2 on macOS and Ubuntu 26.04 with Python 3.12 (PyPI > install). > >> CLI, REST API v2, UI, and several example Dags all worked end-to-end > without issues. > >> No blockers from my side. Thanks :) > >> > >> Yeonguk > >> > >> On 2026/06/24 11:29:29 Rahul Vats wrote: > >>> Dear Airflow Community, > >>> > >>> I am excited to announce the availability of Apache Airflow 3.3.0b2 for > >>> testing! > >>> > >>> This is a beta release, so do not run it in production. It may contain > >>> significant issues, and you will likely need to reset your database > between > >>> this and subsequent beta or release-candidate versions. (Consider > yourself > >>> warned!) > >>> > >>> This release is intended for Airflow developers only, to test the build > >>> and start preparing for Airflow 3.3.0. This is not an official release > — > >>> that will happen when we create a release candidate and hold a vote. > >>> > >>> What's new in Airflow 3.3? > >>> > >>> Airflow 3.3.0 introduces significant enhancements while maintaining > >>> compatibility with Airflow 3.2 deployments. Please refer to the release > >>> notes below for details. > >>> > >>> - Docs (preview): > >>> > https://airflow.stage.apache.org/docs/apache-airflow/3.3.0/release_notes.html#airflow-3-3-0b2-2026-07-06 > >>> - Release Notes: > >>> https://github.com/apache/airflow/blob/3.3.0b2/RELEASE_NOTES.rst > >>> > >>> Testing instructions using PyPI > >>> > >>> You can build a virtualenv that installs this and the other required > >>> packages (e.g. Task SDK) like this: > >>> > >>> uv venv > >>> uv pip install -U \ > >>> apache-airflow==3.3.0b2 \ > >>> apache-airflow-core==3.3.0b2 \ > >>> apache-airflow-task-sdk==1.3.0b2 > >>> > >>> Constraints files are at: > >>> https://github.com/apache/airflow/tree/constraints-3.3.0b2 > >>> > >>> The beta snapshot is also available in our SVN dev area: > >>> - https://dist.apache.org/repos/dist/dev/airflow/3.3.0b2/ > >>> - https://dist.apache.org/repos/dist/dev/airflow/task-sdk/1.3.0b2/ > >>> > >>> Public keys for verification are available at: > >>> https://downloads.apache.org/airflow/KEYS > >>> > >>> Get Involved > >>> > >>> We encourage the community to test this release and report any issues > or > >>> feedback. Your contributions help us ensure a stable and reliable > Airflow > >>> 3.3.0 release. > >>> > >>> Please report issues on GitHub at > >>> https://github.com/apache/airflow/issues and > >>> add the affected_version:3.3.0beta label. > >>> > >>> A huge thank you to all the contributors who have worked on this > release! > >>> > >>> Regards, > >>> Rahul Vats > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
