This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
omit e896e83 Add new committers: Ry Walker & Leah Cole to project.rst
(#9892)
omit 98c8864 Add Qingping Hou to committers list (#9725)
omit e55f9e1 Updated link to official documentation (#9629)
omit fab690f Add DateTimeSensor (#9697)
omit ecc8e24 Create a short-link for Airflow Slack Invites (#10034)
omit 9d78eb9 Fix docstrings in BigQueryGetDataOperator (#10042)
omit 12c00b6 UI Graph View: Focus upstream / downstream task dependencies
on mouseover (#9303)
omit e97794c Allow `image` in `KubernetesPodOperator` to be templated
(#10068)
omit 6b77671 Set language on code-block on docs/howto/email-config.rst
(#10238)
omit 667ef75 Remove duplicate line from 1.10.10 CHANGELOG (#10289)
omit 87986f3 Add ClusterPolicyViolation support to airflow local settings
(#10282)
omit 687b29b Fix clear future recursive when ExternalTaskMarker is used
(#9515)
omit 3251f6b Get Airflow configs with sensitive data from Secret Backends
(#9645)
omit cafeb81 [AIRFLOW-4734] Upsert functionality for
PostgresHook.insert_rows() (#8625)
omit 881c271 [AIRFLOW-6843] Add delete_option_kwargs to
delete_namespaced_pod (#7523)
omit 356ffbc Improve process terminating in scheduler_job (#8064)
omit 5f4aed9 Replace deprecated base classes used in
bigquery_check_operator (#10272)
omit 6a729c5 Handle IntegrityError while creating TIs (#10136)
omit a758af0 Fix airflow-webserver startup errors when using Kerberos Auth
(#10047)
omit 84e52e8 [AIRFLOW-5897] Allow setting -1 as pool slots value in
webserver (#6550)
omit 440bbfe Remove chart from exported sources
omit c5a941b Fixes treatment of open slots in scheduler (#9316) (#9505)
omit 4f7c991 Update JS packages to latest versions (#9811) (#9921)
omit ab5dd24 Use Hash of Serialized DAG to determine DAG is changed or not
(#10227)
omit 8d2753e Update Serialized DAGs in Webserver when DAGs are Updated
(#9851)
omit fde8f04 Don't Update Serialized DAGs in DB if DAG didn't change
(#9850)
omit d5372d5 Add __repr__ to SerializedDagModel (#9862)
omit f426fac Respect DAG Serialization setting when running sync_perm
(#10321)
omit d636886 Improve heading on Email Configuration page (#10175)
omit 9d905da Fix link for the Jinja Project in docs/tutorial.rst (#10245)
omit 12a5792 Create separate section for Cron Presets (#10247)
omit 046eb6a Add Syntax Highlights to code-blocks in
docs/best-practices.rst (#10258)
omit d344a1c Limit all google-cloud api to <2.0.0 (#10317)
omit ccbe56a [AIRFLOW-6706] Lazy load operator extra links (#7327) (#10318)
omit c374a80 show correct duration on graph view for running task (#8311)
(#8675)
omit f41f9ec Fix regression in SQLThresholdCheckOperator (#9312)
omit ab5343d [AIRFLOW-6931] Fixed migrations to find all dependencies for
MSSQL (#9891)
omit 7061c83 Avoid sharing session with RenderedTaskInstanceFields write
and delete (#9993)
omit ff4baf6 Add Snowflake support to SQL operator and sensor (#9843)
omit 5ab6543 Fixes name of pre-commit cache for multiple branches (#10299)
omit 242d6d0 Makes multi-namespace mode optional (#9570)
omit c47a7c4 Fix KubernetesPodOperator reattachment (#10230)
omit c230156 Fix more PodMutationHook issues for backwards compatibility
(#10084)
omit 3e1d88e Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks
omit 1a8ba6a Add getimport for xcom change
omit ec1cb7d Make XCom 2.7 compatible
omit 64c89db Allow to define custom XCom class (#8560)
new 05fc4b2 Allow to define custom XCom class (#8560)
new ff129f2 Pin fsspec<8.0.0 for Python <3.6 to fix Static Checks
new 88062f2 Fix more PodMutationHook issues for backwards compatibility
(#10084)
new 37f08f2 Fix KubernetesPodOperator reattachment (#10230)
new 66d0210 Makes multi-namespace mode optional (#9570)
new 23788d6 Fixes name of pre-commit cache for multiple branches (#10299)
new e62d3cd Add Snowflake support to SQL operator and sensor (#9843)
new 21066c2 Avoid sharing session with RenderedTaskInstanceFields write
and delete (#9993)
new 9031fbe [AIRFLOW-6931] Fixed migrations to find all dependencies for
MSSQL (#9891)
new 1e10085 Fix regression in SQLThresholdCheckOperator (#9312)
new 277f33c show correct duration on graph view for running task (#8311)
(#8675)
new ea32d0d [AIRFLOW-6706] Lazy load operator extra links (#7327) (#10318)
new a411383 Limit all google-cloud api to <2.0.0 (#10317)
new e83f79b Add Syntax Highlights to code-blocks in
docs/best-practices.rst (#10258)
new 081263e Create separate section for Cron Presets (#10247)
new 2df8a65 Fix link for the Jinja Project in docs/tutorial.rst (#10245)
new 63db610 Improve heading on Email Configuration page (#10175)
new fd0756c Respect DAG Serialization setting when running sync_perm
(#10321)
new b8d8834 Add __repr__ to SerializedDagModel (#9862)
new b9d2aaf Don't Update Serialized DAGs in DB if DAG didn't change
(#9850)
new b95126b Update Serialized DAGs in Webserver when DAGs are Updated
(#9851)
new d420398 Use Hash of Serialized DAG to determine DAG is changed or not
(#10227)
new 177dad5 Update JS packages to latest versions (#9811) (#9921)
new 93bf005 Fixes treatment of open slots in scheduler (#9316) (#9505)
new 0ee6ce8 Remove chart from exported sources
new f978542 [AIRFLOW-5897] Allow setting -1 as pool slots value in
webserver (#6550)
new 6015c70 Fix airflow-webserver startup errors when using Kerberos Auth
(#10047)
new e3c1f1e Handle IntegrityError while creating TIs (#10136)
new ea4ad50 Replace deprecated base classes used in
bigquery_check_operator (#10272)
new 4457ad5 Improve process terminating in scheduler_job (#8064)
new 5e15da1 [AIRFLOW-6843] Add delete_option_kwargs to
delete_namespaced_pod (#7523)
new 111ba69 [AIRFLOW-4734] Upsert functionality for
PostgresHook.insert_rows() (#8625)
new 85a8e68 Get Airflow configs with sensitive data from Secret Backends
(#9645)
new da2c957 Fix clear future recursive when ExternalTaskMarker is used
(#9515)
new cd583d1 Add ClusterPolicyViolation support to airflow local settings
(#10282)
new edc2037 Remove duplicate line from 1.10.10 CHANGELOG (#10289)
new 1812950 Set language on code-block on docs/howto/email-config.rst
(#10238)
new 2cc302a Allow `image` in `KubernetesPodOperator` to be templated
(#10068)
new 9dcd69f UI Graph View: Focus upstream / downstream task dependencies
on mouseover (#9303)
new ff641e8 Fix docstrings in BigQueryGetDataOperator (#10042)
new f6b20fd Create a short-link for Airflow Slack Invites (#10034)
new 5efcf90 Add DateTimeSensor (#9697)
new 18cd69e Updated link to official documentation (#9629)
new d05837d Add Qingping Hou to committers list (#9725)
new d731914 Add new committers: Ry Walker & Leah Cole to project.rst
(#9892)
new 7ea4b39 Bump version to 1.10.12
new b45ed51 Add Changelog for 1.10.12
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e896e83)
\
N -- N -- N refs/heads/v1-10-test (b45ed51)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 47 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.txt | 75 +++++++++++++++++++++++++++++++++++++
airflow/config_templates/config.yml | 3 +-
airflow/configuration.py | 2 +-
airflow/models/xcom.py | 17 ---------
airflow/version.py | 2 +-
5 files changed, 79 insertions(+), 20 deletions(-)