jedcunningham commented on code in PR #1052: URL: https://github.com/apache/airflow-site/pull/1052#discussion_r1714288386
########## landing-pages/site/content/en/blog/airflow-2.10.0/index.md: ########## @@ -0,0 +1,174 @@ +--- +title: "Apache Airflow 2.10.0 is here" +linkTitle: "Apache Airflow 2.10.0 is here" +author: "Utkarsh Sharma" +github: "utkarsharma2" +linkedin: "utkarsh-sharma-5791ab8a" +description: "Apache Airflow 2.10.0 is a game-changer, with powerful Dataset improvements and the groundbreaking Hybrid Executor, set to redefine your workflow capabilities!" +tags: [Release] +date: "2024-08-08" +--- + +I'm happy to announce that Apache Airflow 2.10.0 is now available, bringing an array of noteworthy enhancements and new features that will greatly serve our community. + +Apache Airflow 2.10.0 contains over 135 commits, which include 43 new features, 85 improvements, 43 bug fixes, and 26 documentation changes. + +**Details**: + +📦 PyPI: https://pypi.org/project/apache-airflow/2.10.0/ \ +📚 Docs: https://airflow.apache.org/docs/apache-airflow/2.10.0/ \ +🛠 Release Notes: https://airflow.apache.org/docs/apache-airflow/2.10.0/release_notes.html \ +🐳 Docker Image: "docker pull apache/airflow:2.10.0" \ +🚏 Constraints: https://github.com/apache/airflow/tree/constraints-2.10.0 + + +## Hybrid Execution Review Comment: Sorry, missed this. Yeah. Totally open to that and we can link to it here! We did that for [setup/teardown in 2.7](https://airflow.apache.org/blog/introducing_setup_teardown/), if you need another example. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
