From 79622c2569edcde08b9db62762c42c00741a5317 Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:21:30 +0200 Subject: [PATCH 1/2] Prepare docs for Oct 2nd wave of providers --- .../commits.rst | 2110 +-------------- .../apache-airflow-providers-amazon/index.rst | 9 +- .../commits.rst | 497 +--- .../index.rst | 6 +- .../commits.rst | 496 +--- .../index.rst | 6 +- .../commits.rst | 450 +--- .../index.rst | 2 +- .../commits.rst | 456 +--- .../index.rst | 8 +- .../commits.rst | 578 +---- .../index.rst | 6 +- .../commits.rst | 336 +-- .../index.rst | 11 +- .../commits.rst | 1273 +-------- .../index.rst | 6 +- .../commits.rst | 528 +--- .../index.rst | 6 +- .../commits.rst | 780 +----- .../index.rst | 6 +- .../commits.rst | 438 +--- .../index.rst | 8 +- docs/apache-airflow-providers-fab/commits.rst | 229 +- docs/apache-airflow-providers-fab/index.rst | 10 +- .../commits.rst | 2272 +---------------- .../apache-airflow-providers-google/index.rst | 13 +- .../apache-airflow-providers-http/commits.rst | 560 +--- docs/apache-airflow-providers-http/index.rst | 6 +- .../commits.rst | 433 +--- .../index.rst | 2 +- .../commits.rst | 1097 +------- .../index.rst | 64 +- .../commits.rst | 413 +-- docs/apache-airflow-providers-mongo/index.rst | 2 +- .../commits.rst | 626 +---- docs/apache-airflow-providers-mysql/index.rst | 6 +- .../apache-airflow-providers-odbc/commits.rst | 421 +-- docs/apache-airflow-providers-odbc/index.rst | 6 +- .../commits.rst | 394 +-- .../index.rst | 8 +- .../commits.rst | 517 +--- .../apache-airflow-providers-oracle/index.rst | 6 +- .../commits.rst | 570 +---- docs/apache-airflow-providers-slack/index.rst | 6 +- docs/apache-airflow-providers-ssh/commits.rst | 570 +---- docs/apache-airflow-providers-ssh/index.rst | 2 +- .../airflow/providers/amazon/CHANGELOG.rst | 25 +- .../src/airflow/providers/amazon/__init__.py | 2 +- .../airflow/providers/amazon/provider.yaml | 3 +- .../providers/apache/beam/CHANGELOG.rst | 14 + .../airflow/providers/apache/beam/__init__.py | 2 +- .../providers/apache/beam/provider.yaml | 3 +- .../providers/apache/druid/CHANGELOG.rst | 13 + .../providers/apache/druid/__init__.py | 2 +- .../providers/apache/druid/provider.yaml | 3 +- .../providers/apache/hdfs/CHANGELOG.rst | 18 + .../airflow/providers/apache/hdfs/__init__.py | 2 +- .../providers/apache/hdfs/provider.yaml | 3 +- .../providers/apache/livy/CHANGELOG.rst | 13 + .../airflow/providers/apache/livy/__init__.py | 2 +- .../providers/apache/livy/provider.yaml | 3 +- .../providers/apache/spark/CHANGELOG.rst | 13 + .../providers/apache/spark/__init__.py | 2 +- .../providers/apache/spark/provider.yaml | 3 +- .../airflow/providers/cloudant/CHANGELOG.rst | 14 + .../airflow/providers/cloudant/__init__.py | 2 +- .../airflow/providers/cloudant/provider.yaml | 3 +- .../providers/cncf/kubernetes/CHANGELOG.rst | 22 + .../providers/cncf/kubernetes/__init__.py | 2 +- .../providers/cncf/kubernetes/provider.yaml | 3 +- .../providers/common/sql/CHANGELOG.rst | 20 + .../airflow/providers/common/sql/__init__.py | 2 +- .../providers/common/sql/provider.yaml | 3 +- .../providers/databricks/CHANGELOG.rst | 20 + .../airflow/providers/databricks/__init__.py | 2 +- .../providers/databricks/provider.yaml | 3 +- .../airflow/providers/dbt/cloud/CHANGELOG.rst | 13 + .../airflow/providers/dbt/cloud/__init__.py | 2 +- .../airflow/providers/dbt/cloud/provider.yaml | 3 +- .../src/airflow/providers/fab/CHANGELOG.rst | 26 + .../src/airflow/providers/fab/__init__.py | 2 +- .../src/airflow/providers/fab/provider.yaml | 3 +- .../airflow/providers/google/CHANGELOG.rst | 31 + .../src/airflow/providers/google/__init__.py | 2 +- .../airflow/providers/google/provider.yaml | 3 +- .../src/airflow/providers/http/CHANGELOG.rst | 20 + .../src/airflow/providers/http/__init__.py | 2 +- .../src/airflow/providers/http/provider.yaml | 3 +- .../airflow/providers/jenkins/CHANGELOG.rst | 13 + .../src/airflow/providers/jenkins/__init__.py | 2 +- .../airflow/providers/jenkins/provider.yaml | 3 +- .../providers/microsoft/azure/CHANGELOG.rst | 23 + .../providers/microsoft/azure/__init__.py | 2 +- .../providers/microsoft/azure/provider.yaml | 3 +- .../src/airflow/providers/mongo/CHANGELOG.rst | 13 + .../src/airflow/providers/mongo/__init__.py | 2 +- .../src/airflow/providers/mongo/provider.yaml | 3 +- .../src/airflow/providers/mysql/CHANGELOG.rst | 13 + .../src/airflow/providers/mysql/__init__.py | 2 +- .../src/airflow/providers/mysql/provider.yaml | 3 +- .../src/airflow/providers/odbc/CHANGELOG.rst | 13 + .../src/airflow/providers/odbc/__init__.py | 2 +- .../src/airflow/providers/odbc/provider.yaml | 3 +- .../providers/openlineage/CHANGELOG.rst | 20 + .../airflow/providers/openlineage/__init__.py | 2 +- .../providers/openlineage/provider.yaml | 3 +- .../airflow/providers/oracle/CHANGELOG.rst | 13 + .../src/airflow/providers/oracle/__init__.py | 2 +- .../airflow/providers/oracle/provider.yaml | 3 +- .../src/airflow/providers/slack/CHANGELOG.rst | 14 + .../src/airflow/providers/slack/__init__.py | 2 +- .../src/airflow/providers/slack/provider.yaml | 3 +- .../src/airflow/providers/ssh/CHANGELOG.rst | 13 + .../src/airflow/providers/ssh/__init__.py | 2 +- .../src/airflow/providers/ssh/provider.yaml | 3 +- 115 files changed, 750 insertions(+), 16011 deletions(-) diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst index 07aa8f84e0aee..329dd5196f649 100644 --- a/docs/apache-airflow-providers-amazon/commits.rst +++ b/docs/apache-airflow-providers-amazon/commits.rst @@ -35,2110 +35,20 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-09 ``Revert "Remove 'sqlalchemy-redshift' dependency from Amazon provider (#42830)" (#42864)`` -`3b4c73a644 `_ 2024-10-08 ``Remove 'sqlalchemy-redshift' dependency from Amazon provider (#42830)`` -`63ff22f403 `_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` -`1cb9294c64 `_ 2024-10-06 ``Removed conditional check for task context logging in airflow version 2.8.0 and above (#42764)`` -`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` -`568162263d `_ 2024-09-26 ``Remove deprecated stuff from Amazon provider package (#42450)`` -`ac0711f0f1 `_ 2024-09-26 ``'S3DeleteObjects' Operator: Handle dates passed as strings (#42464)`` -`f6852c2c55 `_ 2024-09-25 ``Remove identity center auth manager cli (#42481)`` -`663da777f9 `_ 2024-09-25 ``Small fix to AWS AVP cli init script (#42479)`` -`18c54bcb42 `_ 2024-09-25 ``#42442 Make the AWS logging faster by reducing the amount of sleep (#42449)`` -`d87f9b0505 `_ 2024-09-25 ``Refactor AWS Auth manager user output (#42454)`` -`ab3429c318 `_ 2024-09-24 ``Add STOPPED to the failure cases for Sagemaker Training Jobs (#42423)`` -`8580e6d046 `_ 2024-09-24 ``Support session reuse in 'RedshiftDataOperator' (#42218)`` -`4c8c72f4a4 `_ 2024-09-24 ``Fix logout in AWS auth manager (#42447)`` -`b9629d99b2 `_ 2024-09-24 ``fix(providers/amazon): handle ClientError raised after key is missing during table.get_item (#42408)`` -================================================================================================= =========== ======================================================================================================== - -8.29.0 -...... - -Latest change: 2024-09-21 - -================================================================================================= =========== ================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================= -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`4afc2569b1 `_ 2024-09-16 ``ECSExecutor: Drop params that aren't compatible with EC2 (#42228)`` -`5fb0d65aaf `_ 2024-09-11 ``Adding support for volume configurations in ECSRunTaskOperator (#42087)`` -`1bde32ab7b `_ 2024-09-11 ``Actually move saml to amazon provider (mistakenly added in papermill) (#42148)`` -`c7fd6b445f `_ 2024-09-06 ``Fix 'GlueDataBrewStartJobOperator' template fields (#42073)`` -`12bb8b3524 `_ 2024-09-05 ``Use base aws classes in AWS Glue DataBrew Operators/Triggers (#41848)`` -`bfbff66a20 `_ 2024-09-04 ``validate aws service exceptions in waiters (#41941)`` -`7b6eb92537 `_ 2024-09-04 ``Move 'register_views' to auth manager interface (#41777)`` -`062fb3a438 `_ 2024-08-30 ``Fix treatment of "#" in S3Hook.parse_s3_url() (#41796)`` -`615cddf427 `_ 2024-08-27 ``airflow.models.taskinstance deprecations removed (#41784)`` -`00e5976bde `_ 2024-08-25 ``remove soft_fail part2 (#41727)`` -`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` -`410b57795b `_ 2024-08-21 ``fix: select_query should have precedence over default query in RedshiftToS3Operator (#41634)`` -`9af26368df `_ 2024-08-21 ``fix: remove part of openlineage extraction from S3ToRedshiftOperator (#41631)`` -`79f6383c38 `_ 2024-08-21 ``filename template arg in providers file task handlers backward compitability support (#41633)`` -`1b602d5026 `_ 2024-08-20 ``Limit watchtower as depenendcy as 3.3.0 breaks moin. (#41612)`` -`716c4300a6 `_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` -`a2b8696bdb `_ 2024-08-19 ``Openlineage s3 to redshift operator integration (#41575)`` -================================================================================================= =========== ================================================================================================= - -8.28.0 -...... - -Latest change: 2024-08-19 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`e92cf81805 `_ 2024-08-17 ``Fix 'AwsTaskLogFetcher' missing logs (#41515)`` -`f2b7bb8803 `_ 2024-08-16 ``Partial fix for example_dynamodb_to_s3.py (#41517)`` -`a70ee7209c `_ 2024-08-15 ``Add incremental export and cross account export functionality in 'DynamoDBToS3Operator' (#41304)`` -`c8fc0ade09 `_ 2024-08-15 ``Remove deprecated code is AWS provider (#41407)`` -`fb378bdf2e `_ 2024-08-14 ``Issue-41243 Fix the Exception name and unpin dependency (#41256)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`ce1163a713 `_ 2024-08-11 ``typo (#41381)`` -`4d45c005b7 `_ 2024-08-09 ``EKS Overrides for AWS Batch submit_job (#40718)`` -`454b5bbf52 `_ 2024-08-07 ``Fix RedshiftDataOperator not running in deferred mode when it should (#41206)`` -`181c1c3a63 `_ 2024-08-03 ``Limit moto temporarily - 5.0.12 is breaking our tests (#41244)`` -================================================================================================= =========== ==================================================================================================== - -8.27.0 -...... - -Latest change: 2024-08-03 - -================================================================================================= =========== ================================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================================================= -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`7fe573317e `_ 2024-08-01 ``Fix AWS Redshift operators and sensors (#41191)`` -`ab0cf2eb25 `_ 2024-07-31 ``Deprecate 'SageMakerTrainingPrintLogTrigger' (#41158)`` -`97c4fdce71 `_ 2024-07-29 ``Fix 'EmrServerlessStartJobOperator' (#41103)`` -`7126678e87 `_ 2024-07-28 ``Prepare Providers docs ad hoc release (#41074)`` -`c519920661 `_ 2024-07-26 ``Make EMR Container Trigger max attempts retries match the Operator (#41008)`` -`83ca61a501 `_ 2024-07-26 ``Fix 'RdsStopDbOperator' operator in deferrable mode (#41059)`` -`68b3159210 `_ 2024-07-24 ``Add RedriveExecution support to 'StepFunctionStartExecutionOperator' (#40976)`` -`b4e82cf66f `_ 2024-07-24 ``Update 'example_redshift' and 'example_redshift_s3_transfers' to use 'RedshiftDataHook' instead of 'RedshiftSQLHook' (#40970)`` -`0206a4cbcf `_ 2024-07-23 ``openlineage: migrate OpenLineage provider to V2 facets. (#39530)`` -`8a912f9fa0 `_ 2024-07-23 ``[AIP-62] Translate AIP-60 URI to OpenLineage (#40173)`` -`5702481af4 `_ 2024-07-22 ``Move AWS Managed Service for Apache Flink sensor states to Hook (#40896)`` -`0212f67192 `_ 2024-07-22 ``openlineage: add support for hook lineage for S3Hook (#40819)`` -`f684a58822 `_ 2024-07-19 ``Replace usages of task context logger with the log table (#40867)`` -`06b19eb8b0 `_ 2024-07-18 ``Fix 'RedshiftCreateClusterOperator' to always specify 'PubliclyAccessible' (#40872)`` -`a4e3fbed1a `_ 2024-07-18 ``Introduce Amazon Kinesis Analytics V2 (Managed Service for Apache Flink application) (#40765)`` -================================================================================================= =========== ================================================================================================================================= - -8.26.0 -...... - -Latest change: 2024-07-12 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`c09fcdf1d0 `_ 2024-07-12 ``Prepare Providers docs RC2 1st wave July 2024 (#40750)`` -`6b9214508a `_ 2024-07-11 ``Send important executor logs to task logs in 'AwsBatchExecutor' (#40698)`` -`a11d273af5 `_ 2024-07-11 ``Fix deferrable AWS SageMaker operators (#40706)`` -`aca140a2c1 `_ 2024-07-10 ``Send important executor logs to task logs (#40468)`` -`224cb75be1 `_ 2024-07-10 ``Make 'AwsAuthManager' compatible with only Airflow >= 2.9 (#40690)`` -`c627311863 `_ 2024-07-10 ``feat(aws): provide the context to check_fn in S3 sensor (#40686)`` -`0d0cfec70d `_ 2024-07-09 ``Add serialization opt to s3 operator (#40659)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`d2b61976a4 `_ 2024-07-08 ``Share data loader to across asyncio boto sessions (#40658)`` -`c72920af3b `_ 2024-07-06 ``Do not dynamically determine op links for emr serverless (#40627)`` -`b7d0bf9800 `_ 2024-07-04 ``fix OpenLineage extraction for AthenaOperator (#40545)`` -`8e04ef088f `_ 2024-07-02 ``Be able to remove ACL in S3 hook's copy_object (#40518)`` -`015ac89689 `_ 2024-07-02 ``Use base aws classes in AWS Glue Data Catalog Sensors (#40492)`` -`b8aab5cf63 `_ 2024-07-02 ``Use base aws classes in AWS Glue Crawlers Operators/Sensors/Triggers (#40504)`` -`5ec81b6f95 `_ 2024-06-28 ``Fix docs build re aws changelog (#40488)`` -`8d5dbaae37 `_ 2024-06-28 ``Remove todo re bucket_name decorator in s3 hook (#40485)`` -`bbfeee4aee `_ 2024-06-28 ``Reduce memory footprint of s3 key trigger (#40473)`` -`6c12744dd8 `_ 2024-06-28 ``Adding cluster to ecs trigger event to avoid defer error (#40482)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ================================================================================= - -8.25.0 -...... - -Latest change: 2024-06-22 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`d5fb711ae0 `_ 2024-06-19 ``Add Amazon Comprehend Document Classifier (#40287)`` -`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` -`6f4098487d `_ 2024-06-14 ``openlineage, redshift: do not call DB for schemas below Airflow 2.10 (#40197)`` -`835f28c8b9 `_ 2024-06-12 ``Lazy match escaped quotes in 'RedshiftToS3Operator' (#40206)`` -`15178b6953 `_ 2024-06-08 ``Use stdlib 'importlib.metadata' for retrieve 'botocore' package version (#40137)`` -`22bd188439 `_ 2024-06-08 ``Fix 'importlib_metadata' import in aws utils (#40134)`` -================================================================================================= =========== ==================================================================================== - -8.24.0 -...... - -Latest change: 2024-06-07 - -================================================================================================= =========== ================================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================================ -`35bece7dc3 `_ 2024-06-07 ``Prepare docs 1st wave June 2024 (#40057)`` -`42a2b1a3bb `_ 2024-06-06 ``Fix aws assume role session creation when deferrable (#40051)`` -`06a200d5fa `_ 2024-06-05 ``Bump boto min versions (#40052)`` -`99dd24b436 `_ 2024-06-04 ``Doc-only: mention minimum boto3 1.34.52 for AWS provider when using Batch 'ecs_properties_override' (#39983)`` -`ea682382bc `_ 2024-06-04 ``Adding Glue Data Quality Rule Recommendation Run (#40014)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -`19c145c9ef `_ 2024-06-03 ``Resolve aws emr deprecations in tests (#40020)`` -`357988831a `_ 2024-06-02 ``Deduplicate model name in SageMakerTransformOperator (#39956)`` -`78523fdbf1 `_ 2024-05-31 ``Adding Amazon Glue Data Quality Service (#39923)`` -`fcd1a26a9a `_ 2024-05-31 ``Allow user-specified object attributes to be used in check_fn for S3KeySensor (#39950)`` -`fa0aaf694e `_ 2024-05-31 ``Resolving EMR notebook deprecated warnings (#39829)`` -`ddcc1b3a00 `_ 2024-05-30 ``Fix: remove process_func from templated_fields (#39948)`` -`11f219abff `_ 2024-05-30 ``Prepare docs 4th wave May 2024 (#39934)`` -`5f2ebb312b `_ 2024-05-29 ``ECS Overrides for AWS Batch submit_job (#39903)`` -`53081cd342 `_ 2024-05-27 ``Implement amazon s3 to dynamodb transfer operator (#39654)`` -`8a35a6abdc `_ 2024-05-26 ``Resolving ECS fargate deprecated warnings (#39834)`` -================================================================================================= =========== ================================================================================================================ - -8.23.0 -...... - -Latest change: 2024-05-26 - -================================================================================================= =========== ============================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================================================== -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`e565cea65c `_ 2024-05-23 ``Resolving EMR deprecated warnings (#39743)`` -`7b588b4dd9 `_ 2024-05-22 ``misc: add comment about remove unused code (#39748)`` -`a78ee74b6a `_ 2024-05-22 ``bugfix: handle invalid cluster states in NeptuneStopDbClusterOperator (#38287)`` -`49b38719e2 `_ 2024-05-21 ``Fix automatic termination issue in 'EmrOperator' by ensuring 'waiter_max_attempts' is set for deferrable triggers (#38658)`` -`8d1bd345b2 `_ 2024-05-17 ``fix: empty openlineage dataset name for AthenaExtractor (#39677)`` -`f3687b68a6 `_ 2024-05-16 ``Sagemaker trigger: pass the job name as part of the event (#39671)`` -`9ea78d9d72 `_ 2024-05-15 ``Fix default value for aws batch operator retry strategy (#39608)`` -`9284dc5391 `_ 2024-05-15 ``Amazon Bedrock - Retrieve and RetrieveAndGenerate (#39500)`` -`9dd77520be `_ 2024-05-15 ``Introduce Amazon Comprehend Service (#39592)`` -`339ea508e2 `_ 2024-05-14 ``Handle task adoption for batch executor (#39590)`` -================================================================================================= =========== ============================================================================================================================== - -8.22.0 -...... - -Latest change: 2024-05-12 - -================================================================================================= =========== ======================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================== -`97e867f170 `_ 2024-05-12 ``Prepare docs 2nd wave May 2024 (#39565)`` -`ca058a635e `_ 2024-05-11 ``enh(amazon_hook): raise not found exception instead of general exception when download file (#39509)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`c9f4618be4 `_ 2024-05-09 ``Drop 'xmlsec' pin (#39534)`` -`3938f71dfa `_ 2024-05-08 ``Scheduler to handle incrementing of try_number (#39336)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`9c739d7142 `_ 2024-05-07 ``'S3DeleteObjectsOperator' Added ability to filter keys by last modified time (#39151)`` -`a74b5f0694 `_ 2024-05-06 ``ECS Executor: Set tasks to RUNNING state once active (#39212)`` -`598398a816 `_ 2024-05-02 ``Amazon Bedrock - Knowledge Bases and Data Sources (#39245)`` -`4910c0439b `_ 2024-05-01 ``Add 'jmespath' as an explicit dependency (#39350)`` -================================================================================================= =========== ======================================================================================================== - -8.21.0 -...... - -Latest change: 2024-05-01 - -================================================================================================= =========== ============================================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================================ -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`91490fb054 `_ 2024-04-30 ``Added logging_config,snapstart,ephemeral_storage parameters to aws lambdacreatefunctionoperator (#39300)`` -`4fa9fe119e `_ 2024-04-29 ``Rename "try_number" increments that are unrelated to the airflow concept (#39317)`` -`6d09adf992 `_ 2024-04-26 ``Add tests for 'EmrServerlessJobSensor' and 'EmrServerlessApplicationSensor' (#39099)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`f7a2f60325 `_ 2024-04-22 ``Update 'is_authorized_custom_view' from auth manager to handle custom actions (#39167)`` -`fcb2bee1c6 `_ 2024-04-22 ``Update logic to allow retries in AWS Batch Client hook to be effective (#38998)`` -`4b9b400cff `_ 2024-04-18 ``Allow importing the aws executors with a shorter path (#39093)`` -`cd888870ba `_ 2024-04-18 ``Fix main failing because of the new xmlsec 1.3.14 compatibility (#39104)`` -`1ded297509 `_ 2024-04-15 ``Remove flag from AWS auth manager to use it (#39033)`` -`6520653c43 `_ 2024-04-14 ``Activate RUF015 that checks for unnecessary iterable allocation for first element (#38949)`` -`1c9a6609f3 `_ 2024-04-14 ``Adding MSGraphOperator in Microsoft Azure provider (#38111)`` -`d946d7b013 `_ 2024-04-13 ``Fix bug in GlueJobOperator where consecutive runs fail when a local script file is used (#38960)`` -`c25d346adf `_ 2024-04-11 ``Amazon Bedrock - Model Throughput Provisioning (#38850)`` -================================================================================================= =========== ============================================================================================================ - -8.20.0 -...... - -Latest change: 2024-04-10 - -================================================================================================= =========== ===================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`b7ac00d12d `_ 2024-04-09 ``Revert "fix: COMMAND string should be raw to avoid SyntaxWarning: invalid escape sequence '\s' (#38734)" (#38864)`` -`7ed31d5fdf `_ 2024-04-08 ``Amazon Bedrock - Model Customization Jobs (#38693)`` -`bfaa4f2012 `_ 2024-04-08 ``fix: COMMAND string should be raw to avoid SyntaxWarning: invalid escape sequence '\s' (#38734)`` -`830b71b3be `_ 2024-04-08 ``fix: try002 for provider amazon (#38789)`` -`1f03b9c86c `_ 2024-04-05 ``Typo fix (#38783)`` -`12944002aa `_ 2024-04-03 ``Add fallback 'region_name' value to AWS Executors (#38704)`` -`0723a8f01d `_ 2024-03-30 ``Introduce Amazon Bedrock service (#38602)`` -`ff28969ff3 `_ 2024-03-25 ``fix: EmrServerlessStartJobOperator not serializing DAGs correctly when partial/expand is used. (#38022)`` -`9ea4050d41 `_ 2024-03-22 ``fix(amazon): add return statement to yield within a while loop in triggers (#38396)`` -`c893cb3bfb `_ 2024-03-22 ``Fix set deprecated amazon operators arguments in 'MappedOperator' (#38346)`` -`ea951afb69 `_ 2024-03-21 ``Add check in AWS auth manager to check if the Amazon Verified Permissions schema is up to date (#38333)`` -`5023ae084c `_ 2024-03-20 ``Update AWS auth manager CLI command to not disable AVP schema validation (#38301)`` -`111245af3f `_ 2024-03-18 ``'ECSExecutor' API Retry bug fix (#38118)`` -`6029c71e2c `_ 2024-03-18 ``Fix 'region' argument in 'MappedOperator' based on 'AwsBaseOperator' / 'AwsBaseSensor' (#38178)`` -`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`2e35854a05 `_ 2024-03-15 ``Make the method 'BaseAuthManager.is_authorized_custom_view' abstract (#37915)`` -`68282c1790 `_ 2024-03-12 ``Replace "Role" by "Group" in AWS auth manager (#38078)`` -`a192751dcd `_ 2024-03-12 ``Add back system test for AWS auth manager (#38044)`` -`c0b849ad2b `_ 2024-03-11 ``Avoid use of 'assert' outside of the tests (#37718)`` -`1d3a00a95f `_ 2024-03-11 ``Use 'AwsLogsHook' when fetching Glue job logs (#38010)`` -`06e3197ccb `_ 2024-03-09 ``Fix bug for ECS Executor where tasks were being skipped if one task failed. (#37979)`` -`89f5cde97e `_ 2024-03-08 ``Revert "Add system test to test the AWS auth manager (#37947)" (#38004)`` -`39befdce12 `_ 2024-03-08 ``Add system test to test the AWS auth manager (#37947)`` -`47348ce66c `_ 2024-03-08 ``Implement 'filter_permitted_dag_ids' in AWS auth manager (#37666)`` -`f2628fda7a `_ 2024-03-06 ``ECS Executor - add support to adopt orphaned tasks. (#37786)`` -`fbbe03ea40 `_ 2024-03-06 ``AWS auth manager CLI: persist the policy store description when doing updates (#37946)`` -`e7214fd5f4 `_ 2024-03-06 ``Reduce 's3hook' memory usage (#37886)`` -`29acfb1924 `_ 2024-03-06 ``Change f-string to formatting into the logging messages for Batch Executor (#37929)`` -`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` -`c52ec9d225 `_ 2024-03-05 ``AWS Batch Executor (#37618)`` -`ce00420014 `_ 2024-03-05 ``Fix init checks for aws redshift to s3 operator (#37861)`` -================================================================================================= =========== ===================================================================================================================== - -8.19.0 -...... - -Latest change: 2024-03-04 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` -`a7d13315e1 `_ 2024-03-02 ``Resolve G003: "Logging statement uses +" (#37848)`` -`9da6a21159 `_ 2024-02-29 ``Use named loggers instead of root logger (#37801)`` -`77341ef6a1 `_ 2024-02-29 ``Avoid non-recommended usage of logging (#37792)`` -`dc08e6acc2 `_ 2024-02-28 ``D105 Check on Amazon (#37764)`` -`2bc103698f `_ 2024-02-28 ``Unify 'aws_conn_id' type to always be 'str | None' (#37768)`` -`9e4bdc9e45 `_ 2024-02-27 ``Limit 'pandas' to '<2.2' (#37748)`` -`b124d6e94f `_ 2024-02-26 ``Fix init checks for aws 'eks' (#37674)`` -`b52b227c04 `_ 2024-02-26 ``Implement AIP-60 Dataset URI formats (#37005)`` -`f3159df406 `_ 2024-02-25 ``Bump min versions of openapi validators (#37691)`` -`42f6373e52 `_ 2024-02-24 ``Fix 'example_emr' system test (#37667)`` -`a2db179d9c `_ 2024-02-23 ``Init checks for aws gcs_to_s3 (#37662)`` -`f36d17ce75 `_ 2024-02-23 ``Implement 'filter_permitted_menu_items' in AWS auth manager (#37627)`` -`0c2d2c6544 `_ 2024-02-22 ``Implement 'batch_is_authorized_*' APIs in AWS auth manager (#37430)`` -`d8c8989d42 `_ 2024-02-21 ``Update action names in AWS auth manager (#37572)`` -================================================================================================= =========== ======================================================================== - -8.18.0 -...... - -Latest change: 2024-02-17 - -================================================================================================= =========== ===================================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================================== -`75182363a2 `_ 2024-02-17 ``Prepare docs 1st wave (RC2) of Providers February 2024 (#37471)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`c75a105935 `_ 2024-02-16 ``add type annotations to Amazon provider "execute_coplete" methods (#36330)`` -`42f8d048d2 `_ 2024-02-16 ``Replace usage of 'datetime.utcnow' and 'datetime.utcfromtimestamp' in providers (#37138)`` -`f91c93ccfe `_ 2024-02-14 ``Add retry configuration in 'EmrContainerOperator' (#37426)`` -`56c27f8f5a `_ 2024-02-14 ``Create CLI commands for AWS auth manager to create AWS Identity Center related resources (#37407)`` -`b341b5927e `_ 2024-02-14 ``docs: Add doc page with providers deprecations (#37075)`` -`b5b452b590 `_ 2024-02-13 ``Add extra operator links for EMR Serverless (#34225)`` -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`8fac799a25 `_ 2024-02-10 ``D401 support in amazon provider (#37275)`` -`48bfb1a970 `_ 2024-02-09 ``Merge all ECS executor configs following recursive python dict update (#37137)`` -`90e2b12d6b `_ 2024-02-08 ``Upgrade mypy to 1.8.0 (#36428)`` -`1f1fa2f7e3 `_ 2024-02-07 ``Update default value for 'BatchSensor' (#37234)`` -`d8ce75cd53 `_ 2024-02-07 ``remove info log from download_file (#37211)`` -`af30e1b619 `_ 2024-02-06 ``feature: S3ToRedshiftOperator templating aws_conn_id (#37195)`` -`41ebf28103 `_ 2024-02-05 ``ECS Executor - Add backoff on failed task retry (#37109)`` -`2e95a2a4ca `_ 2024-02-05 ``check sagemaker training job status before deferring 'SageMakerTrainingOperator' (#36685)`` -`55cc7bda56 `_ 2024-02-01 ``Updates to ECS Docs (#37125)`` -`fa29ddbb81 `_ 2024-01-31 ``Fix 'log_query' to format SQL statement correctly in 'AthenaOperator' (#36962)`` -`7ea40fe972 `_ 2024-01-30 ``Make Amazon Provider tests compatible with 'moto>=5' (#37060)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -`8914e49551 `_ 2024-01-30 ``SqlToS3Operator: feat/ add max_rows_per_file parameter (#37055)`` -`d576c72c20 `_ 2024-01-28 ``Limit moto to version below 5.0.0 (#37054)`` -`004d1d3a84 `_ 2024-01-26 ``Adding Amazon Neptune Hook and Operators (#37000)`` -================================================================================================= =========== ===================================================================================================== - -8.17.0 -...... - -Latest change: 2024-01-26 - -================================================================================================= =========== =================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`d18c01a7a2 `_ 2024-01-18 ``EC2 'CreateInstance': terminate instances in on_kill (#36828)`` -`9563dc573b `_ 2024-01-18 ``add deferrable mode to RedshiftDataOperator (#36586)`` -`f6e357a5fc `_ 2024-01-18 ``Fallback to default value if '[aws] cloudwatch_task_handler_json_serializer' not set (#36851)`` -`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` -`666127238b `_ 2024-01-17 ``AthenaSqlHook implementation (#36171)`` -`08cc59a0c4 `_ 2024-01-16 ``Raise AirflowOptionalProviderfeature exception for AVP command (#36824)`` -`81be6ac6c0 `_ 2024-01-15 ``Create CLI commands for AWS auth manager to create Amazon Verified Permissions related resources (#36799)`` -`01724d85bc `_ 2024-01-15 ``Use base aws classes in AWS DMS Operators/Sensors (#36772)`` -`4883c38f3b `_ 2024-01-15 ``Use base aws classes in AWS Redshift Data API Operators (#36764)`` -`1e0a99c5f4 `_ 2024-01-15 ``Use base aws classes in Amazon EventBridge Operators (#36765)`` -`9eab3e199e `_ 2024-01-15 ``Use base aws classes in Amazon QuickSight Operators/Sensors (#36776)`` -`c7f518fe09 `_ 2024-01-15 ``Use base aws classes in AWS Datasync Operators (#36766)`` -`b241577c9c `_ 2024-01-14 ``Use base aws classes in Amazon DynamoDB Sensors (#36770)`` -`1455a3babb `_ 2024-01-14 ``Use base aws classes in AWS CloudFormation Operators/Sensors (#36771)`` -`e7166bb759 `_ 2024-01-11 ``Adds support for capacity providers to ECS Executor (#36722)`` -`b260367208 `_ 2024-01-11 ``check transform job status before deferring SageMakerTransformOperator (#36680)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`9f04716179 `_ 2024-01-10 ``Add use_regex argument for allowing 'S3KeySensor' to check s3 keys with regular expression (#36578)`` -`5a6f959bd5 `_ 2024-01-10 ``check sagemaker processing job status before deferring (#36658)`` -`88c9596f4a `_ 2024-01-10 ``check job_status before BatchOperator execute in deferrable mode (#36523)`` -`98b9e491e5 `_ 2024-01-10 ``Update the redshift hostname check to avoid possible bugs (#36703)`` -`ecb2c9f24d `_ 2024-01-09 ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)`` -`cb1182ea4f `_ 2024-01-09 ``Refresh credentials in 'AwsEcsExecutor' (#36179)`` -`9cb2052810 `_ 2024-01-09 ``Fix docstring for apply_wildcard parameter in 'S3ListOperator'. Changed the order of docstring for fix (#36679)`` -`4d5e05b28b `_ 2024-01-08 ``Add deferrable mode to RedshiftClusterSensor (#36550)`` -`298c37d355 `_ 2024-01-08 ``Bump min version of amazon-provider related dependencies (#36660)`` -`43afb2f6b8 `_ 2024-01-08 ``Implement 'is_authorized_dag' in AWS auth manager (#36619)`` -================================================================================================= =========== =================================================================================================================== - -8.16.0 -...... - -Latest change: 2024-01-07 - -================================================================================================= =========== ======================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================= -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`1d41fc7ddb `_ 2024-01-06 ``Check redshift cluster state before deferring to triggerer (#36416)`` -`365f206a32 `_ 2024-01-05 ``Select ruff B006 to detect the usage of mutable values as argument default (#36626)`` -`16d16e2933 `_ 2024-01-05 ``Use base aws classes in Amazon SQS Operators/Sensors/Triggers (#36613)`` -`034e618347 `_ 2024-01-05 ``Use base aws classes in Amazon SNS Operators (#36615)`` -`c1bba9906c `_ 2024-01-05 ``Fix assignment of template field in '__init__' in 'AwsToAwsBaseOperator' (#36604)`` -`a877bde5a3 `_ 2024-01-05 ``Fix assignment of template field in '__init__' in 'DataSyncOperator' (#36605)`` -`ebd588b9f4 `_ 2024-01-04 ``Add AWS Step Functions links (#36599)`` -`44b97e1687 `_ 2024-01-04 ``Add OpenLineage support for Redshift SQL. (#35794)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`22294abf68 `_ 2023-12-28 ``Use base aws classes in AWS Step Functions Operators/Sensors/Triggers (#36468)`` -================================================================================================= =========== ======================================================================================= - -8.15.0 -...... - -Latest change: 2023-12-28 - -================================================================================================= =========== ============================================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================================================================= -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`d73bef2a43 `_ 2023-12-27 ``Add Amazon Athena query results extra link (#36447)`` -`73d87945e9 `_ 2023-12-26 ``Use base aws classes in Amazon ECS Operators/Sensors/Triggers (#36393)`` -`7bd998e2ec `_ 2023-12-25 ``fix(providers/amazon): remove event['message'] call in EmrContainerOperator.execute_complete|as the key message no longer exists (#36417)`` -`a1e1dc60fb `_ 2023-12-25 ``handle tzinfo in S3Hook.is_keys_unchanged_async (#36363)`` -================================================================================================= =========== ============================================================================================================================================= - -8.14.0 -...... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`0b32613480 `_ 2023-12-21 ``Increase ConflictException retries to 4 total (#36337)`` -`30afa46e90 `_ 2023-12-21 ``Increase width of execution_date input in trigger.html (#36278) (#36304)`` -`2b31f373ef `_ 2023-12-20 ``Remove remaining Airflow 2.6 backcompat code from Amazon Provider (#36324)`` -`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` -`357355ac09 `_ 2023-12-11 ``Remove 'is_authorized_cluster_activity' from auth manager (#36175)`` -`e37fe8f576 `_ 2023-12-11 ``Add 'jsonpath_ng.ext.parse' support for 'SqsSensor' (#36170)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -`aba58adb83 `_ 2023-12-08 ``Allow storage options to be passed (#35820)`` -================================================================================================= =========== ================================================================================== - -8.13.0 -...... - -Latest change: 2023-12-08 - -================================================================================================= =========== ============================================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================================ -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`7329e9eed9 `_ 2023-12-07 ``Fix for 'EksCreateClusterOperator' deferrable mode (#36079)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`ef5eebdb26 `_ 2023-12-06 ``Fix AWS system tests (#36091)`` -`acf91af6bf `_ 2023-12-05 ``Update 'boto3' and 'botocore' versions notes (#36073)`` -`04a781666b `_ 2023-12-04 ``Fix handling of single quotes in 'RedshiftToS3Operator' (#35986)`` -`e0df7441fa `_ 2023-12-04 ``Fix a bug in get_iam_token for Redshift Serverless (#36001)`` -`fd03dc2933 `_ 2023-12-01 ``Fix reraise outside of try block in 'AthenaHook.get_output_location' (#36008)`` -`decc6d9414 `_ 2023-12-01 ``Improve typing hints for only_client_type decorator (#35997)`` -`b1e547ef53 `_ 2023-12-01 ``Refactor some methods in EmrContainerHook (#35999)`` -`9f212d4276 `_ 2023-12-01 ``Refacto get_output_location in AthenaHook (#35996)`` -`cf052dc64f `_ 2023-12-01 ``Add feature to build "chicken-egg" packages from sources (#35890)`` -`eed6427b66 `_ 2023-12-01 ``Avoid creating the hook in the EmrServerlessCancelJobsTrigger init (#35992)`` -`8346fd58e8 `_ 2023-12-01 ``Fix a bug with accessing hooks in EKS trigger (#35989)`` -`a9132f3891 `_ 2023-12-01 ``Move RDS hook to a cached property in RDS trigger (#35990)`` -`4a9824de8e `_ 2023-11-30 ``Replace default empty dict value by None in AzureBlobStorageToS3Operator (#35977)`` -`ddb4370dc6 `_ 2023-11-30 ``Update 'set_context' signature to match superclass one and stop setting the instance attribute (#35975)`` -`7e1f67b4b8 `_ 2023-11-30 ``Fix a bug in method name used in 'GlacierToGCSOperator' (#35978)`` -`df36e7381a `_ 2023-11-30 ``Use S3 hook instead of AwsGenericHook in AWS S3 FS (#35973)`` -`985d0589af `_ 2023-11-29 ``AWS auth manager: implement all 'is_authorized_*' methods (but 'is_authorized_dag') (#35928)`` -`ab835c20b2 `_ 2023-11-29 ``Fix EC2Hook get_instance for client_type api (#35960)`` -`9ab343714a `_ 2023-11-29 ``Remove setting a non-existing object param and use local var instead in S3Hook (#35950)`` -`f6962a929b `_ 2023-11-28 ``Support IAM authentication for Redshift serverless (#35897)`` -`3b3ebafdce `_ 2023-11-27 ``Implement 'is_authorized_variable' in AWS auth manager (#35804)`` -`0f5db49ec4 `_ 2023-11-27 ``Stop getting message from event after migrating 'EmrContainerTrigger' to 'AwsBaseWaiterTrigger' (#35892)`` -`9059f72668 `_ 2023-11-25 ``Enhance 'attribute_value' in 'DynamoDBValueSensor' to accept list (#35831)`` -================================================================================================= =========== ============================================================================================================ - -8.12.0 -...... - -Latest change: 2023-11-24 - -================================================================================================= =========== ========================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================================================= -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`ca1202fd31 `_ 2023-11-23 ``Add 'EC2HibernateInstanceOperator' and 'EC2RebootInstanceOperator' (#35790)`` -`ef2ad070c2 `_ 2023-11-23 ``Add OpenLineage support to 'S3FileTransformOperator' (#35819)`` -`a794e0d020 `_ 2023-11-23 ``Fix Batch operator's retry_strategy (#35808)`` -`ac977c4e57 `_ 2023-11-22 ``Make EksPodOperator exec config not rely on log level (#35771)`` -`9e159fc48d `_ 2023-11-22 ``Add OpenLineage support to S3Operators - Copy, Delete and Create Object (#35796)`` -`bcb5eebd62 `_ 2023-11-22 ``Updated docstring: 'check_key_async' is now in line with description of '_check_key_async' (#35799)`` -`b71c14c74a `_ 2023-11-22 ``Added retry strategy parameter to Amazon AWS provider Batch Operator to allow dynamic Batch retry strategies (#35789)`` -`2d811d526a `_ 2023-11-22 ``Update emr.py (#35787)`` -`2a06e278d2 `_ 2023-11-21 ``Check attr on parent not self re TaskContextLogger set_context (#35780)`` -`379b7c09d1 `_ 2023-11-21 ``Implement login and logout in AWS auth manager (#35488)`` -`4d72bf1a89 `_ 2023-11-20 ``Allow a wider range of watchtower versions (#35713)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`09fef3c3ee `_ 2023-11-17 ``Update http to s3 system test (#35711)`` -`3e6676bfae `_ 2023-11-17 ``Extend task context logging support for remote logging using AWS S3 (#32950)`` -`03a0b72672 `_ 2023-11-17 ``Added name field to template_fields in EmrServerlessStartJobOperator (#35648)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`5626590406 `_ 2023-11-14 ``openlineage, aws: Add OpenLineage support for AthenaOperator. (#35090)`` -`9990443fa1 `_ 2023-11-08 ``Log failure reason for containers if a task fails for ECS Executor (#35496)`` -================================================================================================= =========== ========================================================================================================================= - -8.11.0 -...... - -Latest change: 2023-11-08 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`16ffc87ff4 `_ 2023-11-08 ``Improve error handling in AWS Links (#35518)`` -`b67a4f78e5 `_ 2023-11-07 ``Update ECS executor healthcheck with a catchall except (#35512)`` -`11bdfe4c12 `_ 2023-11-07 ``Work around typing issue in examples and providers (#35494)`` -`f24e5199c7 `_ 2023-11-06 ``Fix AWS RDS hook's DB instance state check (#34773)`` -`a61da3cc87 `_ 2023-11-04 ``Add verificationy that provider docs are as expected (#35424)`` -`ae9a7b8188 `_ 2023-11-03 ``ECS Executor Health Check (#35412)`` -`92d1e8c447 `_ 2023-11-03 ``Move ECS Executor to its own file (#35418)`` -`9782ee3bbc `_ 2023-11-01 ``Fix parameter syntax in Amazon docstrings (#35349)`` -`69bac3fba8 `_ 2023-10-31 ``Improve docs on objectstorage (#35294)`` -`651b32606c `_ 2023-10-31 ``Clarify "task" in ECS Executor log messages (#35304)`` -`55b015f995 `_ 2023-10-31 ``Add support for anonymous access to s3 buckets for objectstorage (#35273)`` -`ba4b55a194 `_ 2023-10-30 ``Make optional 'output_location' attribute in 'AthenaOperator' (#35265)`` -================================================================================================= =========== ============================================================================= - -8.10.0 -...... - -Latest change: 2023-10-28 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`04e2fbd92b `_ 2023-10-27 ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)`` -`86640d166c `_ 2023-10-26 ``Add Http to s3 operator (#35176)`` -`5f4d2b5dee `_ 2023-10-25 ``Add AWS ECS Executor (#34381)`` -`95980a9bc5 `_ 2023-10-25 ``Enable encryption in S3 download_files() hook. (#35037)`` -`3721c9a441 `_ 2023-10-24 ``Use base aws classes in Amazon S3 Glacier Operators/Sensors (#35108)`` -`da456065df `_ 2023-10-24 ``Use base aws classes in Amazon Athena Operators/Sensors/Triggers (#35133)`` -`bc4a22c6bd `_ 2023-10-23 ``Use base aws classes in Amazon AppFlow Operators (#35082)`` -`78187ca863 `_ 2023-10-23 ``Expose catalog parameter in 'AthenaOpeartor' (#35103)`` -`f816237196 `_ 2023-10-20 ``Refactor string splitting (#34185)`` -`a66437222b `_ 2023-10-20 ``Use base classes for AWS Lambda Operators/Sensors (#34890)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -================================================================================================= =========== ============================================================================= - -8.9.0 -..... - -Latest change: 2023-10-18 - -================================================================================================= =========== =========================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================== -`39e611b43b `_ 2023-10-18 ``Prepare docs 2nd wave of Providers in October 2023 (#35020)`` -`4a37777567 `_ 2023-10-16 ``Glue 'DataBrew' operator (#34807)`` -`b392f66c42 `_ 2023-10-16 ``Set 'EcsRunTaskOperator' default waiter duration to 70 days (#34928)`` -`b1196460db `_ 2023-10-16 ``Add 'check_interval' and 'max_attempts' as parameter of 'DynamoDBToS3Operator' (#34972)`` -`f23170c9dd `_ 2023-10-16 ``D401 Support - A thru Common (Inclusive) (#34934)`` -================================================================================================= =========== =========================================================================================== - -8.8.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`545e4d505e `_ 2023-10-12 ``Extend hooks arguments into 'AwsBaseWaiterTrigger' (#34884)`` -`84a3daed86 `_ 2023-10-11 ``Implements 'AwsBaseOperator' and 'AwsBaseSensor' (#34784)`` -`8e26865763 `_ 2023-10-06 ``Refactor consolidate import from io in providers (#34378)`` -`c01abd1c2e `_ 2023-10-06 ``Upgrade watchtower to 3.0.1 (#25019) (#34747)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`99f320354b `_ 2023-10-04 ``Refactor: consolidate import time in providers (#34402)`` -`3064812280 `_ 2023-10-03 ``Include AWS Lambda execution logs to task logs (#34692)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`ca3ce78fba `_ 2023-09-28 ``Refactor import from collections (#34406)`` -`dd325b46c8 `_ 2023-09-28 ``Allow setup 'endpoint_url' per-service in AWS Connection (#34593)`` -`e333380077 `_ 2023-09-27 ``Clarify Amazon Lambda invocation and sensing (#34653)`` -`a09d0c4e38 `_ 2023-09-26 ``do not fail operator if we cannot find logs (#34570)`` -`8bea45f37f `_ 2023-09-26 ``Refactor multiple equals to contains in providers (#34441)`` -`b6499ace63 `_ 2023-09-26 ``Rename 'bucket' to 'gcs_bucket' in 'GCSToS3Operator' (#33031)`` -`a4ecdc910f `_ 2023-09-25 ``fix(providers/amazon): respect soft_fail argument when exception is raised (#34134)`` -`5a133e8b52 `_ 2023-09-25 ``Respect 'soft_fail' argument when running 'BatchSensors' (#34592)`` -`2b5c7676b5 `_ 2023-09-25 ``Respect 'soft_fail' argument when running 'SqsSensor' (#34569)`` -`84f70dac4e `_ 2023-09-25 ``Respect 'soft_fail' argument when running 'EcsBaseSensor' (#34596)`` -`e8e79ae3c6 `_ 2023-09-24 ``Remove duplicate 'asgiref' dependency in Amazon Provider (#34580)`` -`e76b505fee `_ 2023-09-22 ``Respect 'soft_fail' argument when running 'SageMakerBaseSensor' (#34565)`` -`e79895308a `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'S3KeysUnchangedSensor' and 'S3KeySensor' (#34550)`` -`b4feb5c20d `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'LambdaFunctionStateSensor' (#34551)`` -`5128e57196 `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'AthenaSensor' (#34553)`` -`c4c4a16269 `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'QuickSightSensor' (#34555)`` -`ed3df3d157 `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'GlacierJobOperationSensor' (#34557)`` -`4c0459d73a `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'GlueJobSensor', 'GlueCatalogPartitionSensor' and 'GlueCrawlerSensor' (#34559)`` -`626b7edcbe `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'StepFunctionExecutionSensor' (#34560)`` -`04515ef008 `_ 2023-09-22 ``Update 'BatchOperator' operator_extra_links property (#34506)`` -`642b4ee2a9 `_ 2023-09-21 ``sagemaker.py spell error: tranform change to transform (#34445)`` -`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` -`9924e3e694 `_ 2023-09-19 ``Use AirflowProviderDeprecationWarning in the deprecated decorator in Amazon provider (#34488)`` -`7de7149bc6 `_ 2023-09-19 ``Works on #34425 (#34453)`` -`bbfa228868 `_ 2023-09-18 ``Deprecate get_hook in DataSyncOperator and use hook instead (#34427)`` -`8ecd576de1 `_ 2023-09-14 ``Refactor shorter defaults in providers (#34347)`` -================================================================================================= =========== =================================================================================================================== - -8.7.1 -..... - -Latest change: 2023-09-14 - -================================================================================================= =========== ================================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================================== -`7574e16e75 `_ 2023-09-14 ``Prepare docs for Sep 2023 2nd wave of Providers (#34360)`` -`05036e619c `_ 2023-09-13 ``Refactor: Think positively in providers (#34279)`` -`401e7bd531 `_ 2023-09-12 ``Bugfix: Fix RDS triggers parameters so that they handle serialization/deserialization (#34222)`` -`7813d956d2 `_ 2023-09-12 ``Remove unused parameter 'cluster_role_arn' from 'EksPodOperator''s docstring (#34300)`` -`891b33bee8 `_ 2023-09-11 ``Correct parameter names in docstring for 'S3CreateObjectOperator' (#34263)`` -`94d07908a2 `_ 2023-09-11 ``Refactor: Simplify comparisons (#34181)`` -`f0467c9fd6 `_ 2023-09-11 ``Use a AwsBaseWaiterTrigger-based trigger in EmrAddStepsOperator deferred mode (#34216)`` -`c5ec7cd294 `_ 2023-09-10 ``Simplify to bool(...) (#34258)`` -================================================================================================= =========== ================================================================================================== - -8.7.0 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`4fa66d1700 `_ 2023-09-07 ``Refactor: Consolidate import and usage of random (#34108)`` -`9079093291 `_ 2023-09-07 ``Consolidate importing of os.path.* (#34060)`` -`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` -`b1c2b07e58 `_ 2023-09-04 ``Refactor: Simplify loop in aws/triggers/batch.py (#34052)`` -`bf2d411a2a `_ 2023-09-04 ``Add decorator for suppress optional internal methods in Amazon Provider (#34034)`` -`fa5e54c4c5 `_ 2023-09-03 ``Combine similar if logics in providers (#33987)`` -`c82806641f `_ 2023-09-03 ``Replace single quotes by double quotes in tests (#33864)`` -`47bd5dd0e1 `_ 2023-09-03 ``Remove useless string join from providers (#33968)`` -`6eaa69ee46 `_ 2023-09-01 ``Make 'aws.session_factory' part of Amazon provider configuration documentation (#33960)`` -`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` -`c4967b00c4 `_ 2023-09-01 ``Make Amazon Chime connection lazy loaded and consistent with docs (#34000)`` -`a9bbb430fc `_ 2023-09-01 ``Replace try - except pass by contextlib.suppress in providers (#33980)`` -`0a5e2281e0 `_ 2023-08-31 ``Remove some useless try/except from providers code (#33967)`` -`17d031df66 `_ 2023-08-31 ``Add Amazon SQS Notifier (#33962)`` -`097e3e618e `_ 2023-08-31 ``Fix AWS 'EmrStepSensor' ignoring the specified 'aws_conn_id' in deferred mode (#33952)`` -`f860141cfd `_ 2023-08-31 ``respect "soft_fail" argument when running BatchSensor in deferrable mode (#33405)`` -`b4d4f55b47 `_ 2023-08-31 ``Refactor: Replace lambdas with comprehensions in providers (#33771)`` -`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` -`b497234eda `_ 2023-08-31 ``Reorganize devel_only extra in airflow's setup.py (#33907)`` -`ea44ed9f54 `_ 2023-08-30 ``Increase 'waiter_max_attempts' default value in 'EcsRunTaskOperator' (#33712)`` -`3ef770e3d2 `_ 2023-08-30 ``Remove explicit str concat from Airflow providers package and tests (#33860)`` -`869f84e9c3 `_ 2023-08-29 ``Add Amazon SNS Notifier (#33828)`` -`7d267fbefe `_ 2023-08-29 ``Fix type annotation in AppflowHook (#33881)`` -`667ab8c6ea `_ 2023-08-28 ``Improve modules import in AWS probvider by move some of them into a type-checking block (#33780)`` -`cede385e93 `_ 2023-08-28 ``Always use 'Literal' from 'typing_extensions' (#33794)`` -`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` -`353b1482d3 `_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)`` -================================================================================================= =========== ==================================================================================================== - -8.6.0 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ============================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================= -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`633217c842 `_ 2023-08-25 ``Simplify conditions on len() in providers/amazon (#33565)`` -`83efcaa835 `_ 2023-08-24 ``always push ECS task ARN to xcom in 'EcsRunTaskOperator' (#33703)`` -`2d8625253f `_ 2023-08-24 ``Remove non-public interface usage in EcsRunTaskOperator (#29447)`` -`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` -`53a8973952 `_ 2023-08-24 ``Fix bug in task logs when using AWS CloudWatch. Do not set 'start_time' (#33673)`` -`94f70d8184 `_ 2023-08-23 ``Replace strftime with f-strings where nicer (#33455)`` -`5f504e9a17 `_ 2023-08-23 ``Upgrade botocore/aiobotocore minimum requirements (#33649)`` -`85aea74b64 `_ 2023-08-23 ``Fix AWS Batch waiter failure state (#33656)`` -`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` -`8ed38c1619 `_ 2023-08-22 ``Add Appflow system test + improvements (#33614)`` -`41d9be072a `_ 2023-08-22 ``Fix AWS appflow waiter (#33613)`` -`8402e9adf4 `_ 2023-08-21 ``Use 'boto3.client' linked to resource meta instead of create new one for waiters (#33552)`` -`95a930bc0a `_ 2023-08-21 ``Consolidate import and usage of itertools (#33479)`` -`1407e277ae `_ 2023-08-19 ``Add 'sql_hook_params' parameter to 'S3ToSqlOperator' (#33427)`` -`b555ed6f35 `_ 2023-08-18 ``Fix striping tags when falling back to update in 'SageMakerEndpointOperator' (#33487)`` -`8e88eb8fa7 `_ 2023-08-17 ``Consolidate import and usage of pandas (#33480)`` -`223b41d68f `_ 2023-08-16 ``Added Amazon SageMaker Notebook hook and operators (#33219)`` -`45d5f64127 `_ 2023-08-16 ``Add 'sql_hook_params' parameter to 'SqlToS3Operator' (#33425)`` -`60df70526a `_ 2023-08-15 ``Add parameter to pass role ARN to 'GlueJobOperator ' (#33408)`` -`4d99705f69 `_ 2023-08-14 ``Add 'deferrable' option to 'LambdaCreateFunctionOperator' (#33327)`` -`bd11ea81e5 `_ 2023-08-13 ``Add Deferrable mode to GlueCatalogPartitionSensor (#33239)`` -`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` -`0df0d7457e `_ 2023-08-11 ``Add new RdsStartExportTaskOperator parameters (#33251)`` -================================================================================================= =========== ============================================================================================= - -8.5.1 -..... - -Latest change: 2023-08-11 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`681ee46b21 `_ 2023-08-10 ``Fix get_log_events() in AWS logs hook (#33290)`` -`c14cb85f16 `_ 2023-08-10 ``Improve fetching logs from AWS (#33231)`` -`83bd60fd97 `_ 2023-08-09 ``Refactor: Simplify code in providers/amazon (#33222)`` -`741fb27f50 `_ 2023-08-08 ``Implement EventBridge enable and disable rule operators (#33226)`` -`8bbea9217a `_ 2023-08-08 ``Get failure information on EMR job failure (#32151)`` -`46862cfa94 `_ 2023-08-06 ``Update mypy-boto3-appflow dependency (#32930)`` -`76ca94d2f2 `_ 2023-08-05 ``use 'cached_property' from functools in 'RdsBaseOperator' (#33133)`` -`03fcbcc96e `_ 2023-08-05 ``Use set for 'template_fields' of 'EcsDeregisterTaskDefinitionOperator' (#33129)`` -================================================================================================= =========== =================================================================================== - -8.5.0 -..... - -Latest change: 2023-08-05 - -================================================================================================= =========== ========================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================================================= -`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` -`519d99baee `_ 2023-08-04 ``Check google provider version in GCSToS3Operator before provide match_glob param (#32925)`` -`bbc0968905 `_ 2023-08-04 ``openlineage, sagemaker: add missing OpenLineage type signature (#33114)`` -`087d14ada2 `_ 2023-08-03 ``Deferrable mode for Sqs Sensor (#32809)`` -`4e42edb203 `_ 2023-08-03 ``Set longer default 'waiter_max_attempts' for deferred BatchJobOperator (#33045)`` -`44234c2bf0 `_ 2023-08-03 ``Add S3Bucket for mypy (#33028)`` -`62f9e68a54 `_ 2023-08-02 ``openlineage, sagemaker: add OpenLineage support for SageMaker's Processing, Transform and Training operators (#31816)`` -`86193f5608 `_ 2023-07-31 ``Increase the number of attempts in AWS system test 'example_rds_export' (#32976)`` -`196d336585 `_ 2023-07-31 ``Add Amazon EventBridge PutRule hook and operator (#32869)`` -`915f9e4060 `_ 2023-07-31 ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)`` -================================================================================================= =========== ========================================================================================================================= - -8.4.0 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`ddb685cf26 `_ 2023-07-28 ``Further limit mypy-boto3-appflow as the fix is not in sight (#32927)`` -`25124dfd8b `_ 2023-07-28 ``Limit Appflow mypy to 1.28.12 as it introduces strange typing issue (#32901)`` -`e93460383f `_ 2023-07-26 ``Move all k8S classes to cncf.kubernetes provider (#32767)`` -`9570cb1482 `_ 2023-07-25 ``Make Start and Stop SageMaker Pipelines operators deferrable (#32683)`` -`1706f05858 `_ 2023-07-24 ``EMR serverless Create/Start/Stop/Delete Application deferrable mode (#32513)`` -`282854b55f `_ 2023-07-24 ``Add endpoint_url in test_connection (#32664)`` -`8012c9fce6 `_ 2023-07-24 ``Add support for querying Redshift Serverless clusters (#32785)`` -`57f203251b `_ 2023-07-22 ``FIX AWS deferrable operators by using AioCredentials when using 'assume_role' (#32733)`` -`815655101b `_ 2023-07-21 ``Add Deferrable mode to StepFunctionStartExecutionOperator (#32563)`` -`75ed3bc3f8 `_ 2023-07-20 ``[bugfix] fix AWS triggers where deserialization would crash if region was not specified (#32729)`` -`27b5f696a4 `_ 2023-07-20 ``Add Deferrable mode for EMR Serverless Start Job Operator (#32534)`` -`eea53a22c9 `_ 2023-07-20 ``Add Eventbridge PutEvents operator and hook (#32498)`` -`bbd290266c `_ 2023-07-19 ``Fix bug in prune_dict where empty dict and list would be removed even in strict mode (#32573)`` -`b9c84eb663 `_ 2023-07-19 ``add deferrable mode to rds start & stop DB (#32437)`` -`7ed791dab7 `_ 2023-07-19 ``Do not return success from AWS ECS trigger after max_attempts (#32589)`` -`113018ec99 `_ 2023-07-17 ``Deferrable mode for EKS Create/Delete Operator (#32355)`` -`145b16caaa `_ 2023-07-13 ``Fix S3ToRedshiftOperator does not support default values on UPSERT (#32558)`` -================================================================================================= =========== ==================================================================================================== - -8.3.1 -..... - -Latest change: 2023-07-12 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` -`50a68c6c4e `_ 2023-07-12 ``Append region info to S3ToRedshitOperator if present (#32328)`` -================================================================================================= =========== ================================================================= - -8.3.0 -..... - -Latest change: 2023-07-09 - -================================================================================================= =========== ============================================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================================ -`cd1ac927a7 `_ 2023-07-09 ``Prepare docs for July 2023 RC3 amazon provider (#32455)`` -`c99c03135c `_ 2023-07-08 ``D205 Support - Providers: Stragglers and new additions (#32447)`` -`8c6751ff0f `_ 2023-07-07 ``quick fix on RDS operator to prevent parameter collision (#32436)`` -`869f3a93a8 `_ 2023-07-07 ``Remove ability to specify arbitrary hook params in AWS RDS trigger (#32386)`` -`05f1acfcb7 `_ 2023-07-07 ``Introduce a base class for aws triggers (#32274)`` -`7a3bc8d7c8 `_ 2023-07-06 ``Only update crawler tags if present in config dict (#32331)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` -`5623a21a1f `_ 2023-07-04 ``deprecate arbitrary parameter passing to RDS hook (#32352)`` -`575bf2f040 `_ 2023-07-04 ``Bug fix GCSToS3Operator: avoid 'ValueError' when 'replace=False' with files already in S3 (#32322)`` -`17132ef4c6 `_ 2023-07-04 ``Added 'AzureBlobStorageToS3Operator' transfer operator (#32270)`` -`5c72befcfd `_ 2023-07-03 ``Fix 'LambdaInvokeFunctionOperator' payload parameter type (#32259)`` -`d6e254db68 `_ 2023-06-30 ``Deprecate 'delimiter' param and source object's wildcards in GCS, introduce 'match_glob' param. (#31261)`` -`dd937e51fe `_ 2023-06-30 ``Add 'on_finish_action' to 'KubernetesPodOperator' (#30718)`` -`e781aef1a7 `_ 2023-06-29 ``aws waiter util: log status info with error level on waiter error (#32247)`` -`a46b942f48 `_ 2023-06-29 ``Add deferrable mode to S3KeysUnchangedSensor (#31940)`` -`b1b69af88f `_ 2023-06-28 ``Add deferrable mode to 'RdsCreateDbInstanceOperator' and 'RdsDeleteDbInstanceOperator' (#32171)`` -`d029e043f4 `_ 2023-06-28 ``Add 'ChimeNotifier' (#32222)`` -`1d60332cf8 `_ 2023-06-28 ``Add an option to 'GlueJobOperator' to stop the job run when the TI is killed (#32155)`` -`bd2f156bc8 `_ 2023-06-28 ``D205 Support - Providers: Amazon/AWS (#32224)`` -`25526a112f `_ 2023-06-28 ``Add deferrable mode for 'AthenaOperator' (#32186)`` -`1fb2831239 `_ 2023-06-28 ``Add a deferrable mode to 'BatchCreateComputeEnvironmentOperator' (#32036)`` -`14785bc84c `_ 2023-06-27 ``deferrable mode for 'SageMakerTuningOperator' and 'SageMakerEndpointOperator' (#32112)`` -`2794c4172e `_ 2023-06-27 ``D205 Support - Auto-fixes and Stragglers (#32212)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -`06b5a1e850 `_ 2023-06-27 ``Add deferrable mode in EMR operator and sensor (#32029)`` -`3a85d4e7e8 `_ 2023-06-27 ``Revert "add deferrable mode for 'AthenaOperator' (#32110)" (#32172)`` -`256438c3d6 `_ 2023-06-27 ``add deferrable mode for 'AthenaOperator' (#32110)`` -`e0f4de347f `_ 2023-06-27 ``EKS Create/Delete Nodegroup Deferrable mode (#32165)`` -`10df7436f3 `_ 2023-06-27 ``Add 'ChimeWebhookHook' (#31939)`` -`e4eb19866e `_ 2023-06-26 ``rewrite method used in ecs to fetch less logs (#31786)`` -`2f96127b9e `_ 2023-06-26 ``Minor name change for the util wait method. (#32152)`` -`cc87ae578e `_ 2023-06-26 ``feature: AWS - GlueJobOperator - job_poll_interval (#32147)`` -`e4468ed380 `_ 2023-06-26 ``Clean up string concatenation (#32129)`` -`8057659e96 `_ 2023-06-25 ``Handle 'UnboundLocalError' while parsing invalid 's3_url' (#32120)`` -`d49fa999a9 `_ 2023-06-23 ``bugfix: break down run+wait method in ECS operator (#32104)`` -`72d09a677f `_ 2023-06-23 ``Use a waiter in 'AthenaHook' (#31942)`` -`5c887988b0 `_ 2023-06-23 ``Refactor Eks Create Cluster Operator code (#31960)`` -`415e076761 `_ 2023-06-23 ``Deferrable mode for ECS operators (#31881)`` -`479719297f `_ 2023-06-22 ``add async wait method to the "with logging" aws utils (#32055)`` -`afe293d934 `_ 2023-06-21 ``cleanup Amazon CHANGELOG.rst (#32031)`` -`743bf5a0ae `_ 2023-06-20 ``Add custom waiters to EMR Serverless (#30463)`` -================================================================================================= =========== ============================================================================================================ - -8.2.0 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== =============================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`f0b91ac6a7 `_ 2023-06-20 ``Add 'deferrable' param in 'EmrContainerSensor' (#30945)`` -`e01ff4749c `_ 2023-06-19 ``Add realtime container execution logs for BatchOperator (#31837)`` -`41fb9b4c49 `_ 2023-06-17 ``Deprecate 'wait_for_completion' from 'EcsRegisterTaskDefinitionOperator' and 'EcsDeregisterTaskDefinitionOperator' (#31884)`` -`e0f21f43c6 `_ 2023-06-16 ``Various fixes on ECS run task operator (#31838)`` -`3689cee485 `_ 2023-06-15 ``Use a continuation token to get logs in ecs (#31824)`` -`9be22e4cc0 `_ 2023-06-15 ``Add deferrable option to EmrTerminateJobFlowOperator (#31646)`` -`67204565b8 `_ 2023-06-14 ``Add Deferrable option to EmrCreateJobFlowOperator (#31641)`` -`212a37fbec `_ 2023-06-14 ``Deferrable mode for EksCreateFargateProfileOperator and EksDeleteFargateProfileOperator (#31657)`` -`688f91b330 `_ 2023-06-14 ``Add deferrable mode to 'BatchSensor' (#30279)`` -`4e61b654c3 `_ 2023-06-08 ``Fetch status in while loop so as to not exit too early (#31804)`` -`b9b8da79b5 `_ 2023-06-08 ``Add deferrable mode for S3KeySensor (#31018)`` -`0854500769 `_ 2023-06-08 ``Amazon provider docstring improvements (#31729)`` -`3a7c9f277f `_ 2023-06-07 ``Add Deferrable mode to Emr Add Steps operator (#30928)`` -`359dfb5446 `_ 2023-06-07 ``Added config template field to EmrServerlessStartJobOperator (#31746)`` -`a3768b44e9 `_ 2023-06-07 ``[AWS hook] use provided client to get the official waiter on fallback (#31748)`` -`07ea574fed `_ 2023-06-07 ``Add D400 pydocstyle check (#31742)`` -`9e268e13b1 `_ 2023-06-07 ``Replace spelling directive with spelling:word-list (#31752)`` -`cda83c226b `_ 2023-06-05 ``Add D400 pydocstyle check - Amazon provider only (#31423)`` -`c255ac411b `_ 2023-06-05 ``Support of wildcard in S3ListOperator and S3ToGCSOperator (#31640)`` -`62938e945b `_ 2023-06-05 ``fix return values on glue operators deferrable mode (#31694)`` -`4c62a4f58b `_ 2023-06-05 ``Add back missing AsyncIterator import (#31710)`` -`f69dd29e87 `_ 2023-06-04 ``Remove aws unused code (#31610)`` -`a247a8f7c9 `_ 2023-06-04 ``Add deferrable mode in Redshift delete cluster (#30244)`` -`5dc6e5bfbe `_ 2023-06-02 ``allow anonymous AWS access (#31659)`` -`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` -`635f94cc39 `_ 2023-05-31 ``Add deferrable mode to AWS glue operators (Job & Crawl) (#30948)`` -`a8c45b088e `_ 2023-05-31 ``handle missing LogUri in emr 'describe_cluster' API response (#31482)`` -`ce7766e0a5 `_ 2023-05-31 ``Add docstring and signature for _read_remote_logs (#31623)`` -`5b3382f638 `_ 2023-05-30 ``Add null check for host in Amazon Redshift connection (#31567)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -`fb10108eec `_ 2023-05-27 ``add workgroup to templated fields (#31574)`` -`5b0f668b6d `_ 2023-05-25 ``Add deferrable param in BatchOperator (#30865)`` -`aac2f8f0a9 `_ 2023-05-24 ``AWS system test example_dynamodb_to_s3: add retry when fecthing the export time (#31388)`` -`44741f354c `_ 2023-05-24 `` Change Deferrable implementation for RedshiftResumeClusterOperator to follow standard (#30864)`` -`911bd1cdb8 `_ 2023-05-24 ``Add Deferrable Mode to RedshiftCreateClusterSnapshotOperator (#30856)`` -`0b7c095c9f `_ 2023-05-23 ``Change Deferrable implementation for RedshiftPauseClusterOperator to follow standard (#30853)`` -`c5597d1fab `_ 2023-05-23 ``Add Python 3.11 support (#27264)`` -================================================================================================= =========== =============================================================================================================================== - -8.1.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`0b4f1c116a `_ 2023-05-19 ``Fix AWS system test example_dynamodb (#31395)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`0b3b6704cb `_ 2023-05-17 ``Fix AWS system test example_dynamodb_to_s3 (#31362)`` -`e05e3a9db8 `_ 2023-05-16 ``Handle temporary credentials when resource_type is used to get custom waiters (#31333)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`0117246db6 `_ 2023-05-15 ``Add future-compatible mongo Hook typing (#31289)`` -`3193857376 `_ 2023-05-13 ``Add Deferrable Mode for EC2StateSensor (#31130)`` -`6b21e4b88c `_ 2023-05-13 ``Bring back detection of implicit single-line string concatenation (#31270)`` -`d6051fd10a `_ 2023-05-12 ``Add on_kill to EMR Serverless Job Operator (#31169)`` -`8a5fe6ad7d `_ 2023-05-10 ``Add retries to S3 delete_bucket (#31192)`` -`cd3fa33e82 `_ 2023-05-09 ``DynamoDBToS3Operator - Add a feature to export the table to a point in time. (#31142)`` -`4c9b5fe4c1 `_ 2023-05-09 ``Add deferrable param in SageMakerTransformOperator (#31063)`` -`dff7e0de36 `_ 2023-05-08 ``Revert "DynamoDBToS3Operator - Add feature to export table to a point in time (#30501)" (#31139)`` -`a809c91528 `_ 2023-05-08 ``Add deferrable param in SageMakerTrainingOperator (#31042)`` -`1c144ee141 `_ 2023-05-08 ``Add deferrable param in SageMakerProcessingOperator (#31062)`` -`fc4166127a `_ 2023-05-08 ``DynamoDBToS3Operator - Add feature to export table to a point in time (#30501)`` -`c99d2d2369 `_ 2023-05-05 ``Import aiobotocore only if deferrable is true (#31094)`` -`e3d9d7dc4c `_ 2023-05-04 ``Add template field to S3ToRedshiftOperator (#30781)`` -`9c5908e050 `_ 2023-05-04 ``'StepFunctionStartExecutionOperator': get logs in case of failure (#31072)`` -`ac46902154 `_ 2023-05-04 ``Move TaskInstanceKey to a separate file (#31033)`` -`cb71d41c75 `_ 2023-05-03 ``Update return types of 'get_key' methods on 'S3Hook' (#30923)`` -`2d5166f982 `_ 2023-05-03 ``Add extras links to some more EMR Operators and Sensors (#31032)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`e4d935e490 `_ 2023-05-02 ``Add tags param in RedshiftCreateClusterSnapshotOperator (#31006)`` -`2f247a2ba2 `_ 2023-05-02 ``Add IAM authentication to Amazon Redshift Connection by AWS Connection (#28187)`` -`9662fd8cc0 `_ 2023-05-01 ``bigfix: EMRHook Loop through paginated response to check for cluster id (#29732)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`612676b975 `_ 2023-04-28 ``Support 'shareIdentifier' in BatchOperator (#30829)`` -`1f0174931b `_ 2023-04-28 ``improve/fix glue job logs printing (#30886)`` -`b36c33230f `_ 2023-04-28 ``BaseAWS - Override client when resource_type is user to get custom waiters (#30897)`` -================================================================================================= =========== ==================================================================================================== - -8.0.0 -..... - -Latest change: 2023-04-26 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`97ad7cee44 `_ 2023-04-26 ``Prepare docs for ad-hoc rc3 of Amazon provider (#30876)`` -`a044a21859 `_ 2023-04-26 ``Fix async conn for none aws_session_token (#30868)`` -`b335e474e2 `_ 2023-04-26 ``Restore aiobotocore as optional dependency of amazon provider (#30874)`` -`84e9cec701 `_ 2023-04-25 ``Prepare docs for ad-hoc release of Amazon provider (#30848)`` -`f3aa33aa13 `_ 2023-04-24 ``Update AWS EMR Cluster Link to use the new dashboard (#30844)`` -`ecaffd5892 `_ 2023-04-24 ``Add a "force" option to emr serverless stop/delete operator (#30757)`` -`62ea0ff21c `_ 2023-04-24 ``Add support for deferrable operators in AMPP (#30032)`` -`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` -`e6723aa3f0 `_ 2023-04-21 ``fixes to system tests following obsolete cleanup (#30804)`` -`e8b978a4cf `_ 2023-04-21 ``restore fallback to empty connection behavior (#30806)`` -`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` -`e4b8729739 `_ 2023-04-21 ``Remove deprecated code from Amazon provider (#30755)`` -`7e01c09644 `_ 2023-04-21 ``AWS logs. Exit fast when 3 consecutive responses are returned from AWS Cloudwatch logs (#30756)`` -`8a191938b6 `_ 2023-04-21 ``Remove @poke_mode_only from EmrStepSensor (#30774)`` -`fbc1382514 `_ 2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)`` -`c14bc770f6 `_ 2023-04-19 ``add a stop operator to emr serverless (#30720)`` -`d7cef588d6 `_ 2023-04-19 ``SqlToS3Operator - Add feature to partition SQL table (#30460)`` -`221249e872 `_ 2023-04-18 ``Fixed logging issue (#30703)`` -`38f2b4a4df `_ 2023-04-14 ``Organize Amazon providers docs index (#30541)`` -`7c2d3617bf `_ 2023-04-14 ``DynamoDBHook - waiter_path() to consider 'resource_type' or 'client_type' (#30595)`` -`51f9910ecb `_ 2023-04-14 ``Remove duplicate param docstring in EksPodOperator (#30634)`` -`96661789cc `_ 2023-04-14 ``New AWS sensor — DynamoDBValueSensor (#28338)`` -`92cab74b28 `_ 2023-04-12 ``Add ability to override waiter delay in EcsRunTaskOperator (#30586)`` -`2ce1130006 `_ 2023-04-11 ``Add support in AWS Batch Operator for multinode jobs (#29522)`` -`58294c5440 `_ 2023-04-10 ``Decouple "job runner" from BaseJob ORM model (#30255)`` -================================================================================================= =========== =================================================================================================== - -7.4.1 -..... - -Latest change: 2023-04-09 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`874ea9588e `_ 2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)`` -`fa4fb1f5fe `_ 2023-04-05 ``Revert "Add AWS deferrable BatchOperator (#29300)" (#30489)`` -`c1b5eafc82 `_ 2023-04-05 ``Add more info to quicksight error messages (#30466)`` -`77c272e6e8 `_ 2023-04-05 ``Add AWS deferrable BatchOperator (#29300)`` -`2736765956 `_ 2023-04-05 ``add template field for s3 bucket (#30472)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -`9fc0f20132 `_ 2023-04-03 ``Add s3_bucket to template fields in SFTP to S3 operator (#30444)`` -`8bf4f62ae6 `_ 2023-04-03 ``Fix 'RedshiftResumeClusterOperator' deferrable implementation (#30370)`` -================================================================================================= =========== ========================================================================== - -7.4.0 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`46d9a0c294 `_ 2023-03-21 ``Make update config behavior optional in GlueJobOperator (#30162)`` -`2a42cb46af `_ 2023-03-21 ``Move and convert all AWS example dags to system tests (#30003)`` -`05c0841880 `_ 2023-03-21 ``custom waiters with dynamic values, applied to appflow (#29911)`` -`0036ef7d35 `_ 2023-03-21 ``Add deferrable mode to 'RedshiftResumeClusterOperator' (#30090)`` -`b54285d0a1 `_ 2023-03-16 ``Remove aws async ci job (#30127)`` -`4effd6f48b `_ 2023-03-14 ``Add 'AwsToAwsBaseOperator' (#30044)`` -`cf77c3b966 `_ 2023-03-13 ``Add deferrable mode in RedshiftPauseClusterOperator (#28850)`` -`3780b01fc4 `_ 2023-03-10 ``Add support of a different AWS connection for DynamoDB (#29452)`` -`d2cc9df82c `_ 2023-03-07 ``Add 'EC2CreateInstanceOperator', 'EC2TerminateInstanceOperator' (#29548)`` -`b6392ae5fd `_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)`` -`bf27e5379c `_ 2023-03-05 ``Move string enum class to utils module + add test (#29906)`` -`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)`` -`2cebdc5007 `_ 2023-03-03 ``rewrite polling code for appflow hook (#28869)`` -================================================================================================= =========== ============================================================================ - -7.3.0 -..... - -Latest change: 2023-03-03 - -================================================================================================= =========== ======================================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================================================= -`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` -`76d8aaa836 `_ 2023-03-02 ``Fix Amazon ECS Enums (#29871)`` -`faf792f634 `_ 2023-03-02 ``Implement custom boto waiters for some EMR operators (#29822)`` -`ea8ce218b9 `_ 2023-03-02 ``Impovements for RedshiftDataOperator: better error reporting and an ability to return SQL results (#29434)`` -`181a825259 `_ 2023-03-01 ``Use waiters in ECS Operators instead of inner sensors (#29761)`` -`5de47910f3 `_ 2023-03-01 ``Allow to specify which connection, variable or config are being looked up in the backend using *_lookup_pattern parameters (#29580)`` -`1f7bc1ab3c `_ 2023-02-28 ``add num rows affected to Redshift Data API hook (#29797)`` -`4b36137a31 `_ 2023-02-28 ``Implement file credentials provider for AWS hook AssumeRoleWithWebIdentity (#29623)`` -`df4abcbcfe `_ 2023-02-27 ``fix code checking job names in sagemaker (#29245)`` -`38b901ec3f `_ 2023-02-24 ``Standardize AWS lambda naming (#29749)`` -`5e006d743d `_ 2023-02-23 ``Avoid emitting fallback message for S3TaskHandler if streaming logs (#29708)`` -`ba2d562cfb `_ 2023-02-22 ``Add 'wait_for_completion' param in 'RedshiftCreateClusterOperator' (#29657)`` -`6c13f04365 `_ 2023-02-22 ``AWS Glue job hook: Make s3_bucket parameter optional (#29659)`` -`45419e23a9 `_ 2023-02-20 ``'RedshiftDataOperator' replace 'await_result' with 'wait_for_completion' (#29633)`` -`0604033829 `_ 2023-02-20 ``Add Amazon Redshift-data to S3<>RS Transfer Operators (#27947)`` -================================================================================================= =========== ======================================================================================================================================= - -7.2.1 -..... - -Latest change: 2023-02-18 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` -`46d45e09cb `_ 2023-02-17 ``Explicitly handle exceptions raised by config parsing in AWS provider (#29587)`` -`cadab59e8d `_ 2023-02-15 ``Fix docstring for EcsRunTaskOperator region_name -> region (#29562)`` -`f9e9d23457 `_ 2023-02-11 ``Restore trigger logging (#29482)`` -`60d4bcd1d1 `_ 2023-02-10 ``Revert "Enable individual trigger logging (#27758)" (#29472)`` -================================================================================================= =========== ================================================================================== - -7.2.0 -..... - -Latest change: 2023-02-08 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` -`1b18a501fe `_ 2023-02-03 ``Enable individual trigger logging (#27758)`` -`cb0c90bd66 `_ 2023-02-02 ``Decrypt SecureString value obtained by SsmHook (#29142)`` -`efc8857d55 `_ 2023-02-01 ``log the observed status in redshift sensor (#29274)`` -`a671561b8e `_ 2023-01-31 ``shorten other wait times in sys tests (#29254)`` -`aacf4da7e8 `_ 2023-01-30 ``Use thin/passthrough hook instead of one-liner hook method (#29252)`` -`62825678b3 `_ 2023-01-30 ``Move imports in AWS SqlToS3Operator transfer to callable function (#29045)`` -`5490102a41 `_ 2023-01-30 ``Add option to wait for completion on the EmrCreateJobFlowOperator (#28827)`` -`44024564cb `_ 2023-01-27 ``fix: 'num_of_dpus' typehints- GlueJobHook/Operator (#29176)`` -`e1a14ae9ee `_ 2023-01-27 ``Fix false-positive spellcheck failure (#29190)`` -`2493476a7e `_ 2023-01-26 ``introduce base class for EKS sensors (#29053)`` -`2c4928da40 `_ 2023-01-24 ``introduce a method to convert dictionaries to boto-style key-value lists (#28816)`` -`efaed34213 `_ 2023-01-23 ``Add transfer operator S3 to (generic) SQL (#29085)`` -`6190e34388 `_ 2023-01-23 ``add retries to stop_pipeline on conflict (#29077)`` -`17e8bb7f9e `_ 2023-01-19 ``Update provide_bucket_name() decorator to handle new conn_type (#28706)`` -`1ab7ea81a1 `_ 2023-01-19 ``uniformize getting hook through cached property in aws sensors (#29001)`` -`395b731b94 `_ 2023-01-18 ``Add log for AWS Glue Job Console URL (#28925)`` -`3a3adfb8e6 `_ 2023-01-15 ``Fix typo in DataSyncHook boto3 methods for create location in NFS and EFS (#28948)`` -`198e96aca1 `_ 2023-01-14 ``Use boto3 intersphinx inventory in documentation/docstrings. (#28945)`` -================================================================================================= =========== ====================================================================================== - -7.1.0 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ============================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`923bcd2865 `_ 2023-01-13 ``new operator to create a sagemaker experiment (#28837)`` -`3e4e5b1fdb `_ 2023-01-13 ``Add ''configuration_overrides'' to templated fields (#28920)`` -`9a643363e9 `_ 2023-01-12 ``Avoid circular import from S3HookUriParseFailure (#28908)`` -`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` -`870ecd477a `_ 2023-01-11 ``Add a new SSM hook and use it in the System Test context builder (#28755)`` -`3baa40d72c `_ 2023-01-10 ``Use compat for cached_property in AWS Batch modules (#28835)`` -`3eee33ac8c `_ 2023-01-06 ``Apply "unify bucket and key" before "provide bucket" (#28710)`` -`3a7cb66784 `_ 2023-01-06 ``Update S3ToRedshiftOperator docs to inform users about multiple key functionality (#28705)`` -`a9493c1317 `_ 2023-01-06 ``Add waiter config params to emr.add_job_flow_steps (#28464)`` -`ce188e5093 `_ 2023-01-05 ``Refactor waiter function and improve unit tests (#28753)`` -`e8533d295e `_ 2023-01-05 ``Add AWS Sagemaker Auto ML operator and sensor (#28472)`` -`8c5ee5e3c1 `_ 2023-01-04 ``Better exception raised in case of numpy missing (#28722)`` -`9ab9c18d68 `_ 2023-01-04 ``Don't call get_connection from provide_bucket_name (#28716)`` -================================================================================================= =========== ============================================================================================== - -7.0.0 -..... - -Latest change: 2023-01-02 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` -`3ce7cbbda1 `_ 2022-12-30 ``add description of breaking changes (#28582)`` -`297aa7480e `_ 2022-12-23 ``Add execution role parameter to AddStepsOperator (#28484)`` -`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)`` -`d9ae90fc64 `_ 2022-12-21 ``Make pandas dependency optional for Amazon Provider (#28505)`` -`39abd5e065 `_ 2022-12-21 ``Add AWS SageMaker operator to register a model's version (#28024)`` -`fefcb1d567 `_ 2022-12-20 ``Add link for EMR Steps Sensor logs (#28180)`` -`e377e869da `_ 2022-12-19 ``Fix EmrAddStepsOperature wait_for_completion parameter is not working (#28052)`` -`21f0600f69 `_ 2022-12-18 ``Correctly template Glue Jobs 'create_job_kwargs' arg (#28403)`` -`8e0df8881f `_ 2022-12-17 ``Add Amazon Elastic Container Registry (ECR) Hook (#28279)`` -`29f574301a `_ 2022-12-15 ``Add EMR Notebook operators (#28312)`` -`381160c0f6 `_ 2022-12-14 ``Fix template rendered bucket_key in S3KeySensor (#28340)`` -`9d9b15989a `_ 2022-12-14 ``Create 'LambdaCreateFunctionOperator' and sensor (#28241)`` -`27569a8b37 `_ 2022-12-13 ``Better support for Boto Waiters (#28236)`` -`fb5182bb2f `_ 2022-12-12 ``Fix S3KeySensor documentation (#28297)`` -`1eaedc8ae8 `_ 2022-12-08 ``Improve docstrings for 'AwsLambdaInvokeFunctionOperator' (#28233)`` -`a6315c2f4e `_ 2022-12-08 ``Amazon Provider Package user agent (#27823)`` -`0d90c62bac `_ 2022-12-06 ``Fix Type Error while using DynamoDBToS3Operator (#28158)`` -`b609ab9001 `_ 2022-12-06 ``AWSGlueJobHook updates job configuration if it exists (#27893)`` -`3ee5c404b7 `_ 2022-12-06 ``Fix GlueCrawlerOperature failure when using tags (#28005)`` -`0da004838f `_ 2022-12-06 ``Allow waiter to be configured via EmrServerless Operators (#27784)`` -`0ef8d934f2 `_ 2022-12-06 ``Add operators + sensor for aws sagemaker pipelines (#27786)`` -`7398853c86 `_ 2022-12-06 ``Update RdsHook docstrings to match correct argument names (#28108)`` -`8f0265d0d9 `_ 2022-12-05 ``AWS Secrets Manager Backend - major update (#27920)`` -`8cf6dca36b `_ 2022-12-05 ``add some important log in aws athena hook (#27917)`` -`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)`` -`527b948856 `_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)`` -`0cd969c9c1 `_ 2022-12-02 ``Lambda hook: make runtime and handler optional (#27778)`` -================================================================================================= =========== =================================================================================== - -6.2.0 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== =================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================================== -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`2ab5c1fdf0 `_ 2022-11-26 ``Add retry option in RedshiftDeleteClusterOperator to retry when an operation is running in the cluster (#27820)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -`336e065e6a `_ 2022-11-23 ``Correct job name matching in SagemakerProcessingOperator (#27634)`` -`239440df23 `_ 2022-11-17 ``System Test for EMR (AIP-47) (#27286)`` -`2bba98f109 `_ 2022-11-17 ``Use Boto waiters instead of customer _await_status method for RDS Operators (#27410)`` -`2063e141e4 `_ 2022-11-17 ``Handle transient state errors in 'RedshiftResumeClusterOperator' and 'RedshiftPauseClusterOperator' (#27276)`` -================================================================================================= =========== =================================================================================================================== - -6.1.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ============================================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)`` -`0a059eea67 `_ 2022-11-11 ``sagemaker operators: mutualize init of aws_conn_id (#27579)`` -`c490a328f4 `_ 2022-11-11 ``CloudWatch task handler doesn't fall back to local logs when Amazon CloudWatch logs aren't found (#27564)`` -`9f9ab30218 `_ 2022-11-11 ``SagemakerProcessingOperator stopped honoring 'existing_jobs_found' (#27456)`` -`f919abc918 `_ 2022-11-10 ``Fix backwards compatibility for RedshiftSQLOperator (#27602)`` -`a5c0aeb566 `_ 2022-11-10 ``Add info about JSON Connection format for AWS SSM Parameter Store Secrets Backend (#27134)`` -`2ef15c5da0 `_ 2022-11-10 ``Add default name to EMR Serverless jobs (#27458)`` -`4dc9b1c592 `_ 2022-11-08 ``Sagemaker hook: remove extra call at the end when waiting for completion (#27551)`` -`d479b99388 `_ 2022-11-07 ``Fix typo in redshift sql hook get_ui_field_behaviour (#27533)`` -`5cd78cf425 `_ 2022-11-06 ``Upgrade dependencies in order to avoid backtracking (#27531)`` -`531f2d2116 `_ 2022-11-04 ``Code quality improvements on sagemaker operators/hook (#27453)`` -`1bbd8fe3ef `_ 2022-10-28 ``Fix example_emr_serverless system test (#27149)`` -`9e2eac3b6c `_ 2022-10-28 ``Fix param in docstring RedshiftSQLHook get_table_primary_key method (#27330)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`6b2dc6f2cc `_ 2022-10-27 ``System test for SQL to S3 Transfer (AIP-47) (#27097)`` -`777b57f0c6 `_ 2022-10-26 ``Adding 'preserve_file_name' param to 'S3Hook.download_file' method (#26886)`` -`6a1a6f7bef `_ 2022-10-26 ``Adds s3_key_prefix to template fields (#27207)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`737e50a02a `_ 2022-10-21 ``Fix assume role if user explicit set credentials (#26946)`` -`0e8dcdc4ff `_ 2022-10-21 ``Add GlacierUploadArchiveOperator (#26652)`` -`a2413cf6ca `_ 2022-10-19 ``Add RdsStopDbOperator and RdsStartDbOperator (#27076)`` -`d4bfccb3c9 `_ 2022-10-19 ``ECS Buglette (#26921)`` -`9fed22fc99 `_ 2022-10-18 ``'GoogleApiToS3Operator' : add 'gcp_conn_id' to template fields (#27017)`` -`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` -`f8d7290178 `_ 2022-10-10 ``Improve testing AWS Connection response (#26953)`` -`66294de4e0 `_ 2022-10-10 ``Fix failure state in waiter call for EmrServerlessStartJobOperator. (#26853)`` -`62d5bab3b4 `_ 2022-10-10 ``Convert emr_eks example dag to system test (#26723)`` -`e68c8b9d52 `_ 2022-10-10 ``System test for Dynamo DB (#26729)`` -`f17abcc931 `_ 2022-10-09 ``ECS System Test (#26808)`` -`db02c29789 `_ 2022-10-09 ``RDS Instance System Tests (#26733)`` -`6dd4593829 `_ 2022-10-07 ``Fix a bunch of deprecation warnings AWS tests (#26857)`` -`8a1bbcfcb3 `_ 2022-10-06 ``Avoid circular imports in AWS Secrets Backends if obtain secrets from config (#26784)`` -`f3ad164aef `_ 2022-10-01 ``Add information about Amazon Elastic MapReduce Connection (#26687)`` -`9c59312fbc `_ 2022-10-01 ``Fix null strings bug in SqlToS3Operator in non parquet formats (#26676)`` -`677df10254 `_ 2022-09-30 ``Add BatchOperator template fields (#26805)`` -================================================================================================= =========== ============================================================================================================= - -6.0.0 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== =========================================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================================== -`ec1615b589 `_ 2022-09-28 ``Fix errors in CHANGELOGS for slack and amazon (#26746)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`4970bccfa6 `_ 2022-09-27 ``Change links to 'boto3' documentation (#26708)`` -`89e44c46ad `_ 2022-09-27 ``Remove duplicated connection-type within the provider (#26628)`` -`9b232846b3 `_ 2022-09-26 ``Redshift to S3 and S3 to Redshift System test (AIP-47) (#26613)`` -`0c7b4cbf62 `_ 2022-09-22 ``Fix SageMakerEndpointConfigOperator's return value (#26541)`` -`d0951366d7 `_ 2022-09-21 ``Convert example_eks_with_fargate_in_one_step.py and example_eks_with_fargate_profile to AIP-47 (#26537)`` -`cf73cb79d7 `_ 2022-09-21 ``Remove Amazon S3 Connection Type (#25980)`` -`956ea7c40e `_ 2022-09-21 ``Redshift System Test (AIP-47) (#26187)`` -`5b2d0e02c6 `_ 2022-09-21 ``GoogleAPIToS3Operator System Test (AIP-47) (#26370)`` -`23d4f632d7 `_ 2022-09-21 ``Convert EKS with Nodegroups sample DAG to a system test (AIP-47) (#26539)`` -`156fbd0c67 `_ 2022-09-21 ``Convert EC2 sample DAG to system test (#26540)`` -`0751b77048 `_ 2022-09-21 ``Convert S3 example DAG to System test (AIP-47) (#26535)`` -`8f1c78f6e0 `_ 2022-09-19 ``EMR Serverless Fix for Jobs marked as success even on failure (#26218)`` -`a2b186a152 `_ 2022-09-19 ``Fix AWS Connection warn condition for invalid 'profile_name' argument (#26464)`` -`f51587e85e `_ 2022-09-19 ``Remove redundand catch exception in Amazon Log Task Handlers (#26442)`` -`13892883cf `_ 2022-09-19 ``Convert 'example_eks_with_nodegroup_in_one_step' sample DAG to system test (AIP-47) (#26410)`` -`3783be420c `_ 2022-09-19 ``Migrate DMS sample dag to system test (#26270)`` -`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`d5820a77e8 `_ 2022-09-12 ``Athena and EMR operator max_retries mix-up fix (#25971)`` -`a45ab47d7a `_ 2022-09-09 ``Add RdsDbSensor to amazon provider package (#26003)`` -`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` -`1573ab9014 `_ 2022-09-06 ``Fixes SageMaker operator return values (#23628)`` -`751cb9a826 `_ 2022-09-05 ``Set template_fields on RDS operators (#26005)`` -================================================================================================= =========== =========================================================================================================== - -5.1.0 -..... - -Latest change: 2022-09-05 - -================================================================================================= =========== ====================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================== -`25d0baa4ee `_ 2022-09-05 ``Prepare bug-fix release of providers out of band (#26109)`` -`6c57acc654 `_ 2022-08-31 ``Additional mask aws credentials (#26014)`` -`6d703dd9e1 `_ 2022-08-31 ``Fix display aws connection info (#26025)`` -`8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` -`1d06374194 `_ 2022-08-30 ``Hook into Mypy to get rid of those cast() (#26023)`` -`1ed014647e `_ 2022-08-29 ``Add 'output' property to MappedOperator (#25604)`` -`dbfa6487b8 `_ 2022-08-27 ``Fix 'EcsBaseOperator' and 'EcsBaseSensor' arguments (#25989)`` -`c9c89e5c3b `_ 2022-08-27 ``Add RedshiftDeleteClusterSnapshotOperator (#25975)`` -`695e1a53f8 `_ 2022-08-27 ``Raise an error on create bucket if use regional endpoint for us-east-1 and region not set (#25945)`` -`b75797e809 `_ 2022-08-27 ``Fix EMR serverless system test (#25969)`` -`810f3847c2 `_ 2022-08-27 ``Update AWS system tests to use SystemTestContextBuilder (#25748)`` -`626a54904a `_ 2022-08-26 ``Convert Quicksight Sample DAG to System Test (#25696)`` -`994f18872a `_ 2022-08-25 ``Add redshift create cluster snapshot operator (#25857)`` -`1a1f352479 `_ 2022-08-23 ``Add Airflow specific warning classes (#25799)`` -`6b7a343b25 `_ 2022-08-22 ``Implement 'EmrEksCreateClusterOperator' (#25816)`` -`e1ace8d018 `_ 2022-08-21 ``Fix RDS system test (#25839)`` -`f1e0a48500 `_ 2022-08-19 ``Avoid circular import problems when instantiating AWS SM backend (#25810)`` -`92fce4fe87 `_ 2022-08-19 ``Improve error handling/messaging around bucket exist check (#25805)`` -`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` -`b9b8841ef3 `_ 2022-08-16 ``Allow AWS Secrets Backends use AWS Connection capabilities (#25628)`` -`762588dcf4 `_ 2022-08-15 ``fix bug construction of Connection object in version 5.0.0rc3 (#25716)`` -`1b412c9cbe `_ 2022-08-10 ``Consolidate to one 'schedule' param (#25410)`` -================================================================================================= =========== ====================================================================================================== - -5.0.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ========================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================================================================== -`5923788143 `_ 2022-08-10 ``Fix CHANGELOG for common.sql provider and add amazon commit (#25636)`` -`358593c6b6 `_ 2022-08-10 ``Enable multiple query execution in RedshiftDataOperator (#25619)`` -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`8a1b7d43e0 `_ 2022-08-10 ``Refactor monolithic ECS Operator into Operators, Sensors, and a Hook (#25413)`` -`85137f3763 `_ 2022-08-09 ``Remove deprecated modules from Amazon provider package (#25609)`` -`a0212a3593 `_ 2022-08-08 ``refactor: Deprecate parameter 'host' as an extra attribute for the connection. Depreciation is happening in favor of 'endpoint_url' in extra. (#25494)`` -`ae7bf47410 `_ 2022-08-07 ``Avoid requirement that AWS Secret Manager JSON values be urlencoded. (#25432)`` -`65ac62867e `_ 2022-08-07 ``Get boto3.session.Session by appropriate method (#25569)`` -`33fbe75dd5 `_ 2022-08-06 ``System test for EMR Serverless (#25559)`` -`029e3ae96f `_ 2022-08-05 ``Remove deprecated modules (#25543)`` -`d4f560b98e `_ 2022-08-05 ``Fix S3Hook transfer config arguments validation (#25544)`` -`8df84e99b7 `_ 2022-08-05 ``Add EMR Serverless Operators and Hooks (#25324)`` -`4193558e80 `_ 2022-08-05 ``Resolve Amazon Hook's 'region_name' and 'config' in wrapper (#25336)`` -`171aaf017a `_ 2022-08-04 ``Hide unused fields for Amazon Web Services connection (#25416)`` -`cd14f3f65a `_ 2022-08-03 ``Convert Local to S3 example DAG to System Test (AIP-47) (#25345)`` -`007b1920dd `_ 2022-08-02 ``Enable Auto-incrementing Transform job name in SageMakerTransformOperator (#25263)`` -`c6d3b48d5d `_ 2022-07-28 ``Convert ECS Fargate Sample DAG to System Test (#25316)`` -`432977be0c `_ 2022-07-26 ``Resolve and validate AWS Connection parameters in wrapper (#25256)`` -`ceb1658565 `_ 2022-07-22 ``Fix BatchOperator links on wait_for_completion = True (#25228)`` -`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` -`d66e427c4d `_ 2022-07-22 ``Sagemaker System Tests - Part 3 of 3 - example_sagemaker_endpoint.py (AIP-47) (#25134)`` -`f6bda38e20 `_ 2022-07-21 ``Convert RDS Export Sample DAG to System Test (AIP-47) (#25205)`` -`47b72056c4 `_ 2022-07-21 ``SQSPublishOperator should allow sending messages to a FIFO Queue (#25171)`` -`6d41067cf7 `_ 2022-07-19 ``Standardize AwsLambda (#25100)`` -`c6d9bccdb6 `_ 2022-07-19 ``AIP-47 - Migrate redshift DAGs to new design #22438 (#24239)`` -`5a77c46bf0 `_ 2022-07-19 ``Glue Job Driver logging (#25142)`` -`c48c185627 `_ 2022-07-18 ``Convert Glue Sample DAG to System Test (#25136)`` -`693fe60de4 `_ 2022-07-18 ``Makes changes to SqlToS3Operator method _fix_int_dtypes (#25083)`` -`b7f51b9156 `_ 2022-07-18 ``Convert the batch sample dag to system tests (AIP-47) (#24448)`` -`e32e9c5880 `_ 2022-07-18 ``Bump typing-extensions and mypy for ParamSpec (#25088)`` -`77f51dcf72 `_ 2022-07-16 ``Migrate datasync sample dag to system tests (AIP-47) (#24354)`` -`d872edacfe `_ 2022-07-16 ``Sagemaker System Tests - Part 2 of 3 - example_sagemaker.py (#25079)`` -`f611b1feff `_ 2022-07-15 ``Migrate lambda sample dag to system test (AIP-47) (#24355)`` -`543161a1af `_ 2022-07-15 ``SageMaker system tests - Part 1 of 3 - Prep Work (AIP-47) (#25078)`` -================================================================================================= =========== ========================================================================================================================================================== - -4.1.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`109acc75c4 `_ 2022-07-08 ``Convert RDS Event and Snapshot Sample DAGs to System Tests (#24932)`` -`60c2a3bf82 `_ 2022-07-08 ``Refactor and fix AWS secret manager invalid exception (#24898)`` -`c1526a2888 `_ 2022-07-07 ``Convert Step Functions Example DAG to System Test (AIP-47) (#24643)`` -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -`c61f86dde5 `_ 2022-07-05 ``Update AWS Connection docs and deprecate some extras (#24670)`` -`210549c658 `_ 2022-07-04 ``Add test_connection method to AWS hook (#24662)`` -`e2fd41f7b1 `_ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)`` -`46ac083f7e `_ 2022-07-01 ``Align Black and blacken-docs configs (#24785)`` -`49925be664 `_ 2022-07-01 ``Restore Optional value of script_location (#24754)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`45b11d4ed1 `_ 2022-06-29 ``Use our yaml util in all providers (#24720)`` -`bf727525e1 `_ 2022-06-28 ``Add AWS operators to create and delete RDS Database (#24099)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`9b4a053bc6 `_ 2022-06-28 ``Add batch option to 'SqsSensor' (#24554)`` -`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` -`e477f4ba6c `_ 2022-06-21 ``Amazon appflow (#24057)`` -`7293e31f1c `_ 2022-06-20 ``Make extra_args in S3Hook immutable between calls (#24527)`` -`f48112ccff `_ 2022-06-20 ``Convert SQS Sample DAG to System Test (#24513)`` -`796e0a0b52 `_ 2022-06-19 ``fix: RedshiftDataHook and RdsHook not use cached connection (#24387)`` -`cfbcd31b69 `_ 2022-06-14 ``Convert Cloudformation Sample DAG to System Test (#24447)`` -`7d8a17b210 `_ 2022-06-14 ``Add AWS Batch & AWS CloudWatch Extra Links (#24406)`` -`08b675cf66 `_ 2022-06-13 ``Fix links to sources for examples (#24386)`` -`a1e417c4fe `_ 2022-06-12 ``Convert SNS Sample DAG to System Test (#24384)`` -`19dd9f5873 `_ 2022-06-12 ``Refactoring EmrClusterLink and add for other AWS EMR Operators (#24294)`` -`7fed7f31c3 `_ 2022-06-11 ``Fix S3KeySensor. See #24321 (#24378)`` -`99d9833631 `_ 2022-06-10 ``Fix: 'emr_conn_id' should be optional in 'EmrCreateJobFlowOperator' (#24306)`` -================================================================================================= =========== ================================================================================ - -4.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== =========================================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`dc9c083a4b `_ 2022-06-08 ``fix: patches #24215. Won't raise KeyError when 'create_job_kwargs' contains the 'Command' key. (#24308)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`b1ad017cee `_ 2022-06-07 ``pydocstyle D202 added (#24221)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`b88ce95188 `_ 2022-06-07 ``Update doc and sample dag for EMR Containers (#24087)`` -`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` -`41898d8922 `_ 2022-06-06 ``Refactor GlueJobHook get_or_create_glue_job method. (#24215)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`daa138c8eb `_ 2022-06-04 ``fix: StepFunctionHook ignores explicit set 'region_name' (#23976)`` -`5b32966c35 `_ 2022-06-03 ``Remove old Athena Sample DAG (#24170)`` -`595981c8ad `_ 2022-05-31 ``Light Refactor and Clean-up AWS Provider (#23907)`` -`94f2ce9342 `_ 2022-05-30 ``Add partition related methods to GlueCatalogHook: (#23857)`` -`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` -`47fc253ea4 `_ 2022-05-24 ``Move string arg evals to 'execute()' in 'EksCreateClusterOperator' (#23877)`` -`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` -`5d2296becb `_ 2022-05-22 ``Fix Amazon EKS example DAG raises warning during Imports (#23849)`` -`e54ca47262 `_ 2022-05-22 ``Add support for associating custom tags to job runs submitted via EmrContainerOperator (#23769)`` -`69f444f87a `_ 2022-05-22 ``Add number of node params only for single-node cluster in RedshiftCreateClusterOperator (#23839)`` -`509b277dce `_ 2022-05-22 ``Update sample dag and doc for RDS (#23651)`` -`4c9f756035 `_ 2022-05-20 ``Reformat the whole AWS documentation (#23810)`` -`fb3b980b5d `_ 2022-05-19 ``Update the DMS Sample DAG and Docs (#23681)`` -`64d0d9cd92 `_ 2022-05-17 ``Add AWS project structure tests (re: AIP-47) (#23630)`` -`ca25436108 `_ 2022-05-16 ``Add doc and sample dag for GCSToS3Operator (#23730)`` -`1a8f1ee276 `_ 2022-05-12 ``Update doc and sample dag for Quicksight (#23653)`` -`094e50eb43 `_ 2022-05-12 ``Replace "absolute()" with "resolve()" in pathlib objects (#23675)`` -================================================================================================= =========== =========================================================================================================== - -3.4.0 -..... - -Latest change: 2022-05-12 - -================================================================================================= =========== ======================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================== -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`3ed895bb7b `_ 2022-05-11 ``Add 'RedshiftDeleteClusterOperator' support (#23563)`` -`5c149c341e `_ 2022-05-10 ``Add Quicksight create ingestion Hook and Operator (#21863)`` -`d21e49dfda `_ 2022-05-10 ``Add sample dag and doc for S3ListPrefixesOperator (#23448)`` -`7354d2eac9 `_ 2022-05-09 ``Add sample dag and doc for S3ListOperator (#23449)`` -`389676bb0d `_ 2022-05-09 ``Add doc and sample dag for EC2 (#23547)`` -`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` -`ec4dcce338 `_ 2022-05-09 ``Update sample dag and doc for Datasync (#23511)`` -`5d1e6ff19a `_ 2022-05-09 ``Add default 'aws_conn_id' to SageMaker Operators #21808 (#23515)`` -`c3386c5fcf `_ 2022-05-09 ``Fix conn close error on retrieving log events (#23470)`` -`ad863ce510 `_ 2022-05-08 ``Amazon Sagemaker Sample DAG and docs update (#23256)`` -`27a80511ec `_ 2022-05-07 ``Fix LocalFilesystemToS3Operator and S3CreateObjectOperator to support full s3:// style keys (#23180)`` -`46af5baba8 `_ 2022-05-07 ``Update the Athena Sample DAG and Docs (#23428)`` -`6065d1203e `_ 2022-05-06 ``Update docs Amazon Glacier Docs (#23372)`` -`7f40fa0130 `_ 2022-05-04 ``Add doc and example dag for Amazon SQS Operators (#23312)`` -`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` -`d6141c6594 `_ 2022-05-01 ``Fix attempting to reattach in 'ECSOperator' (#23370)`` -`fa0d93418b `_ 2022-04-30 ``Allow back script_location in Glue to be None (#23357)`` -`9021c2b97d `_ 2022-04-26 ``Fix doc build failure on main (#23240)`` -`754e293c54 `_ 2022-04-26 ``Add RedshiftCreateClusterOperator`` -`ff85c12f4a `_ 2022-04-26 ``Fix "Chain not supported for different length Iterable"`` -`444794446d `_ 2022-04-26 ``Add sample dag and doc for S3KeysUnchangedSensor`` -`692a089943 `_ 2022-04-25 ``Add doc and sample dag for S3FileTransformOperator`` -`8cfb2be989 `_ 2022-04-25 ``Add doc and example dag for AWS Step Functions Operators`` -`d91b6cd40f `_ 2022-04-23 ``'S3Hook': fix 'load_bytes' docstring (#23182)`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`9e1ac6e425 `_ 2022-04-20 ``Add 'S3CreateObjectOperator' (#22758)`` -`ddb5d9b4a2 `_ 2022-04-14 ``Add doc and sample dag for S3CopyObjectOperator and S3DeleteObjectsOperator (#22959)`` -`dffb0d27f2 `_ 2022-04-12 ``Deprecate 'S3PrefixSensor' and 'S3KeySizeSensor' in favor of 'S3KeySensor' (#22737)`` -`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -================================================================================================= =========== ======================================================================================================== - -3.3.0 -..... - -Latest change: 2022-04-07 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`de84eaf1b0 `_ 2022-04-06 ``Pass custom headers through in SES email backend (#22667)`` -`e7650b85a3 `_ 2022-03-31 ``Add doc and sample dag for SqlToS3Operator (#22603)`` -`898d31e9c2 `_ 2022-03-31 ``Adds HiveToDynamoDB Transfer Sample DAG and Docs (#22517)`` -`616a5dd4d7 `_ 2022-03-31 ``Add doc and sample dag for MongoToS3Operator (#22575)`` -`55ee62e28a `_ 2022-03-31 ``Add doc for LocalFilesystemToS3Operator (#22574)`` -`02526b3f64 `_ 2022-03-27 ``Add doc and example dag for AWS CloudFormation Operators (#22533)`` -`df473d7e89 `_ 2022-03-27 ``GoogleApiToS3Operator: update sample dag and doc (#22507)`` -`d91b8334f0 `_ 2022-03-27 ``SalesforceToS3Operator: update sample dag and doc (#22489)`` -`8ade99f97d `_ 2022-03-27 ``Add doc and sample dag for S3ToFTPOperator and FTPToS3Operator (#22534)`` -`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` -================================================================================================= =========== ================================================================================== - -3.2.0 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ================================================================================================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================================================================================================ -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`4de9d6622c `_ 2022-03-22 ``ImapAttachmentToS3Operator: fix it, update sample dag and update doc (#22351)`` -`e972b6a48d `_ 2022-03-21 ``Add docs and example dag for AWS Glue (#22295)`` -`dd0cbaad3f `_ 2022-03-21 ``Update doc and sample dag for S3ToSFTPOperator and SFTPToS3Operator (#22313)`` -`5eb6335742 `_ 2022-03-19 ``Update sample dag and doc for S3CreateBucketOperator, S3PutBucketTaggingOperator, S3GetBucketTaggingOperator, S3DeleteBucketTaggingOperator, S3DeleteBucketOperator (#22312)`` -`926f6d1894 `_ 2022-03-15 ``Add arguments to filter list: start_after_key, from_datetime, to_datetime, object_filter callable (#22231)`` -================================================================================================= =========== ================================================================================================================================================================================ - -3.1.1 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ===================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`46c61ed3e9 `_ 2022-03-14 ``EMR Sample DAG and Docs Update (#22189)`` -`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` -`4f6d24f865 `_ 2022-03-14 ``use different logger to avoid duplicate log entry (#22256)`` -`6f8f535619 `_ 2022-03-14 ``Add sample dags and update doc for RedshiftClusterSensor, RedshiftPauseClusterOperator and RedshiftResumeClusterOperator (#22128)`` -`a840561e1f `_ 2022-03-13 ``AWS RDS integration fixes (#22125)`` -`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` -`46a120dc5f `_ 2022-03-11 ``Fix RedshiftDataOperator and update doc (#22157)`` -`e63f6e36d1 `_ 2022-03-11 ``additional information in the ECSOperator around support of launch_type=EXTERNAL (#22093)`` -`16ad03cae5 `_ 2022-03-11 ``Bugfix for retrying on provision failuers(#22137)`` -`bd809bc83a `_ 2022-03-09 ``If uploading task logs to S3 fails, retry once (#21981)`` -`45162565db `_ 2022-03-08 ``EMR on EKS Sample DAG and Docs Update (#22095)`` -`c7286e5306 `_ 2022-03-08 ``Bug-fix GCSToS3Operator (#22071)`` -`184a46fc93 `_ 2022-03-08 ``refactors polling logic for athena queries (#21488)`` -`a150ee0bc1 `_ 2022-03-08 ``Add template fields to DynamoDBToS3Operator (#22080)`` -`c8d49f63ca `_ 2022-03-08 ``fixes query status polling logic (#21423)`` -`374354dda7 `_ 2022-03-08 ``Dynamo to S3 Sample DAG and Docs (#21920)`` -`c1faaf3745 `_ 2022-03-07 ``Add sample dag and doc for RedshiftToS3Operator (#22060)`` -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`0209a5c3f0 `_ 2022-03-07 ``Add docs and sample dags for AWS Batch (#22010)`` -`01a1a263fd `_ 2022-03-07 ``retry on very specific eni provision failures (#22002)`` -`c22fb319ff `_ 2022-03-07 ``Cleanup RedshiftSQLOperator documentation (#21976)`` -`7724a5a2ec `_ 2022-03-07 ``Move S3ToRedshiftOperator documentation to transfer dir (#21975)`` -`80c52a1875 `_ 2022-03-06 ``Added AWS RDS sensors (#21231)`` -`f968eba470 `_ 2022-03-06 ``Added AWS RDS operators (#20907)`` -`a9b7dd6900 `_ 2022-03-06 ``Resolve mypy issue in athena example dag (#22020)`` -`9ce45ff756 `_ 2022-03-04 ``Rename 'S3' hook name to 'Amazon S3' (#21988)`` -`af79df69b2 `_ 2022-03-02 ``Add RedshiftDataHook (#19137)`` -`3f9295a4f4 `_ 2022-03-02 ``Update ECS sample DAG and Docs to new standards (#21828)`` -`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` -`33edeb2cb1 `_ 2022-03-01 ``Feature: Add invoke lambda function operator (#21686)`` -`3218cca14b `_ 2022-03-01 ``Fix the Type Hints in ''RedshiftSQLOperator'' (#21885)`` -`c819b4f8d0 `_ 2022-02-28 ``Configurable AWS Session Factory (#21778)`` -`5276ef8ad9 `_ 2022-02-28 ``Add JSON output on SqlToS3Operator (#21779)`` -`cb24ee9414 `_ 2022-02-27 ``Add SageMakerDeleteModelOperator (#21673)`` -`f0b6398dd6 `_ 2022-02-26 ``Bug Fix - S3DeleteObjectsOperator will try and delete all keys (#21458)`` -`037865970b `_ 2022-02-26 ``Added Hook for Amazon RDS. Added 'boto3_stub' library for autocomplete. (#20642)`` -`dec05fb6b2 `_ 2022-02-19 ``Update EKS sample DAGs and docs (#21523)`` -`b28f4c578c `_ 2022-02-19 ``Fix Amazon SES emailer signature (#21681)`` -`fc44836504 `_ 2022-02-15 ``S3KeySensor to use S3Hook url parser (#21500)`` -`69bf74f9a6 `_ 2022-02-15 ``Fix EcsOperatorError, so it can be loaded from a picklefile (#21441)`` -`21a90c5b7e `_ 2022-02-15 ``Get log events after sleep to get all logs (#21574)`` -`8e81615edb `_ 2022-02-11 ``[doc] Improve s3 operator example by adding task upload_keys (#21422)`` -`2c5f636e5c `_ 2022-02-11 ``Use temporary file in GCSToS3Operator (#21295)`` -`598e836043 `_ 2022-02-09 ``Added SNS example DAG and rst (#21475)`` -`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -================================================================================================= =========== ===================================================================================================================================== - -3.0.0 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ============================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================ -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`33ca0f2654 `_ 2022-02-08 ``eks_hook log level fatal -> FATAL (#21427)`` -`8f81b9a01c `_ 2022-02-08 ``Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)`` -`d1150182cb `_ 2022-02-06 ``Bug fix in AWS glue operator related to num_of_dpus #19787 (#21353)`` -`0a6ea572fb `_ 2022-02-06 ``Fix to check if values are integer or float and convert accordingly. (#21277)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` -`5185d6ab26 `_ 2022-01-29 ``Alleviate import warning for 'EmrClusterLink' in deprecated AWS module (#21195)`` -`7ae156fd29 `_ 2022-01-29 ``[SQSSensor] Add opt-in to disable auto-delete messages (#21159)`` -`ff4939f23c `_ 2022-01-25 ``Remove ':type' directives from 'SqlToS3Operator' (#21079)`` -`bad070f7f4 `_ 2022-01-24 ``Create a generic operator SqlToS3Operator and deprecate the MySqlToS3Operator. (#20807)`` -`c5ffe0c2da `_ 2022-01-23 ``fix: cloudwatch logs fetch logic (#20814)`` -`27b77d37a9 `_ 2022-01-21 ``Fix all Amazon Provider MyPy errors (#20935)`` -`73c0d241d8 `_ 2022-01-21 ``Remove a few stray ':type's in docs (#21014)`` -`a59a2be571 `_ 2022-01-21 ``Move some base_aws logging from info to debug level (#20858)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`34efb42ebe `_ 2022-01-20 ``Rename params to cloudformation_parameter in CloudFormation operators. (#20989)`` -`730db3fb77 `_ 2022-01-18 ``Remove all "fake" stub files (#20936)`` -`307d356519 `_ 2022-01-14 ``AWS: Adds support for optional kwargs in the EKS Operators (#20819)`` -`b15027410b `_ 2022-01-14 ``Fix MyPy issues in AWS Sensors (#20863)`` -`ce06e6b917 `_ 2022-01-13 ``AwsAthenaOperator: do not generate ''client_request_token'' if not provided (#20854)`` -`f8fd0f7b4c `_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` -`341b461e4f `_ 2022-01-09 ``Fix mypy in providers/aws/hooks (#20353)`` -`6776586904 `_ 2022-01-09 ``Standardize AWS SQS classes names (#20732)`` -`88e3f2ae5e `_ 2022-01-08 ``Rename amazon EMR hook name (#20767)`` -`0ebd55e0f8 `_ 2022-01-06 ``Standardize AWS Batch naming (#20369)`` -`88ea157507 `_ 2022-01-06 ``Standardize AWS Redshift naming (#20374)`` -`51dc4fd808 `_ 2022-01-06 ``Fix MyPy issues in AWS Sensors (#20717)`` -`dd12cfcfe9 `_ 2022-01-06 ``Fix MyPy in Amazon provider for Sagemaker operator (#20715)`` -`cf5c31137d `_ 2022-01-06 ``Fix MyPy errors for Amazon DMS in hooks and operator (#20710)`` -`6af2137ef0 `_ 2022-01-06 ``Fix MyPy issues in ''airflow/providers/amazon/aws/transfers'' (#20708)`` -`1fc0fa5ea9 `_ 2022-01-06 ``Standardize DynamoDB naming (#20360)`` -`9c0ba1b6ab `_ 2022-01-04 ``Standardize AWS ECS naming (#20332)`` -================================================================================================= =========== ============================================================================================ - -2.6.0 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ========================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================== -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` -`b164124bfe `_ 2021-12-31 ``Fix mypy errors in amazon aws transfer (#20590)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`6d25d63679 `_ 2021-12-30 ``Fixe static checks on few other not sorted stub files (#20572)`` -`a3caea0903 `_ 2021-12-30 ``Fix mypy aws example dags (#20497)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`051fac0776 `_ 2021-12-29 ``Add support to replace S3 file on MySqlToS3Operator (#20506)`` -`2ab2ae8849 `_ 2021-12-22 ``Fix backwards compatibility issue in AWS provider's _get_credentials (#20463)`` -`d557965bab `_ 2021-12-21 ``Organize Sagemaker classes in Amazon provider (#20370)`` -`1ce71f823f `_ 2021-12-21 ``move emr_container hook (#20375)`` -`4dd751d2fc `_ 2021-12-20 ``Standardize AWS Athena naming (#20305)`` -`ecbe160797 `_ 2021-12-20 ``Standardize AWS EKS naming (#20354)`` -`463e3b2b25 `_ 2021-12-19 ``Fix mypy errors in aws/transfers (#20403)`` -`404cd2eb69 `_ 2021-12-19 ``Fix mypy errors in aws/sensors (#20402)`` -`1f4710f16a `_ 2021-12-19 ``Fix mypy errors in providers/amazon/aws/operators (#20401)`` -`1baa648e2a `_ 2021-12-19 ``Standardize AWS Glue naming (#20372)`` -`5769defb2a `_ 2021-12-18 ``Add aws_conn_id to DynamoDBToS3Operator (#20363)`` -`cef498efe9 `_ 2021-12-18 ``Standardize Amazon SES naming (#20367)`` -`2a3db4d385 `_ 2021-12-17 ``Standardize AWS CloudFormation naming (#20357)`` -`bb82cc0fbb `_ 2021-12-17 ``Fix deprecation messages after splitting redshift modules (#20366)`` -`ca492e1681 `_ 2021-12-17 ``Standardize AWS Lambda naming (#20365)`` -`f6a41a036d `_ 2021-12-17 ``Standardize AWS Kinesis/Firehose naming (#20362)`` -`3d354084ef `_ 2021-12-17 ``Standardize Amazon SNS naming (#20368)`` -`bfcaf195a5 `_ 2021-12-16 ``Split redshift sql and cluster objects (#20276)`` -`a3870611a7 `_ 2021-12-16 ``Organize EMR classes in Amazon provider (#20160)`` -`206cce971d `_ 2021-12-16 ``ECSOperator: fix KeyError on missing exitCode (#20264)`` -`38fd65dcfe `_ 2021-12-16 ``Rename DataSync Hook and Operator (#20328)`` -`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -`5712e2b587 `_ 2021-12-15 ``Deprecate passing execution_date to XCom methods (#19825)`` -`60b72dd8f5 `_ 2021-12-14 ``Organize Dms classes in Amazon provider (#20156)`` -`e77c05fa1b `_ 2021-12-13 ``Add RedshiftResumeClusterOperator and RedshiftPauseClusterOperator (#19665)`` -`a208463802 `_ 2021-12-13 ``Organize S3 Classes in Amazon Provider (#20167)`` -`1d2f2d3dfe `_ 2021-12-13 ``Organize Step Function classes in Amazon provider (#20158)`` -`985bb06ba5 `_ 2021-12-09 ``Organize EC2 classes in Amazon provider (#20157)`` -`0e2a0ccd30 `_ 2021-12-08 ``Added function in AWSAthenaHook to get s3 output query results file URI (#20124)`` -`6e15e3a65e `_ 2021-12-06 ``Bug fix in AWS glue operator when specifying the WorkerType & NumberOfWorkers (#19787)`` -`af28b41903 `_ 2021-12-05 ``Add sensor for AWS Batch (#19850) (#19885)`` -`480c333c45 `_ 2021-12-03 ``Add state details to EMR container failure reason (#19579)`` -`2539cb44b4 `_ 2021-12-01 ``Move to watchtower 2.0.1 (#19907)`` -================================================================================================= =========== ========================================================================================== - -2.5.0 -..... - -Latest change: 2021-11-30 - -================================================================================================= =========== ===================================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================================== -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`83b51e5306 `_ 2021-11-26 ``Amazon provider remove deprecation, second try (#19815)`` -`d58df468c8 `_ 2021-11-24 ``Revert "Adjust built-in base_aws methods to avoid Deprecation warnings (#19725)" (#19791)`` -`4be04143a5 `_ 2021-11-24 ``Adjust built-in base_aws methods to avoid Deprecation warnings (#19725)`` -`fe682ec3d3 `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` -`186513e24e `_ 2021-11-15 ``Catch AccessDeniedException in AWS Secrets Manager Backend (#19324)`` -`4c495ca94e `_ 2021-11-15 ``Cleanup of start_date and default arg use for Amazon example DAGs (#19237)`` -`eb16fd51e0 `_ 2021-11-12 ``Adding support for using ''client_type'' API for interacting with EC2 and support filters (#9011)`` -`aa2cb5545f `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` -`9053de7718 `_ 2021-11-10 ``Do not check for S3 key before attempting download (#19504)`` -`ebb7394005 `_ 2021-11-08 ``MySQLToS3Operator actually allow writing parquet files to s3. (#19094)`` -================================================================================================= =========== ===================================================================================================== - -2.4.0 -..... - -Latest change: 2021-11-04 +Latest change: 2024-10-23 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== -`5a113f3027 `_ 2021-11-04 ``Add documentation for RC2 release of Amazon provider for October (#19413)`` -`96dd70348a `_ 2021-11-04 `` fix SagemakerProcessingOperator ThrottlingException (#19195)`` -`a3266ba2b9 `_ 2021-11-03 ``Doc: Fix typos in variable and comments (#19349)`` -`6148ddd365 `_ 2021-11-03 ``Fix S3ToRedshiftOperator (#19358)`` -`1600f1dfd7 `_ 2021-10-30 ``Remove duplicated entries in changelog (#19331)`` -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`1543dc28f4 `_ 2021-10-29 ``Fixing ses email backend (#18042)`` -`3c08c025c5 `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` -`f5ad26dcdd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` -`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` -`258451cfba `_ 2021-10-15 ``MySQLToS3Operator add support for parquet format (#18755)`` -`176165de3b `_ 2021-10-11 ``Update S3PrefixSensor to support checking multiple prefixes within a bucket (#18807)`` -`1d7cfdbcd9 `_ 2021-10-10 ``Remove extra postgres dependency from AWS Provider (#18844)`` -`1df9a512c2 `_ 2021-10-08 ``Add RedshiftSQLHook, RedshiftSQLOperator (#18447)`` -`22768ff61e `_ 2021-10-08 ``Removed duplicated code on S3ToRedshiftOperator (#18671)`` +`6786032d4b `_ 2024-10-23 ``Remove sqlalchemy-redshift dependency (#43271)`` +`be553780e5 `_ 2024-10-22 ``feat: add OpenLineage support for RedshiftToS3Operator (#41632)`` +`72f2b2e951 `_ 2024-10-18 ``Remove TaskContextLogger (#43183)`` +`b4269f33c7 `_ 2024-10-18 ``Add 'SageMakerProcessingSensor' (#43144)`` +`a2b32d6e7c `_ 2024-10-17 ``feat(providers/amazon): Use asset in common provider (#43110)`` +`fe0cc6e830 `_ 2024-10-15 ``Make 'RedshiftDataOperator' handle multiple queries (#42900)`` +`7d8ea68bda `_ 2024-10-12 ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== - -2.3.0 -..... - -Latest change: 2021-10-08 - -================================================================================================= =========== ========================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================================================= -`a680e876b6 `_ 2021-10-08 ``Prepare documentation for RC2 Amazon Provider release for September (#18830)`` -`ea8f478909 `_ 2021-10-08 ``Add AWS Fargate profile support (#18645)`` -`9344c34522 `_ 2021-10-08 ``Enable AWS Secrets Manager backend to retrieve conns using different fields (#18764)`` -`1a35644b5d `_ 2021-10-08 ``Add emr cluster link (#18691)`` -`e0af0b976c `_ 2021-10-08 ``AwsGlueJobOperator: add wait_for_completion to Glue job run (#18814)`` -`8e56ed234b `_ 2021-10-07 ``Enable FTPToS3Operator to transfer several files (#17937)`` -`28284a37b3 `_ 2021-10-07 ``Amazon Athena Example (#18785)`` -`38c6cf9c27 `_ 2021-10-07 ``AwsGlueJobOperator: add run_job_kwargs to Glue job run (#16796)`` -`72e49ad3a3 `_ 2021-10-06 ``Amazon SQS Example (#18760)`` -`767a4f5207 `_ 2021-10-05 ``ECSOperator: airflow exception on edge case when cloudwatch log stream is not found (#18733)`` -`760bf6e51c `_ 2021-10-06 ``Adds an s3 list prefixes operator (#17145)`` -`12763f125a `_ 2021-10-05 ``Add additional dependency for postgres extra for amazon provider (#18737)`` -`86bf2a29ba `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` -`12133861ec `_ 2021-10-01 ``Support all Unix wildcards in S3KeySensor (#18211)`` -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`8a1437e55e `_ 2021-09-29 ``Refresh credentials for long-running pods on EKS (#17951)`` -`2fbd23878f `_ 2021-09-28 ``Update s3_list.py (#18561)`` -`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` -`e25eea052f `_ 2021-09-19 ``Inclusive Language (#18349)`` -`4cd190c9bc `_ 2021-09-18 ``ECSOperator realtime logging (#17626)`` -`27088c4533 `_ 2021-09-18 ``Add IAM Role Credentials to S3ToRedshiftTransfer and RedshiftToS3Transfer (#18156)`` -`2d4f3cb644 `_ 2021-09-15 ``Adding missing 'replace' param in docstring (#18241)`` -`81ebd78db4 `_ 2021-09-12 ``Added upsert method on S3ToRedshift operator (#18027)`` -`02397761af `_ 2021-09-12 ``Deprecate default pod name in EKSPodOperator (#18036)`` -`e6cb2f7beb `_ 2021-09-10 ``ECSOperator returns last logs when ECS task fails (#17209)`` -`b8795501ea `_ 2021-09-10 ``Aws secrets manager backend (#17448)`` -`6e101317a2 `_ 2021-09-10 ``Simplify s3 ''unify_bucket_name_and_key'' (#17325)`` -`3fe948a860 `_ 2021-09-08 ``sftp_to_s3 stream file option (#17609)`` -`867e9305f0 `_ 2021-09-03 ``AwsBaseHook make 'client_type' & 'resource_type' optional params for 'get_client_type' & 'get_resource_type' (#17987)`` -`bcd81f23af `_ 2021-09-03 ``Add Spark to the EMR cluster for the job flow examples (#17563)`` -`7c4d3173f2 `_ 2021-09-02 ``Delete unnecessary parameters in EKSPodOperator (#17960)`` -================================================================================================= =========== ========================================================================================================================= - -2.2.0 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`653c13ec0c `_ 2021-08-30 ``Fix broken XCOM in EKSPodOperator (#17918)`` -`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` -`890bd4310e `_ 2021-08-28 ``Add an Amazon EMR on EKS provider package (#16766)`` -`41632e03b8 `_ 2021-08-27 ``Fix provider.yaml errors due to exit(0) in test (#17858)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`bee48f31f1 `_ 2021-08-19 ``Implemented Basic EKS Integration (#16571)`` -`d26b862330 `_ 2021-08-19 ``Add optional SQL parameters in ''RedshiftToS3Operator'' (#17640)`` -`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` -`1632c9f519 `_ 2021-08-14 ``Add new LocalFilesystemToS3Operator under Amazon provider (#17168) (#17382)`` -`e7eeaa6086 `_ 2021-08-12 ``Doc: Fix docstrings for ''MongoToS3Operator'' (#17588)`` -`987575787d `_ 2021-08-12 ``Add Mongo projections to hook and transfer (#17379)`` -`77c4325fb0 `_ 2021-08-10 ``Fixing ParamValidationError when executing load_file in Glue hooks/operators (#16012)`` -`d28efbfb77 `_ 2021-08-02 ``Improve AWS SQS Sensor (#16880) (#16904)`` -`71088986f1 `_ 2021-08-02 ``make platform version as independent parameter of ECSOperator (#17281)`` -`80fc80ace6 `_ 2021-08-02 ``Fixes #16972 - Slugify role session name in AWS base hook (#17210)`` -================================================================================================= =========== ========================================================================================= - -2.1.0 -..... - -Latest change: 2021-07-26 - -================================================================================================= =========== ================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================= -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`569659db38 `_ 2021-07-26 ``Updating Amazon-AWS example DAGs to use XComArgs (#16868)`` -`763919d415 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` -`8b100fcb42 `_ 2021-07-21 ``ECSOperator / pass context to self.xcom_pull as it was missing (when using reattach) (#17141)`` -`f44d7bd9cf `_ 2021-07-21 ``Made S3ToRedshiftOperator transaction safe (#17117)`` -`32582b5bf1 `_ 2021-07-21 ``Adding SalesforceToS3Operator to Amazon Provider (#17094)`` -`bb1d79cb81 `_ 2021-07-19 ``Fixed template_fields_renderers for Amazon provider (#17087)`` -`8f77a54b53 `_ 2021-07-19 ``removing try-catch block (#17081)`` -`cda78333b4 `_ 2021-07-18 ``Added docs & doc ref's for AWS transfer operators between SFTP & S3 (#16964)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`fc0250f1d5 `_ 2021-07-15 ``Allow attaching to previously launched task in ECSOperator (#16685)`` -`d3f300fba8 `_ 2021-07-11 ``Fix wrong template_fields_renderers for AWS operators (#16820)`` -`f0df184e4d `_ 2021-07-07 ``Update AWS Base hook to use refreshable credentials (#16770) (#16771)`` -`ffe8fab653 `_ 2021-07-03 ``Added select_query to the templated fields in RedshiftToS3Operator (#16767)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -`0d80383bdd `_ 2021-06-28 ``AWS Hook - allow IDP HTTP retry (#12639) (#16612)`` -`3a57d9fc60 `_ 2021-06-26 ``Bump ''sphinxcontrib-spelling'' and minor improvements (#16675)`` -`2543c74c19 `_ 2021-06-24 ``AWS DataSync cancel task on exception (#11011) (#16589)`` -`2ab2cbf93d `_ 2021-06-23 ``Update Boto3 API calls in ECSOperator (#16050)`` -================================================================================================= =========== ================================================================================================= - -2.0.0 -..... - -Latest change: 2021-06-21 - -================================================================================================= =========== =============================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================== -`19ed074e9c `_ 2021-06-21 ``Use safe get with AWS DMS describe replication tasks (#16540)`` -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`db10c6841b `_ 2021-06-18 ``Add AWS DMS replication task operators (#15850)`` -`1c82b4d015 `_ 2021-06-17 ``Fix S3ToFTPOperator (#13796)`` -`36dc6a8100 `_ 2021-06-16 ``Make job name check optional in SageMakerTrainingOperator (#16327)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9cd7930c34 `_ 2021-06-13 ``Update copy command for s3 to redshift (#16241)`` -`643f3c35a6 `_ 2021-06-13 ``fix: AwsGlueJobOperator change order of args for load_file (#16216)`` -`30708b5b25 `_ 2021-06-13 ``Add support of capacity provider strategy for ECSOperator (#15848)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`9fcdf3d4de `_ 2021-06-02 ``Fix S3 Select payload join (#16189)`` -`8d16638285 `_ 2021-05-29 ``remove retry for now (#16150)`` -`5fbc86f036 `_ 2021-05-27 ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)`` -`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` -`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`821ea6fc18 `_ 2021-05-17 ``Fix spacing in ''AwsBatchWaitersHook'' docstring (#15839)`` -`1467046058 `_ 2021-05-14 ``CloudwatchTaskHandler reads timestamp from Cloudwatch events (#15173)`` -`dab10d9fae `_ 2021-05-10 ``MongoToS3Operator failed when running with a single query (not aggregate pipeline) (#15680)`` -`9c8391a13f `_ 2021-05-10 ``Fix spelling (#15699)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`9953a047c4 `_ 2021-05-07 ``Add Connection Documentation for the Hive Provider (#15704)`` -`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` -`db557a8c4a `_ 2021-05-01 ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)`` -================================================================================================= =========== =============================================================================================== - -1.4.0 -..... - -Latest change: 2021-05-01 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` -`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` -`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` -`d598630cd7 `_ 2021-04-26 ``Fix AthenaSensor calling AthenaHook incorrectly (#15427)`` -`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` -`a82de56b9d `_ 2021-04-13 ``S3Hook.load_file should accept Path object in addition to str (#15232)`` -`b4770725a3 `_ 2021-04-12 ``Add links to new modules for deprecated modules (#15316)`` -`da780fc8b1 `_ 2021-04-12 ``Fixes doc for SQSSensor (#15323)`` -================================================================================================= =========== ========================================================================== - -1.3.0 -..... - -Latest change: 2021-04-06 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`266384a63f `_ 2021-04-05 ``Fix string concatenation using 'f-strings' (#15200)`` -`eda538f56c `_ 2021-04-02 ``AWS: Do not log info when SSM & SecretsManager secret not found (#15120)`` -`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`6822665102 `_ 2021-04-01 ``Send region_name into parant class of AwsGlueJobHook (#14251)`` -`5379698892 `_ 2021-03-27 ``Improve docstrings for various modules (#15047)`` -`614be87b23 `_ 2021-03-26 ``Added retry to ECS Operator (#14263)`` -`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` -`0f327788b5 `_ 2021-03-24 ``doc: Fix typo in 'secrets_manager.py' docstring (#14943)`` -`93982e3bb6 `_ 2021-03-22 ``Make script_args templated in AwsGlueJobOperator (#14925)`` -`e172bd0e16 `_ 2021-03-22 ``Update docstrings to adhere to sphinx standards (#14918)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`a3778127ed `_ 2021-03-15 ``Add FTPToS3Operator (#13707)`` -`b896aee8cc `_ 2021-03-07 ``Cache Hook when initializing 'CloudFormationCreateStackSensor' (#14638)`` -`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -`697abf399d `_ 2021-03-05 ``S3DataSource is not required (#14220)`` -`8ced652ecf `_ 2021-02-28 ``Implemented S3 Bucket Tagging (#14402)`` -================================================================================================= =========== ============================================================================= - -1.2.0 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`13854c32a3 `_ 2021-02-27 ``Adding support to put extra arguments for Glue Job. (#14027)`` -`0d6cae4172 `_ 2021-02-24 ``Avoid using threads in S3 remote logging uplod (#14414)`` -`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` -`1b14726307 `_ 2021-02-11 ``Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)`` -`9034f277ef `_ 2021-02-10 ``Document configuration for email backend credentials. (#14006)`` -`8c5594b02f `_ 2021-02-08 ``includes the STS token if STS credentials are used (#11227)`` -`cddbf9c11d `_ 2021-02-06 ``Use MongoDB color for MongoToS3Operator (#14103)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== ========================================================================== - -1.1.0 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`01049ddce2 `_ 2021-01-31 ``Add aws ses email backend for use with EmailOperator. (#13986)`` -`ecfdc60bb6 `_ 2021-01-29 ``Add bucket_name to template fileds in S3 operators (#13973)`` -`d0ab7f6d3a `_ 2021-01-25 ``Add ExasolToS3Operator (#13847)`` -`6d55f329f9 `_ 2021-01-25 ``AWS Glue Crawler Integration (#13072)`` -`f473ca7130 `_ 2021-01-24 ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`29730d7200 `_ 2021-01-20 ``Add acl_policy to S3CopyObjectOperator (#13773)`` -`c065d32189 `_ 2021-01-19 ``AllowDiskUse parameter and docs in MongotoS3Operator (#12033)`` -`ab5fe56ac4 `_ 2021-01-16 ``Fix bug in GCSToS3Operator (#13718)`` -`04d278f93f `_ 2021-01-13 ``Add S3ToFTPOperator (#11747)`` -`8d42d9ed69 `_ 2021-01-11 ``add xcom push for ECSOperator (#12096)`` -`308f1d0666 `_ 2021-01-07 ``[AIRFLOW-3723] Add Gzip capability to mongo_to_S3 operator (#13187)`` -`f69405fb0b `_ 2021-01-07 ``Fix S3KeysUnchangedSensor so that template_fields work (#13490)`` -`4e479e1e1b `_ 2021-01-06 ``Add S3KeySizeSensor (#13049)`` -`f7a1334abe `_ 2021-01-02 ``Add 'mongo_collection' to template_fields in MongoToS3Operator (#13361)`` -`bd74eb0ca0 `_ 2020-12-31 ``Allow Tags on AWS Batch Job Submission (#13396)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`625576a3af `_ 2020-12-18 ``Fix spelling (#13135)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================= =========== ========================================================================================= - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`d5589673a9 `_ 2020-12-08 ``Move dummy_operator.py to dummy.py (#11178) (#11293)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`02d94349be `_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` -`de3b1e687b `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` -`663259d4b5 `_ 2020-11-25 ``Fix AWS DataSync tests failing (#11020)`` -`3fa51f94d7 `_ 2020-11-24 ``Add check for duplicates in provider.yaml files (#12578)`` -`ed09915a02 `_ 2020-11-23 ``[AIRFLOW-5115] Bugfix for S3KeySensor failing to accept template_fields (#12389)`` -`370e7d07d1 `_ 2020-11-21 ``Fix Python Docstring parameters (#12513)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`c94b1241a1 `_ 2020-11-13 ``Add extra error handling to S3 remote logging (#9908)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`250436d962 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`fcb6b00efe `_ 2020-11-08 ``Add authentication to AWS with Google credentials (#12079)`` -`fb6bddba0c `_ 2020-11-07 ``In AWS Secrets backend, a lookup is optional (#12143)`` -`cf9437d79f `_ 2020-11-06 ``Simplify string expressions (#12123)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5e77a61543 `_ 2020-11-02 ``Docstring fix for S3DeleteBucketOperator (#12049)`` -`8222851348 `_ 2020-10-29 ``Add Template Fields to RedshiftToS3Operator & S3ToRedshiftOperator (#11844)`` -`db121f726b `_ 2020-10-28 ``Add truncate table (before copy) option to S3ToRedshiftOperator (#9246)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`8afdb6ac6a `_ 2020-10-26 ``Fix spellings (#11825)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` -`3934ef2249 `_ 2020-10-24 ``Remove redundant builtins imports (#11809)`` -`4c8e033c0e `_ 2020-10-24 ``Fix spelling and grammar (#11814)`` -`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` -`0df60b7736 `_ 2020-10-23 ``Add reattach flag to ECSOperator (#10643)`` -`b9d677cdd6 `_ 2020-10-22 ``Add type hints to aws provider (#11531)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`674368f66c `_ 2020-10-19 ``Fixes MySQLToS3 float to int conversion (#10437)`` -`0823d46a7f `_ 2020-10-16 ``Add type annotations for AWS operators and hooks (#11434)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`d38a0a781e `_ 2020-10-12 ``added type hints for aws cloud formation (#11470)`` -`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` -`c3e340584b `_ 2020-10-11 ``Change prefix of AwsDynamoDB hook module (#11209)`` -`42a23d16fe `_ 2020-10-11 ``Update MySQLToS3Operator's s3_bucket to template_fields (#10778)`` -`422b61a9dd `_ 2020-10-09 ``Adding ElastiCache Hook for creating, describing and deleting replication groups (#8701)`` -`dd98b21494 `_ 2020-10-06 ``Add acl_policy parameter to GCSToS3Operator (#10804) (#10829)`` -`32b3cfbcf0 `_ 2020-10-06 ``Strict type check for all hooks in amazon (#11250)`` -`6d573e8abb `_ 2020-10-03 ``Add s3 key to template fields for s3/redshift transfer operators (#10890)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`00ffedb8c4 `_ 2020-09-30 ``Add amazon glacier to GCS transfer operator (#10947)`` -`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`b61225a885 `_ 2020-09-21 ``Add D204 pydocstyle check (#11031)`` -`2410f592a4 `_ 2020-09-19 ``Get Airflow configs with sensitive data from AWS Systems Manager (#11023)`` -`2bf7b7cac7 `_ 2020-09-19 ``Add typing to amazon provider EMR (#10910)`` -`9edfcb7ac4 `_ 2020-09-19 ``Support extra_args in S3Hook and GCSToS3Operator (#11001)`` -`4e1f3a69db `_ 2020-09-14 ``[AIRFLOW-10645] Add AWS Secrets Manager Hook (#10655)`` -`e9add79160 `_ 2020-09-14 ``Fix Failing static tests on Master (#10927)`` -`383a118d2d `_ 2020-09-14 ``Add more type annotations to AWS hooks (#10671)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`2934220dc9 `_ 2020-09-08 ``Always return a list from S3Hook list methods (#10774)`` -`f40ac9b151 `_ 2020-09-01 ``Add placement_strategy option (#9444)`` -`e4878e6775 `_ 2020-08-31 ``fix type hints for s3 hook read_key method (#10653)`` -`2ca615cffe `_ 2020-08-29 ``Update Google Cloud branding (#10642)`` -`8969b7185e `_ 2020-08-28 ``Removed bad characters from AWS operator (#10590)`` -`8349061f9c `_ 2020-08-26 ``Improve Docstring for AWS Athena Hook/Operator (#10580)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`3734876d98 `_ 2020-08-24 ``Implement impersonation in google operators (#10052)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`c6358045f9 `_ 2020-08-22 ``Fixes S3ToRedshift COPY query (#10436)`` -`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`27d08b76a2 `_ 2020-08-21 ``Amazon SES Hook (#10391)`` -`dea345b05c `_ 2020-08-17 ``Fix AwsGlueJobSensor to stop running after the Glue job finished (#9022)`` -`f6734b3b85 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` -`82f744b871 `_ 2020-08-11 ``Add type annotations to AwsGlueJobHook, RedshiftHook modules (#10286)`` -`19bc97d0ce `_ 2020-08-10 ``Revert "Add Amazon SES hook (#10004)" (#10276)`` -`f06fe616e6 `_ 2020-08-10 ``Add Amazon SES hook (#10004)`` -`0c77ea8a3c `_ 2020-08-06 ``Add type annotations to S3 hook module (#10164)`` -`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`9667314b2f `_ 2020-08-05 ``Add correct signatures for operators in amazon provider package (#10167)`` -`000287753b `_ 2020-08-03 ``Improve Typing coverage of amazon/aws/athena (#10025)`` -`53ada6e791 `_ 2020-08-03 ``Add S3KeysUnchangedSensor (#9817)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`2b8dea64e9 `_ 2020-08-01 ``Fix typo in Athena sensor retries (#10079)`` -`1508c43ec9 `_ 2020-07-29 ``Adding new SageMaker operator for ProcessingJobs (#9594)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`8b10a4b35e `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (#9982)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`e7c87fe453 `_ 2020-07-20 ``Refactor AwsBaseHook._get_credentials (#9878)`` -`2577f9334a `_ 2020-07-16 ``Fix S3FileTransformOperator to support S3 Select transformation only (#8936)`` -`52b6efe1ec `_ 2020-07-15 ``Add option to delete by prefix to S3DeleteObjectsOperator (#9350)`` -`553bb7af7c `_ 2020-07-13 ``Keep functions signatures in decorators (#9786)`` -`2f31b3060e `_ 2020-07-08 ``Get Airflow configs with sensitive data from Secret Backends (#9645)`` -`07b81029eb `_ 2020-07-08 ``Allow AWSAthenaHook to get more than 1000/first page of results (#6075)`` -`564192c162 `_ 2020-07-08 ``Add AWS StepFunctions integrations to the aws provider (#8749)`` -`ecce1ace7a `_ 2020-07-08 ``[AIRFLOW-XXXX] Remove unnecessary docstring in AWSAthenaOperator`` -`a79e2d4c4a `_ 2020-07-06 ``Move provider's log task handlers to the provider package (#9604)`` -`ee20086b8c `_ 2020-07-02 ``Move S3TaskHandler to the AWS provider package (#9602)`` -`40add26d45 `_ 2020-06-29 ``Remove almost all references to airflow.contrib (#9559)`` -`c858babddf `_ 2020-06-26 ``Remove kwargs from Super calls in AWS Secrets Backends (#9523)`` -`87fdbd0708 `_ 2020-06-25 ``Use literal syntax instead of function calls to create data structure (#9516)`` -`c7a454aa32 `_ 2020-06-22 ``Add AWS ECS system test (#8888)`` -`df8efd04f3 `_ 2020-06-21 ``Enable & Fix "Docstring Content Issues" PyDocStyle Check (#9460)`` -`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`992a18c84a `_ 2020-06-19 ``Move MySqlToS3Operator to transfers (#9400)`` -`a60f589aa2 `_ 2020-06-19 ``Add MySqlToS3Operator (#9054)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`58a8ec0e46 `_ 2020-06-16 ``AWSBatchOperator <> ClientHook relation changed to composition (#9306)`` -`a80cd25e8e `_ 2020-06-15 ``Close/Flush byte stream in s3 hook load_string and load_bytes (#9211)`` -`ffb8574037 `_ 2020-06-14 ``Decrypt secrets from SystemsManagerParameterStoreBackend (#9214)`` -`a69b031f20 `_ 2020-06-10 ``Add S3ToRedshift example dag and system test (#8877)`` -`17adcea835 `_ 2020-06-02 ``Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)`` -`357e11e0cf `_ 2020-05-29 ``Add Delete/Create S3 bucket operators (#8895)`` -`1ed171bfb2 `_ 2020-05-28 ``Add script_args for S3FileTransformOperator (#9019)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` -`f946f96da4 `_ 2020-05-23 ``Old json boto compat removed from dynamodb_to_s3 operator (#8987)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`f4edd90a94 `_ 2020-05-16 ``Speed up TestAwsLambdaHook by not actually running a function (#8882)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`85bbab27db `_ 2020-05-15 ``Add EMR operators howto docs (#8863)`` -`e61b9bb9bb `_ 2020-05-13 ``Add AWS EMR System tests (#8618)`` -`ed3f5131a2 `_ 2020-05-13 ``Correctly pass sleep time from AWSAthenaOperator down to the hook. (#8845)`` -`7236862a1f `_ 2020-05-12 ``[AIRFLOW-2310] Enable AWS Glue Job Integration (#6007)`` -`d590e5e767 `_ 2020-05-11 ``Add option to propagate tags in ECSOperator (#8811)`` -`0c3db84c3c `_ 2020-05-11 ``[AIRFLOW-7068] Create EC2 Hook, Operator and Sensor (#7731)`` -`cbebed2b4d `_ 2020-05-10 ``Allow passing backend_kwargs to AWS SSM client (#8802)`` -`c7788a6894 `_ 2020-05-10 ``Add imap_attachment_to_s3 example dag and system test (#8669)`` -`ff5b70149b `_ 2020-05-07 ``Add google_api_to_s3_transfer example dags and system tests (#8581)`` -`4421f011ee `_ 2020-05-01 ``Improve template capabilities of EMR job and step operators (#8572)`` -`379a884d64 `_ 2020-04-28 ``fix: aws hook should work without conn id (#8534)`` -`74bc316c56 `_ 2020-04-27 ``[AIRFLOW-4438] Add Gzip compression to S3_hook (#8571)`` -`7ea66a1a95 `_ 2020-04-26 ``Add example DAG for ECSOperator (#8452)`` -`b6434dedf9 `_ 2020-04-24 ``[AIRFLOW-7111] Add generate_presigned_url method to S3Hook (#8441)`` -`becedd5af8 `_ 2020-04-19 ``Remove unrelated EC2 references in ECSOperator (#8451)`` -`ab1290cb0c `_ 2020-04-13 ``Make launch_type parameter optional (#8248)`` -`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`b46d6c0602 `_ 2020-04-08 ``Add support for AWS Secrets Manager as Secrets Backend (#8186)`` -`68d1714f29 `_ 2020-04-04 ``[AIRFLOW-6822] AWS hooks should cache boto3 client (#7541)`` -`8a02402576 `_ 2020-03-31 ``Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)`` -`7239d9a82d `_ 2020-03-28 ``Get Airflow Variables from AWS Systems Manager Parameter Store (#7945)`` -`eb4af4f944 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` -`438da7241e `_ 2020-03-28 ``[AIRFLOW-5825] SageMakerEndpointOperator is not idempotent (#7891)`` -`686d7d50bd `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` -`eef87b9953 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` -`5648dfbc30 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` -`a360024123 `_ 2020-03-19 ``[AIRFLOW-5705] Make AwsSsmSecretsBackend consistent with VaultBackend (#7753)`` -`2a54512d78 `_ 2020-03-17 ``[AIRFLOW-5705] Fix bugs in AWS SSM Secrets Backend (#7745)`` -`a8b5fc74d0 `_ 2020-03-16 ``[AIRFLOW-4175] S3Hook load_file should support ACL policy paramete (#7733)`` -`e31e9ddd23 `_ 2020-03-14 ``[AIRFLOW-5705] Add secrets backend and support for AWS SSM (#6376)`` -`3bb60afc7b `_ 2020-03-13 ``[AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML (#7619)`` -`c0c5f11ad1 `_ 2020-03-12 ``[AIRFLOW-6884] Make SageMakerTrainingOperator idempotent (#7598)`` -`b7cdda1c64 `_ 2020-03-10 ``[AIRFLOW-4438] Add Gzip compression to S3_hook (#7680)`` -`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` -`9a94ab246d `_ 2020-03-01 ``[AIRFLOW-6962] Fix compeleted to completed (#7600)`` -`1b38f6d9b6 `_ 2020-02-29 ``[AIRFLOW-5908] Add download_file to S3 Hook (#6577)`` -`3ea3e1a2b5 `_ 2020-02-26 ``[AIRFLOW-6824] EMRAddStepsOperator problem with multi-step XCom (#7443)`` -`6eaa7e3b18 `_ 2020-02-25 ``[AIRFLOW-5924] Automatically unify bucket name and key in S3Hook (#6574)`` -`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`7d0e7122dd `_ 2020-02-24 ``[AIRFLOW-6830] Add Subject/MessageAttributes to SNS hook and operator (#7451)`` -`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`47a922b864 `_ 2020-02-21 ``[AIRFLOW-6854] Fix missing typing_extensions on python 3.8 (#7474)`` -`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`58c3542ed2 `_ 2020-02-12 ``[AIRFLOW-5231] Fix S3Hook.delete_objects method (#7375)`` -`b7aa778b38 `_ 2020-02-10 ``[AIRFLOW-6767] Correct name for default Athena workgroup (#7394)`` -`9282185e66 `_ 2020-02-09 ``[AIRFLOW-6761] Fix WorkGroup param in AWSAthenaHook (#7386)`` -`94fccca970 `_ 2020-02-04 ``[AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding (#7347)`` -`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` -`88e40c714d `_ 2020-02-03 ``[AIRFLOW-6716] Fix AWS Datasync Example DAG (#7339)`` -`a311d3d82e `_ 2020-02-03 ``[AIRFLOW-6718] Fix more occurrences of utils.dates.days_ago (#7341)`` -`cb766b05b1 `_ 2020-02-03 ``[AIRFLOW-XXXX] Fix Static Checks on CI (#7342)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`7527eddc5e `_ 2020-02-02 ``[AIRFLOW-4364] Make all code in airflow/providers/amazon pylint compatible (#7336)`` -`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` -`63aa3db88f `_ 2020-02-02 ``[AIRFLOW-6258] Add CloudFormation operators to AWS providers (#6824)`` -`af4157fdef `_ 2020-02-02 ``[AIRFLOW-6672] AWS DataSync - better logging of error message (#7288)`` -`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` -`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`1988a97e8f `_ 2020-01-28 ``[AIRFLOW-6659] Move AWS Transfer operators to providers package (#7274)`` -`ab10443e96 `_ 2020-01-28 ``[AIRFLOW-6424] Added a operator to modify EMR cluster (#7213)`` -`40246132a7 `_ 2020-01-28 ``[AIRFLOW-6654] AWS DataSync - bugfix when creating locations (#7270)`` -`82c0e5aff6 `_ 2020-01-28 ``[AIRFLOW-6655] Move AWS classes to providers (#7271)`` -`599e4791c9 `_ 2020-01-18 ``[AIRFLOW-6541] Use EmrJobFlowSensor for other states (#7146)`` -`c319e81cae `_ 2020-01-17 ``[AIRFLOW-6572] Move AWS classes to providers.amazon.aws package (#7178)`` -`941a070578 `_ 2020-01-15 ``[AIRFLOW-6570] Add dag tag for all example dag (#7176)`` -`78d8fe6944 `_ 2020-01-08 ``[AIRFLOW-6245] Add custom waiters for AWS batch jobs (#6811)`` -`e0b0227257 `_ 2019-12-28 ``[AIRFLOW-6319] Add support for AWS Athena workgroups (#6871)`` -`57da456854 `_ 2019-12-24 ``[AIRFLOW-6333] Bump Pylint to 2.4.4 & fix/disable new checks (#6888)`` -`cf647c27e0 `_ 2019-12-18 ``[AIRFLOW-6038] AWS DataSync reworked (#6773)`` -`7502cad284 `_ 2019-12-17 ``[AIRFLOW-6206] Move and rename AWS batch operator [AIP-21] (#6764)`` -`c4c635df69 `_ 2019-12-17 ``[AIRFLOW-6083] Adding ability to pass custom configuration to lambda client. (#6678)`` -`4fb498f87e `_ 2019-12-09 ``[AIRFLOW-6072] aws_hook: Outbound http proxy setting and other enhancements (#6686)`` -`a1e2f86352 `_ 2019-11-20 ``[AIRFLOW-6021] Replace list literal with list constructor (#6617)`` -`baae140847 `_ 2019-11-19 ``[AIRFLOW-5781] AIP-21 Migrate AWS Kinesis to /providers/amazon/aws (#6588)`` -`504cfbac1a `_ 2019-11-18 ``[AIRFLOW-5783] AIP-21 Move aws redshift into providers structure (#6539)`` -`992f0e3acf `_ 2019-11-12 ``AIRFLOW-5824: AWS DataSync Hook and Operators added (#6512)`` -`c015eb2f64 `_ 2019-11-10 ``[AIRFLOW-5786] Migrate AWS SNS to /providers/amazon/aws (#6502)`` -`3d76fb4bf2 `_ 2019-11-09 ``[AIRFLOW-5782] Migrate AWS Lambda to /providers/amazon/aws [AIP-21] (#6518)`` -================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst index 870bbe5626329..6da639c895c54 100644 --- a/docs/apache-airflow-providers-amazon/index.rst +++ b/docs/apache-airflow-providers-amazon/index.rst @@ -86,7 +86,7 @@ apache-airflow-providers-amazon package Amazon integration (including `Amazon Web Services (AWS) `__). -Release: 9.0.0 +Release: 9.1.0 Provider package ---------------- @@ -110,7 +110,7 @@ The minimum Apache Airflow version supported by this provider package is ``2.8.0 PIP package Version required ========================================== ====================== ``apache-airflow`` ``>=2.8.0`` -``apache-airflow-providers-common-compat`` ``>=1.1.0`` +``apache-airflow-providers-common-compat`` ``>=1.2.1`` ``apache-airflow-providers-common-sql`` ``>=1.3.1`` ``apache-airflow-providers-http`` ``boto3`` ``>=1.34.90`` @@ -119,7 +119,6 @@ PIP package Version required ``watchtower`` ``>=3.0.0,!=3.3.0,<4`` ``jsonpath_ng`` ``>=1.5.3`` ``redshift_connector`` ``>=2.0.918`` -``sqlalchemy_redshift`` ``>=0.8.6`` ``asgiref`` ``>=2.3.0`` ``PyAthena`` ``>=3.0.10`` ``jmespath`` ``>=0.7.0`` @@ -164,5 +163,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-amazon 9.0.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-amazon 9.0.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 9.1.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 9.1.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-apache-beam/commits.rst b/docs/apache-airflow-providers-apache-beam/commits.rst index 961ece4142294..df9152f167541 100644 --- a/docs/apache-airflow-providers-apache-beam/commits.rst +++ b/docs/apache-airflow-providers-apache-beam/commits.rst @@ -35,496 +35,15 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-09-24 ``Bugfix/dataflow job location passing (#41887)`` -================================================================================================= =========== ================================================= - -5.8.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -5.7.2 -..... - -Latest change: 2024-07-21 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`0b0f8f0fc9 `_ 2024-07-21 ``Prepare Providers docs RC1 2nd (ad-hoc) wave July 2024 (#40908)`` -`519b0d028c `_ 2024-07-16 ``Fix BeamRunJavaPipelineOperator fails without job_name set (#40645)`` -================================================================================================= =========== ======================================================================= - -5.7.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`1489cf7a03 `_ 2024-05-14 ``Fix deferrable mode for BeamRunJavaPipelineOperator (#39371)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================================ - -5.7.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ============================================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`fd8a05739f `_ 2024-04-19 ``Bugfix to correct GCSHook being called even when not required with BeamRunPythonPipelineOperator (#38716)`` -================================================================================================= =========== ============================================================================================================= - -5.6.3 -..... - -Latest change: 2024-04-10 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`472b646acb `_ 2024-04-07 ``fix: skip apache beam pipeline options if value is set to false (#38496)`` -`a022d7b70c `_ 2024-04-06 ``fix: try002 for provider apache beam (#38790)`` -`4506e7afe5 `_ 2024-03-19 ``Avoid to use subprocess in asyncio loop (#38292)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`2523cbf3ca `_ 2024-03-18 ``bump mypy version to 1.9.0 (#38239)`` -`2ce28d5681 `_ 2024-03-08 ``Avoid change attributes into the constructor in Apache Beam operators (#37934)`` -`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` -`c29d7280bb `_ 2024-03-05 ``Fix side-effect of default options in Beam Operators (#37916)`` -================================================================================================= =========== ================================================================================== - -5.6.2 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`b53fe08797 `_ 2024-02-14 ``Add Python 3.12 exclusions in providers/pyproject.toml (#37404)`` -================================================================================================= =========== =================================================================== - -5.6.1 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -`8708bffa87 `_ 2024-01-26 ``Split contributing docs to multiple files (#36969)`` -================================================================================================= =========== ================================================================================== - -5.6.0 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`d105c7115f `_ 2024-01-09 ``Get rid of pyarrow-hotfix for CVE-2023-47248 (#36697)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================================================== - -5.5.0 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ====================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`881d88b4da `_ 2023-12-19 ``Implement deferrable mode for BeamRunJavaPipelineOperator (#36122)`` -`d793fda391 `_ 2023-12-18 ``Add ability to run streaming Job for BeamRunPythonPipelineOperator in non deferrable mode (#36108)`` -================================================================================================= =========== ====================================================================================================== - -5.4.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ======================================================================= - -5.3.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` -================================================================================================= =========== =================================================================== - -5.2.3 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -================================================================================================= =========== =================================================================================================== - -5.2.2 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`32feab4100 `_ 2023-08-22 ``Refactor: Simplify code in Apache/Alibaba providers (#33227)`` -`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` -`bfa09da138 `_ 2023-08-11 ``Fix wrong OR condition when evaluating beam version < 2.39.0 (#33308)`` -`7e79997594 `_ 2023-08-11 ``D205 Support - Providers - Final Pass (#33303)`` -================================================================================================= =========== ========================================================================= - -5.2.1 -..... - -Latest change: 2023-08-11 - -================================================================================================= =========== ============================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================ -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`1839b683e7 `_ 2023-08-06 ``Allow downloading requirements file from GCS in 'BeamRunPythonPipelineOperator' (#31645)`` -================================================================================================= =========== ============================================================================================ - -5.2.0 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`44b4a3755d `_ 2023-07-13 ``Add deferrable mode to 'BeamRunPythonPipelineOperator' (#31471)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== =================================================================== - -5.1.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` -================================================================================================= =========== ============================================================== - -5.1.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`28d1bf8dfc `_ 2023-05-18 ``Update SDKs for google provider package (#30067)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -================================================================================================= =========== ====================================================================================== - -5.0.0 -..... - -Latest change: 2023-04-21 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` -`fbc1382514 `_ 2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ============================================================ - -4.3.0 -..... - -Latest change: 2023-02-18 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` -`7ba27e7881 `_ 2023-02-17 ``Get rid of state in Apache Beam provider hook (#29503)`` -================================================================================================= =========== ================================================================ - -4.2.0 -..... - -Latest change: 2023-02-08 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` -`3374fdfcbd `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)`` -`8c4303e1ac `_ 2023-01-18 ``Add support for running a Beam Go pipeline with an executable binary (#28764)`` -================================================================================================= =========== ================================================================================= - -4.1.1 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`8da678ccd2 `_ 2023-01-03 ``Ensure Beam Go file downloaded from GCS still exists when referenced (#28664)`` -================================================================================================= =========== ================================================================================= - -4.1.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`e8ab8ccc0e `_ 2022-11-11 ``Add backward compatibility with old versions of Apache Beam (#27263)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -================================================================================================= =========== ==================================================================================== - -4.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`34e0ab9b23 `_ 2022-06-05 ``AIP-47 - Migrate beam DAGs to new design #22439 (#24211)`` -`41e94b475e `_ 2022-05-31 ``Support impersonation service account parameter for Dataflow runner (#23961)`` -`4a5250774b `_ 2022-05-30 ``Added missing project_id to the wait_for_job (#24020)`` -================================================================================================= =========== ================================================================================== - -3.4.0 -..... - -Latest change: 2022-05-12 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`de65a5cc5a `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` -================================================================================================= =========== =============================================================== - -3.3.0 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`4a1503b39b `_ 2022-03-17 ``Add recipe for BeamRunGoPipelineOperator (#22296)`` -================================================================================================= =========== ============================================================== - -3.2.1 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -3.2.0 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`295efd36ea `_ 2022-02-17 ``Dataflow Assets (#21639)`` -`da485da29a `_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)`` -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`a71332ebc6 `_ 2022-01-01 ``Fix mypy apache beam operators (#20610)`` -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`43efde6230 `_ 2021-12-15 ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)`` -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`7640ba4e8e `_ 2021-11-29 ``Fix broken anchors markdown files (#19847)`` -`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` -================================================================================================= =========== ============================================================================== - -3.1.0 -..... - -Latest change: 2021-10-29 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`a418fd96f7 `_ 2021-10-17 ``Use google cloud credentials when executing beam command in subprocess (#18992)`` -================================================================================================= =========== =================================================================================== - -3.0.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== =================================================================== - -3.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`1e647029e4 `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` -`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` -================================================================================================= =========== ============================================================================== - -2.0.0 -..... - -Latest change: 2021-04-29 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` -`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`e229f3541d `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ======================================================================= - -1.0.1 -..... - -Latest change: 2021-03-08 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` -`4e57630606 `_ 2021-03-03 ``Remove WARNINGs from BeamHook (#14554)`` -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`8a731f536c `_ 2021-02-05 ``Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== ====================================================================================== - -1.0.0 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== =========================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================== -`d45739f7ce `_ 2021-02-04 ``Fixes to release process after releasing 2nd wave of providers (#14059)`` -`1872d8719d `_ 2021-02-03 ``Add Apache Beam operators (#12814)`` -================================================================================================= =========== =========================================================================== +================================================================================================= =========== ======================================================================================== +`7ae3a55194 `_ 2024-10-14 ``Add early job_id xcom_push for google provider Beam Pipeline operators (#42982)`` +`92a82eb9b8 `_ 2024-10-11 ``Consistent python version checks and troubleshooting (#42944)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-apache-beam/index.rst b/docs/apache-airflow-providers-apache-beam/index.rst index 7b311c10fcf4a..ecda6dbdd9409 100644 --- a/docs/apache-airflow-providers-apache-beam/index.rst +++ b/docs/apache-airflow-providers-apache-beam/index.rst @@ -75,7 +75,7 @@ apache-airflow-providers-apache-beam package `Apache Beam `__. -Release: 5.8.1 +Release: 5.9.0 Provider package ---------------- @@ -128,5 +128,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-beam 5.8.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-beam 5.8.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-beam 5.9.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-beam 5.9.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-apache-druid/commits.rst b/docs/apache-airflow-providers-apache-druid/commits.rst index 10799a03d09b7..d1556517c680e 100644 --- a/docs/apache-airflow-providers-apache-druid/commits.rst +++ b/docs/apache-airflow-providers-apache-druid/commits.rst @@ -35,496 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -3.10.2 -...... - -Latest change: 2024-08-03 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`bef82d6ab3 `_ 2024-07-19 ``Clean up remaining getattr connection DbApiHook (#40665)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ============================================================ - -3.10.1 -...... - -Latest change: 2024-05-26 - -================================================================================================= =========== ========================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================== -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`e396f06041 `_ 2024-05-05 ``Pass SSL arg to all requests in DruidOperator (#39066)`` -================================================================================================= =========== ========================================================== - -3.10.0 -...... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -================================================================================================= =========== ======================================================================= - -3.9.0 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`479ec87166 `_ 2024-03-03 ``Fix SSL verification in druid operator (#37673)`` -`d2ba126404 `_ 2024-02-23 ``Adding optional SSL verification for druid operator (#37629)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -================================================================================================= =========== ================================================================== - -3.8.1 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -================================================================================================= =========== ================================================================================== - -3.8.0 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`5c4364aafe `_ 2024-01-24 ``Fix successful Apache Druid task submissions reported as failed (#36813)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`f7b663d9af `_ 2024-01-07 ``Run mypy checks for full packages in CI (#36638)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -================================================================================================= =========== ==================================================================================================================== - -3.7.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -================================================================================================= =========== ======================================================================= - -3.6.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`89df63b7ce `_ 2023-10-03 ``Allow passing context to DruidDbApiHook (#34603)`` -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` -================================================================================================= =========== ======================================================================= - -3.5.0 -..... - -Latest change: 2023-08-11 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`d24933c3f4 `_ 2023-08-06 ``DruidHook add SQL-based task support (#32795)`` -================================================================================================= =========== ============================================================ - -3.4.2 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ================================================================================ - -3.4.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`13890788ae `_ 2023-06-07 ``Apache provider docstring improvements (#31730)`` -`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` -================================================================================================= =========== ============================================================== - -3.4.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -3.3.1 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -================================================================================================= =========== ================================================================ - -3.3.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`8b5f1d9193 `_ 2022-10-31 ``BugFix - Druid Airflow Exception to about content (#27174)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -================================================================================================= =========== ========================================================================= - -3.2.1 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -================================================================================================= =========== ==================================================================================== - -3.2.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` -================================================================================================= =========== ================================================================= - -3.1.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -================================================================================================= =========== ================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`ddc26c4f3e `_ 2022-06-05 ``AIP-47 - Migrate druid DAGs to new design #22439 (#24207)`` -================================================================================================= =========== ================================================================================== - -2.3.3 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.3.2 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.3.1 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================= =========== ======================================================== - -2.3.0 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================= =========== ========================================================================== - -2.2.0 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` -`c1bbe3c5bc `_ 2021-12-21 ``Add timeout parameter to DruidOperator (#19984)`` -`64a902d3e0 `_ 2021-12-14 ``Fix MyPy Errors for Apache Druid provider. (#20270)`` -================================================================================================= =========== ========================================================================= - -2.1.0 -..... - -Latest change: 2021-11-30 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`5cd8085d27 `_ 2021-11-05 ``Add DruidOperator template_fields_renderers fields (#19420)`` -`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`f8c31b5bf7 `_ 2021-10-04 ``Add max_ingestion_time to DruidOperator docstring (#18693)`` -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`2643345e4b `_ 2021-09-26 ``Add guide for Apache Druid operators (#18527)`` -================================================================================================= =========== ============================================================================== - -2.0.2 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`97428efc41 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` -================================================================================================= =========== ============================================================================ - -2.0.1 -..... - -Latest change: 2021-07-26 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`acb7a9020b `_ 2021-07-20 ``Fix error in Druid connection attribute retrieval (#17095)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== =================================================================== - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`266384a63f `_ 2021-04-05 ``Fix string concatenation using 'f-strings' (#15200)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ======================================================================= - -1.1.0 -..... - -Latest change: 2021-03-08 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` -`59065400ff `_ 2021-03-05 ``Bugfix: DruidOperator fails to submit ingestion tasks (#14418)`` -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`33214d9326 `_ 2021-02-26 ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)`` -================================================================================================= =========== ============================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== =============================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`3a72fc8247 `_ 2020-11-14 ``Fix Description of Provider Docs (#12361)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`7e6372a681 `_ 2020-03-23 ``Add call to Super call in apache providers (#7820)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` -`086d731ce0 `_ 2020-01-14 ``[AIRFLOW-6510] Fix druid operator templating (#7127)`` -`0481b9a957 `_ 2020-01-12 ``[AIRFLOW-6539][AIP-21] Move Apache classes to providers.apache package (#7142)`` -================================================================================================= =========== =============================================================================================== +================================================================================================= =========== ======================================================================================== +`7202ee84b3 `_ 2024-10-11 ``Add possibility to override the conn type for Druid (#42793)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-apache-druid/index.rst b/docs/apache-airflow-providers-apache-druid/index.rst index 0b920743839c3..407a797e0e217 100644 --- a/docs/apache-airflow-providers-apache-druid/index.rst +++ b/docs/apache-airflow-providers-apache-druid/index.rst @@ -76,7 +76,7 @@ apache-airflow-providers-apache-druid package `Apache Druid `__. -Release: 3.11.0 +Release: 3.12.0 Provider package ---------------- @@ -130,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-druid 3.11.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-druid 3.11.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-druid 3.12.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-druid 3.12.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-apache-hdfs/commits.rst b/docs/apache-airflow-providers-apache-hdfs/commits.rst index 5aca1f3f0e36b..2bb38a483c343 100644 --- a/docs/apache-airflow-providers-apache-hdfs/commits.rst +++ b/docs/apache-airflow-providers-apache-hdfs/commits.rst @@ -36,449 +36,15 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` -================================================================================================= =========== ===================================================================== - -4.5.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ======================================================================= - -4.4.2 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -================================================================================================= =========== ================================================================================== - -4.4.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -4.4.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`e706416cd5 `_ 2024-04-06 ``fix: try002 for provider apache hdfs (#38792)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -================================================================================================= =========== ======================================================================= - -4.3.3 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`c3f48eeda0 `_ 2024-02-13 ``Turn Pydantic into an optional dependency (#37320)`` -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================================================== - -4.3.2 -..... - -Latest change: 2023-12-28 - -================================================================================================= =========== ================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================ -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`dd96be5468 `_ 2023-12-26 ``Remove _read method from hdfs task handler after bumping min airflow version to 2.6 (#36425)`` -`d986bed292 `_ 2023-12-25 ``Consolidate loading delete_local_logs conf in hdfs task handler (#36422)`` -================================================================================================= =========== ================================================================================================ - -4.3.1 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`6ee4d402e5 `_ 2023-12-12 ``fix connection type webhdfs (#36145)`` -================================================================================================= =========== ================================================================================== - -4.3.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`3b8db612ff `_ 2023-11-07 ``Add information about Qubole removal and make it possible to release it (#35492)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ==================================================================================== - -4.2.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` -================================================================================================= =========== =================================================================== - -4.1.1 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`d96f931b99 `_ 2023-08-28 ``Use correct headings in HDFS Provider changelog (#33809)`` -`dfa70b9423 `_ 2023-08-28 ``Fix package name in exception message for hdfs provider (#33813)`` -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` -`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ======================================================================= - -4.1.0 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`d3c8881cc6 `_ 2023-06-08 ``Add HdfsTaskHandler to store task instance logs on HDFS (#31512)`` -`0261bc57bc `_ 2023-06-07 ``Updates release notes for snakebite-py3 incompatibility with protobuf (#31756)`` -`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` -================================================================================================= =========== ================================================================================== - -4.0.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`9a8c2044bd `_ 2023-05-15 ``Remove snakebite-py3 based HDFS hooks and sensors (#31262)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -3.2.1 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ========================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`e141699c8a `_ 2023-03-27 ``Fix HDFSHook HAClient is invalid (#30164)`` -================================================================================================= =========== ========================================================== - -3.2.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -================================================================================================= =========== ==================================================================================== - -3.1.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`52cf579352 `_ 2022-07-19 ``Adding Authentication to webhdfs sensor (#25110)`` -================================================================================================= =========== ================================================================= - -3.0.1 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`d8ec1ec8ec `_ 2022-06-28 ``'WebHDFSHook' Bugfix/optional port (#24550)`` -================================================================================================= =========== ================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -================================================================================================= =========== ================================================================================== - -2.2.3 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.2.2 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.2.1 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`837ff7ed10 `_ 2022-02-08 ``Add how-to guide for WebHDFS operators (#21393)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` -================================================================================================= =========== ========================================================================= - -2.2.0 -..... - -Latest change: 2021-11-30 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`1b97d654ae `_ 2021-11-24 ``hdfs provider: restore HA support for webhdfs (#19711)`` -================================================================================================= =========== ====================================================================== - -2.1.1 -..... - -Latest change: 2021-09-30 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`2b62a75a34 `_ 2021-09-18 ``fix get_connections deprecation warning in webhdfs hook (#18331)`` -================================================================================================= =========== ==================================================================== - -2.1.0 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`0016007b86 `_ 2021-08-18 ``hdfs provider: allow SSL webhdfs connections (#17637)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ============================================================================ - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` -`6f8ab9e6da `_ 2021-04-12 ``Remove python2 related handlings and dependencies (#15301)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` -`71c5979a17 `_ 2021-03-07 ``Created initial guide for HDFS operators (#11212)`` -================================================================================================= =========== ================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`370e7d07d1 `_ 2020-11-21 ``Fix Python Docstring parameters (#12513)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` -`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`6c670870aa `_ 2020-03-25 ``[AIRFLOW-6833] HA for webhdfs connection (#7454)`` -`7e6372a681 `_ 2020-03-23 ``Add call to Super call in apache providers (#7820)`` -`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` -`0481b9a957 `_ 2020-01-12 ``[AIRFLOW-6539][AIP-21] Move Apache classes to providers.apache package (#7142)`` -================================================================================================= =========== ================================================================================== +================================================================================================= =========== ======================================================================================== +`571cf09e24 `_ 2024-10-17 ``Fixed failing static checks & provider tests (#43122)`` +`3b9e1569d3 `_ 2024-10-17 ``added MultipleFilesWebHdfsSensor (#43045)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-apache-hdfs/index.rst b/docs/apache-airflow-providers-apache-hdfs/index.rst index be3f689b688cf..544a6cbe3ef7b 100644 --- a/docs/apache-airflow-providers-apache-hdfs/index.rst +++ b/docs/apache-airflow-providers-apache-hdfs/index.rst @@ -65,7 +65,7 @@ apache-airflow-providers-apache-hdfs package and `WebHDFS `__. -Release: 4.5.1 +Release: 4.6.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-apache-livy/commits.rst b/docs/apache-airflow-providers-apache-livy/commits.rst index 145cf6007eccf..41c877047d265 100644 --- a/docs/apache-airflow-providers-apache-livy/commits.rst +++ b/docs/apache-airflow-providers-apache-livy/commits.rst @@ -35,462 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-09-04 ``bugfix/livy-set-base-url (#41658)`` -================================================================================================= =========== ===================================== - -3.9.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ======================================================================= - -3.8.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -3.8.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== =========================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`04caa6eceb `_ 2024-04-27 ``Update docstring 'LivyOperator' retry_args and deferrable docs (#39266)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`bf5ab8fc46 `_ 2024-04-14 ``Fix bug in LivyOperator when its trigger times out (#38916)`` -`6de420a0ee `_ 2024-04-13 ``Fix 'polling_interval' parameter docs in LivyOperator (#38979)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -================================================================================================= =========== =========================================================================== - -3.7.3 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`82d9a89611 `_ 2024-02-12 ``Fix rendering 'LivyOperator.spark_params' (#37361)`` -================================================================================================= =========== ================================================================== - -3.7.2 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`0c4210af62 `_ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)`` -================================================================================================= =========== ================================================================================ - -3.7.1 -..... - -Latest change: 2024-01-07 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`eac3d95584 `_ 2023-12-29 ``remove unnecessary templated filed (#36490)`` -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -================================================================================================= =========== ================================================================================== - -3.7.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ======================================================================= - -3.6.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`99f320354b `_ 2023-10-04 ``Refactor: consolidate import time in providers (#34402)`` -`c95aa7863f `_ 2023-09-18 ``Consolidate hook management in LivyOperator (#34431)`` -================================================================================================= =========== =============================================================== - -3.5.4 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -================================================================================================= =========== =================================================================================================== - -3.5.3 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` -`32feab4100 `_ 2023-08-22 ``Refactor: Simplify code in Apache/Alibaba providers (#33227)`` -`af0a4a0698 `_ 2023-08-21 ``Simplify conditions on len() in providers/apache (#33564)`` -`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` -================================================================================================= =========== ======================================================================= - -3.5.2 -..... - -Latest change: 2023-07-06 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` -`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -`58784ade88 `_ 2023-06-27 ``Fix 'LivyHook' TypeError exception on 'session_id' log format (#32051)`` -================================================================================================= =========== ========================================================================== - -3.5.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== =========================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`13890788ae `_ 2023-06-07 ``Apache provider docstring improvements (#31730)`` -`361aa77d5d `_ 2023-06-05 ``Optimize deferred mode execution (#31685)`` -`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` -`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` -`bfb14f6ffa `_ 2023-05-25 ``Push Spark appId to XCOM for LivyOperator with deferrable mode (#31201)`` -================================================================================================= =========== =========================================================================== - -3.5.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` -`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -3.4.0 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`c44c7e1b48 `_ 2023-03-20 ``Add non login-password auth support for SimpleHttpOpeator (#29206)`` -`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` -================================================================================================= =========== ====================================================================== - -3.3.0 -..... - -Latest change: 2023-03-03 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` -`47ebe99972 `_ 2023-02-22 ``Add Livy Operator with deferrable mode (#29047)`` -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`2b92c3c74d `_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` -================================================================================================= =========== ================================================================== - -3.2.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`7dd7400dd4 `_ 2022-10-31 ``Add template to livy operator documentation (#27404)`` -`f75582a8eb `_ 2022-10-31 ``Add Spark's 'appId' to xcom output (#27376)`` -`0c94eff950 `_ 2022-10-31 ``add template field renderer to livy operator (#27321)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -================================================================================================= =========== ==================================================================================== - -3.1.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`7d3e799f7e `_ 2022-08-07 ``Add auth_type to LivyHook (#25183)`` -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -================================================================================================= =========== ================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`5503603cde `_ 2022-06-05 ``AIP-47 - Migrate livy DAGs to new design #22439 (#24208)`` -================================================================================================= =========== ================================================================================== - -2.2.3 -..... - -Latest change: 2022-04-07 - -================================================================================================= =========== ========================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================== -`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`97cf76904a `_ 2022-03-30 ``Fix: Add extra headers to all livy API requests instead of only to post_batch (#22510)`` -================================================================================================= =========== ========================================================================================== - -2.2.2 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.2.1 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.2.0 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`5fdd6fa479 `_ 2022-02-15 `` Added retries to LivyHook #19384 (#21550)`` -`c25534be56 `_ 2022-02-11 ``add how-to guide for livy operator (#21529)`` -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` -================================================================================================= =========== ============================================================================== - -2.1.0 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`02a33b55d1 `_ 2021-08-20 ``Fetching and logging livy session logs for LivyOperrator (#17393)`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ============================================================================ - -2.0.0 -..... - -Latest change: 2021-06-19 +Latest change: 2024-10-15 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== -`83b23ad197 `_ 2021-06-19 ``Add undocumented parameters to ''LivyOperator'' and ''LivyHook'' docstrings (#16542)`` -`3d8ba64b84 `_ 2021-06-19 ``Add ''extra_headers'' argument to ''LivyHook'' and ''LivyOperator'' (#16512)`` -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`c941484066 `_ 2024-10-15 ``pin in providers (#43001)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== - -1.1.0 -..... - -Latest change: 2021-04-06 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`70731073d0 `_ 2021-03-17 ``Extend HTTP extra_options to LivyHook and operator (#14816)`` -`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` -================================================================================================= =========== ============================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`d3cf23dc07 `_ 2020-02-19 ``[AIRFLOW-5470] Add Apache Livy REST operator (#6090)`` -================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-apache-livy/index.rst b/docs/apache-airflow-providers-apache-livy/index.rst index 818766c0dd3ae..a8f38706c65b5 100644 --- a/docs/apache-airflow-providers-apache-livy/index.rst +++ b/docs/apache-airflow-providers-apache-livy/index.rst @@ -76,7 +76,7 @@ apache-airflow-providers-apache-livy package `Apache Livy `__ -Release: 3.9.1 +Release: 3.9.2 Provider package ---------------- @@ -102,7 +102,7 @@ PIP package Version required ``apache-airflow`` ``>=2.8.0`` ``apache-airflow-providers-http`` ``aiohttp`` ``>=3.9.2`` -``asgiref`` +``asgiref`` ``>=2.3.0`` ================================= ================== Cross provider package dependencies @@ -130,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-livy 3.9.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-livy 3.9.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 3.9.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 3.9.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-apache-spark/commits.rst b/docs/apache-airflow-providers-apache-spark/commits.rst index 45a324a63262f..bc7fa1640b51b 100644 --- a/docs/apache-airflow-providers-apache-spark/commits.rst +++ b/docs/apache-airflow-providers-apache-spark/commits.rst @@ -35,578 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-07 ``The function resolve_kerberos_principal updated when airflow version 2.8 and above (#42777)`` -================================================================================================= =========== =============================================================================================== - -4.11.0 -...... - -Latest change: 2024-09-21 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`1f10532163 `_ 2024-09-17 ``Add kerberos related connection fields(principal, keytab) on SparkSubmitHook (#40757)`` -================================================================================================= =========== ========================================================================================= - -4.10.0 -...... - -Latest change: 2024-08-19 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`7f5b8a57df `_ 2024-08-09 ``Resolve 'AirflowProviderDeprecationWarning' in 'SparkSqlOperator' (#41358)`` -================================================================================================= =========== ============================================================================== - -4.9.0 -..... - -Latest change: 2024-07-21 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`0b0f8f0fc9 `_ 2024-07-21 ``Prepare Providers docs RC1 2nd (ad-hoc) wave July 2024 (#40908)`` -`469beef0a0 `_ 2024-07-14 ``Add 'kubernetes_application_id' to 'SparkSubmitHook' (#40753)`` -`7d5f804ac2 `_ 2024-07-11 ``(fix): spark submit pod name with driver as part of its name(#40732)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ======================================================================== - -4.8.2 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -================================================================================================= =========== ================================================================================== - -4.8.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -4.8.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`9d46507f59 `_ 2024-04-11 ``Rename SparkSubmitOperator argument queue as yarn_queue (#38852)`` -================================================================================================= =========== ======================================================================= - -4.7.2 -..... - -Latest change: 2024-04-10 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`baa6f08a5c `_ 2024-03-16 ``Rename 'SparkSubmitOperator''s fields' names to comply with templated fields validation (#38051)`` -`58bffa6862 `_ 2024-03-12 ``Rename 'SparkSqlOperator''s field's name to comply with templated fields validation (#38045)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`08036e5df5 `_ 2024-02-08 ``D401 Support in Providers (simple) (#37258)`` -================================================================================================= =========== ==================================================================================================== - -4.7.1 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`ded01a5aba `_ 2024-01-08 ``Bump min version for grpcio-status in spark provider (#36662)`` -================================================================================================= =========== ==================================================================================================================== - -4.7.0 -..... - -Latest change: 2024-01-07 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`ed9080ae6a `_ 2023-12-29 ``change spark connection form and add spark connections docs (#36419)`` -================================================================================================= =========== ============================================================================ - -4.6.0 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`1b4a7edc54 `_ 2023-12-13 ``SparkSubmit Connection Extras can be overridden (#36151)`` -`195abf8f71 `_ 2023-12-11 ``SparkSubmit: Adding propertyfiles option (#36164)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -================================================================================================= =========== ================================================================================== - -4.5.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`9103ea1702 `_ 2023-11-16 ``Add support for Spark Connect to pyspark decorator (#35665)`` -================================================================================================= =========== ======================================================================= - -4.4.0 -..... - -Latest change: 2023-11-08 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`3b8db612ff `_ 2023-11-07 ``Add information about Qubole removal and make it possible to release it (#35492)`` -`0a4ed7d557 `_ 2023-11-01 ``Add pyspark decorator (#35247)`` -`880a85bbb7 `_ 2023-11-01 ``Add use_krb5ccache option to SparkSubmitOperator (#35331)`` -================================================================================================= =========== ==================================================================================== - -4.3.0 -..... - -Latest change: 2023-10-28 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`645d52f129 `_ 2023-10-21 ``Add 'use_krb5ccache' option to 'SparkSubmitHook' (#34386)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -================================================================================================= =========== ================================================================== - -4.2.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -================================================================================================= =========== =============================================================== - -4.1.5 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` -================================================================================================= =========== ============================================================= - -4.1.4 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`32feab4100 `_ 2023-08-22 ``Refactor: Simplify code in Apache/Alibaba providers (#33227)`` -`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` -================================================================================================= =========== ======================================================================= - -4.1.3 -..... - -Latest change: 2023-08-05 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` -`4f83e831d2 `_ 2023-07-31 ``Validate conn_prefix in extra field for Spark JDBC hook (#32946)`` -================================================================================================= =========== ==================================================================== - -4.1.2 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`e93460383f `_ 2023-07-26 ``Move all k8S classes to cncf.kubernetes provider (#32767)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== =================================================================== - -4.1.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`6becb70316 `_ 2023-06-16 ``SparkSubmitOperator: rename spark_conn_id to conn_id (#31952)`` -`13890788ae `_ 2023-06-07 ``Apache provider docstring improvements (#31730)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` -================================================================================================= =========== ================================================================= - -4.1.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -4.0.1 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ===================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`5d1f201bb0 `_ 2023-03-22 ``Only restrict spark binary passed via extra (#30213)`` -`d9dea5ce17 `_ 2023-03-22 ``Validate host and schema for Spark JDBC Hook (#30223)`` -`b3259877fa `_ 2023-03-15 ``Add spark3-submit to list of allowed spark-binary values (#30068)`` -================================================================================================= =========== ===================================================================== - -4.0.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`9358928815 `_ 2022-11-13 ``Remove custom spark home and custom binarires for spark (#27646)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -================================================================================================= =========== ==================================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` -`9dc2851671 `_ 2022-06-05 ``Fix backwards-compatibility introduced by fixing mypy problems (#24230)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`a2bfc0e62d `_ 2022-06-05 ``AIP-47 - Migrate spark DAGs to new design #22439 (#24210)`` -`71e4deb1b0 `_ 2022-05-16 ``Add typing for airflow/configuration.py (#23716)`` -================================================================================================= =========== ================================================================================== - -2.1.3 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.1.2 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.1.1 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== =========================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`6322dad2ca `_ 2022-02-25 ``fix param rendering in docs of SparkSubmitHook (#21788)`` -================================================================================================= =========== =========================================================== - -2.1.0 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================= =========== ========================================================================== - -2.0.3 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` -`dad2f8103b `_ 2021-12-15 ``Fix mypy providers (#20190)`` -`1a2a2498d6 `_ 2021-12-14 ``Fix mypy spark hooks (#20290)`` -`a50d2ac872 `_ 2021-12-02 ``Ensure Spark driver response is valid before setting UNKNOWN status (#19978)`` -================================================================================================= =========== ================================================================================ - -2.0.2 -..... - -Latest change: 2021-11-30 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`79b30ff59c `_ 2021-11-24 ``fix bug of SparkSql Operator log going to infinite loop. (#19449)`` -`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` -`42dc0767b8 `_ 2021-10-08 ``Remove unnecessary string concatenations in AirflowException messages (#18817)`` -================================================================================================= =========== ================================================================================== - -2.0.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`91f4d80ff0 `_ 2021-07-23 ``Updating Apache example DAGs to use XComArgs (#16869)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ============================================================================ - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`5c86e3d509 `_ 2021-06-14 ``Make SparkSqlHook use Connection (#15794)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================= =========== ================================================================= - -1.0.3 -..... - -Latest change: 2021-05-01 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`5b2fe0e740 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` -`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` -`9015beb316 `_ 2021-04-10 ``Pass environment variables to process with yarn kill command (#15304)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ========================================================================= - -1.0.2 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== =========================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================== -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`f9c9e9c38f `_ 2021-02-11 ``Use apache.spark provider without kubernetes (#14187)`` -================================================================================================= =========== =========================================================== - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`d760265452 `_ 2020-08-25 ``PyDocStyle: No whitespaces allowed surrounding docstring text (#10533)`` -`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`1427e4acb4 `_ 2020-07-22 ``Update Spark submit operator for Spark 3 support (#8730)`` -`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` -`0873070e08 `_ 2020-07-11 ``Mask other forms of password arguments in SparkSubmitOperator (#9615)`` -`13a827d80f `_ 2020-07-09 ``Ensure Kerberos token is valid in SparkSubmitOperator before running 'yarn kill' (#9044)`` -`067806d598 `_ 2020-06-29 ``Add tests for spark_jdbc_script (#9491)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`7506c73f17 `_ 2020-05-10 ``Add default 'conf' parameter to Spark JDBC Hook (#8787)`` -`487b5cc50c `_ 2020-05-06 ``Add guide for Apache Spark operators (#8305)`` -`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`be1451b0e1 `_ 2020-04-02 ``[AIRFLOW-7026] Improve SparkSqlHook's error message (#7749)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`7e6372a681 `_ 2020-03-23 ``Add call to Super call in apache providers (#7820)`` -`2327aa5a26 `_ 2020-03-12 ``[AIRFLOW-7025] Fix SparkSqlHook.run_query to handle its parameter properly (#7677)`` -`024b4bf962 `_ 2020-03-10 ``[AIRFLOW-7024] Add the verbose parameter support to SparkSqlOperator (#7676)`` -`b59042b5ab `_ 2020-02-28 ``[AIRFLOW-6949] Respect explicit 'spark.kubernetes.namespace' conf to SparkSubmitOperator (#7575)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`0481b9a957 `_ 2020-01-12 ``[AIRFLOW-6539][AIP-21] Move Apache classes to providers.apache package (#7142)`` -================================================================================================= =========== ==================================================================================================== +================================================================================================= =========== ======================================================================================== +`509428b1c1 `_ 2024-10-22 ``Changed conf property from str to dict in SparkSqlOperator (#42835)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-apache-spark/index.rst b/docs/apache-airflow-providers-apache-spark/index.rst index 4d96f64dfc935..a224bc6c005e8 100644 --- a/docs/apache-airflow-providers-apache-spark/index.rst +++ b/docs/apache-airflow-providers-apache-spark/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-apache-spark package `Apache Spark `__ -Release: 4.11.1 +Release: 4.11.2 Provider package ---------------- @@ -130,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-spark 4.11.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-spark 4.11.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-spark 4.11.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-spark 4.11.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-cloudant/commits.rst b/docs/apache-airflow-providers-cloudant/commits.rst index bc4a00bc4e880..4c8a80cfa990d 100644 --- a/docs/apache-airflow-providers-cloudant/commits.rst +++ b/docs/apache-airflow-providers-cloudant/commits.rst @@ -35,335 +35,15 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` -================================================================================================= =========== ====================================================== - -4.0.0 -..... - -Latest change: 2024-09-21 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`caa94fa466 `_ 2024-09-06 ``Switch cloudant provider from cloudant library to ibmcloudant library (#41555)`` -================================================================================================= =========== ================================================================================== - -3.6.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -3.5.2 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -================================================================================================= =========== ================================================================================== - -3.5.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -3.5.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================================================== - -3.4.1 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -================================================================================================= =========== ================================================================================== - -3.4.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`f23170c9dd `_ 2023-10-16 ``D401 Support - A thru Common (Inclusive) (#34934)`` -================================================================================================= =========== ======================================================================= - -3.3.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ================================================================ - -3.2.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -================================================================================================= =========== ============================================================= - -3.2.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -3.1.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -================================================================================================= =========== ==================================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -================================================================================================= =========== ================================================================================== - -2.0.4 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.0.3 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.0.2 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================= =========== ========================================================================== - -2.0.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -================================================================================================= =========== ============================================================================ - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` -================================================================================================= =========== ======================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== =========================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`35fe97225e `_ 2020-07-15 ``Improve type hinting to provider cloudant (#9825)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`5648dfbc30 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` -================================================================================================= =========== =========================================================================================== +================================================================================================= =========== ======================================================================================== +`db6e103947 `_ 2024-10-21 ``More correctly work around 'uv sync' issue with python 3.10+ only dep (#43227)`` +`892b2f18f1 `_ 2024-10-21 ``Update cloudant versions to be py-version aware so 'uv lock' can work. (#43217)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-cloudant/index.rst b/docs/apache-airflow-providers-cloudant/index.rst index 2de0afb0a7f70..86b8bddb48a9a 100644 --- a/docs/apache-airflow-providers-cloudant/index.rst +++ b/docs/apache-airflow-providers-cloudant/index.rst @@ -55,7 +55,7 @@ apache-airflow-providers-cloudant package `IBM Cloudant `__ -Release: 4.0.1 +Release: 4.0.2 Provider package ---------------- @@ -75,9 +75,10 @@ Requirements The minimum Apache Airflow version supported by this provider package is ``2.8.0``. -================== ================== +================== ===================================== PIP package Version required -================== ================== +================== ===================================== ``apache-airflow`` ``>=2.8.0`` -``ibmcloudant`` ``>=0.9.1`` -================== ================== +``ibmcloudant`` ``==0.9.1; python_version >= "3.10"`` +``ibmcloudant`` ``==0.7.0; python_version < "3.10"`` +================== ===================================== diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst index 99dcb3a74a032..c25c591344771 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst @@ -35,1274 +35,19 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-09 ``Fix mark as success when pod fails while fetching log (#42815)`` -`63ff22f403 `_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` -`e5a474bdd1 `_ 2024-10-07 ``kubernetes executor cleanup_stuck_queued_tasks optimization (#41220)`` -`24b7c5b151 `_ 2024-10-04 ``Remove airflow_version from k8s executor pod selector (#42751)`` -`0120515f6c `_ 2024-10-03 ``Added unit tests and restructred 'await_xcom_sidecar_container_start' method. (#42504)`` -`c72dad7eaf `_ 2024-10-01 ``All executors should inherit from BaseExecutor (#41904)`` -`6808619ec5 `_ 2024-09-30 ``KubernetesHook kube_config extra can take dict (#41413)`` -`223acdb13f `_ 2024-09-27 ``Fix SparkKubernetesOperator spark name. (#42427)`` -`7782050201 `_ 2024-09-27 ``KubernetesPodOperator never stops if credentials are refreshed (#42361)`` -================================================================================================= =========== ========================================================================================== - -8.4.2 -..... - -Latest change: 2024-09-21 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`d1e500c450 `_ 2024-09-16 ``Deprecated configuration removed (#42129)`` -`1379376b66 `_ 2024-09-02 ``Add TODOs in providers code for Subdag code removal (#41963)`` -`86af316c87 `_ 2024-09-02 ``docstring update (#41929)`` -`761ad6ec13 `_ 2024-08-26 ``Remove Airflow 2.7 support from Kubernetes Provider (#41746)`` -`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ================================================================ - -8.4.1 -..... - -Latest change: 2024-08-25 - -================================================================================================= =========== ================================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================================ -`2f952909f5 `_ 2024-08-25 ``Prepare docs for Aug 3rd wave of providers (#41714)`` -`09ce3a5100 `_ 2024-08-23 ``K8s Executor: failing the task in case the watcher receives an event with the reason ProviderFailed (#41186)`` -`170b9ce907 `_ 2024-08-22 ``Fix 'do_xcom_push' and 'get_logs' functionality for KubernetesJobOperator (#40814)`` -`ef5da26166 `_ 2024-08-20 ``Add missing flag (#41464)`` -`5cb582b51f `_ 2024-08-20 ``fix: Missing 'slots_occupied' in 'CeleryKubernetesExecutor' and 'LocalKubernetesExecutor' (#41602)`` -================================================================================================= =========== ================================================================================================================ - -8.4.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`530495c45b `_ 2024-08-14 ``Describe behaviour in docstring correctly (#41458)`` -`6570c6d1bb `_ 2024-08-13 ``Remove deprecated SubDags (#41390)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`2b1ae5f811 `_ 2024-08-12 ``reorder docstring of 'SparkKubernetesOperator' (#41372)`` -================================================================================================= =========== ======================================================================= - -8.3.4 -..... - -Latest change: 2024-08-03 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`f9c1c61537 `_ 2024-08-02 ``Pass content of kube/config file to triggerer as a dictionary (#41178)`` -`4ef847b7d2 `_ 2024-07-31 ``Fix confusing log message in kubernetes executor (#41035)`` -`b014077fe3 `_ 2024-07-31 ``Fix ApiException handling when adopting completed pods (#41109)`` -================================================================================================= =========== ========================================================================== - -8.3.3 -..... - -Latest change: 2024-07-09 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`95e6ee9868 `_ 2024-07-08 ``Solve failing KPO task with task decorator and imported typing elements (#40642)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ==================================================================================== - -8.3.2 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== =============================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`bfe5fd7108 `_ 2024-06-16 ``k8s version bump (#40253)`` -`67798b2b8a `_ 2024-06-13 ``Fix Scheduler restarting due to too many completed pods in cluster (#40183)`` -================================================================================================= =========== =============================================================================== - -8.3.1 -..... - -Latest change: 2024-06-07 - -================================================================================================= =========== ============================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================== -`35bece7dc3 `_ 2024-06-07 ``Prepare docs 1st wave June 2024 (#40057)`` -`8daa53eaa5 `_ 2024-06-07 ``Avoid resetting adopted task instances when retrying for kubernetes executor (#39406)`` -`00a2843649 `_ 2024-06-06 ``Include fatal reason for pod pending events (#39924)`` -`0f6e31f4b9 `_ 2024-06-05 ``Fix reattach_on_restart parameter for the sync mode (#39329)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -`a61e789b9b `_ 2024-06-04 ``Resolve common providers deprecations in tests (#40036)`` -`981ba8f005 `_ 2024-06-03 ``Fixes KubernetesPodTrigger failing running pods with timeout (#40019)`` -`032d27640b `_ 2024-05-30 ``Refresh properties on KubernetesPodOperator on token expiration also when logging (#39789)`` -================================================================================================= =========== ============================================================================================== - -8.3.0 -..... - -Latest change: 2024-05-30 - -================================================================================================= =========== ======================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================================= -`11f219abff `_ 2024-05-30 ``Prepare docs 4th wave May 2024 (#39934)`` -`53970a8d1f `_ 2024-05-28 ``Handling exception getting logs when pods finish success (#39296)`` -`e190cff272 `_ 2024-05-28 ``fix wrong arguments in read_namespaced_pod_log call (#39874)`` -`98c5a3a2c6 `_ 2024-05-27 ``Add a warning message to KPO to warn of one second interval logs duplication (#39861)`` -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`610747d25a `_ 2024-05-15 ``Add timeout when watching pod events in k8s executor (#39551)`` -`f57de6c183 `_ 2024-05-14 ``Move Kubernetes cli to provider package (#39587)`` -`e3897dcbed `_ 2024-05-13 ``Remove compat code for 2.7.0 - its now the min Airflow version (#39591)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`20265fe1fa `_ 2024-05-10 ``Add retry logic for KubernetesCreateResourceOperator and KubernetesJobOperator (#39201)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`0e6c0ab252 `_ 2024-05-05 ``Replace pod_manager.read_pod_logs with client.read_namespaced_pod_log in KubernetesPodOperator._write_logs (#39112)`` -`b5153c1745 `_ 2024-05-03 ``Fix deprecated calls in 'cncf.kubernetes' provider (#39381)`` -================================================================================================= =========== ======================================================================================================================= - -8.2.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== =============================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`43b48a9ac1 `_ 2024-05-01 ``Refresh properties on KubernetesPodOperator when k8s fails due to token expiration (#39325)`` -`97871a0378 `_ 2024-05-01 ``Fix SparkKubernetesOperator when using initContainers (#38119)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`4920ab25b3 `_ 2024-04-25 ``Remove unnecessary validation from cncf provider. (#39238)`` -`84f1ae23cc `_ 2024-04-24 ``Add missing informative logs in KPO trigger until container has not finished (#37546)`` -`85bc9afcaa `_ 2024-04-20 ``fixes templated env vars for k8s pod operator (#39139)`` -`cf56402f5e `_ 2024-04-16 ``KPO xcom sidecar PodDefault usage (#38951)`` -`b59cef1c83 `_ 2024-04-16 ``Moves airflow import in deprecated pod_generator to local (#39062)`` -================================================================================================= =========== =============================================================================================== - -8.1.1 -..... - -Latest change: 2024-04-16 - -================================================================================================= =========== ===================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================== -`13df6569d6 `_ 2024-04-16 ``Prepare docs 1st wave (RC3) + ad hoc April 2024 (#38995) (#39054)`` -`43919c2fa6 `_ 2024-04-15 ``Avoid logging empty line KPO (#38247)`` -================================================================================================= =========== ===================================================================== - -8.1.0 -..... - -Latest change: 2024-04-10 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`78f84b9147 `_ 2024-04-09 ``fix: try002 for provider cncf kubernetes (#38799)`` -`a19a9cb523 `_ 2024-04-05 ``removed usage of deprecated function for naming the pod in provider k8s pod.py (#38638)`` -`ab5aabe50b `_ 2024-04-02 ``Implement delete_on_status parameter for KubernetesDeleteJobOperator (#38458)`` -`ec6091d498 `_ 2024-03-31 ``Fix spark operator log retrieval from driver (#38106)`` -`afb686c95e `_ 2024-03-26 ``Implement deferrable mode for GKEStartJobOperator (#38454)`` -`a3f7ddd465 `_ 2024-03-26 ``KPO Add follow log in termination step (#38081)`` -`32ed83bd0e `_ 2024-03-25 ``Refactor GKE hooks (#38404)`` -`fc868f4be2 `_ 2024-03-22 ``Implement deferrable mode for KubernetesJobOperator (#38251)`` -`1a9b71a129 `_ 2024-03-21 ``Create KubernetesPatchJobOperator operator (#38146)`` -`29ac05f496 `_ 2024-03-18 ``Create DeleteKubernetesJobOperator and GKEDeleteJobOperator operators (#37793)`` -`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` -`d4350a6bed `_ 2024-03-18 ``Fix dynamic allocation specs handling for custom launcher (#38223)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`f3982aa2a4 `_ 2024-03-18 ``Use startup_check_interval_seconds instead of poll_interval to check pod while startup (#38075)`` -`c32d41d94d `_ 2024-03-18 ``Implement wait_until_job_complete parameter for KubernetesJobOperator (#37998)`` -`1d3010c4ab `_ 2024-03-12 ``Fix case if 'SparkKubernetesOperator.application_file' is templated file (#38035)`` -`8f773a62c1 `_ 2024-03-08 ``Add GKECreateCustomResourceOperator and GKEDeleteCustomResourceOperator operators (#37616)`` -`a7b7928a2a `_ 2024-03-07 ``fix: reduce irrelevant error logs for pod events. (#37944)`` -`8e6f78a735 `_ 2024-03-06 ``Use SIGINT signal number instead of signal name (#37905)`` -`ca72f0fd89 `_ 2024-03-06 ``Add GKEListJobsOperator and GKEDescribeJobOperator (#37598)`` -================================================================================================= =========== =================================================================================================== - -8.0.1 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== =========================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` -`d470674912 `_ 2024-03-01 ``Immediately fail the task in case of worker pod having a fatal container state (#37670)`` -`77341ef6a1 `_ 2024-02-29 ``Avoid non-recommended usage of logging (#37792)`` -`cd33c2a6a7 `_ 2024-02-27 ``Migrate executor docs to respective providers (#37728)`` -`c6ba13adf2 `_ 2024-02-26 ``Skip pod cleanup in case of pod creation failed (#37671)`` -================================================================================================= =========== =========================================================================================== - -8.0.0 -..... - -Latest change: 2024-02-19 - -================================================================================================= =========== ============================================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================================== -`fa234e0d22 `_ 2024-02-19 ``Prepare docs 1st wave (RC3) of Providers February 2024 (#37521)`` -`6412b06a7b `_ 2024-02-18 ``Fix KPO task hanging when pod fails to start within specified timeout (#37514)`` -`d50a25bd35 `_ 2024-02-17 ``Fix KeyError when KPO exits too soon (#37508)`` -`75182363a2 `_ 2024-02-17 ``Prepare docs 1st wave (RC2) of Providers February 2024 (#37471)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`c84efe77a5 `_ 2024-02-15 ``KPO Maintain backward compatibility for execute_complete and trigger run method (#37454)`` -`32ba99b6c2 `_ 2024-02-15 ``Create GKEStartJobOperator and KubernetesJobOperator (#36847)`` -`0be6430938 `_ 2024-02-15 ``Revert "KPO Maintain backward compatibility for execute_complete and trigger run method (#37363)" (#37446)`` -`df132b2dd6 `_ 2024-02-15 ``Add GKEStartKueueInsideClusterOperator (#37072)`` -`0640e6d595 `_ 2024-02-14 ``KPO Maintain backward compatibility for execute_complete and trigger run method (#37363)`` -`34c06c6922 `_ 2024-02-14 ``Convert Kubernetes ApiException status code to string to ensure it's correctly checked (#37405)`` -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`053485ba56 `_ 2024-02-12 ``Modify KPO to log container log periodically (#37279)`` -`f689c3f606 `_ 2024-02-12 ``Add d401 support to kubernetes provider (#37301)`` -`6246eec96f `_ 2024-02-10 ``Fix occasional attr-undefined for the python_kubernetes_script (#37318)`` -`e99487946a `_ 2024-02-10 ``The task is stuck in a queued state forever in case of pod launch errors (#36882)`` -`9a529a8d43 `_ 2024-02-10 ``Fix hanging KPO on deferrable task with do_xcom_push (#37300)`` -`f691adf710 `_ 2024-02-09 ``Fix rendering 'SparkKubernetesOperator.template_body' (#37271)`` -`7932958488 `_ 2024-02-05 ``Fix assignment of template field in '__init__' in 'KubernetesPodOperator' (#37010)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -`c36c4db3f7 `_ 2024-01-29 ``Kubernetes version bump (#37040)`` -================================================================================================= =========== ============================================================================================================== - -7.14.0 -...... - -Latest change: 2024-01-26 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`dd627d7f46 `_ 2024-01-26 ``36888-Fix k8 configmap issue in 7.14.0rc1 (#37001)`` -`d78a114aa0 `_ 2024-01-23 ``Increase tenacity wait in read_pod_logs (#36955)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`43d192543e `_ 2024-01-20 ``Template field support for configmaps in the KubernetesPodOperator (#36922)`` -`6dc53524a5 `_ 2024-01-20 ``Create a generic callbacks class for KubernetesPodOperator (#35714)`` -`d3b4a91135 `_ 2024-01-20 ``fix: Avoid retrying after KubernetesPodOperator has been marked as failed (#36749)`` -`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` -`142f08abb5 `_ 2024-01-12 ``Change field type for kube_config (#36752)`` -`aa25affec6 `_ 2024-01-12 ``Add SparkKubernetesOperator crd implementation (#22253)`` -`2ffa6e4c4c `_ 2024-01-12 ``Add support of Pendulum 3 (#36281)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`2f15c95a28 `_ 2024-01-03 ``Changing wording in docstring for CNCF provider (#36547)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ====================================================================================== - -7.13.0 -...... - -Latest change: 2023-12-28 - -================================================================================================= =========== ========================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================== -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`2bd60771a8 `_ 2023-12-26 ``Remove deprecated input parameters in the k8s pod operator (#36433)`` -`a7700c1567 `_ 2023-12-26 ``Add reminder about update stub file in case of change KubernetesPodOperator's arguments (#36434)`` -`ee219e658d `_ 2023-12-26 ``Delete get_python_source from Kubernetes decorator after bumping min airflow version to 2.6.0 (#36426)`` -`af9328e6ff `_ 2023-12-26 ``Remove duplicated methods in K8S pod operator module and import them from helper function (#36427)`` -`3f60482974 `_ 2023-12-24 ``Don't get pod status in KubernetesPodOperator if skip_on_exit_code is not set (#36355)`` -`63544e184d `_ 2023-12-24 ``Allow changing of 'config_file' in 'KubernetesResourceBaseOperator' (#36397)`` -================================================================================================= =========== ========================================================================================================== - -7.12.0 -...... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`33ee0b98b2 `_ 2023-12-22 ``Add _request_timeout to KPO log fetch calls (#36297)`` -`381922f7c0 `_ 2023-12-21 ``Make pod_name length equal to HOST_NAME_MAX (#36332)`` -`49108e15eb `_ 2023-12-20 ``Kubernetes executor running slots leak fix (#36240)`` -`5ab43d5541 `_ 2023-12-19 ``Move KubernetesPodTrigger hook to a cached property (#36290)`` -`f81dfd731f `_ 2023-12-17 ``Add 'pod_template_dict' field to 'KubernetesPodOperator' (#33174)`` -`a398d9d4fa `_ 2023-12-16 ``KubernetesPodTrigger: add exception stack trace in TriggerEvent (#35716)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -`b9c574c61a `_ 2023-12-10 ``list pods performance optimization (#36092)`` -================================================================================================= =========== ================================================================================== - -7.11.0 -...... - -Latest change: 2023-12-08 - -================================================================================================= =========== ================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`1264316fe7 `_ 2023-12-05 ``Drive-by improvements to convert_env_vars (#36062)`` -`de71a62848 `_ 2023-12-05 ``fix: KPO typing env_vars (#36048)`` -`f5259376b8 `_ 2023-11-28 ``Use fail instead of change_state(failed) in K8S executor (#35900)`` -`623f989329 `_ 2023-11-27 ``Stop converting state to TaskInstanceState when it's None (#35891)`` -`e57232ff8f `_ 2023-11-25 ``Feature pass dictionary configuration in application_file in SparkKubernetesOperator (#35848)`` -================================================================================================= =========== ================================================================================================= - -7.10.0 -...... - -Latest change: 2023-11-24 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`0e157b38a3 `_ 2023-11-23 ``Fix K8S executor override config using pod_override_object (#35185)`` -`ca97feed18 `_ 2023-11-23 ``Revert Remove PodLoggingStatus object #35422 (#35822)`` -`8dc1b23116 `_ 2023-11-22 ``feat: K8S resource operator - CRD (#35600)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`6f51e502df `_ 2023-11-15 ``Add annotations field into in KubernetesPodOperator (#35641)`` -`486ccba4cf `_ 2023-11-13 ``Remove inconsequential code bits in KPO logging (#35416)`` -`31450bbe3c `_ 2023-11-13 ``Remove non existing params from 'KubernetesResourceBaseOperator' docstring`` -`cd296d2068 `_ 2023-11-12 ``KubernetesExecutor observability Improvements (#35579)`` -`4b1e494f47 `_ 2023-11-10 ``Add bandit to pre-commit to detect common security issues (#34247)`` -================================================================================================= =========== ============================================================================== - -7.9.0 -..... - -Latest change: 2023-11-08 - -================================================================================================= =========== =============================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================== -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d6c79ce340 `_ 2023-11-07 ``Remove tenancity on KPO logs inner func consume_logs (#35504)`` -`68b3b7b468 `_ 2023-11-07 ``Simplify KPO multi container log reconciliation logic (#35450)`` -`be2c3b9d9e `_ 2023-11-05 ``Remove PodLoggingStatus object (#35422)`` -`c67a2b0413 `_ 2023-11-05 ``Use constant for empty xcom result sentinel (#35451)`` -`a61da3cc87 `_ 2023-11-04 ``Add verificationy that provider docs are as expected (#35424)`` -`2023a76037 `_ 2023-11-03 ``Remove before_log in KPO retry and add traceback when interrupted (#35423)`` -`2b0bfea837 `_ 2023-11-01 ``Add startup_check_interval_seconds to PodManager's await_pod_start (#34231)`` -`3724a029da `_ 2023-11-01 ``Improve clear_not_launched_queued_tasks call duration (#34985)`` -`63cc915cd3 `_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` -================================================================================================= =========== =============================================================================== - -7.8.0 -..... - -Latest change: 2023-10-28 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`85f0ef35b8 `_ 2023-10-27 ``Added to the rendering of KubernetesOperator V1VolumeMount, sub_path (#35129)`` -`d4002261b5 `_ 2023-10-26 ``Replace blocking IO with async IO in AsyncKubernetesHook (#35162)`` -`4767f48a3b `_ 2023-10-25 ``feat: add hostAliases to pod spec in KubernetesPodOperator (#35063)`` -`4c8c85ccc2 `_ 2023-10-23 ``Consolidate the warning stacklevel in KubernetesPodTrigger (#35079)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -`f23170c9dd `_ 2023-10-16 ``D401 Support - A thru Common (Inclusive) (#34934)`` -================================================================================================= =========== ================================================================================= - -7.7.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`4234d8db7e `_ 2023-10-04 ``Fix parsing KubernetesPodOperator multiline logs (#34412)`` -`cbb04e5133 `_ 2023-10-01 ``Remove duplicated logs by reusing PodLogsConsumer (#34127)`` -`bd512007e5 `_ 2023-09-28 ``Fix KubernetesPodTrigger startup timeout (#34579)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`fb92ff8486 `_ 2023-09-27 ``Fix Pod not being removed after istio-sidecar is removed (#34500)`` -`a169cf2c25 `_ 2023-09-26 ``Update CHANGELOG.rst (#34625)`` -`08729eddbd `_ 2023-09-22 ``warn level for deprecated set to stacklevel 2 (#34530)`` -`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` -`8ecd576de1 `_ 2023-09-14 ``Refactor shorter defaults in providers (#34347)`` -================================================================================================= =========== ====================================================================== - -7.6.0 -..... - -Latest change: 2023-09-14 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`7574e16e75 `_ 2023-09-14 ``Prepare docs for Sep 2023 2nd wave of Providers (#34360)`` -`de92a81f00 `_ 2023-09-13 ``Move definition of Pod*Exceptions to pod_generator (#34346)`` -`b435b8edef `_ 2023-09-09 ``Push to xcom before 'KubernetesPodOperator' deferral (#34209)`` -`b5057e0e1f `_ 2023-09-09 ``Add 'progress_callback' parameter to 'KubernetesPodOperator' (#34153)`` -`c5016f754d `_ 2023-09-08 ``Refactor: Consolidate import textwrap in providers (#34220)`` -================================================================================================= =========== ========================================================================= - -7.5.1 -..... - -Latest change: 2023-09-08 +Latest change: 2024-10-20 ================================================================================================= =========== ================================================================================================= Commit Committed Subject ================================================================================================= =========== ================================================================================================= -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`6e1de4f9b9 `_ 2023-09-07 ``fix(providers/spark-kubernetes): respect soft_fail argument when exception is raised (#34167)`` -`1005501365 `_ 2023-09-06 ``Used cached property for hook in SparkKubernetesOperator (#34130)`` -`7731255975 `_ 2023-09-06 ``Refactor: Consolidate import datetime (#34110)`` -`5e6e107f73 `_ 2023-09-05 ``Use 'cached_property' for hook in SparkKubernetesSensor (#34106)`` -`fa5e54c4c5 `_ 2023-09-03 ``Combine similar if logics in providers (#33987)`` -`47bd5dd0e1 `_ 2023-09-03 ``Remove useless string join from providers (#33968)`` -`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` -`ff7dcf4e82 `_ 2023-09-01 ``replace loop by any when looking for a positive value in providers (#33984)`` -`1b122c1503 `_ 2023-09-01 ``Move the try outside the loop when this is possible in kubernetes provider (#33977)`` -`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` -`f66df7f6bc `_ 2023-08-31 ``Replace dict.items by values when key is not used in providers (#33939)`` +`57500b6608 `_ 2024-10-20 ``(fix): HybridExecutor tasks of other executor rescheduled in kubernetes executor (#43003)`` +`dfa6ad4b7e `_ 2024-10-16 ``add kubernetes_conn_id to templated fields (#42786)`` +`e939c42d4f `_ 2024-10-15 ``✨ Allow node_selector templating in KPO (#43051)`` +`2eaa90fd36 `_ 2024-10-15 ``kubernetes package version bump to 31.0.0 (#42907)`` +`794b153fcd `_ 2024-10-12 ``fix: use instance base_container_name to fetch logs on trigger_reentry (#42960)`` +`a052d9eebe `_ 2024-10-11 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505) (#42624)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ================================================================================================= - -7.5.0 -..... - -Latest change: 2023-08-29 - -================================================================================================= =========== ================================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================================ -`23174ef1bb `_ 2023-08-29 ``Prepare docs for Aug 2023 3rd wave of Providers (RC2) (#33868)`` -`cede385e93 `_ 2023-08-28 ``Always use 'Literal' from 'typing_extensions' (#33794)`` -`452a978337 `_ 2023-08-27 ``Improve modules import in cncf.kubernetes probvider by move some of them into a type-checking block (#33781)`` -`42bc8fcb6b `_ 2023-08-26 ``Update pod.py (#33779)`` -`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`c477031039 `_ 2023-08-24 ``Inspect container state rather than last_state when deciding whether to skip (#33702)`` -`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` -`6130993d78 `_ 2023-08-24 ``Fix KubernetesPodOperator duplicating logs when interrupted (#33500)`` -`2dbb963324 `_ 2023-08-24 ``Refactor: Improve detection of duplicates and list sorting (#33675)`` -`75ce4d1923 `_ 2023-08-23 ``Add istio test, use curl /quitquitquit to exit sidecar, and some othe… (#33306)`` -`4bdf908041 `_ 2023-08-23 ``Fix 2.7.0 db migration job errors (#33652)`` -`0ca5f700ab `_ 2023-08-23 ``Exclude deprecated "operators.kubernetes_pod" module from provider.yaml (#33641)`` -`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` -`7141c42cc3 `_ 2023-08-22 ``Make cluster_context templated (#33604)`` -`4c4981d1ad `_ 2023-08-21 ``Refactor Sqlalchemy queries to 2.0 style (Part 7) (#32883)`` -`95a930bc0a `_ 2023-08-21 ``Consolidate import and usage of itertools (#33479)`` -`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` -`e991f60a79 `_ 2023-08-18 ``Add 'active_deadline_seconds' parameter to 'KubernetesPodOperator' (#33379)`` -`bfe08a79db `_ 2023-08-16 ``Import utc from datetime and normalize its import (#33450)`` -`46ffc25995 `_ 2023-08-14 ``Adding typing for KPO SCC objects (#33381)`` -`38aada7b8b `_ 2023-08-14 ``Introducing class constant to make worker pod log lines configurable (#33378)`` -`7e79997594 `_ 2023-08-11 ``D205 Support - Providers - Final Pass (#33303)`` -================================================================================================= =========== ================================================================================================================ - -7.4.2 -..... - -Latest change: 2023-08-11 - -================================================================================================= =========== ============================================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================================== -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`1f6257110d `_ 2023-08-09 ``Make the 'OnFinishAction' enum inherit from str to support passing it to 'KubernetesPodOperatpor' (#33228)`` -`0b528e2b2e `_ 2023-08-09 ``Add missing re2 dependency to cncf.kubernetes and celery providers (#33237)`` -`056f1670fe `_ 2023-08-08 ``Refactor: Simplify code in providers/cncf (#33230)`` -`9556d6d5f6 `_ 2023-08-08 ``Replace State by TaskInstanceState in Airflow executors (#32627)`` -================================================================================================= =========== ============================================================================================================== - -7.4.1 -..... - -Latest change: 2023-08-05 - -================================================================================================= =========== ======================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================= -`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` -`f4542a30b0 `_ 2023-08-04 ``Fix waiting the base container when reading the logs of other containers (#33127)`` -`4fbbdbc9b1 `_ 2023-08-04 ``Revert "Fix waiting the base container when reading the logs of other containers (#33092)" (#33125)`` -`164526d4c7 `_ 2023-08-04 ``Consider custom pod labels on pod finding process on 'KubernetesPodOperator' (#33057)`` -`d31c77510c `_ 2023-08-04 ``Fix waiting the base container when reading the logs of other containers (#33092)`` -`900ad8c190 `_ 2023-08-04 ``Fix: Configurable Docker image of 'xcom_sidecar' (#32858)`` -`879fd34e97 `_ 2023-08-04 ``aDd documentation generation for CLI commands from executors (#33081)`` -`f83d63ea54 `_ 2023-08-04 ``Fix 'KubernetesPodOperator' sub classes default container_logs (#33090)`` -================================================================================================= =========== ======================================================================================================= - -7.4.0 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`bcc7856b80 `_ 2023-07-29 ``Add 'termination_message_policy' parameter to 'KubernetesPodOperator' (#32885)`` -`f31af91dbd `_ 2023-07-29 ``Raise original import error in CLI vending of executors (#32931)`` -`fcbbf47864 `_ 2023-07-29 ``[AIP-51] Executors vending CLI commands (#29055)`` -`e93460383f `_ 2023-07-26 ``Move all k8S classes to cncf.kubernetes provider (#32767)`` -`fcc6f284c7 `_ 2023-07-22 ``Update the watcher resource version in SparkK8SOp when it's too old (#32768)`` -`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` -================================================================================================= =========== ================================================================================== - -7.3.0 -..... - -Latest change: 2023-07-12 - -================================================================================================= =========== ========================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================== -`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` -`b3ce116192 `_ 2023-07-12 ``Fix async KPO by waiting pod termination in 'execute_complete' before cleanup (#32467)`` -`c99c03135c `_ 2023-07-08 ``D205 Support - Providers: Stragglers and new additions (#32447)`` -`9a0f41ba53 `_ 2023-07-06 ``Logging from all containers in KubernetesOperatorPod (#31663)`` -================================================================================================= =========== ========================================================================================== - -7.2.0 -..... - -Latest change: 2023-07-06 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` -`df4c8837d0 `_ 2023-07-01 ``Fix KubernetesPodOperator validate xcom json and add retries (#32113)`` -`dd937e51fe `_ 2023-06-30 ``Add 'on_finish_action' to 'KubernetesPodOperator' (#30718)`` -`8f5de83ee6 `_ 2023-06-29 ``Fix 'KubernetesPodTrigger' waiting strategy (#31348)`` -`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` -`6693bdd72d `_ 2023-06-27 ``fix spark-kubernetes-operator compatibality (#31798)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ========================================================================= - -7.1.0 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`66299338eb `_ 2023-06-18 ``add a return when the event is yielded in a loop to stop the execution (#31985)`` -`07ea574fed `_ 2023-06-07 ``Add D400 pydocstyle check (#31742)`` -`d8086a3db5 `_ 2023-06-05 ``Add possibility to disable logging the pod template in a case when task fails (#31595)`` -`def4b53765 `_ 2023-06-05 ``Fix Fargate logging for AWS system tests (#31622)`` -`86b5ba2802 `_ 2023-06-04 ``Remove return statement after yield from triggers class (#31703)`` -`0fa8c44527 `_ 2023-06-04 ``KubernetesResourceOperator - KubernetesDeleteResourceOperator & KubernetesCreateResourceOperator (#29930)`` -`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -================================================================================================= =========== ============================================================================================================= - -7.0.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================ -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`a1f5a5425e `_ 2023-05-19 ``Remove deprecated features from KubernetesHook (#31402)`` -`54f1fb0574 `_ 2023-05-19 ``Docstring improvements (#31375)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`caeca2d143 `_ 2023-05-15 ``Add protocol to define methods relied upon by KubernetesPodOperator (#31298)`` -`774a5a9038 `_ 2023-05-11 ``Empty xcom result file log message more specific (#31228)`` -`e7cb9ca2c1 `_ 2023-05-11 ``Fix pod describing on system test failure (#31191)`` -`8eab2e54ee `_ 2023-05-10 ``K8s hook should still work with missing default conn (#31187)`` -`c3c90eaa94 `_ 2023-05-10 ``Add options to KubernetesPodOperator (#30992)`` -`dcf3d39a15 `_ 2023-05-08 ``Fix kubernetes task decorator pickle error (#31110)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` -`b5296b7436 `_ 2023-04-22 ``add missing read for K8S config file from conn in deferred 'KubernetesPodOperator' (#29498)`` -`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` -================================================================================================= =========== ================================================================================================ - -6.1.0 -..... - -Latest change: 2023-04-21 - -================================================================================================= =========== =========================================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================================== -`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` -`ebe2f2f626 `_ 2023-04-21 ``Remove skip_exit_code from KubernetesPodOperator (#30788)`` -`afdc95435b `_ 2023-04-21 ``Add multiple exit code handling in skip logic for 'DockerOperator' and 'KubernetesPodOperator' (#30769)`` -`99a3bf2318 `_ 2023-04-19 ``Deprecate 'skip_exit_code' in 'DockerOperator' and 'KubernetesPodOperator' (#30733)`` -`f511653e5a `_ 2023-04-15 ``Skip KubernetesPodOperator task when it returns a provided exit code (#29000)`` -================================================================================================= =========== =========================================================================================================== - -6.0.0 -..... - -Latest change: 2023-04-09 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`874ea9588e `_ 2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)`` -`85b9135722 `_ 2023-04-08 ``Use default connection id for KubernetesPodOperator (#28848)`` -`dc4dd9178c `_ 2023-04-05 ``Allow to set limits for XCOM container (#28125)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ================================================================ - -5.3.0 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`df49ad179b `_ 2023-03-24 ``Ensure setup/teardown work on a previously decorated function (#30216)`` -`b8ab594130 `_ 2023-03-15 ``Remove "boilerplate" from all taskflow decorators (#30118)`` -`9a4f674852 `_ 2023-03-14 ``enhance spark_k8s_operator (#29977)`` -`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` -`1e81a98cc6 `_ 2023-03-07 ``Fix KubernetesPodOperator xcom push when 'get_logs=False' (#29052)`` -`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)`` -`6d2face107 `_ 2023-03-04 ``Fixed hanged KubernetesPodOperator (#28336)`` -================================================================================================= =========== ========================================================================== - -5.2.2 -..... - -Latest change: 2023-03-03 - -================================================================================================= =========== =================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================================== -`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` -`1e536eb43d `_ 2023-02-28 ``'KubernetesPodOperator._render_nested_template_fields' improved by changing the conditionals for a map (#29760)`` -`dba390e323 `_ 2023-02-22 ``Fix and augment 'check-for-inclusive-language' CI check (#29549)`` -================================================================================================= =========== =================================================================================================================== - -5.2.1 -..... - -Latest change: 2023-02-18 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` -`9a5c3e0ac0 `_ 2023-02-18 ``Fix @task.kubernetes to receive input and send output (#28942)`` -================================================================================================= =========== ================================================================== - -5.2.0 -..... - -Latest change: 2023-02-08 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` -`d26dc22391 `_ 2023-02-01 ``Patch only single label when marking KPO checked (#29279)`` -`246d778e6b `_ 2023-01-30 ``Add deferrable mode to ''KubernetesPodOperator'' (#29017)`` -`70b84b51a5 `_ 2023-01-23 ``Allow setting the name for the base container within K8s Pod Operator (#28808)`` -================================================================================================= =========== ================================================================================== - -5.1.1 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` -`ce677862be `_ 2023-01-07 ``Fix Incorrect 'await_container_completion' (#28771)`` -================================================================================================= =========== ================================================================== - -5.1.0 -..... - -Latest change: 2023-01-02 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` -`c22fc000b6 `_ 2022-12-30 ``Use labels instead of pod name for pod log read in k8s exec (#28546)`` -`681835a67c `_ 2022-12-21 ``Add Flink on K8s Operator (#28512)`` -`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)`` -`401fc57e8b `_ 2022-12-16 ``Restructure Docs (#27235)`` -`bdc3d2e647 `_ 2022-12-08 ``Keep pod name for k8s executor under 63 characters (#28237)`` -`d93240696b `_ 2022-12-05 ``Allow longer pod names for k8s executor / KPO (#27736)`` -`33c445d92f `_ 2022-12-03 ``Add volume-related nested template fields for KPO (#27719)`` -`ebd7b67dcb `_ 2022-12-02 ``Patch "checked" when pod not successful (#27845)`` -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -================================================================================================= =========== ======================================================================== - -5.0.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ============================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================ -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`52593b061c `_ 2022-11-11 ``Enable template rendering for env_vars field for the @task.kubernetes decorator (#27433)`` -`47a2b9ee7f `_ 2022-11-09 ``Add container_resources as KubernetesPodOperator templatable (#27457)`` -`aefadb8c5b `_ 2022-11-08 ``Allow xcom sidecar container image to be configurable in KPO (#26766)`` -`2d2f0daad6 `_ 2022-11-08 ``Fix KubernetesHook fail on an attribute absence (#25787)`` -`eee3df4570 `_ 2022-11-07 ``Improve task_id to pod name conversion (#27524)`` -`8c15b0a6d1 `_ 2022-11-07 ``Use log.exception where more economical than log.error (#27517)`` -`20ecefa416 `_ 2022-11-05 ``KPO should use hook's get namespace method to get namespace (#27516)`` -`701239abc3 `_ 2022-11-05 ``Remove deprecated backcompat objects for KPO (#27518)`` -`9337aa92c0 `_ 2022-11-05 ``Remove support for node_selectors param in KPO (#27515)`` -`3aadc44a13 `_ 2022-11-03 ``Remove unused backcompat method in k8s hook (#27490)`` -`0c26ec07be `_ 2022-10-28 ``Drop support for providing ''resource'' as dict in ''KubernetesPodOperator'' (#27197)`` -`4797a0322e `_ 2022-10-28 ``Fix log message for kubernetes hooks (#26999)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`734995ff26 `_ 2022-10-26 ``Add deprecation warning re unset namespace in k8s hook (#27202)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`14a45872e2 `_ 2022-10-22 ``Remove extra__kubernetes__ prefix from k8s hook extras (#27021)`` -`3ecb8dd025 `_ 2022-10-22 ``Make namespace optional for KPO (#27116)`` -`c9e57687b0 `_ 2022-10-21 ``Make pod name optional in KubernetesPodOperator (#27120)`` -`2752f2add1 `_ 2022-10-12 ``Deprecate use of core get_kube_client in PodManager (#26848)`` -`5c97e5be48 `_ 2022-10-10 ``add container_name option for SparkKubernetesSensor (#26560)`` -`53d68049d9 `_ 2022-10-04 ``Don't consider airflow core conf for KPO (#26849)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -================================================================================================= =========== ============================================================================================ - -4.4.0 -..... - -Latest change: 2022-09-22 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`1a07cbe423 `_ 2022-09-22 ``Prepare to release cncf.kubernetes provider (#26588)`` -`e60a459d56 `_ 2022-09-14 ``Avoid calculating all elements when one item is needed (#26377)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`4b26c8c541 `_ 2022-09-09 ``feat(KubernetesPodOperator): Add support of container_security_context (#25530)`` -`0eb0b543a9 `_ 2022-08-23 ``Add @task.kubernetes taskflow decorator (#25663)`` -`db5543ef60 `_ 2022-08-22 ``pretty print KubernetesPodOperator rendered template env_vars (#25850)`` -`ccdd73ec50 `_ 2022-08-22 ``Wait for xcom sidecar container to start before sidecar exec (#25055)`` -================================================================================================= =========== ==================================================================================== - -4.3.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`c8af0592c0 `_ 2022-07-26 ``Improve taskflow type hints with ParamSpec (#25173)`` -`f05a06537b `_ 2022-07-16 ``Fix xcom_sidecar stuck problem (#24993)`` -================================================================================================= =========== ================================================================= - -4.2.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`ef79a0d1c4 `_ 2022-07-11 ``Only assert stuff for mypy when type checking (#24937)`` -`e2fd41f7b1 `_ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)`` -`9d307102b4 `_ 2022-06-29 ``More typing and minor refactor for kubernetes (#24719)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`45b11d4ed1 `_ 2022-06-29 ``Use our yaml util in all providers (#24720)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`5326da4b83 `_ 2022-06-28 ``Add 'airflow_kpo_in_cluster' label to KPO pods (#24658)`` -`45f4290712 `_ 2022-06-28 ``Rename 'resources' arg in Kub op to k8s_resources (#24673)`` -`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` -`78ac48872b `_ 2022-06-21 ``Use found pod for deletion in KubernetesPodOperator (#22092)`` -`dba3e4ec51 `_ 2022-06-15 ``Revert "Fix await_container_completion condition (#23883)" (#24474)`` -================================================================================================= =========== ============================================================================= - -4.1.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`b1ad017cee `_ 2022-06-07 ``pydocstyle D202 added (#24221)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`98b4e48fbc `_ 2022-06-06 ``Add param docs to KubernetesHook and KubernetesPodOperator (#23955) (#24054)`` -`42abbf0d61 `_ 2022-06-06 ``Fix await_container_completion condition (#23883)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`7ad4e67c1a `_ 2022-06-03 ``Migrate Cncf.Kubernetes example DAGs to new design #22441 (#24132)`` -`60eb9e106f `_ 2022-05-31 ``Use KubernetesHook to create api client in KubernetesPodOperator (#20578)`` -`e240132934 `_ 2022-05-27 ``[FEATURE] KPO use K8S hook (#22086)`` -`6bbe015905 `_ 2022-05-26 ``Use "remote" pod when patching KPO pod as "checked" (#23676)`` -`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` -`064c41afda `_ 2022-05-20 ``Don't use the root logger in KPO _suppress function (#23835)`` -================================================================================================= =========== ================================================================================== - -4.0.2 -..... - -Latest change: 2022-05-12 - -================================================================================================= =========== =========================================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================================== -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`2eeb120bf4 `_ 2022-05-12 ``Revert "Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)" (#23656)`` -`ee342b85b9 `_ 2022-05-11 ``Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)`` -`863b257642 `_ 2022-05-10 ``Fix: Exception when parsing log #20966 (#23301)`` -`faae9faae3 `_ 2022-05-10 ``Fixed Kubernetes Operator large xcom content Defect (#23490)`` -`dbdcd0fd1d `_ 2022-04-30 ``Clarify 'reattach_on_restart' behavior (#23377)`` -`a914ec22c1 `_ 2022-04-30 ``Add YANKED to yanked releases of the cncf.kubernetes (#23378)`` -================================================================================================= =========== =========================================================================================================== - -4.0.1 -..... - -Latest change: 2022-04-30 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`11bbe471cd `_ 2022-04-30 ``Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)`` -`8e3abe4180 `_ 2022-04-29 ``Fix ''KubernetesPodOperator'' with 'KubernetesExecutor'' on 2.3.0 (#23371)`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`c7399c7190 `_ 2022-04-21 ``KubernetesHook should try incluster first when not otherwise configured (#23126)`` -`70eede5dd6 `_ 2022-04-20 ``Fix KPO to have hyphen instead of period (#22982)`` -`c3d883a971 `_ 2022-04-19 ``KubernetesPodOperator should patch "already checked" always (#22734)`` -`d81703c577 `_ 2022-04-14 ``Add k8s container's error message in airflow exception (#22871)`` -`3c5bc73579 `_ 2022-04-12 ``Delete old Spark Application in SparkKubernetesOperator (#21092)`` -`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -`04082ac091 `_ 2022-04-09 ``Cleanup dup code now that k8s provider requires 2.3.0+ (#22845)`` -================================================================================================= =========== ==================================================================================== - -4.0.0 -..... - -Latest change: 2022-04-07 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`67e2723b73 `_ 2022-03-29 ``Log traceback only on ''DEBUG'' for KPO logs read interruption (#22595)`` -`6db30f3207 `_ 2022-03-29 ``Update our approach for executor-bound dependencies (#22573)`` -`0d64d66cea `_ 2022-03-28 ``Stop crashing when empty logs are received from kubernetes client (#22566)`` -`0a99be7411 `_ 2022-03-22 ``Optionally not follow logs in KPO pod_manager (#22412)`` -================================================================================================= =========== ============================================================================== - -3.1.2 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`0f977daa3c `_ 2022-03-22 ``Fix "run_id" k8s and elasticsearch compatibility with Airflow 2.1 (#22385)`` -`7bd165fbe2 `_ 2022-03-16 ``Remove RefreshConfiguration workaround for K8s token refreshing (#20759)`` -================================================================================================= =========== ============================================================================== - -3.1.1 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -3.1.0 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`8d8d072289 `_ 2022-03-03 ``Change KubePodOperator labels from exeuction_date to run_id (#21960)`` -`6c37e47cf6 `_ 2022-03-02 ``Add map_index label to mapped KubernetesPodOperator (#21916)`` -`351fa53432 `_ 2022-03-01 ``Fix Kubernetes example with wrong operator casing (#21898)`` -`a159ae828f `_ 2022-02-25 ``Remove types from KPO docstring (#21826)`` -`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -================================================================================================= =========== ======================================================================== - -3.0.2 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`4a73d8f3d1 `_ 2022-02-01 ``Add missed deprecations for cncf (#20031)`` -`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`428bd5f228 `_ 2022-01-10 ``Make ''delete_pod'' change more prominent in K8s changelog (#20753)`` -`5569b868a9 `_ 2022-01-09 ``Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)`` -================================================================================================= =========== ========================================================================== - -3.0.1 -..... - -Latest change: 2022-01-08 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`da9210e89c `_ 2022-01-08 ``Add documentation for an ad-hoc release of 2 providers (#20765)`` -`7222f68d37 `_ 2022-01-04 ``Update Kubernetes library version (#18797)`` -================================================================================================= =========== =================================================================== - -3.0.0 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` -`d56ff765e1 `_ 2021-12-30 ``Implement dry_run for KubernetesPodOperator (#20573)`` -`e63417553f `_ 2021-12-30 ``Move pod_mutation_hook call from PodManager to KubernetesPodOperator (#20596)`` -`ca6c210b7d `_ 2021-12-30 ``Rename ''PodLauncher'' to ''PodManager'' (#20576)`` -`e07e831946 `_ 2021-12-30 ``Clarify docstring for ''build_pod_request_obj'' in K8s providers (#20574)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`f200bb1977 `_ 2021-12-29 ``Simplify ''KubernetesPodOperator'' (#19572)`` -`4b8a1201ae `_ 2021-12-16 ``Fix Volume/VolumeMount KPO DeprecationWarning (#19726)`` -`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -`f9eab1c185 `_ 2021-12-06 ``Add params config, in_cluster, and cluster_context to KubernetesHook (#19695)`` -================================================================================================= =========== ================================================================================= - -2.2.0 -..... - -Latest change: 2021-11-30 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`fe682ec3d3 `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` -`0d60d1af41 `_ 2021-11-23 ``Checking event.status.container_statuses before filtering (#19713)`` -`1e57022953 `_ 2021-11-19 ``Added namespace as a template field in the KPO. (#19718)`` -`f7410dfba2 `_ 2021-11-19 ``Coalesce 'extra' params to None in KubernetesHook (#19694)`` -`bf5f452413 `_ 2021-11-08 ``Change to correct type in KubernetesPodOperator (#19459)`` -`854b70b904 `_ 2021-11-07 ``Decouple name randomization from name kwarg (#19398)`` -================================================================================================= =========== ====================================================================== - -2.1.0 -..... - -Latest change: 2021-10-29 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`0a6850647e `_ 2021-10-21 ``Update docstring to let users use 'node_selector' (#19057)`` -`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` -`b2045d6d1d `_ 2021-10-13 ``Add more type hints to PodLauncher (#18928)`` -`c8b86e69e4 `_ 2021-10-12 ``Add more information to PodLauncher timeout error (#17953)`` -================================================================================================= =========== ====================================================================== - -2.0.3 -..... - -Latest change: 2021-09-30 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -`7808be7ffb `_ 2021-09-21 ``Make Kubernetes job description fit on one log line (#18377)`` -`b8d06e812a `_ 2021-09-08 ``Fix KubernetesPodOperator reattach when not deleting pods (#18070)`` -`64d2f5488f `_ 2021-09-07 ``Do not fail KubernetesPodOperator tasks if log reading fails (#17649)`` -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` -================================================================================================= =========== ====================================================================================== - -2.0.2 -..... - -Latest change: 2021-08-24 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`bb5602c652 `_ 2021-08-24 ``Prepare release for Kubernetes Provider (#17798)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`73d2b720e0 `_ 2021-08-21 ``Fix using XCom with ''KubernetesPodOperator'' (#17760)`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`97428efc41 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` -`b0b2591071 `_ 2021-07-27 ``Fix static checks (#17256)`` -`997f7d0beb `_ 2021-07-27 ``Update spark_kubernetes.py (#17237)`` -================================================================================================= =========== ============================================================================ - -2.0.1 -..... - -Latest change: 2021-07-26 - -================================================================================================= =========== ========================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================== -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`d48b4e0caf `_ 2021-07-21 ``Simplify 'default_args' in Kubernetes example DAGs (#16870)`` -`3939e84161 `_ 2021-07-20 ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`b2c66e45b7 `_ 2021-07-11 ``BugFix: Using 'json' string in template_field causes issue with K8s Operators (#16930)`` -`9d6ae609b6 `_ 2021-06-28 ``Updating task dependencies (#16624)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ========================================================================================== - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== =============================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================== -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`4c9735ff9b `_ 2021-06-17 ``Fix unsuccessful KubernetesPod final_state call when 'is_delete_operator_pod=True' (#15490)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`4752fb3eb8 `_ 2021-06-14 ``Fix issue with parsing error logs in the KPO (#15638)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`2f16757e1a `_ 2021-06-03 ``Bug Pod Template File Values Ignored (#16095)`` -`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`85b2ccb0c5 `_ 2021-05-20 ``Add 'KubernetesPodOperat' 'pod-template-file' jinja template support (#15942)`` -`733bec9a04 `_ 2021-05-20 ``Bug Fix Pod-Template Affinity Ignored due to empty Affinity K8S Object (#15787)`` -`37d549bde7 `_ 2021-05-14 ``Save pod name to xcom for KubernetesPodOperator (#15755)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================= =========== =============================================================================================== - -1.2.0 -..... - -Latest change: 2021-05-01 - -================================================================================================= =========== =========================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================== -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`5b2fe0e740 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` -`53fc1a9679 `_ 2021-04-26 ``Change KPO node_selectors warning to proper deprecationwarning (#15507)`` -`d3cc67aa7a `_ 2021-04-24 ``Fix timeout when using XCom with KubernetesPodOperator (#15388)`` -`be421a6b07 `_ 2021-04-23 ``Fix labels on the pod created by ''KubernetsPodOperator'' (#15492)`` -`44480d3673 `_ 2021-04-14 ``Require 'name' with KubernetesPodOperator (#15373)`` -`b4770725a3 `_ 2021-04-12 ``Add links to new modules for deprecated modules (#15316)`` -================================================================================================= =========== =========================================================================== - -1.1.0 -..... - -Latest change: 2021-04-07 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`1806670383 `_ 2021-04-07 ``Retry pod launching on 409 ApiExceptions (#15137)`` -`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`6d7a70b88e `_ 2021-04-05 ``Separate Kubernetes pod_launcher from core airflow (#15165)`` -`00453dc4a2 `_ 2021-03-20 ``Add ability to specify api group and version for Spark operators (#14898)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -`7daebefd15 `_ 2021-03-05 ``Use libyaml C library when available. (#14577)`` -================================================================================================= =========== ============================================================================= - -1.0.2 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`809b4f9b18 `_ 2021-02-23 ``Unique pod name (#14186)`` -`649335c043 `_ 2021-02-07 ``Template k8s.V1EnvVar without adding custom attributes to dict. (#14123)`` -`d4c4db8a18 `_ 2021-02-05 ``Allow users of the KPO to template environment variables (#14083)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== ============================================================================ - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ========================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`1b9e3d1c28 `_ 2021-01-22 ``Revert "Fix error with quick-failing tasks in KubernetesPodOperator (#13621)" (#13835)`` -`94d3ed61d6 `_ 2021-01-21 ``Fix error with quick-failing tasks in KubernetesPodOperator (#13621)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`7a560ab6de `_ 2020-12-24 ``Pass image_pull_policy in KubernetesPodOperator correctly (#13289)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ========================================================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================ -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`de3b1e687b `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` -`c02a3f59e4 `_ 2020-11-23 ``Spark-on-k8s sensor logs - properly pass defined namespace to pod log call (#11199)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`9e089ab895 `_ 2020-11-19 ``Fix Kube tests (#12479)`` -`d32fe78c0d `_ 2020-11-18 ``Update readmes for cncf.kube provider fixes (#12457)`` -`d84a52dc8f `_ 2020-11-18 ``Fix broken example_kubernetes DAG (#12455)`` -`7c8b71d201 `_ 2020-11-18 ``Fix backwards compatibility further (#12451)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`763b40d223 `_ 2020-11-18 ``Raise correct Warning in kubernetes/backcompat/volume_mount.py (#12432)`` -`bc4bb30588 `_ 2020-11-18 ``Fix docstrings for Kubernetes Backcompat module (#12422)`` -`cab86d80d4 `_ 2020-11-17 ``Make K8sPodOperator backwards compatible (#12384)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`221f809c1b `_ 2020-11-14 ``Fix full_pod_spec for k8spodoperator (#12354)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`3f59e75cdf `_ 2020-11-09 ``KubernetesPodOperator: use randomized name to get the failure status (#12171)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`7825be50d8 `_ 2020-11-05 ``Randomize pod name (#12117)`` -`91a64db505 `_ 2020-11-04 ``Format all files (without excepions) by black (#12091)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`53e6062105 `_ 2020-10-21 ``Enforce strict rules for yamllint (#11709)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`eee4e30f2c `_ 2020-10-15 ``Add better debug logging to K8sexec and K8sPodOp (#11502)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`8640fb6c10 `_ 2020-10-09 ``fix tests (#11368)`` -`298052fcee `_ 2020-10-10 ``[airflow/providers/cncf/kubernetes] correct hook methods name (#11008)`` -`49aad025b5 `_ 2020-10-09 ``Users can specify sub-secrets and paths k8spodop (#11369)`` -`b93b6c5be3 `_ 2020-10-05 ``Allow labels in KubernetesPodOperator to be templated (#10796)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`a888198c27 `_ 2020-09-27 ``Allow overrides for pod_template_file (#11162)`` -`0161b5ea2b `_ 2020-09-26 ``Increasing type coverage for multiple provider (#11159)`` -`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`b61225a885 `_ 2020-09-21 ``Add D204 pydocstyle check (#11031)`` -`cba51d49ee `_ 2020-09-17 ``Simplify the K8sExecutor and K8sPodOperator (#10393)`` -`1294e15d44 `_ 2020-09-16 ``KubernetesPodOperator template fix (#10963)`` -`5d6d5a2f7d `_ 2020-09-14 ``Allow to specify path to kubeconfig in KubernetesHook (#10453)`` -`7edfac957b `_ 2020-09-09 ``Add connection caching to KubernetesHook (#10447)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`90c1505686 `_ 2020-09-04 ``Make grace_period_seconds option on K8sPodOperator (#10727)`` -`338b412c04 `_ 2020-09-02 ``Add on_kill support for the KubernetesPodOperator (#10666)`` -`596bc13379 `_ 2020-08-31 ``Adds 'cncf.kubernetes' package back to backport provider packages. (#10659)`` -`1e5aa4465c `_ 2020-08-26 ``Spark-on-K8S sensor - add driver logs (#10023)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`8cd2be9e16 `_ 2020-08-11 ``Fix KubernetesPodOperator reattachment (#10230)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`f1fd3e2c45 `_ 2020-07-31 ``Fix typo on reattach property of kubernetespodoperator (#10056)`` -`03c4351744 `_ 2020-07-31 ``Allow 'image' in 'KubernetesPodOperator' to be templated (#10068)`` -`88c1603060 `_ 2020-07-31 ``Improve docstring note about GKEStartPodOperator on KubernetesPodOperator (#10049)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`c2db0dfeb1 `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` -`719ae2bf62 `_ 2020-07-22 ``Dump Pod as YAML in logs for KubernetesPodOperator (#9895)`` -`840799d559 `_ 2020-07-20 ``Improve KubernetesPodOperator guide (#9079)`` -`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` -`8bd15ef634 `_ 2020-07-01 ``Switches to Helm Chart for Kubernetes tests (#9468)`` -`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` -`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` -`e742ef7c70 `_ 2020-05-23 ``Fix typo in test_project_structure (#8978)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`8985df0bfc `_ 2020-05-16 ``Monitor pods by labels instead of names (#6377)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`f82ad452b0 `_ 2020-05-15 ``Fix KubernetesPodOperator pod name length validation (#8829)`` -`1ccafc617c `_ 2020-04-02 ``Add spark_kubernetes system test (#7875)`` -`cd546b664f `_ 2020-03-23 ``Add missing call to Super class in 'cncf' & 'docker' providers (#7825)`` -`6c39a3bf97 `_ 2020-03-10 ``[AIRFLOW-6542] Add spark-on-k8s operator/hook/sensor (#7163)`` -`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` -`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`0ec2774120 `_ 2020-02-24 ``[AIRFLOW-5629] Implement Kubernetes priorityClassName in KubernetesPodOperator (#7395)`` -`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`967930c0cb `_ 2020-02-11 ``[AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230)`` -`96f834389e `_ 2020-02-03 ``[AIRFLOW-6678] Pull event logs from Kubernetes (#7292)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` -`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` -`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -================================================================================================= =========== ================================================================================================ diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst index e0da7d26e1b42..35b3f7ff89cb3 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst @@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package `Kubernetes `__ -Release: 9.0.0 +Release: 9.0.1 Provider package ---------------- @@ -114,7 +114,7 @@ PIP package Version required ``apache-airflow`` ``>=2.8.0`` ``asgiref`` ``>=3.5.2`` ``cryptography`` ``>=41.0.0`` -``kubernetes`` ``>=29.0.0,<=30.1.0`` -``kubernetes_asyncio`` ``>=29.0.0,<=30.1.0`` +``kubernetes`` ``>=29.0.0,<=31.0.0`` +``kubernetes_asyncio`` ``>=29.0.0,<=31.0.0`` ``google-re2`` ``>=1.0`` ====================== ===================== diff --git a/docs/apache-airflow-providers-common-sql/commits.rst b/docs/apache-airflow-providers-common-sql/commits.rst index a84e298074482..e4253757bcbec 100644 --- a/docs/apache-airflow-providers-common-sql/commits.rst +++ b/docs/apache-airflow-providers-common-sql/commits.rst @@ -35,525 +35,17 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-07 ``FIX: Only pass connection to sqlalchemy engine in JdbcHook (#42705)`` -`5973c9cce1 `_ 2024-10-04 ``feat(providers/common/sql): add warning to connection setter (#42736)`` -================================================================================================= =========== ========================================================================= - -1.17.1 -...... - -Latest change: 2024-09-27 - -================================================================================================= =========== ============================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================== -`bcee926d49 `_ 2024-09-27 ``Prepare docs for Sep 2nd adhoc wave of providers (#42519)`` -`7ad586ed6a `_ 2024-09-26 ``fix(providers/common/sql): add dummy connection setter for backward compatibility (#42490)`` -`47c71108a8 `_ 2024-09-22 ``Changed type hinting for handler function (#42275)`` -================================================================================================= =========== ============================================================================================== - -1.17.0 -...... - -Latest change: 2024-09-21 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`17c30b4f21 `_ 2024-09-05 ``feat: log client db messages for provider postgres (#40171)`` -`2e813eb87d `_ 2024-09-04 ``Generalize caching of connection in DbApiHook to improve performance (#40751)`` -`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ================================================================================= - -1.16.0 -...... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`c8dc1971ad `_ 2024-08-14 ``fix: rm deprecated import (#41461)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -1.15.0 -...... - -Latest change: 2024-08-03 - -================================================================================================= =========== ================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================================= -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`f6c7388cfa `_ 2024-07-26 ``Create SQLAlchemy engine from connection in DB Hook and added autocommit param to insert_rows method (#40669)`` -================================================================================================= =========== ================================================================================================================= - -1.14.2 -...... - -Latest change: 2024-07-09 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`3f0979c9f1 `_ 2024-07-05 ``FIX: DbApiHook.insert_rows unnecessarily restarting connections (#40615)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -`248e0a2eca `_ 2024-06-23 ``Resolve postgres deprecations in tests (#40392)`` -================================================================================================= =========== ============================================================================ - -1.14.1 -...... - -Latest change: 2024-06-22 - -================================================================================================= =========== ======================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -`651a6d6a68 `_ 2024-06-03 ``standardizes template fields for 'BaseSQLOperator' and adds 'database' as a templated field (#39826)`` -================================================================================================= =========== ======================================================================================================== - -1.14.0 -...... - -Latest change: 2024-05-26 - -================================================================================================= =========== =========================================================================================================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================================================================================================================================================================== -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`1734b15e4e `_ 2024-05-23 ``Add typing for SqlSensor (#39773)`` -`db80e5e21c `_ 2024-05-18 ``DbAPiHook: Don't log a warning message if placeholder is None and make sure warning message is formatted correctly (#39690)`` -`9669f51f0a `_ 2024-05-15 ``refactor: The executemany parameter of insert_rows should not be deprecated as for some hooks we don't want to enable a system-wide supports_executemany parameter, that way we can also keep using it in dedicated situations (#39630)`` -`ce4e8477f1 `_ 2024-05-13 ``Add 'parameters' as template field for SqlSensor (#39588)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== =========================================================================================================================================================================================================================================== - -1.13.0 -...... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`ecc5af70eb `_ 2024-04-22 ``openlineage, snowflake: do not run external queries for Snowflake (#39113)`` -`08f4b923ab `_ 2024-04-14 ``Add 'sqlalchemy_url' property to 'DbApiHook' class (#38871)`` -`ed99893853 `_ 2024-04-12 ``Fix 'DbApiHook.insert_rows' when 'rows' is a generator (#38972)`` -`7ab24c7723 `_ 2024-04-12 ``Always use the executemany method when inserting rows in DbApiHook as it's way much faster (#38715)`` -`4f169bd2f3 `_ 2024-04-11 ``Fix 'update-common-sql-api-stubs' pre-commit check (#38915)`` -================================================================================================= =========== ======================================================================================================= - -1.12.0 -...... - -Latest change: 2024-04-10 - -================================================================================================= =========== ===================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`94153d70ac `_ 2024-04-09 ``fix: try002 for provider common sql (#38800)`` -`ef97ed245b `_ 2024-04-07 ``Add hook_params to template_fields for BaseSQLOperator-related Operators (#38724)`` -`0b1308ce45 `_ 2024-04-06 ``Make 'placeholder' of DbApiHook configurable in UI (#38528)`` -`b06f401fa5 `_ 2024-03-28 ``Undeprecating 'DBApiHookForTests._make_common_data_structure' (#38573)`` -`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -================================================================================================= =========== ===================================================================================== - -1.11.1 -...... - -Latest change: 2024-03-04 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`2ab60812a0 `_ 2024-03-01 ``Make 'executemany' keyword arguments only in 'DbApiHook.insert_rows' (#37840)`` -`9e4bdc9e45 `_ 2024-02-27 ``Limit 'pandas' to '<2.2' (#37748)`` -================================================================================================= =========== ================================================================================= - -1.11.0 -...... - -Latest change: 2024-02-17 - -================================================================================================= =========== =========================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================================================== -`75182363a2 `_ 2024-02-17 ``Prepare docs 1st wave (RC2) of Providers February 2024 (#37471)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`b6ca84701e `_ 2024-02-15 ``Fix SQLThresholdCheckOperator error on falsey vals (#37150)`` -`560d073943 `_ 2024-02-12 ``Add more-itertools as dependency of common-sql (#37359)`` -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`70fd6ada39 `_ 2024-02-10 ``Enhancement: Performance enhancement for insert_rows method DbApiHook with fast executemany + SAP Hana support (#37246)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -================================================================================================= =========== =========================================================================================================================== - -1.10.1 -...... - -Latest change: 2024-01-26 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`ecb2c9f24d `_ 2024-01-09 ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================================================== - -1.10.0 -...... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`5fe5d31a46 `_ 2023-12-22 ``Return common data structure in DBApi derived classes`` -`f84eb2ab6f `_ 2023-12-21 ``Make "placeholder" of ODBC configurable in UI (#36000)`` -`5c1d8f40a1 `_ 2023-12-20 ``SQLCheckOperator fails if returns dict with any False values (#36273)`` -================================================================================================= =========== ================================================================================== - -1.9.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`3bb5978e63 `_ 2023-12-06 ``Add Architecture Decision Record for common.sql introduction (#36015)`` -================================================================================================= =========== ========================================================================= - -1.8.1 -..... - -Latest change: 2023-11-24 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`2a469b3713 `_ 2023-11-21 ``Remove backcompat inheritance for DbApiHook (#35754)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`064fc2b775 `_ 2023-11-17 ``Make pyodbc.Row and databricks.Row JSON-serializable via new 'make_serializable' method (#32319)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`11bdfe4c12 `_ 2023-11-07 ``Work around typing issue in examples and providers (#35494)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -`f23170c9dd `_ 2023-10-16 ``D401 Support - A thru Common (Inclusive) (#34934)`` -================================================================================================= =========== ==================================================================================================== - -1.8.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`128f6b9e40 `_ 2023-10-13 ``Add missing header into 'common.sql' changelog (#34910)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` -`f5c2748c33 `_ 2023-09-08 ``fix(providers/sql): respect soft_fail argument when exception is raised (#34199)`` -================================================================================================= =========== ==================================================================================== - -1.7.2 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` -`d757f6a3af `_ 2023-09-03 ``Fix BigQueryValueCheckOperator deferrable mode optimisation (#34018)`` -================================================================================================= =========== ======================================================================== - -1.7.1 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`92474db6a5 `_ 2023-08-23 ``Refactor: Better percentage formatting (#33595)`` -`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` -`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` -================================================================================================= =========== ============================================================ - -1.7.0 -..... - -Latest change: 2023-08-11 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`9736143468 `_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)`` -================================================================================================= =========== ========================================================================== - -1.6.2 -..... - -Latest change: 2023-08-05 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` -`cfac7d379f `_ 2023-08-04 ``Make SQLExecute Query signature consistent with other SQL operators (#32974)`` -`e3d82c6be0 `_ 2023-08-04 ``Get rid of Python2 numeric relics (#33050)`` -================================================================================================= =========== ================================================================================ - -1.6.1 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`ce2841bf6a `_ 2023-07-25 ``Add default port to Openlineage authority method. (#32828)`` -`60c49ab2df `_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` -`ef0ed1aacc `_ 2023-07-06 ``Fix local OpenLineage import in 'SQLExecuteQueryOperator'. (#32400)`` -================================================================================================= =========== ======================================================================= - -1.6.0 -..... - -Latest change: 2023-07-06 - -================================================================================================= =========== ================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================= -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`ee4a838d49 `_ 2023-07-05 ``Pass SQLAlchemy engine to construct information schema query. (#32371)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`f2e2125b07 `_ 2023-06-29 ``openlineage, common.sql: provide OL SQL parser as internal OpenLineage provider API (#31398)`` -`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ================================================================================================= - -1.5.2 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -================================================================================================= =========== ============================================================= - -1.5.1 -..... - -Latest change: 2023-05-24 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`d745cee3db `_ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)`` -`547e352578 `_ 2023-05-23 ``Bring back min-airflow-version for preinstalled providers (#31469)`` -================================================================================================= =========== ====================================================================== - -1.5.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`edd7133a13 `_ 2023-05-09 ``Add conditional output processing in SQL operators (#31136)`` -`00a527f671 `_ 2023-05-08 ``Remove noisy log from SQL table check (#31037)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -1.4.0 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`a9b79a27b2 `_ 2023-03-08 ``Add option to show output of 'SQLExecuteQueryOperator' in the log (#29954)`` -`95710e0cdd `_ 2023-03-03 ``Fix Python API docs formatting for Common SQL provider (#29863)`` -================================================================================================= =========== ============================================================================== - -1.3.4 -..... - -Latest change: 2023-03-03 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` -`19f1e7c27b `_ 2023-02-22 ``Do not process output when do_xcom_push=False (#29599)`` -`0af6f20c5f `_ 2023-01-30 ``Make the S3-to-SQL system test self-contained (#29204)`` -`129f0820cd `_ 2023-01-23 ``Make static checks generated file more stable accross the board (#29080)`` -================================================================================================= =========== ============================================================================= - -1.3.3 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`9a7f07491e `_ 2023-01-09 ``Handle non-compliant behaviour of Exasol cursor (#28744)`` -================================================================================================= =========== ================================================================== - -1.3.2 -..... - -Latest change: 2023-01-02 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` -`2e7b9f5504 `_ 2022-12-29 ``Defer to hook setting for split_statements in SQLExecuteQueryOperator (#28635)`` -`f115b207bc `_ 2022-12-18 ``fIx isort problems introduced by recent isort release (#28434)`` -`a6cda7cd23 `_ 2022-12-10 ``Fix template rendering for Common SQL operators (#28202)`` -`6852f3fbea `_ 2022-12-05 ``Add pre-commits preventing accidental API changes in common.sql (#27962)`` -`a158fbb6bd `_ 2022-11-28 ``Clarify docstrings for updated DbApiHook (#27966)`` -================================================================================================= =========== ================================================================================== - -1.3.1 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`db5375bea7 `_ 2022-11-26 ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -`ea306c9462 `_ 2022-11-24 ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)`` -`dbb4b59dcb `_ 2022-11-23 ``Restore removed (but used) methods in common.sql (#27843)`` -================================================================================================= =========== ============================================================================== - -1.3.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`3ae98b824d `_ 2022-11-14 ``Use unused SQLCheckOperator.parameters in SQLCheckOperator.execute. (#27599)`` -`5c37b503f1 `_ 2022-10-31 ``Use DbApiHook.run for DbApiHook.get_records and DbApiHook.get_first (#26944)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`87eb46bbc6 `_ 2022-10-26 ``Common sql bugfixes and improvements (#26761)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` -`76014609c0 `_ 2022-10-09 ``DbApiHook consistent insert_rows logging (#26758)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -================================================================================================= =========== ==================================================================================== - -1.2.0 -..... - -Latest change: 2022-09-05 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`25d0baa4ee `_ 2022-09-05 ``Prepare bug-fix release of providers out of band (#26109)`` -`27e2101f6e `_ 2022-08-30 ``Better error messsage for pre-common-sql providers (#26051)`` -`a74d934991 `_ 2022-08-27 ``Fix placeholders in 'TrinoHook', 'PrestoHook', 'SqliteHook' (#25939)`` -`874a95cc17 `_ 2022-08-22 ``Discard semicolon stripping in SQL hook (#25855)`` -`dd72e67524 `_ 2022-08-19 ``Fix (and test) SQLTableCheckOperator on postgresql (#25821)`` -`5b3d579a42 `_ 2022-08-19 ``Don't use Pandas for SQLTableCheckOperator (#25822)`` -================================================================================================= =========== ======================================================================== - -1.1.0 -..... - -Latest change: 2022-08-15 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`7d0525a55b `_ 2022-08-15 ``Prepare documentation for RC4 release of providers (#25720)`` -`7a19651369 `_ 2022-08-15 ``Fix SQL split string to include ';-less' statements (#25713)`` -`5923788143 `_ 2022-08-10 ``Fix CHANGELOG for common.sql provider and add amazon commit (#25636)`` -`d82436b382 `_ 2022-08-05 ``Fix fetch_all_handler & db-api tests for it (#25430)`` -`348a28957a `_ 2022-08-04 ``Align Common SQL provider logo location (#25538)`` -`acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` -`b0fd105f4a `_ 2022-07-28 ``Allow Legacy SqlSensor to use the common.sql providers (#25293)`` -`5d4abbd58c `_ 2022-07-27 ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)`` -`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` -`be7cb1e837 `_ 2022-07-22 ``Common SQLCheckOperators Various Functionality Update (#25164)`` -================================================================================================= =========== ============================================================================ - -1.0.0 -..... - -Latest change: 2022-07-07 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -================================================================================================= =========== ======================================================== +================================================================================================= =========== ================================================================================================================================ +`a70038223e `_ 2024-10-26 ``fix mypy failure (#43206)`` +`2c394e3c85 `_ 2024-10-25 ``Feature: Added fast_executemany parameter to insert_rows of DbApiHook (#43357)`` +`4d54cda411 `_ 2024-10-24 ``Make conn id parameters templated in GenericTransfer and also allow passing hook parameters like in BaseSQLOperator (#42891)`` +`b86bb24984 `_ 2024-10-18 ``37437 (#43107)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ================================================================================================================================ diff --git a/docs/apache-airflow-providers-common-sql/index.rst b/docs/apache-airflow-providers-common-sql/index.rst index 2d554bf3da26e..c314c5d6a8f6f 100644 --- a/docs/apache-airflow-providers-common-sql/index.rst +++ b/docs/apache-airflow-providers-common-sql/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-common-sql package `Common SQL Provider `__ -Release: 1.18.0 +Release: 1.19.0 Provider package ---------------- @@ -130,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-common-sql 1.18.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-common-sql 1.18.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-sql 1.19.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-sql 1.19.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst index 3ead2b2ce6cca..6ad8255a50d81 100644 --- a/docs/apache-airflow-providers-databricks/commits.rst +++ b/docs/apache-airflow-providers-databricks/commits.rst @@ -35,783 +35,17 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-08 ``add warning log when task_key>100 (#42813)`` -`5d51beee35 `_ 2024-10-03 ``Add 'on_kill' to Databricks Workflow Operator (#42115)`` -`9b90d2f216 `_ 2024-10-03 ``Add debug logs to print Request/Response data in Databricks provider (#42662)`` -================================================================================================= =========== ================================================================================== - -6.10.0 -...... - -Latest change: 2024-09-21 - -================================================================================================= =========== ============================================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================================== -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`365b42f5a1 `_ 2024-08-30 ``[FEAT] databricks repair run with reason match and appropriate new settings (#41412)`` -`8765039214 `_ 2024-08-27 ``Removed deprecated method referance airflow.www.auth.has_access when min airflow version >= 2.8.0 (#41747)`` -`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ============================================================================================================== - -6.9.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -6.8.0 -..... - -Latest change: 2024-08-03 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`4535e08b86 `_ 2024-07-27 ``[Databricks Provider] Revert PRs #40864 and #40471 (#41050)`` -`dd10f472c5 `_ 2024-07-26 ``DatabricksPlugin - Fix dag view redirect URL by using url_for redirect (#41040)`` -`cfe1d53ed0 `_ 2024-07-19 ``Fix named parameters templating in Databricks operators (#40864)`` -`fded2d8969 `_ 2024-07-13 ``Add DatabricksWorkflowPlugin (#40724)`` -`dd6ee34775 `_ 2024-07-11 ``Revert "Add DatabricksWorkflowPlugin (#40153)" (#40714)`` -`22ec726063 `_ 2024-07-09 ``Add DatabricksWorkflowPlugin (#40153)`` -================================================================================================= =========== =================================================================================== - -6.7.0 -..... - -Latest change: 2024-07-09 - -================================================================================================= =========== ===================================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================================== -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`4fb2140f39 `_ 2024-07-02 ``Make Databricks operators' json parameter compatible with XComs, Jinja expression values (#40471)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -`de5c751cff `_ 2024-06-22 ``Bug/fix support azure managed identities in Databricks operator (#40332)`` -================================================================================================= =========== ===================================================================================================== - -6.6.0 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` -`a1f9b7de28 `_ 2024-06-14 ``Databricks: stop including user names in 'list_jobs' (#40178)`` -`68bd42a7ff `_ 2024-06-04 ``Add DatabricksTaskOperator (#40013)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -`f0ea079594 `_ 2024-05-30 ``Lower log levels from INFO to DEBUG to reduce log verbosity - Databricks provider auth (#39941)`` -`2ecf7fa07d `_ 2024-05-30 ``Add DatabricksWorkflowTaskGroup (#39771)`` -================================================================================================= =========== =================================================================================================== - -6.5.0 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================= -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`f18e6340d8 `_ 2024-05-21 ``Better typing for BaseOperator 'defer' (#39742)`` -`1e4663f34c `_ 2024-05-14 ``add deferrable support to 'DatabricksNotebookOperator' (#39295)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`2d103e115c `_ 2024-05-03 ``get all failed tasks errors in when exception raised in DatabricksCreateJobsOperator (#39354)`` -================================================================================================= =========== ================================================================================================= - -6.4.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ================================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`42dbccaac2 `_ 2024-05-01 ``[FEAT] raise exception with main notebook error in DatabricksRunNowDeferrableOperator (#39110)`` -`7683344c9c `_ 2024-04-26 ``Add 'DatabricksNotebookOperator' (#39178)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`04ac0c1b32 `_ 2024-04-23 ``Add notification settings paramaters (#39175)`` -================================================================================================= =========== ================================================================================================== - -6.3.0 -..... - -Latest change: 2024-04-16 - -================================================================================================= =========== ====================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================== -`13df6569d6 `_ 2024-04-16 ``Prepare docs 1st wave (RC3) + ad hoc April 2024 (#38995) (#39054)`` -`66df296a6e `_ 2024-04-16 ``[FIX] typo in parameter (#39050)`` -`629545bea2 `_ 2024-04-14 ``Adds job_id as path param in update permission (#38962)`` -`f9dcc82fb6 `_ 2024-04-13 ``Prepare docs 1st wave (RC2) April 2024 (#38995)`` -`4a669fb1a9 `_ 2024-04-11 ``Remove extra slash from update permission endpoint (#38918)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`6f21f7dc9b `_ 2024-04-10 ``Update ACL during job reset (#38741)`` -`4e6d3fa4cf `_ 2024-04-08 ``Add cancel_previous_run to DatabricksRunNowOperator (#38702)`` -`39b684d91a `_ 2024-04-01 ``add repair_run support to DatabricksRunNowOperator in deferrable mode (#38619)`` -`c74947a69d `_ 2024-03-22 ``refactor(databricks): remove redundant else block (#38397)`` -`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`aa75fbb2b8 `_ 2024-03-16 ``Restore Python 3.12 support for Databricks (#38207)`` -`4742fc0ea5 `_ 2024-03-15 ``Rename 'DatabricksSqlOperator''s fields' names to comply with templated fields validation (#38052)`` -`8fc984873a `_ 2024-03-12 ``Exclude Python 3.12 for Databricks provider (#38070)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`14d9bff3ad `_ 2024-02-24 ``update pre-commit (#37665)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`e346253760 `_ 2024-02-15 ``Fix remaining D401 checks (#37434)`` -================================================================================================= =========== ====================================================================================================== - -6.2.0 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`78294c24e2 `_ 2024-02-11 ``Get rid of pytest-httpx as dependency (#37334)`` -`0c4210af62 `_ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)`` -`6d748c923b `_ 2024-01-30 ``Update DatabricksSqlOperator to work with namedtuple (#37025)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -================================================================================================= =========== ================================================================================== - -6.1.0 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== ====================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`c0f7601391 `_ 2024-01-23 ``Rename columns to valid namedtuple attributes + ensure Row.fields are retrieved as tuple (#36949)`` -`347373986c `_ 2024-01-23 ``check status before DatabricksSubmitRunOperator & DatabricksSubmitRunOperator executes in deferrable mode (#36862)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`13b0930bf4 `_ 2024-01-17 ``Fix databricks_sql hook query failing on empty result for return_tuple (#36827)`` -`574102fd29 `_ 2024-01-11 ``[FEAT] adds repair run functionality for databricks (#36601)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`f7b663d9af `_ 2024-01-07 ``Run mypy checks for full packages in CI (#36638)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ====================================================================================================================== - -6.0.0 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================ -`77b563bfc5 `_ 2023-12-23 ``Update version and added breaking change for databricks provider (#36382)`` -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`5fe5d31a46 `_ 2023-12-22 ``Return common data structure in DBApi derived classes`` -`322aa649ed `_ 2023-12-21 ``fix typos in DatabricksSubmitRunOperator (#36248)`` -`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` -`64931b1a65 `_ 2023-12-12 ``Prepare docs 1st wave of Providers December 2023 RC2 (#36190)`` -`36010f6d0e `_ 2023-12-11 ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks SQL Hook (#36161)`` -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -================================================================================================= =========== ================================================================================================ - -5.0.1 -..... - -Latest change: 2023-11-24 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`064fc2b775 `_ 2023-11-17 ``Make pyodbc.Row and databricks.Row JSON-serializable via new 'make_serializable' method (#32319)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -================================================================================================= =========== ==================================================================================================== - -5.0.0 -..... - -Latest change: 2023-11-08 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`10bac853d2 `_ 2023-11-03 ``Remove offset-based pagination from 'list_jobs' function in 'DatabricksHook' (#34926)`` -================================================================================================= =========== ========================================================================================= - -4.7.0 -..... - -Latest change: 2023-10-28 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`a8784e3c35 `_ 2023-10-28 ``Add operator to create jobs in Databricks (#35156)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`7a93b19138 `_ 2023-10-16 ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)`` -================================================================================================= =========== ========================================================================= - -4.6.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== ================================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`946b539f0d `_ 2023-10-12 ``Add 'DatabricksHook' ClusterState (#34643)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`a1ef232230 `_ 2023-09-25 ``Use aiohttp.BasicAuth instead of HTTPBasicAuth for aiohttp session in databricks hook (#34590)`` -`f26fa6d602 `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'DatabricksSqlSensor' (#34544)`` -`3813ed69c7 `_ 2023-09-22 ``Respect 'soft_fail' argument when running DatabricksPartitionSensor (#34517)`` -`966c2bce9f `_ 2023-09-21 ``Decode response in f-string (#34518)`` -`dfec053371 `_ 2023-09-12 ``Update 'list_jobs' function in 'DatabricksHook' to token-based pagination (#33472)`` -================================================================================================= =========== ================================================================================================== - -4.5.0 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`c45617c4d5 `_ 2023-09-07 ``allow DatabricksSubmitRunOperator to accept a pipeline name for a pipeline_task (#32903)`` -`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` -`f7a005db8c `_ 2023-08-30 ``Add "QUEUED" to RUN_LIFE_CYCLE_STATES following deployement of … (#33886)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` -`c90eec9365 `_ 2023-08-26 ``Use f-string instead of in Airflow providers (#33752)`` -================================================================================================= =========== =================================================================================================== - -4.4.0 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`dc47c460dc `_ 2023-08-24 ``Update docs in databricks.py - we use 2.1 now (#32340)`` -`4154cc04ce `_ 2023-08-24 ``Do not create lists we don't need (#33519)`` -`2dbb963324 `_ 2023-08-24 ``Refactor: Improve detection of duplicates and list sorting (#33675)`` -`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` -`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` -`8bf53dd554 `_ 2023-08-14 ``Add Service Principal OAuth for Databricks. (#33005)`` -`5f8f25b34c `_ 2023-08-11 ``Ecldude databrick connector 2.9.0 due to a bug (#33311)`` -================================================================================================= =========== ======================================================================= - -4.3.3 -..... - -Latest change: 2023-08-11 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`9736143468 `_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)`` -================================================================================================= =========== ========================================================================== - -4.3.2 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ========================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================================== -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`58e21c66fd `_ 2023-07-25 ``fix(providers/databricks): remove the execute method from to-be-deprecated DatabricksRunNowDeferrableOperator (#32806)`` -`6313e52932 `_ 2023-07-24 ``Add missing execute_complete method for 'DatabricksRunNowOperator' (#32689)`` -`60c49ab2df `_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` -================================================================================================= =========== ========================================================================================================================== - -4.3.1 -..... - -Latest change: 2023-07-06 +Latest change: 2024-10-25 ================================================================================================= =========== =============================================================================================== Commit Committed Subject ================================================================================================= =========== =============================================================================================== -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` -`6b4350e89c `_ 2023-06-29 ``Modify 'template_fields' of 'DatabricksSqlOperator' to support parent class fields (#32253)`` -`d1aa509bbd `_ 2023-06-28 ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +`7e56dac75c `_ 2024-10-25 ``DatabricksHook: fix status property to work with ClientResponse used in async mode (#43333)`` +`8e9db955f6 `_ 2024-10-21 ``[DatabricksHook] Respect connection settings (#42618)`` +`0de5587894 `_ 2024-10-18 ``Add TimeoutError to be a retryable error in databricks provider (#43137)`` +`3ca80dd9a4 `_ 2024-10-17 ``Add ClientConnectorError to be a retryable error in databricks provider (#43091)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== =============================================================================================== - -4.3.0 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== =========================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`69bc90b824 `_ 2023-06-19 ``Fix type annotation (#31888)`` -`66299338eb `_ 2023-06-18 ``add a return when the event is yielded in a loop to stop the execution (#31985)`` -`7b096483fa `_ 2023-06-14 ``Making Databricks run related multi-query string in one session again (#31898) (#31899)`` -`049c6184b7 `_ 2023-06-08 ``Fix Databricks SQL operator serialization (#31780)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`86b5ba2802 `_ 2023-06-04 ``Remove return statement after yield from triggers class (#31703)`` -`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -================================================================================================= =========== =========================================================================================== - -4.2.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`fdc7a31aeb `_ 2023-05-13 ``Add 'DatabricksPartitionSensor' (#30980)`` -`edd7133a13 `_ 2023-05-09 ``Add conditional output processing in SQL operators (#31136)`` -`3df0be0f6f `_ 2023-05-08 ``Add cancel all runs functionality to Databricks hook (#31038)`` -`ac46902154 `_ 2023-05-04 ``Move TaskInstanceKey to a separate file (#31033)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` -`ecb9a9ea78 `_ 2023-04-23 ``Add retry param in databrics async operator (#30744)`` -`9bebf85e24 `_ 2023-04-22 ``Add repair job functionality to databricks hook (#30786)`` -`7d02277ae1 `_ 2023-04-22 ``Deprecate databricks async operator (#30761)`` -================================================================================================= =========== ====================================================================================== - -4.1.0 -..... - -Latest change: 2023-04-21 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` -`37cf0506b5 `_ 2023-04-14 ``Add delete inactive run functionality to databricks provider (#30646)`` -`1e311cf036 `_ 2023-04-11 ``Databricks SQL sensor (#30477)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ========================================================================= - -4.0.1 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` -`c405ecb63e `_ 2023-03-07 ``DatabricksSubmitRunOperator to support taskflow (#29840)`` -================================================================================================= =========== ============================================================ - -4.0.0 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`db5375bea7 `_ 2022-11-26 ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -`ea306c9462 `_ 2022-11-24 ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)`` -`a343bba1e3 `_ 2022-11-23 ``Fix templating fields and do_xcom_push in DatabricksSQLOperator (#27868)`` -================================================================================================= =========== ============================================================================== - -3.4.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)`` -`eb06c65556 `_ 2022-11-11 ``Use new job search API for triggering Databricks job by name (#27446)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` -================================================================================================= =========== ========================================================================= - -3.3.0 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`89e44c46ad `_ 2022-09-27 ``Remove duplicated connection-type within the provider (#26628)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` -`25a9c6a905 `_ 2022-08-26 ``DatabricksSubmitRunOperator dbt task support (#25623)`` -`9535ec0bba `_ 2022-08-22 ``Databricks: fix provider name in the User-Agent string (#25873)`` -`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` -================================================================================================= =========== ==================================================================================== - -3.2.0 -..... - -Latest change: 2022-08-15 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`7d0525a55b `_ 2022-08-15 ``Prepare documentation for RC4 release of providers (#25720)`` -`4d32f61fd0 `_ 2022-08-12 ``Databricks: Fix provider for Airflow 2.2.x (#25674)`` -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`52f2f5bfa8 `_ 2022-08-07 ``Databricks: update user-agent string (#25578)`` -`0255a0a5e7 `_ 2022-08-04 ``Do not convert boolean values to string in deep_string_coerce function (#25394)`` -`679a85325a `_ 2022-08-03 ``Correctly handle output of the failed tasks (#25427)`` -`82f842ffc5 `_ 2022-07-28 ``updated documentation for databricks operator (#24599)`` -`54a8c4fd2a `_ 2022-07-27 ``More improvements in the Databricks operators (#25260)`` -`7438707747 `_ 2022-07-26 ``Improved telemetry for Databricks provider (#25115)`` -`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` -`2f70daf5ac `_ 2022-07-18 ``Databricks: fix test_connection implementation (#25114)`` -================================================================================================= =========== =================================================================================== - -3.1.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`8dfe7bf5ff `_ 2022-07-11 ``Added databricks_conn_id as templated field (#24945)`` -`acaa0635c8 `_ 2022-07-08 ``Automatically detect if non-lazy logging interpolation is used (#24910)`` -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -`96b01a8012 `_ 2022-07-05 ``Remove "bad characters" from our codebase (#24841)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`ed37c3a0e8 `_ 2022-06-28 ``Add 'test_connection' method to Databricks hook (#24617)`` -`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` -================================================================================================= =========== ============================================================================= - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ======================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================================= -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`ddf9013098 `_ 2022-06-05 ``AIP-47 - Migrate databricks DAGs to new design #22442 (#24203)`` -`acf89510cd `_ 2022-06-04 ``fix: DatabricksSubmitRunOperator and DatabricksRunNowOperator cannot define .json as template_ext (#23622) (#23641)`` -`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` -`6150d28323 `_ 2022-05-22 ``Add Deferrable Databricks operators (#19736)`` -`cf5a78e91c `_ 2022-05-22 ``Fix UnboundLocalError when sql is empty list in DatabricksSqlHook (#23815)`` -`d0a5b3a4f2 `_ 2022-05-13 ``Add git_source to DatabricksSubmitRunOperator (#23620)`` -================================================================================================= =========== ======================================================================================================================= - -2.7.0 -..... - -Latest change: 2022-05-12 - -================================================================================================= =========== =========================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================== -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` -`a58506b2a6 `_ 2022-04-26 ``Address review comments`` -`6a3d6cc32b `_ 2022-04-26 ``Update to the released version of DBSQL connector`` -`7b3bf4e435 `_ 2022-04-26 ``DatabricksSqlOperator - switch to databricks-sql-connector 2.x`` -`f02b0b6b40 `_ 2022-04-25 ``Further improvement of Databricks Jobs operators (#23199)`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -================================================================================================= =========== =========================================================================== - -2.6.0 -..... - -Latest change: 2022-04-13 - -================================================================================================= =========== =============================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================== -`40831144be `_ 2022-04-13 ``Prepare for RC2 release of March Databricks provider (#22979)`` -`7be57eb256 `_ 2022-04-10 ``Databricks SQL operators are now Python 3.10 compatible (#22886)`` -`aa8c08db38 `_ 2022-04-10 ``Databricks: Correctly handle HTTP exception (#22885)`` -`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`1b12c93ed3 `_ 2022-03-31 ``Refactor 'DatabricksJobRunLink' to not create ad hoc TaskInstances (#22571)`` -`95169d1d07 `_ 2022-03-27 ``Add a link to Databricks Job Run (#22541)`` -`352d7f72dd `_ 2022-03-27 ``More operators for Databricks Repos (#22422)`` -`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)`` -================================================================================================= =========== =============================================================================== - -2.5.0 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`cc920963a6 `_ 2022-03-15 ``Operator for updating Databricks Repos (#22278)`` -================================================================================================= =========== ============================================================== - -2.4.0 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`12e9e2c695 `_ 2022-03-14 ``Databricks hook - retry on HTTP Status 429 as well (#21852)`` -`af9d85ccd8 `_ 2022-03-13 ``Skip some tests for Databricks from running on Python 3.10 (#22221)`` -`4014194320 `_ 2022-03-08 ``Add new options to DatabricksCopyIntoOperator (#22076)`` -================================================================================================= =========== ======================================================================= - -2.3.0 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`62bf1276f6 `_ 2022-03-01 ``Add-showing-runtime-error-feature-to-DatabricksSubmitRunOperator (#21709)`` -`27d19e7626 `_ 2022-02-27 ``Databricks SQL operators (#21363)`` -`a1845c68f9 `_ 2022-02-26 ``Databricks: add support for triggering jobs by name (#21663)`` -`7cca82495b `_ 2022-02-15 ``Updated Databricks docs for correct jobs 2.1 API and links (#21494)`` -`0a2d0d1ecb `_ 2022-02-12 ``Added template_ext = ('.json') to databricks operators #18925 (#21530)`` -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================= =========== ============================================================================= - -2.2.0 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`0bf424f37f `_ 2021-12-30 ``Fix mypy databricks operator (#20598)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`c5c18c54fa `_ 2021-12-29 ``Databricks: fix verification of Managed Identity (#20550)`` -`d3b3161f0d `_ 2021-12-28 ``Remove 'host' as an instance attr in 'DatabricksHook' (#20540)`` -`58afc19377 `_ 2021-12-28 ``Add 'wait_for_termination' argument for Databricks Operators (#20536)`` -`e7659d08b0 `_ 2021-12-27 ``Update connection object to ''cached_property'' in ''DatabricksHook'' (#20526)`` -`cad39274d9 `_ 2021-12-14 ``Fix MyPy Errors for Databricks provider. (#20265)`` -================================================================================================= =========== ================================================================================== - -2.1.0 -..... - -Latest change: 2021-12-10 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`820bfed515 `_ 2021-12-10 ``Prepare docs for provider's RC2 release (#20205)`` -`66f94f95c2 `_ 2021-12-10 ``Remove db call from 'DatabricksHook.__init__()' (#20180)`` -`545ca59ba9 `_ 2021-12-08 ``Unhide changelog entry for databricks (#20128)`` -`637db1a0ba `_ 2021-12-07 ``Update documentation for RC2 release of November Databricks Provider (#20086)`` -`728e94a47e `_ 2021-12-05 ``Refactor DatabricksHook (#19835)`` -`4925b37b66 `_ 2021-12-04 ``Databricks hook: fix expiration time check (#20036)`` -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`11998848a4 `_ 2021-11-24 ``Databricks: add more methods to represent run state information (#19723)`` -`56bdfe7a84 `_ 2021-11-22 ``Databricks - allow Azure SP authentication on other Azure clouds (#19722)`` -`244627e3da `_ 2021-11-14 ``Databricks: allow to specify PAT in Password field (#19585)`` -`0a4a8bdb94 `_ 2021-11-14 ``Databricks jobs 2.1 (#19544)`` -`8ae878953b `_ 2021-11-09 ``Update Databricks API from 2.0 to 2.1 (#19412)`` -`28b51fb7bd `_ 2021-11-08 ``Authentication with AAD tokens in Databricks provider (#19335)`` -`3a0c455855 `_ 2021-11-07 ``Update Databricks operators to match latest version of API 2.0 (#19443)`` -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`f5ad26dcdd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` -================================================================================================= =========== ================================================================================= - -2.0.2 -..... - -Latest change: 2021-09-30 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -`0b7b13372f `_ 2021-09-18 ``Move DB call out of ''DatabricksHook.__init__'' (#18339)`` -================================================================================================= =========== ====================================================================================== - -2.0.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ============================================================================ - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`df143aee8d `_ 2021-04-29 ``An initial rework of the "Concepts" docs (#15444)`` -`49cae1f052 `_ 2021-04-17 ``Add documentation for Databricks connection (#15410)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`b027223132 `_ 2020-11-13 ``Add install/uninstall api to databricks hook (#12316)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`7e0d08e1f0 `_ 2020-11-09 ``Add how-to Guide for Databricks operators (#12175)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`54353f8745 `_ 2020-09-27 ``Increase type coverage for five different providers (#11170)`` -`966a06d96b `_ 2020-09-18 ``Fetching databricks host from connection if not supplied in extras. (#10762)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`bfefcce0c9 `_ 2020-08-25 ``Updated REST API call so GET requests pass payload in query string instead of request body (#10462)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`f1073381ed `_ 2020-05-22 ``Add support for spark python and submit tasks in Databricks operator(#8846)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`649935e8ce `_ 2020-04-27 ``[AIRFLOW-8472]: 'PATCH' for Databricks hook '_do_api_call' (#8473)`` -`16903ba3a6 `_ 2020-04-24 ``[AIRFLOW-8474]: Adding possibility to get job_id from Databricks run (#8475)`` -`5648dfbc30 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` -`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` -================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst index 32cd75c0ef2be..a71d25b82ccb6 100644 --- a/docs/apache-airflow-providers-databricks/index.rst +++ b/docs/apache-airflow-providers-databricks/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-databricks package `Databricks `__ -Release: 6.11.0 +Release: 6.12.0 Provider package ---------------- @@ -137,5 +137,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-databricks 6.11.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-databricks 6.11.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 6.12.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 6.12.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst b/docs/apache-airflow-providers-dbt-cloud/commits.rst index 276f3092e534d..eb5c8b6028893 100644 --- a/docs/apache-airflow-providers-dbt-cloud/commits.rst +++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst @@ -35,438 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-08 ``Simplify code for recent dbt provider change (#42840)`` -`c57be2ffc5 `_ 2024-10-08 ``Add ability to provide proxy for dbt Cloud connection (#42737)`` -================================================================================================= =========== ================================================================== - -3.10.1 -...... - -Latest change: 2024-09-21 - -================================================================================================= =========== ======================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================= -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ======================================================= - -3.10.0 -...... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ======================================================================= - -3.9.0 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`83c118413c `_ 2024-06-04 ``Add 'retry_from_failure' parameter to DbtCloudRunJobOperator (#38868)`` -`5d227860ad `_ 2024-06-04 ``Fix 'DbtCloudRunJobOperator' to Use Correct Status Parameters for 'reuse_existing_run' (#40048)`` -================================================================================================= =========== =================================================================================================== - -3.8.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`3938f71dfa `_ 2024-05-08 ``Scheduler to handle incrementing of try_number (#39336)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`7550a11f1d `_ 2024-05-07 ``Add (optional) dependency between dbt-cloud and openlineage providers (#39366)`` -`c528090335 `_ 2024-05-06 ``Validate dbt 'cause' field to be less than 255 characters (#38896)`` -================================================================================================= =========== ================================================================================== - -3.8.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ========================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`d4bdffc45c `_ 2024-04-30 ``migrate to dbt v3 api for project endpoints (#39214)`` -`79b5443d40 `_ 2024-04-30 ``fix(dbt): fix wrong payload set when reuse_existing_run set to True in DbtCloudRunJobOperator (#39271)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -================================================================================================= =========== ========================================================================================================== - -3.7.1 -..... - -Latest change: 2024-04-10 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`9c4e333f5b `_ 2024-03-25 ``fix: disabled_for_operators now stops whole event emission (#38033)`` -`cddf1cc7dc `_ 2024-03-22 ``fix(dbt): add return statement to yield within a while loop in triggers (#38395)`` -================================================================================================= =========== ==================================================================================== - -3.7.0 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== ================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`26964f8a8e `_ 2024-02-20 ``feat(providers/dbt): add reuse_existing_run for allowing DbtCloudRunJobOperator to reuse existing run (#37474)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -================================================================================================= =========== ================================================================================================================== - -3.6.1 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`0c4210af62 `_ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -================================================================================================= =========== ================================================================================== - -3.6.0 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` -`95a83102e8 `_ 2024-01-09 ``feat: Add dag_id when generating OpenLineage run_id for task instance. (#36659)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== =================================================================================== - -3.5.1 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -================================================================================================= =========== ================================================================================== - -3.5.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`c905fe88de `_ 2023-11-25 ``Update information about links into the provider.yaml files (#35837)`` -================================================================================================= =========== ======================================================================== - -3.4.1 -..... - -Latest change: 2023-11-24 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`a8bc6c551d `_ 2023-11-13 ``added cancelled handling in dbt deferred (#35597)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`7a93b19138 `_ 2023-10-16 ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)`` -================================================================================================= =========== ========================================================================= - -3.4.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`6703f720cc `_ 2023-09-13 ``Remove useless print from dbt operator (#34322)`` -================================================================================================= =========== =============================================================== - -3.3.0 -..... - -Latest change: 2023-09-12 - -================================================================================================= =========== ====================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================== -`e1fd8d83d1 `_ 2023-09-12 ``Prepare docs for Sep 2023 1st wave of Providers (RC2) (#34294)`` -`87fd884c0b `_ 2023-09-11 ``dbt, openlineage: set run_id after defer, do not log error if operator has no run_id set (#34270)`` -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`0ecbbacd21 `_ 2023-09-07 ``fix(providers/redis): respect soft_fail argument when exception is raised (#34164)`` -`5eea4e632c `_ 2023-09-07 ``Add OpenLineage support for DBT Cloud. (#33959)`` -`0a5e2281e0 `_ 2023-08-31 ``Remove some useless try/except from providers code (#33967)`` -`6d182beec6 `_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` -================================================================================================= =========== ====================================================================================================== - -3.2.3 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` -`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` -================================================================================================= =========== ============================================================ - -3.2.2 -..... - -Latest change: 2023-07-06 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` -`d1aa509bbd `_ 2023-06-28 ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ======================================================================= - -3.2.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -================================================================================================= =========== ============================================================== - -3.2.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`bb4a0b39e8 `_ 2023-05-15 ``Optimize deferred execution mode for DbtCloudRunJobOperator (#31188)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`43916c5034 `_ 2023-05-01 ``Optimize deferred execution mode in DbtCloudJobRunSensor (#30968)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` -`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` -================================================================================================= =========== ====================================================================================== - -3.1.1 -..... - -Latest change: 2023-04-21 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -`6663ec5b2e `_ 2023-04-03 ``Merge DbtCloudJobRunAsyncSensor logic to DbtCloudJobRunSensor (#30227)`` -`a3d59c8c75 `_ 2023-03-09 ``Move typing imports behind TYPE_CHECKING in DbtCloudHook (#29989)`` -`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` -================================================================================================= =========== ========================================================================== - -3.1.0 -..... - -Latest change: 2023-03-03 - -================================================================================================= =========== ======================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================= -`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` -`e6d3176082 `_ 2023-02-23 ``Add 'DbtCloudJobRunAsyncSensor' (#29695)`` -================================================================================================= =========== ======================================================= - -3.0.0 -..... - -Latest change: 2023-02-08 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` -`91c0ce7666 `_ 2023-02-02 ``Drop Connection.schema use in DbtCloudHook (#29166)`` -`f805b4154a `_ 2023-01-23 ``Allow downloading of dbt Cloud artifacts to non-existent paths (#29048)`` -`55049c50d5 `_ 2023-01-23 ``Add deferrable mode to 'DbtCloudRunJobOperator' (#29014)`` -`4f91931b35 `_ 2023-01-17 ``Provide more context for 'trigger_reason' in DbtCloudRunJobOperator (#28994)`` -================================================================================================= =========== ================================================================================ - -2.3.1 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`141338b24e `_ 2023-01-12 ``Use entire tenant domain name in dbt Cloud connection (#28890)`` -================================================================================================= =========== ================================================================== - -2.3.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -================================================================================================= =========== ========================================================================= - -2.2.0 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`55d8bc0bba `_ 2022-09-26 ``Add 'DbtCloudListJobsOperator' (#26475)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -================================================================================================= =========== ==================================================================================== - -2.1.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`c8af0592c0 `_ 2022-07-26 ``Improve taskflow type hints with ParamSpec (#25173)`` -================================================================================================= =========== ================================================================= - -2.0.1 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` -================================================================================================= =========== ============================================================================= - -2.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`7498fba826 `_ 2022-06-06 ``Enable dbt Cloud provider to interact with single tenant instances (#24264)`` -`5e6997ed45 `_ 2022-06-06 ``Update dbt.py (#24218)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`8f2213fcd0 `_ 2022-06-05 ``AIP-47 - Migrate dbt DAGs to new design #22472 (#24202)`` -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`f935c9f163 `_ 2022-04-23 ``Fix typo in dbt Cloud provider description (#23179)`` -`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` -`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -================================================================================================= =========== ================================================================================== - -1.0.2 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -1.0.1 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` -`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` -`f8c01317ef `_ 2022-03-10 ``Pass explicit overrides in 'DbtCloudJobRunOperator' to 'DbtCloudHook' (#22136)`` -`4388808e0e `_ 2022-03-10 ``Add more template fields to 'DbtCloudJobRunOperator' (#22126)`` -`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` -`e782b37a3f `_ 2022-02-27 ``Add dbt Cloud provider (#20998)`` -================================================================================================= =========== ================================================================================== +================================================================================================= =========== ======================================================================================== +`c941484066 `_ 2024-10-15 ``pin in providers (#43001)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-dbt-cloud/index.rst b/docs/apache-airflow-providers-dbt-cloud/index.rst index 82d72999eaee5..3873a79645182 100644 --- a/docs/apache-airflow-providers-dbt-cloud/index.rst +++ b/docs/apache-airflow-providers-dbt-cloud/index.rst @@ -81,7 +81,7 @@ apache-airflow-providers-dbt-cloud package `dbt Cloud `__ -Release: 3.11.0 +Release: 3.11.1 Provider package ---------------- @@ -106,7 +106,7 @@ PIP package Version required ================================= ================== ``apache-airflow`` ``>=2.8.0`` ``apache-airflow-providers-http`` -``asgiref`` +``asgiref`` ``>=2.3.0`` ``aiohttp`` ``>=3.9.2`` ================================= ================== @@ -136,5 +136,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-dbt-cloud 3.11.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-dbt-cloud 3.11.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dbt-cloud 3.11.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dbt-cloud 3.11.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-fab/commits.rst b/docs/apache-airflow-providers-fab/commits.rst index 3401b626d8f8c..0db40c3538542 100644 --- a/docs/apache-airflow-providers-fab/commits.rst +++ b/docs/apache-airflow-providers-fab/commits.rst @@ -35,224 +35,19 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-01 ``Update Rest API tests to no longer rely on FAB auth manager. Move tests specific to FAB permissions to FAB provider (#42523)`` -`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` -`2beb6a765d `_ 2024-09-25 ``Simplify expression for get_permitted_dag_ids query (#42484)`` -================================================================================================= =========== ================================================================================================================================ - -1.4.0 -..... - -Latest change: 2024-09-21 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`6a527c9fac `_ 2024-09-21 ``Fix pre-commit for auto update of fab migration versions (#42382)`` -`8741e9c176 `_ 2024-09-20 ``Handle 'AUTH_ROLE_PUBLIC' in FAB auth manager (#42280)`` -`9f167bbc34 `_ 2024-09-19 ``Add FAB migration commands (#41804)`` -`db7f92787a `_ 2024-09-17 ``Deprecated kerberos auth removed (#41693)`` -`d1e500c450 `_ 2024-09-16 ``Deprecated configuration removed (#42129)`` -`a094f9105c `_ 2024-09-12 ``Move 'is_active' user property to FAB auth manager (#42042)`` -`7b6eb92537 `_ 2024-09-04 ``Move 'register_views' to auth manager interface (#41777)`` -`1379376b66 `_ 2024-09-02 ``Add TODOs in providers code for Subdag code removal (#41963)`` -`f16107017c `_ 2024-09-02 ``Revert "Provider fab auth manager deprecated methods removed (#41720)" (#41960)`` -`b0391838c1 `_ 2024-08-26 ``Provider fab auth manager deprecated methods removed (#41720)`` -`59dc98178b `_ 2024-08-25 ``Separate FAB migration from Core Airflow migration (#41437)`` -`c78a004210 `_ 2024-08-20 ``Add fixes by breeze/precommit-lint static checks (#41604) (#41618)`` -`d6df0786cf `_ 2024-08-20 ``Make kerberos an optional and devel dependency for impala and fab (#41616)`` -================================================================================================= =========== =================================================================================== - -1.3.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`6570c6d1bb `_ 2024-08-13 ``Remove deprecated SubDags (#41390)`` -`090607d92a `_ 2024-08-08 ``Feature: Allow set Dag Run resource into Dag Level permission (#40703)`` -================================================================================================= =========== ========================================================================== - -1.2.2 -..... - -Latest change: 2024-07-28 - -================================================================================================= =========== ===================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================== -`7126678e87 `_ 2024-07-28 ``Prepare Providers docs ad hoc release (#41074)`` -`95cab23792 `_ 2024-07-25 ``Bug fix: sync perm command not able to use custom security manager (#41020)`` -`6684481c67 `_ 2024-07-20 ``AIP-44 make database isolation mode work in Breeze (#40894)`` -`d029e77f2f `_ 2024-07-15 ``Bump version checked by FAB provider on logout CSRF protection to 2.10.0 (#40784)`` -================================================================================================= =========== ===================================================================================== - -1.2.1 -..... - -Latest change: 2024-07-09 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`2423238295 `_ 2024-06-28 ``Add backward compatibility to CSRF protection of '/logout' method (#40479)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ============================================================================== - -1.2.0 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`e24b7c1de3 `_ 2024-06-20 ``Add '[webserver]update_fab_perms' to deprecated configs (#40317)`` -`4fbdd07c13 `_ 2024-06-20 ``fix: sqa deprecations for airflow providers (#39293)`` -`14deaa2f1f `_ 2024-06-12 ``Add CSRF protection to "/logout" (#40145)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -`483d408041 `_ 2024-05-27 ``Upgrade to FAB 4.5.0 (#39851)`` -================================================================================================= =========== ================================================================================== - -1.1.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`959e52bf3c `_ 2024-05-02 ``Simplify action name retrieval in FAB auth manager (#39358)`` -`4910c0439b `_ 2024-05-01 ``Add 'jmespath' as an explicit dependency (#39350)`` -================================================================================================= =========== =============================================================== - -1.1.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ========================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`7635ff3555 `_ 2024-04-25 ``Remove plugins permissions from Viewer role (#39254)`` -`f7a2f60325 `_ 2024-04-22 ``Update 'is_authorized_custom_view' from auth manager to handle custom actions (#39167)`` -================================================================================================= =========== ========================================================================================== - -1.0.4 -..... - -Latest change: 2024-04-16 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`13df6569d6 `_ 2024-04-16 ``Prepare docs 1st wave (RC3) + ad hoc April 2024 (#38995) (#39054)`` -`f8104325b7 `_ 2024-04-15 ``Activate RUF019 that checks for unnecessary key check (#38950)`` -`c3bb80da93 `_ 2024-04-12 ``Remove button for reset my password when we have reset password (#38957)`` -================================================================================================= =========== ============================================================================ - -1.0.3 -..... - -Latest change: 2024-04-10 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`53cd7173b4 `_ 2024-04-10 ``Fix azure authentication when no email is set (#38872)`` -`6d3d2075ae `_ 2024-04-07 ``fix: try002 for provider fab (#38801)`` -`e700f4150a `_ 2024-03-30 ``Rename 'allowed_filter_attrs' to 'allowed_sort_attrs' (#38626)`` -================================================================================================= =========== ================================================================== - -1.0.2 -..... - -Latest change: 2024-03-25 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`256911aa62 `_ 2024-03-25 ``Prepare fab provider RC1 (#38451)`` -`7776e9154d `_ 2024-03-20 ``Upgrade FAB to 4.4.1 (#38319)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`2e35854a05 `_ 2024-03-15 ``Make the method 'BaseAuthManager.is_authorized_custom_view' abstract (#37915)`` -`c0b849ad2b `_ 2024-03-11 ``Avoid use of 'assert' outside of the tests (#37718)`` -`c6f34394c4 `_ 2024-03-11 ``Improve suffix handling for provider-generated dependencies (#38029)`` -`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` -`fd4dfd875d `_ 2024-03-06 ``Remove useless methods from security manager (#37889)`` -`3211a5fcea `_ 2024-03-06 ``Use 'next' when redirecting (#37904)`` -`89e7f3e7bd `_ 2024-03-05 ``Add "MENU" permission in auth manager (#37881)`` -`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` -`9b17ff3aa3 `_ 2024-02-26 ``Add post endpoint for dataset events (#37570)`` -`16d2671704 `_ 2024-02-20 ``Add "queuedEvent" endpoint to get/delete DatasetDagRunQueue (#37176)`` -`79603f9302 `_ 2024-02-19 ``Add swagger path to FAB Auth manager and Internal API (#37525)`` -`f2ea8a3e17 `_ 2024-02-19 ``Revoking audit_log permission from all users except admin (#37501)`` -`68e20aa702 `_ 2024-02-17 ``Enable the 'Is Active?' flag by default in user view (#37507)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`4551c592b2 `_ 2024-02-14 ``Until we release 2.9.0, we keep airflow >= 2.9.0.dev0 for FAB provider (#37421)`` -================================================================================================= =========== =================================================================================== - -1.0.1 -..... - -Latest change: 2024-02-14 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`54a400fcb6 `_ 2024-02-14 ``Mark FAB provider as ready (#37362)`` -`ec97a07197 `_ 2024-02-13 ``standardize get_app appbuilder usage (#37397)`` -`28f94f8891 `_ 2024-02-10 ``Move 'IMPORT_ERROR' from DAG related permissions to view related permissions (#37292)`` -`00ed46769e `_ 2024-02-09 ``D401 support in fab provider (#37283)`` -`e99cfbbd51 `_ 2024-02-07 ``Upgrade to FAB 4.3.11 (#37233)`` -`daa2bceba1 `_ 2024-02-07 ``Use 'next_url' instead of 'next' (#37225)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -`0fce3b6047 `_ 2024-01-28 ``Add "airflow users reset-password" command (#37044)`` -`ce246c0ed8 `_ 2024-01-26 ``fix for role and permission count in export (#36589)`` -`18d2498e44 `_ 2024-01-11 ``Generate doc for fab CLI commands (#36672)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`28cad70223 `_ 2024-01-03 ``Move config related to FAB auth manager to FAB provider (#36232)`` -`2093b6f3b9 `_ 2024-01-03 ``Fix security manager inheritance in fab provider (#36538)`` -`dec78ab3f1 `_ 2024-01-03 ``Remove MSSQL support form Airflow core (#36514)`` -`e28627f6a5 `_ 2024-01-02 ``Cli export / import roles including permissions (#36347)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`83bdc297ce `_ 2023-12-30 ``added cli command to list auth managers under 'airflow providers' (#36445)`` -`341d5b747d `_ 2023-12-23 ``Add feture of "not-ready" provider. (#36391)`` -================================================================================================= =========== ========================================================================================= - -1.0.0 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`2be7149598 `_ 2023-12-21 ``fix inheritance checking of security manager in FabAuthManager (#36343)`` -`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` -`f7f7183617 `_ 2023-12-17 ``Update permission docs (#36120)`` -`4d96a9a3a1 `_ 2023-12-13 ``Remove dependency of 'Connexion' from auth manager interface (#36209)`` -`357355ac09 `_ 2023-12-11 ``Remove 'is_authorized_cluster_activity' from auth manager (#36175)`` -`1eca667e5f `_ 2023-12-11 ``Create FAB provider and move FAB auth manager in it (#35926)`` -================================================================================================= =========== ================================================================================== +================================================================================================= =========== ======================================================================================== +`1f4b306c80 `_ 2024-10-25 ``Fix revoke Dag stale permission on airflow < 2.10 (#42844)`` +`d7f50baa6f `_ 2024-10-23 ``Bump Flask-AppBuilder to ''4.5.2'' (#43309)`` +`84ff10bf06 `_ 2024-10-23 ``Upgrade FAB to 4.5.1 (#43251)`` +`7324cdaa91 `_ 2024-10-17 ``feat(providers/fab): Use asset in common provider (#43112)`` +`c7104f53b9 `_ 2024-10-10 ``Move user and roles schemas to fab provider (#42869)`` +`978bb0c6b6 `_ 2024-10-10 ``Move the session auth backend to FAB auth manager (#42878)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-fab/index.rst b/docs/apache-airflow-providers-fab/index.rst index 14135d0d15eae..be12ef2fabc87 100644 --- a/docs/apache-airflow-providers-fab/index.rst +++ b/docs/apache-airflow-providers-fab/index.rst @@ -83,7 +83,7 @@ apache-airflow-providers-fab package `Flask App Builder `__ -Release: 1.4.1 +Release: 1.5.0 Provider package ---------------- @@ -107,9 +107,9 @@ The minimum Apache Airflow version supported by this provider package is ``2.9.0 PIP package Version required ========================================== ================== ``apache-airflow`` ``>=2.9.0`` -``apache-airflow-providers-common-compat`` ``>=1.2.0`` +``apache-airflow-providers-common-compat`` ``>=1.2.1`` ``flask`` ``>=2.2,<2.3`` -``flask-appbuilder`` ``==4.5.0`` +``flask-appbuilder`` ``==4.5.2`` ``flask-login`` ``>=0.6.2`` ``google-re2`` ``>=1.0`` ``jmespath`` ``>=0.7.0`` @@ -140,5 +140,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-fab 1.4.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-fab 1.4.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-fab 1.5.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-fab 1.5.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst index 6148a1cf45cf4..d25f3f6360759 100644 --- a/docs/apache-airflow-providers-google/commits.rst +++ b/docs/apache-airflow-providers-google/commits.rst @@ -42,2268 +42,24 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-06 ``Removed conditional check for task context logging in airflow version 2.8.0 and above (#42764)`` -`2ffc389574 `_ 2024-10-04 ``Add 'retry_if_resource_not_ready' logic for DataprocCreateClusterOperator and DataprocCreateBatchOperator (#42703)`` -`8a255f3e1e `_ 2024-10-04 ``Publish Dataproc Serverless Batch link after it starts if batch_id was provided (#41153)`` -`9ec21405c0 `_ 2024-10-03 ``fix PubSubAsyncHook in PubsubPullTrigger to use gcp_conn_id (#42671)`` -`64e972c977 `_ 2024-10-02 ``Fix consistent return response from PubSubPullSensor (#42080)`` -`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` -`5689d64911 `_ 2024-09-27 ``Undo partition exclusion from the table name when splitting a full BigQuery table name (#42541)`` -`dc43d31c5a `_ 2024-09-27 ``Fix gcp text to speech uri fetch (#42309)`` -`56ab422a97 `_ 2024-09-27 ``Deprecate AutoMLBatchPredictOperator and refactor AutoMl system tests (#42260)`` -`b0234cbaf7 `_ 2024-09-27 ``Refactor ''bucket.get_blob'' calls in ''GCSHook'' to handle validation for non-existent objects. (#42474)`` -`eed1d0d254 `_ 2024-09-24 ``Bugfix/dataflow job location passing (#41887)`` -================================================================================================= =========== ====================================================================================================================== - -10.23.0 -....... - -Latest change: 2024-09-21 - -================================================================================================= =========== ==================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================================== -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`c051d0aa4c `_ 2024-09-20 ``Add ability to create Flink Jobs in dataproc cluster (#42342)`` -`f278e62255 `_ 2024-09-19 ``Minor fixes to ensure successful Vertex AI LLMops pipeline (#41997)`` -`d7343816b3 `_ 2024-09-19 ``Mark VertexAI AutoMLText deprecation (#42251)`` -`567926535a `_ 2024-09-19 ``Add new Google Search 360 Reporting Operators (#42255)`` -`73f7d89158 `_ 2024-09-11 ``Exclude partition from BigQuery table name (#42130)`` -`1a255f53e4 `_ 2024-09-09 ``Add return_immediately as argument to the PubSubPullSensor class (#41842)`` -`96640a7580 `_ 2024-09-09 ``Add parent_model param in 'UploadModelOperator' (#42091)`` -`a2ea35ba49 `_ 2024-09-04 ``Exclude google-cloud-spanner 3.49.0 (#42011)`` -`7d3a402f48 `_ 2024-09-02 ``Add DataflowStartYamlJobOperator (#41576)`` -`7f9f923d64 `_ 2024-09-02 ``[Fix #41763]: Redundant forward slash in SFTPToGCSOperator when destination_path is not specified or have default value (#41928)`` -`d59db11cb5 `_ 2024-09-02 ``Add RunEvaluationOperator for Google Vertex AI Rapid Evaluation API (#41940)`` -`f52bfd987e `_ 2024-09-02 ``Remove system test for derepcated Google analytics operators (#41946)`` -`7cf54a734e `_ 2024-09-01 ``Add CountTokensOperator for Google Generative AI CountTokensAPI (#41908)`` -`2823acd125 `_ 2024-09-01 ``Fix poll_interval in GKEJobTrigger (#41712)`` -`9a66882ed5 `_ 2024-09-01 ``update pattern for dataflow job id extraction (#41794)`` -`86e3d2919c `_ 2024-09-01 ``Enforce deprecation message format with EOL for google provider package (#41637)`` -`35ce2f1566 `_ 2024-08-30 ``Add Supervised Fine Tuning Train Operator, Hook, Tests, Docs (#41807)`` -`bbb0085603 `_ 2024-08-30 ``Update min version of google-cloud-bigquery package (#41882)`` -`2af908db00 `_ 2024-08-29 ``Unpin google-cloud-bigquery package version for Google provider (#41839)`` -`ef80f6b028 `_ 2024-08-28 ``Move away from deprecated DAG.following_schedule() method (#41773)`` -`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` -`170b9ce907 `_ 2024-08-22 ``Fix 'do_xcom_push' and 'get_logs' functionality for KubernetesJobOperator (#40814)`` -`2727d5db92 `_ 2024-08-21 ``Update the version of google-ads (#41638)`` -`716c4300a6 `_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` -================================================================================================= =========== ==================================================================================================================================== - -10.22.0 -....... - -Latest change: 2024-08-19 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`55d49cc12f `_ 2024-08-16 ``Refactor DataprocCreateBatchOperator and Dataproc system tests (#41527)`` -`b1e506b1a7 `_ 2024-08-13 ``fix(providers/google): add missing sync_hook_class to CloudDataTransferServiceAsyncHook (#41417)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`0aad0c8107 `_ 2024-08-10 ``Add 'CloudRunServiceHook' and 'CloudRunCreateServiceOperator' (#40008)`` -`16abb911e8 `_ 2024-08-06 ``Upgrade package gcloud-aio-auth>=5.2.0 (#41262)`` -================================================================================================= =========== ==================================================================================================== - -10.21.1 -....... - -Latest change: 2024-08-03 - -================================================================================================= =========== ======================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================== -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`8f616551ca `_ 2024-07-30 ``Fix cloudsql-query system tests (#41092)`` -`7126678e87 `_ 2024-07-28 ``Prepare Providers docs ad hoc release (#41074)`` -`6e3bc84905 `_ 2024-07-26 ``fix unnecessary imports for CloudSQL hook (#41009)`` -`95b5a0a2ac `_ 2024-07-24 ``Refactor dataproc system tests (#40720)`` -`0eaa6117bf `_ 2024-07-24 ``Move sensitive information to the secret manager for the system test google_analytics_admin (#40951)`` -`0206a4cbcf `_ 2024-07-23 ``openlineage: migrate OpenLineage provider to V2 facets. (#39530)`` -`67befb71bf `_ 2024-07-18 ``Resolve CloudSQLDatabaseHook deprecation warning (#40834)`` -`519b0d028c `_ 2024-07-16 ``Fix BeamRunJavaPipelineOperator fails without job_name set (#40645)`` -`f09b2201fa `_ 2024-07-13 ``Fix Custom Training Job operators to accept results without managed model (#40685)`` -`c29eeb18ec `_ 2024-07-10 ``Fix behavior for reattach_state parameter in BigQueryInsertJobOperator (#40664)`` -================================================================================================= =========== ======================================================================================================== - -10.21.0 -....... - -Latest change: 2024-07-09 - -================================================================================================= =========== ======================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================= -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`f12714d0c7 `_ 2024-07-08 ``Update dataproc.py (#40643)`` -`be271827e0 `_ 2024-07-07 ``Resolve google deprecations in tests (#40629)`` -`9c9706730c `_ 2024-07-04 ``Update Google Cloud Generative Model Hooks/Operators to bring parity with Vertex AI API (#40484)`` -`93488d09f9 `_ 2024-07-04 ``DataflowStartFlexTemplateOperator. Check for Dataflow job type each check cycle. (#40584)`` -`3c1120afd9 `_ 2024-07-04 ``Resolve google vertex ai deprecations in tests (#40506)`` -`3583329c1b `_ 2024-07-03 ``Add notes about reverting the change in GCSToGCSOperator (#40579)`` -`c5c50cc07f `_ 2024-07-03 ``Revert "Fix 'GCSToGCSOperator' behavior difference for moving single object (#40162)" (#40577)`` -`7e80dc6afa `_ 2024-07-03 ``Add support for query parameters to BigQueryCheckOperator (#40556) (#40558)`` -`bd7306455e `_ 2024-07-02 ``40559: fix add project_id to submit_batch_job hook (#40560)`` -`db16eeb6ef `_ 2024-07-02 ``fix BigQueryInsertJobOperator's return value and openlineage extraction in deferrable mode (#40457)`` -`47e7e254ba `_ 2024-07-01 ``fix OpenLineage extraction for GCP deferrable operators (#40521)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -`68a87f7676 `_ 2024-06-23 ``Added chunk_size parameter to LocalFilesystemToGCSOperator (#40379)`` -================================================================================================= =========== ======================================================================================================= - -10.20.0 -....... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================= -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`2f2796f675 `_ 2024-06-21 ``Fix 'GCSToGCSOperator' behavior difference for moving single object (#40162)`` -`19fc7d2e73 `_ 2024-06-20 ``feat: added OL support for AzureBlobStorageToGCSOperator in google provider package (#40290)`` -`ca7e2a05b5 `_ 2024-06-20 ``Fix replace parameter for BigQueryToPostgresOperator (#40278)`` -`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` -`35871f8bb5 `_ 2024-06-15 ``Add dependency to httpx >= 0.25.0 everywhere (#40256)`` -`1a8d12ffe5 `_ 2024-06-14 ``openlineage: execute extraction and message sending in separate process (#40078)`` -`3e88f47c2c `_ 2024-06-14 ``Refactor datapipeline operators and fix system tests (#39716)`` -`e2b8f68ddf `_ 2024-06-14 ``add generation_config and safety_settings to google cloud multimodal model operators (#40126)`` -`f0bae33ee1 `_ 2024-06-14 ``Add missing location param to 'BigQueryUpdateTableSchemaOperator' (#40237)`` -`23a0152de2 `_ 2024-06-12 ``Bump minimum version of google auth (#40190)`` -`a586ea8b3a `_ 2024-06-11 ``Add support for external IdP OIDC token retrieval for Google Cloud Operators. (#39873)`` -`8e7b48984b `_ 2024-06-11 ``Bump google-ads version to use v17 by default (#40158)`` -`5c5a495c2c `_ 2024-06-11 ``Add encryption_configuration parameter to BigQuery operators (#40063)`` -`f7708acab9 `_ 2024-06-10 ``Fix hive_partition_sensor system test (#40023)`` -`65dbf86f72 `_ 2024-06-07 ``Fix openai 1.32 breaking openai tests (#40110)`` -`86e613029b `_ 2024-06-07 ``Implement CloudComposerDAGRunSensor (#40088)`` -`013523e5d3 `_ 2024-06-07 ``Fix credentials intialization revealed by mypy version of google auth (#40108)`` -`f2a5b1dee1 `_ 2024-06-06 ``feat(providers/google): add default gcp_conn_id to GoogleBaseAsyncHook (#40080)`` -`fe9159635f `_ 2024-06-06 ``google: move openlineage imports inside methods (#40062)`` -`f6148e6e33 `_ 2024-06-04 ``Update dataplex.py (#40041)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -`385d79bfd7 `_ 2024-06-02 ``Added ordering key option for PubSubPublishMessageOperator GCP Operator (#39955)`` -`ce5cd52635 `_ 2024-06-01 ``Change regular expression to exclude double quote and newline (#39991)`` -`a2c09d203e `_ 2024-05-29 ``Fetch intermediate log async GKEStartPod (#39348)`` -`70121f82f7 `_ 2024-05-28 ``Implement 'CloudDataTransferServiceRunJobOperator' (#39154)`` -`23e03db2d7 `_ 2024-05-27 ``Add method to get metadata from GCS blob in GCSHook (#38398)`` -`d4fe325f84 `_ 2024-05-26 ``Adding params. to create_auto_ml_forecasting_training_job in AutoMl hook (#39767)`` -================================================================================================= =========== ================================================================================================= - -10.19.0 -....... - -Latest change: 2024-05-26 +Latest change: 2024-10-25 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`4fe55e5992 `_ 2024-05-24 ``Deprecate AutoML Tables operators (#39752)`` -`57dab1303c `_ 2024-05-23 ``typo: wrong OpenLineage facet key in spec (#39782)`` -`5aad588ef9 `_ 2024-05-23 ``Fix BigQueryCursor execute method if the location is missing (#39659)`` -`8d5b43443a `_ 2024-05-22 ``Reroute AutoML operator links to Google Translation links (#39668)`` -`791f3cfc5c `_ 2024-05-21 ``Fix acknowledged functionality in deferrable mode for PubSubPullSensor (#39711)`` -`0f717ea5e6 `_ 2024-05-21 ``removed stale code (#39744)`` -`4ee46b984d `_ 2024-05-20 ``Remove 'openlineage.common' dependencies in Google and Snowflake providers. (#39614)`` -`27b3a22e34 `_ 2024-05-19 ``Introduce anonymous credentials in GCP base hook (#39695)`` -`a31169bd63 `_ 2024-05-19 ``Pin google-cloud-bigquery to < 3.21.0 (#39583)`` -`74c3fb366e `_ 2024-05-17 ``Remove parent_model version suffix if it is passed to Vertex AI operators (#39640)`` -`6621874bf5 `_ 2024-05-14 ``Resolve deprecation warnings in Azure FileShare-to-GCS tests (#39599)`` +`b4363f4684 `_ 2024-10-25 ``Add a debug log for creating batch workloads in dataproc (#43265)`` +`cc762293ca `_ 2024-10-23 ``feat: add Hook Level Lineage support for GCSHook (#42507)`` +`ca2c809b30 `_ 2024-10-23 ``feat: sensor to check status of Dataform action (#43055)`` +`014808b362 `_ 2024-10-20 ``Fix outdated CloudRunExecuteJobOperator docs (#43195)`` +`424cf507a8 `_ 2024-10-18 ``add min version to plyvel (#43129)`` +`aeb7e90f0e `_ 2024-10-17 ``Fix TestTranslationLegacyModelPredictLink dataset_id error (#42463)`` +`f587edf2ee `_ 2024-10-17 ``vertex ai training operators: add display_name to rendered fields (#43028)`` +`f1f9201a21 `_ 2024-10-15 ``Create Operators for Google Cloud Vertex AI Context Caching (#43008)`` +`732e0564d4 `_ 2024-10-15 ``Make google provider pyarrow dependency explicit (#42996)`` +`7d8ea68bda `_ 2024-10-12 ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` +`70b8e50ddc `_ 2024-10-10 ``Remove dag.run() method (#42761)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== - -10.18.0 -....... - -Latest change: 2024-05-12 - -================================================================================================= =========== ============================================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================================================================= -`97e867f170 `_ 2024-05-12 ``Prepare docs 2nd wave May 2024 (#39565)`` -`ffa523f442 `_ 2024-05-12 ``Fix validation of label values in BigQueryInsertJobOperator (#39568)`` -`86caf84934 `_ 2024-05-11 ``Remove Airflow 2.6 back compact code (#39558)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`8dcee5b24d `_ 2024-05-10 ``Add deprecation warnings and raise exception for already deprecated ones (#38673)`` -`c7c680ee3b `_ 2024-05-09 ``Add encryption_configuration parameter to BigQueryCheckOperator and BigQueryTableCheckOperator (#39432)`` -`5abe7acf66 `_ 2024-05-09 ``Fix generation temp filename in 'DataprocSubmitPySparkJobOperator' (#39498)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`62b845e2d7 `_ 2024-05-08 ``Disconnect GKE operators from deprecated hooks (#39434)`` -`387acd0a36 `_ 2024-05-08 ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for DataprocSubmitJobOperator (#39447)`` -`e7aa4d2289 `_ 2024-05-08 ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for BigQueryInsertJobOperator (#39442)`` -`3d575fe78c `_ 2024-05-08 ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for DataprocCreateClusterOperator (#39446)`` -`f00006d1c6 `_ 2024-05-08 ``Fix 'DataprocCreateBatchOperator' with 'result_retry' raises 'AttributeError' (#39462)`` -`287c107543 `_ 2024-05-07 ``Bugfix yaml parsing for GKEStartKueueInsideClusterOperator (#39234)`` -`795592c8ba `_ 2024-05-03 ``Add 'job_id' param. to 'BigQueryGetDataOperator' (#39315)`` -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`e3e6aa9b3e `_ 2024-04-30 ``Add support for role arn for aws creds (#38911)`` -`28a240a18f `_ 2024-04-29 ``Fix deferrable mode for DataflowTemplatedJobStartOperator and DataflowStartFlexTemplateOperator (#39018)`` -`78fa36518a `_ 2024-04-27 ``Fix batching for BigQueryToPostgresOperator (#39233)`` -`2a913b682d `_ 2024-04-26 ``Fix DataprocSubmitJobOperator in deferrable mode=True when task is marked as failed. (#39230)`` -`bea1b7f70c `_ 2024-04-26 ``Improve 'DataprocCreateClusterOperator' Triggers for Better Error Handling and Resource Cleanup (#39130)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`09f3446d48 `_ 2024-04-25 ``Fix GCSObjectExistenceSensor operator to return the same XCOM value in deferrable and non-deferrable mode (#39206)`` -`c434c6b989 `_ 2024-04-24 ``Create 'CloudComposerRunAirflowCLICommandOperator' operator (#38965)`` -`4ae85d754e `_ 2024-04-23 ``Bugfix BigQueryToMsSqlOperator (#39171)`` -`b0e9613125 `_ 2024-04-22 ``add templated fields for google llm operators (#39174)`` -`59084fd1f4 `_ 2024-04-21 ``fix: add retry logic in case of google auth refresh credential error (#38961)`` -`90acbfbba1 `_ 2024-04-19 ``Apply PROVIDE_PROJECT_ID mypy workaround across Google provider (#39129)`` -`eee17f0a26 `_ 2024-04-19 ``fix: BigQueryCheckOperator skipped value and error check in deferrable mode (#38408)`` -`17e60b0a2b `_ 2024-04-18 ``fix: Use prefixes instead of all file paths for OpenLineage datasets in GCSDeleteObjectsOperator (#39059)`` -`927e3643c2 `_ 2024-04-18 ``fix: Use prefixes instead of full file paths for OpenLineage datasets in GCSToGCSOperator (#39058)`` -`b41cf629c8 `_ 2024-04-18 ``Deferrable mode for Dataflow sensors (#37693)`` -`066708352e `_ 2024-04-17 ``fix: OpenLineage datasets in GCSTimeSpanFileTransformOperator (#39064)`` -`0c630fadad `_ 2024-04-15 ``handle KubernetesDeleteJobOperator import (#39036)`` -`e237041142 `_ 2024-04-15 ``Add logic to handle on_kill for BigQueryInsertJobOperator when deferrable=True (#38912)`` -`f8104325b7 `_ 2024-04-15 ``Activate RUF019 that checks for unnecessary key check (#38950)`` -`1c9a6609f3 `_ 2024-04-14 ``Adding MSGraphOperator in Microsoft Azure provider (#38111)`` -`c4a106e69b `_ 2024-04-12 ``Create GKESuspendJobOperator and GKEResumeJobOperator operators (#38677)`` -`5ff26586cd `_ 2024-04-11 ``Deferrable mode for Custom Training Job operators (#38584)`` -`1757704d8f `_ 2024-04-11 ``Enhancement for SSL-support in CloudSQLExecuteQueryOperator (#38894)`` -================================================================================================= =========== ============================================================================================================================================= - -10.17.0 -....... - -Latest change: 2024-04-10 - -================================================================================================= =========== ================================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================================ -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`42c3eaf23a `_ 2024-04-09 ``Fix BigQuery connection and add docs (#38430)`` -`ca501eff4d `_ 2024-04-09 ``fix: try002 for provider google (#38803)`` -`5c8510a1f1 `_ 2024-04-05 ``Add google-cloud-bigquery as explicit google-provider dependency (#38753)`` -`091d5e6267 `_ 2024-04-03 ``fix(google,log): Avoid log name overriding (#38071)`` -`c4439713cf `_ 2024-04-02 ``Revert "Delete deprecated AutoML operators and deprecate AutoML hook and links (#38418)" (#38633)`` -`d3dc88f084 `_ 2024-04-01 ``Avoid to use 'functools.lru_cache' in class methods in 'google' provider (#38652)`` -`13e9a0d0d5 `_ 2024-04-01 ``Fix credentials error for S3ToGCSOperator trigger (#37518)`` -`0f513472a7 `_ 2024-03-30 ``Add 'impersonation_scopes' to BigQuery (#38169)`` -`afb686c95e `_ 2024-03-26 ``Implement deferrable mode for GKEStartJobOperator (#38454)`` -`067fedbb99 `_ 2024-03-26 ``Add the deferrable mode to RunPipelineJobOperator (#37969)`` -`32ed83bd0e `_ 2024-03-25 ``Refactor GKE hooks (#38404)`` -`4a4eee113f `_ 2024-03-24 ``Delete deprecated AutoML operators and deprecate AutoML hook and links (#38418)`` -`3ac0aaf748 `_ 2024-03-24 ``Fix 'parent_model' parameter in GCP Vertex AI AutoML and Custom Job operators (#38417)`` -`da4f6f077c `_ 2024-03-22 ``fix(google): add return statement to yield within a while loop in triggers (#38394)`` -`8e7b1add43 `_ 2024-03-20 ``Remove unused loop variable from airflow package (#38308)`` -`e0feb7b80b `_ 2024-03-20 ``Fix cursor unique name surpasses Postgres identifier limit in 'PostgresToGCSOperator' (#38040)`` -`29ac05f496 `_ 2024-03-18 ``Create DeleteKubernetesJobOperator and GKEDeleteJobOperator operators (#37793)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`80e60d7303 `_ 2024-03-18 ``Create GKEStartKueueJobOperator operator (#37477)`` -`0acd6b27af `_ 2024-03-16 ``templated fields logic checks for cloud_storage_transfer_service (#37519)`` -`17ce4ac219 `_ 2024-03-16 ``Update GCS hook to get crc32c hash for CMEK-protected objects (#38191)`` -`3e2bfb8b3e `_ 2024-03-15 ``Set job labels for traceability in BigQuery jobs (#37736)`` -`cbb0cad49c `_ 2024-03-15 ``Rename mlengine's operators' fields' names to comply with templated fields validation (#38053)`` -`9442435b87 `_ 2024-03-15 ``Rename Vertex AI AutoML operators fields' names to comply with templated fields validation (#38049)`` -`83060e16e1 `_ 2024-03-15 ``Rename 'DeleteCustomTrainingJobOperator''s fields' names to comply with templated fields validation (#38048)`` -`0e2f2bc0ff `_ 2024-03-14 ``Fix gcs Anonymous user issue because none token (#38102)`` -`8f773a62c1 `_ 2024-03-08 ``Add GKECreateCustomResourceOperator and GKEDeleteCustomResourceOperator operators (#37616)`` -`e256badea9 `_ 2024-03-08 ``Restore delegate_to for Google Transfer Operators retrieving from Google Cloud. (#37925)`` -`46666af9ec `_ 2024-03-07 ``Refactor CreateHyperparameterTuningJobOperator (#37938)`` -`1e6140ba25 `_ 2024-03-06 ``Add VertexAI Language Model and Multimodal Model Operators for Google Cloud Generative AI use (#37721)`` -`ca11b7af23 `_ 2024-03-06 ``Fix BigQueryTablePartitionExistenceTrigger partition query (#37655)`` -`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` -`ec220a8679 `_ 2024-03-06 ``Deferrable mode for CreateBatchPredictionJobOperator (#37818)`` -`ca72f0fd89 `_ 2024-03-06 ``Add GKEListJobsOperator and GKEDescribeJobOperator (#37598)`` -`0c09338556 `_ 2024-03-06 ``Upgrade google-ads version (#37787)`` -================================================================================================= =========== ================================================================================================================ - -10.16.0 -....... - -Latest change: 2024-03-04 - -================================================================================================= =========== ============================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================ -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` -`2ab60812a0 `_ 2024-03-01 ``Make 'executemany' keyword arguments only in 'DbApiHook.insert_rows' (#37840)`` -`77341ef6a1 `_ 2024-02-29 ``Avoid non-recommended usage of logging (#37792)`` -`2bc103698f `_ 2024-02-28 ``Unify 'aws_conn_id' type to always be 'str | None' (#37768)`` -`f001576a94 `_ 2024-02-28 ``Fix invalid deprecation of 'DataFusionPipelineLinkHelper' (#37755)`` -`9e4bdc9e45 `_ 2024-02-27 ``Limit 'pandas' to '<2.2' (#37748)`` -`8e42a2e019 `_ 2024-02-27 ``Remove broken deprecated fallback into the Google provider operators (#37740)`` -`b52b227c04 `_ 2024-02-26 ``Implement AIP-60 Dataset URI formats (#37005)`` -`046fb49420 `_ 2024-02-25 ``fix templated field assignment 'google/cloud/operators/compute.py' (#37659)`` -`8c05e59922 `_ 2024-02-23 ``fix bq_to_mysql init checks (#37653)`` -`ca4c559865 `_ 2024-02-23 ``Fix Async GCSObjectsWithPrefixExistenceSensor xcom push (#37634)`` -`810fb5f2a8 `_ 2024-02-22 ``feat(GKEPodAsyncHook): use async credentials token implementation (#37486)`` -`5fc866aebe `_ 2024-02-22 ``'CloudRunExecuteJobOperator': Add project_id to hook.get_job calls (#37201)`` -`2cb96a8e85 `_ 2024-02-21 ``resolve template fields init checks for 'bigquery' (#37586)`` -`52d2032887 `_ 2024-02-21 ``Fix typo on DataflowStartFlexTemplateOperator documentation (#37595)`` -`68fc80e42e `_ 2024-02-20 ``Update docs for the DataprocCreateBatchOperator (#37562)`` -`011cd3debb `_ 2024-02-20 ``Use offset-naive datetime in _CredentialsToken (#37539)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`123b656151 `_ 2024-02-16 ``Fix GCSSynchronizeBucketsOperator timeout error (#37237)`` -`42f8d048d2 `_ 2024-02-16 ``Replace usage of 'datetime.utcnow' and 'datetime.utcfromtimestamp' in providers (#37138)`` -`32ba99b6c2 `_ 2024-02-15 ``Create GKEStartJobOperator and KubernetesJobOperator (#36847)`` -`107b3e2621 `_ 2024-02-15 ``Add developer token as authentication method to GoogleAdsHook (#37417)`` -`df132b2dd6 `_ 2024-02-15 ``Add GKEStartKueueInsideClusterOperator (#37072)`` -`270282f4cd `_ 2024-02-13 ``fix (#37391)`` -`2d0d78b20a `_ 2024-02-12 ``Add D401 fixes (#37348)`` -`d43c804f2b `_ 2024-02-12 ``Add optional 'location' parameter to the BigQueryInsertJobTrigger (#37282)`` -`028fbdfed3 `_ 2024-02-12 ``Use wait_for_operation in DataprocInstantiateInlineWorkflowTemplateOperator (#37145)`` -================================================================================================= =========== ============================================================================================ - -10.15.0 -....... - -Latest change: 2024-02-12 - -================================================================================================= =========== ========================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`9c4a9d7947 `_ 2024-02-11 ``D401 lint fixes for all hooks in google provider (#37296)`` -`e31aa4e1ea `_ 2024-02-10 ``fix(providers/google): fix how GKEPodAsyncHook.service_file_as_context is used (#37306)`` -`0a8e771fb7 `_ 2024-02-10 ``D401 lint fixes for google provider (#37304)`` -`90e2b12d6b `_ 2024-02-08 ``Upgrade mypy to 1.8.0 (#36428)`` -`6b49bb3a4f `_ 2024-02-08 ``Fix metadata override for ComputeEngineSSHHook (#37192)`` -`7883bcc85c `_ 2024-02-07 ``Fix assignment of template field in '__init__' in 'custom_job' (#36789)`` -`1fe8cddde8 `_ 2024-02-05 ``Fix location requirement in DataflowTemplatedJobStartOperator (#37069)`` -`2372e21d9d `_ 2024-02-05 ``add service_file support to GKEPodAsyncHook (#37081)`` -`46470aba68 `_ 2024-02-04 ``Fix assignment of template field in '__init__' in 'CloudDataTransferServiceCreateJobOperator' (#36909)`` -`11564a0297 `_ 2024-02-04 ``Fixed the hardcoded default namespace value for GCP Data Fusion links. (#35379)`` -`41503140fc `_ 2024-01-31 ``Do not ignore the internal_ip_only if set to false in Dataproc cluster config (#37014)`` -`fb62cf281e `_ 2024-01-31 ``Revert protection against back-compatibilty issue with google-core-api (#37111)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -`770a96f4c5 `_ 2024-01-26 ``Update GCP Dataproc ClusterGenerator to support GPU params (#37036)`` -`0f2670e7ac `_ 2024-01-26 ``Create DataprocStartClusterOperator and DataprocStopClusterOperator (#36996)`` -`35617620a9 `_ 2024-01-26 ``Implement deferrable mode for CreateHyperparameterTuningJobOperator (#36594)`` -`35daa3462b `_ 2024-01-26 ``Enable '_enable_tcp_keepalive' functionality for GKEPodHook (#36999)`` -================================================================================================= =========== ========================================================================================================== - -10.14.0 -....... - -Latest change: 2024-01-26 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`10ad8d9e38 `_ 2024-01-25 ``Add operator to diagnose cluster (#36899)`` -`241b50a46e `_ 2024-01-24 ``Add scopes into a GCP token (#36974)`` -`fbd21eda1e `_ 2024-01-23 ``feat: full support for google credentials in gcloud-aio clients (#36849)`` -`1c14767638 `_ 2024-01-23 ``Fix google operators handling of impersonation chain (#36903)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`700e9e4890 `_ 2024-01-22 ``docs(providers/google): reword GoogleBaseHookAsync as GoogleBaseAsyncHook in docstring (#36946)`` -`e07a42e69d `_ 2024-01-22 ``Check cluster state before defer Dataproc operators to trigger (#36892)`` -`9e4f5ba67a `_ 2024-01-21 ``fix templating field to super constructor (#36934)`` -`f1758fdd7d `_ 2024-01-20 ``fix: respect connection ID and impersonation in GKEStartPodOperator (#36861)`` -`09bb1a87a5 `_ 2024-01-20 ``style(providers/google): improve BigQueryInsertJobOperator type hinting (#36894)`` -`681859c7bf `_ 2024-01-18 ``Change default 'parquet_row_group_size' in 'BaseSQLToGCSOperator' (#36817)`` -`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` -`1ea623a834 `_ 2024-01-17 ``Fix deprecations into the GCP Dataproc links (#36834)`` -`437d4e4467 `_ 2024-01-17 ``Deprecate AutoMLTrainModelOperator for Vision and Video (#36473)`` -`8e6bfc2956 `_ 2024-01-13 ``fix assignment of templated field in constructor (#36603)`` -`4a5da8e05e `_ 2024-01-10 ``Remove backward compatibility check for KubernetesPodOperator module (#36724)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`ead75286dc `_ 2024-01-10 ``Remove backward compatibility check for KubernetesPodTrigger module (#36721)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`ecb2c9f24d `_ 2024-01-09 ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)`` -`584087f087 `_ 2024-01-09 ``Add templated fields to 'BigQueryToSqlBaseOperator' from 'BigQueryToPostgresOperator' (#36663)`` -`f7b663d9af `_ 2024-01-07 ``Run mypy checks for full packages in CI (#36638)`` -`f28643b7bd `_ 2024-01-03 ``Implement Google Analytics Admin (GA4) operators (#36276)`` -`75aa4a3385 `_ 2024-01-03 ``Preserve ASCII control characters directly through the BigQuery load API (#36533)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`db0679de12 `_ 2023-12-30 ``Added Check for Cancel Workflow Invocation and added new Query Workflow Invocation operator (#36351)`` -`f070efa95c `_ 2023-12-30 ``remove unecessary templated field (#36491)`` -`918552acad `_ 2023-12-29 ``prevent templated field logic checks in operators __init__ (#36489)`` -================================================================================================= =========== ==================================================================================================================== - -10.13.1 -....... - -Latest change: 2023-12-28 - -================================================================================================= =========== ================================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================================= -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`49ce3ed006 `_ 2023-12-28 ``Remove backcompat code for stackdriver (#36442)`` -`cba3ca7067 `_ 2023-12-28 ``Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443) (#36457)`` -`127c0725b9 `_ 2023-12-27 ``Revert "Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443)" (#36453)`` -`9e55f51a9f `_ 2023-12-27 ``Remove unused '_parse_version' function (#36450)`` -`75faf1115d `_ 2023-12-27 ``Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443)`` -`794ce730aa `_ 2023-12-26 ``Revert "Remove remaining Airflow 2.5 backcompat code from Google Provider (#36366)" (#36440)`` -================================================================================================= =========== ================================================================================================= - -10.13.0 -....... - -Latest change: 2023-12-23 - -================================================================================================= =========== ============================================================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================================================ -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`2c2763f806 `_ 2023-12-22 ``Remove remaining Airflow 2.5 backcompat code from Google Provider (#36366)`` -`10c4c352f9 `_ 2023-12-20 ``Minor fix to DataprocCreateClusterOperator operator docs. (#36322)`` -`881d88b4da `_ 2023-12-19 ``Implement deferrable mode for BeamRunJavaPipelineOperator (#36122)`` -`5ab43d5541 `_ 2023-12-19 ``Move KubernetesPodTrigger hook to a cached property (#36290)`` -`d793fda391 `_ 2023-12-18 ``Add ability to run streaming Job for BeamRunPythonPipelineOperator in non deferrable mode (#36108)`` -`92335417d8 `_ 2023-12-17 ``Add use_glob to GCSObjectExistenceSensor (#34137)`` -`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` -`ffb003a58e `_ 2023-12-17 ``fix(bigquery.py): pass correct project_id to triggerer (#35200)`` -`e83a98603e `_ 2023-12-14 ``iterate through blobs before checking prefixes (#36202)`` -`4c73d613b1 `_ 2023-12-13 ``Fix incompatibility with google-cloud-monitoring 2.18.0 (#36200)`` -`8fbacb8a5f `_ 2023-12-13 ``Update 'retry' param typing in PubSubAsyncHook (#36198)`` -`64931b1a65 `_ 2023-12-12 ``Prepare docs 1st wave of Providers December 2023 RC2 (#36190)`` -`47a9c8a4a4 `_ 2023-12-12 ``Added Datascan Profiling (#35696)`` -`3dddfb4a4a `_ 2023-12-11 ``Add overrides to template fields of Google Cloud Run Jobs Execute Operator (#36133)`` -`fcd993b852 `_ 2023-12-11 ``Upgrade to latest pre-commit plugins (#36163)`` -`343bac956b `_ 2023-12-11 ``Review and mark found potential SSH security issues by bandit (#36162)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -`8d0c5d9008 `_ 2023-12-09 ``Change retry type for Google Dataflow Client to async one (#36141)`` -`aba58adb83 `_ 2023-12-08 ``Allow storage options to be passed (#35820)`` -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`ca20f07a16 `_ 2023-12-06 ``GCP Secrets Backend Impersonation (#36072)`` -`d0f4512ecb `_ 2023-12-04 ``Fix DataprocSubmitJobOperator to retrieve failed job error message (#36053)`` -`86b1bd22d1 `_ 2023-12-01 ``Fix CloudRunExecuteJobOperator not able to retrieve the Cloud Run job status in deferrable mode (#36012)`` -`cf052dc64f `_ 2023-12-01 ``Add feature to build "chicken-egg" packages from sources (#35890)`` -`5d74ffb320 `_ 2023-11-27 ``Fix gcs listing - ensure blobs are loaded (#34919)`` -`99b68e2db2 `_ 2023-11-27 ``Add OpenLineage support to GcsOperators - Delete, Transform and TimeSpanTransform (#35838)`` -`373d8a57b2 `_ 2023-11-25 ``Deprecate 'CloudComposerEnvironmentSensor' in favor of 'CloudComposerCreateEnvironmentOperator' with defer mode (#35775)`` -`e2a5dbf8b4 `_ 2023-11-25 ``allow multiple elements in impersonation chain (#35694)`` -`770f16425c `_ 2023-11-25 ``Add support for service account impersonation with computeEngineSSHHook (google provider) and IAP tunnel (#35136)`` -================================================================================================= =========== ============================================================================================================================ - -10.12.0 -....... - -Latest change: 2023-11-24 - -================================================================================================= =========== ========================================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================================= -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`72ba63e0b9 `_ 2023-11-22 ``added Topic params for schema_settings and message_retention_duration. (#35767)`` -`2a06e278d2 `_ 2023-11-21 ``Check attr on parent not self re TaskContextLogger set_context (#35780)`` -`1fae1a50e9 `_ 2023-11-21 ``Add OpenLineage support to GCSToBigQueryOperator (#35778)`` -`9207e7d5e5 `_ 2023-11-20 ``Remove usage of deprecated method from BigQueryToBigQueryOperator (#35605)`` -`d8075cd04c `_ 2023-11-20 ``Remove backcompat with Airflow 2.3/2.4 in providers (#35727)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`f30d5b8ec1 `_ 2023-11-19 ``Restore delegate_to param in GoogleDiscoveryApiHook (#35728)`` -`ed6fe240c3 `_ 2023-11-18 ``Align documentation of 'MSSQLToGCSOperator' (#35715)`` -`ce16963e9d `_ 2023-11-17 ``Add OpenLineage support to BigQueryToGCSOperator (#35660)`` -`b9f3a5392f `_ 2023-11-17 ``Extend task context logging support for remote logging using GCP GCS (#32970)`` -`0c6fd5be86 `_ 2023-11-17 ``Remove usage of deprecated methods from BigQueryCursor (#35606)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`08d15d06ba `_ 2023-11-16 ``Add support for driver pool, instance flexibility policy, and min_num_instances for Dataproc (#34172)`` -`a9ce7135ff `_ 2023-11-16 ``Add "NON_PREEMPTIBLE" as a valid preemptibility type for Dataproc workers (#35669)`` -`054904bb9a `_ 2023-11-15 ``Add ability to pass impersonation_chain to BigQuery triggers (#35629)`` -`9d5f726c8a `_ 2023-11-15 ``Add a filter for local files in GoogleDisplayVideo360CreateQueryOperator (#35635)`` -`8fd5ac6530 `_ 2023-11-10 ``Fix the logic of checking dataflow job state (#34785)`` -================================================================================================= =========== ========================================================================================================= - -10.11.1 -....... - -Latest change: 2023-11-08 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`64d1085cb9 `_ 2023-11-03 ``Update Google Ads API version from v14 to v15 (#35295)`` -`63cc915cd3 `_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` -================================================================================================= =========== ============================================================= - -10.11.0 -....... - -Latest change: 2023-10-28 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`04e2fbd92b `_ 2023-10-27 ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)`` -`acff4c79dc `_ 2023-10-26 ``Make Dataprep system test self-sufficient (#34880)`` -`0bb56315e6 `_ 2023-10-25 ``Added 'overrides' parameter to CloudRunExecuteJobOperator (#34874)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`63f3712d2e `_ 2023-10-18 ``Update gcs.py Create and List comment Examples (#35028)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -================================================================================================= =========== ====================================================================== - -10.10.1 -....... - -Latest change: 2023-10-18 - -================================================================================================= =========== ============================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================== -`39e611b43b `_ 2023-10-18 ``Prepare docs 2nd wave of Providers in October 2023 (#35020)`` -`f16906d13b `_ 2023-10-18 ``Create operators for VertexAI Pipeline Job (#34915)`` -`86e27c7cd7 `_ 2023-10-18 ``Fix cloud run operation timeout error (#34755)`` -`e444bca140 `_ 2023-10-18 ``Add links between documentation related to Google Cloud Storage (#34994)`` -`92204b36b0 `_ 2023-10-18 ``Migrate legacy version of AI Platform Prediction to VertexAI (#34922)`` -`0b49f338b9 `_ 2023-10-16 ``Cancel workflow in on_kill in DataprocInstantiate{Inline}WorkflowTemplateOperator (#34957)`` -================================================================================================= =========== ============================================================================================== - -10.10.0 -....... - -Latest change: 2023-10-13 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`d27d0bb60b `_ 2023-10-13 ``Refactor DataFusionInstanceLink usage (#34514)`` -`4dc2c40dfe `_ 2023-10-12 ``Fix GCSToGoogleDriveOperator and gdrive system tests (#34545)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`99f320354b `_ 2023-10-04 ``Refactor: consolidate import time in providers (#34402)`` -`7c440ca184 `_ 2023-10-03 ``Fix typo in DataplexGetDataQualityScanResultOperator (#34681)`` -`562b98a622 `_ 2023-10-02 ``Fix LookerHook serialize missing 1 argument error (#34678)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`07fe1d2a69 `_ 2023-09-27 ``Refactor dedent nested loops (#34409)`` -`2b082f1e5a `_ 2023-09-27 ``Use 'airflow.models.dag.DAG' in Google Provider examples (#34614)`` -`8bea45f37f `_ 2023-09-26 ``Refactor multiple equals to contains in providers (#34441)`` -`20b7cfc395 `_ 2023-09-26 ``respect soft_fail argument when exception is raised for google sensors (#34501)`` -`6a03870d1c `_ 2023-09-24 ``improvement: introduce proejct_id in BigQueryIntervalCheckOperator (#34573)`` -`f56acdad16 `_ 2023-09-22 ``Deprecate Life Sciences Operator and Hook (#34549)`` -`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` -`d20c32f6b7 `_ 2023-09-20 ``Refactor: reduce some conditions in providers (#34440)`` -`a6fcd69fe5 `_ 2023-09-15 ``Fix Dataform system tests (#34329)`` -`8ecd576de1 `_ 2023-09-14 ``Refactor shorter defaults in providers (#34347)`` -`013c95bfe6 `_ 2023-09-14 ``Update Vertex AI system tests (#34364)`` -================================================================================================= =========== =================================================================================== - -10.9.0 -...... - -Latest change: 2023-09-14 - -================================================================================================= =========== ================================================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================================================ -`7574e16e75 `_ 2023-09-14 ``Prepare docs for Sep 2023 2nd wave of Providers (#34360)`` -`b042042086 `_ 2023-09-14 ``Remove unnecessary call to keys() method on dictionaries (#34260)`` -`05036e619c `_ 2023-09-13 ``Refactor: Think positively in providers (#34279)`` -`3fa9d46ec7 `_ 2023-09-12 ``Refactor: Simplify code in providers/google (#33229)`` -`4dcdc34996 `_ 2023-09-11 ``Add explicit support of stream (realtime) pipelines for CloudDataFusionStartPipelineOperator (#34271)`` -`94d07908a2 `_ 2023-09-11 ``Refactor: Simplify comparisons (#34181)`` -`0110b22a60 `_ 2023-09-11 ``Fix 'ComputeEngineInsertInstanceOperator' doesn't respect jinja-templated instance name when given in body argument (#34171)`` -`050a47add8 `_ 2023-09-11 ``Add 'expected_terminal_state' parameter to Dataflow operators (#34217)`` -`25d463c3e3 `_ 2023-09-11 ``Deprecate AutoMLTrainModelOperator for NL (#34212)`` -`db38a6fc66 `_ 2023-09-11 ``GKEPodHook ignores gcp_conn_id parameter. (#34194)`` -`38ecd4c4da `_ 2023-09-10 ``Bump min common-sql provider version for Google provider (#34257)`` -`c5ec7cd294 `_ 2023-09-10 ``Simplify to bool(...) (#34258)`` -`bf9769bebf `_ 2023-09-09 ``Make Google Dataform operators templated_fields more consistent (#34187)`` -`774125ae25 `_ 2023-09-09 ``fix: BigQuery job error message (#34208)`` -================================================================================================= =========== ================================================================================================================================ - -10.8.0 -...... - -Latest change: 2023-09-08 - -================================================================================================= =========== ========================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`ff23a30e5b `_ 2023-09-07 ``fix(providers/google-marketing-platform): respect soft_fail argument when exception is raised (#34165)`` -`9c66132af6 `_ 2023-09-07 ``fix: docstring in endpoint_service.py (#34135)`` -`9079093291 `_ 2023-09-07 ``Consolidate importing of os.path.* (#34060)`` -`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` -`c88e746494 `_ 2023-09-04 ``Dynamic setting up of artifact versinos for Datafusion pipelines (#34068)`` -`ba59f3475c `_ 2023-09-04 ``Add deferrable mode to Dataplex DataQuality. (#33954)`` -`4f20b0f442 `_ 2023-09-03 ``Move the try outside the loop when this is possible in Google provider (#33976)`` -`d757f6a3af `_ 2023-09-03 ``Fix BigQueryValueCheckOperator deferrable mode optimisation (#34018)`` -`fa5e54c4c5 `_ 2023-09-03 ``Combine similar if logics in providers (#33987)`` -`47bd5dd0e1 `_ 2023-09-03 ``Remove useless string join from providers (#33968)`` -`b7f84e913b `_ 2023-09-02 ``Update Azure fileshare hook to use azure-storage-file-share instead of azure-storage-file (#33904)`` -`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` -`04e9b0bd78 `_ 2023-09-01 ``fix google CHANGELOG.rst (#34007)`` -`ff7dcf4e82 `_ 2023-09-01 ``replace loop by any when looking for a positive value in providers (#33984)`` -`a9bbb430fc `_ 2023-09-01 ``Replace try - except pass by contextlib.suppress in providers (#33980)`` -`5d60c742a7 `_ 2023-09-01 ``Fix Google 10.7.0 changelog (#33953)`` -`0a5e2281e0 `_ 2023-08-31 ``Remove some useless try/except from providers code (#33967)`` -`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` -`3b86842120 `_ 2023-08-31 ``Remove a deprecated option from 'BigQueryHook.get_pandas_df' (#33819)`` -`a35c0d42cc `_ 2023-08-30 ``replace unnecessary dict comprehension by dict() in providers (#33857)`` -`eaf34718a4 `_ 2023-08-30 ``Fix Cloud Worflows system test (#33386)`` -`d361761dee `_ 2023-08-30 ``Early delete a Dataproc cluster if started in the ERROR state. (#33668)`` -`075afe5a2a `_ 2023-08-30 ``allow impersonation_chain to be set on Google Cloud connection (#33715)`` -`3b3650e87d `_ 2023-08-29 ``fix entry in Google provider CHANGELOG.rst (#33890)`` -`2663b177a6 `_ 2023-08-28 ``Generate Python API docs for Google ADS (#33814)`` -`6802d4136f `_ 2023-08-27 ``Improve modules import in google provider by move some of them into a type-checking block (#33783)`` -`6d182beec6 `_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` -`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` -`353b1482d3 `_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)`` -`784e0ef04b `_ 2023-08-26 ``Refactor: Simplify a few loops (#33736)`` -`3d01919a30 `_ 2023-08-26 ``Avoid blocking event loop when using DataFusionAsyncHook by replacing sleep by asyncio.sleep (#33756)`` -`2a00f18ebb `_ 2023-08-26 ``E731: replace lambda by a def method in Airflow providers (#33757)`` -`c90eec9365 `_ 2023-08-26 ``Use f-string instead of in Airflow providers (#33752)`` -================================================================================================= =========== ========================================================================================================== - -10.7.0 -...... - -Latest change: 2023-08-26 - -================================================================================================= =========== ========================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================== -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`94c8291629 `_ 2023-08-25 ``Refactor: Use f-strings (#33734)`` -`ba0bab0114 `_ 2023-08-25 ``Refactor: Use random.choices (#33631)`` -`66d0222947 `_ 2023-08-25 ``Add CloudRunHook and operators (#33067)`` -`96efcfb830 `_ 2023-08-24 ``Further improvements for provider verification (#33670)`` -`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` -`1953648fda `_ 2023-08-24 ``Refactor: lists and paths in dev (#33626)`` -`4154cc04ce `_ 2023-08-24 ``Do not create lists we don't need (#33519)`` -`94f70d8184 `_ 2023-08-23 ``Replace strftime with f-strings where nicer (#33455)`` -`92474db6a5 `_ 2023-08-23 ``Refactor: Better percentage formatting (#33595)`` -`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` -`08fa814533 `_ 2023-08-21 ``Add missing template fields to DataformCreateCompilationResultOperator (#33585)`` -`c8de9a5f68 `_ 2023-08-21 ``Adding Support for Google Cloud's Data Pipelines Run Operator (#32846)`` -`46fa5a2743 `_ 2023-08-21 ``Fix BigQueryCreateExternalTableOperator when using a foramt different to CSV (#33540)`` -`3157002eeb `_ 2023-08-19 ``Fix DataplexDataQualityJobStatusSensor and add unit tests (#33440)`` -`533afb5128 `_ 2023-08-19 ``Add parameter sftp_prefetch to SFTPToGCSOperator (#33274)`` -`c6a014a370 `_ 2023-08-18 ``Add 'CloudBatchHook' and operators (#32606)`` -`ea8519c055 `_ 2023-08-18 ``Avoid importing pandas and numpy in runtime and module level (#33483)`` -`8e88eb8fa7 `_ 2023-08-17 ``Consolidate import and usage of pandas (#33480)`` -`bfe08a79db `_ 2023-08-16 ``Import utc from datetime and normalize its import (#33450)`` -`843a3b8c3e `_ 2023-08-16 ``Fix system test example_cloud_storage_transfer_service_aws (#33429)`` -`a1e42f6626 `_ 2023-08-14 ``Enable D205 Support (#33398)`` -`b4102ce0b5 `_ 2023-08-14 ``Update Error details for Generic Error Code (#32847)`` -`a2a0d05345 `_ 2023-08-14 ``Add Source Code and Testing for Google Cloud's Data Pipelines Create Operator (#32843)`` -`dfb2403ec4 `_ 2023-08-14 ``Add Dataplex Data Quality operators. (#32256)`` -`7e79997594 `_ 2023-08-11 ``D205 Support - Providers - Final Pass (#33303)`` -================================================================================================= =========== ========================================================================================== - -10.6.0 -...... - -Latest change: 2023-08-09 - -================================================================================================= =========== ================================================================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================================================================ -`f82acc1579 `_ 2023-08-09 ``Prepare docs for RC3 providers (google) (#33253)`` -`e1af008711 `_ 2023-08-09 ``make 'sql' a cached property in 'BigQueryInsertJobOperator' (#33218)`` -`e43206eb2e `_ 2023-08-08 ``refactor(providers.google): use module level __getattr__ for DATAPROC_JOB_LOG_LINK to DATAPROC_JOB_LINK and add deprecation warning (#33189)`` -`8f27d3ff47 `_ 2023-08-08 ``Prepare docs for RC2 providers (google, redis) (#33185)`` -`15ede4a1a1 `_ 2023-08-07 ``Fix DataflowStartSqlJobOperator system test (#32823)`` -`9736143468 `_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)`` -`0e076dceaf `_ 2023-08-07 ``Fix catching 409 error (#33173)`` -`8997b5e95f `_ 2023-08-07 ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)`` -`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` -`e10aa6ae6a `_ 2023-08-04 ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)`` -`e3d82c6be0 `_ 2023-08-04 ``Get rid of Python2 numeric relics (#33050)`` -`1ea7ae809b `_ 2023-08-03 ``Refactor of links in Dataproc. (#31895)`` -`d9121a7b9e `_ 2023-08-02 ``Fix 'DataFusionAsyncHook' catch 404 (#32855)`` -`0c894dbb24 `_ 2023-08-02 ``Handle multiple connections using exceptions (#32365)`` -`915f9e4060 `_ 2023-07-31 ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)`` -`f9cddf332d `_ 2023-07-31 ``openlineage,gcs: use proper name for openlineage methods (#32956)`` -`ce5eebd004 `_ 2023-07-31 ``Fix system test for MetastoreHivePartitionSensor (#32861)`` -`c422920c6e `_ 2023-07-31 ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)`` -================================================================================================= =========== ================================================================================================================================================ - -10.5.0 -...... - -Latest change: 2023-07-29 - -================================================================================================= =========== ======================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================= -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`81b85ebcbd `_ 2023-07-29 ``Fix 'BigQueryInsertJobOperator' not exiting deferred state (#31591)`` -`9d68492f87 `_ 2023-07-27 ``misc: update MLEngine system tests (#32881)`` -`b73366799d `_ 2023-07-27 ``openlineage, gcs: add openlineage methods for GcsToGcsOperator (#31350)`` -`583f407c54 `_ 2023-07-26 ``Fixup docstring for deprecated DataprocSubmitSparkJobOperator and refactoring system tests (#32743)`` -`4c2ef99772 `_ 2023-07-26 ``Add Spot Instances support with Dataproc Operators (#31644)`` -`82e6226738 `_ 2023-07-23 ``Fix Datafusion system tests (#32749)`` -`0fbb05a459 `_ 2023-07-21 ``Fixup system test for DataprocSubmitJobOperator (SparkSQL job) (#32745)`` -`fbeddc3017 `_ 2023-07-21 ``Fixup docstring for deprecated DataprocSubmitPigJobOperator (#32739)`` -`440c9eb2b4 `_ 2023-07-21 ``Fixup system test for DataprocSubmitJobOperator (PySpark job) (#32740)`` -`49921763eb `_ 2023-07-21 ``Migrate system test for PostgresToGCSOperator to new design AIP-47 (#32641)`` -`978adb309a `_ 2023-07-21 ``Install sqlalchemy-spanner package into Google provider (#31925)`` -`99b8a90346 `_ 2023-07-20 ``Filtering and ordering results of DataprocListBatchesOperator (#32500)`` -`3c14753b03 `_ 2023-07-20 ``Fix BigQueryGetDataOperator where project_id is not being respected in deferrable mode (#32488)`` -`e8287734cb `_ 2023-07-20 ``Fixup docstring for deprecated DataprocSubmitHiveJobOperator (#32723)`` -`8b7ae76026 `_ 2023-07-20 ``Fixup docs and optimize system test for DataprocSubmitJobOperator (Hadoop job) (#32722)`` -`848c69a194 `_ 2023-07-20 ``Refresh GKE OAuth2 tokens (#32673)`` -`60c49ab2df `_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` -`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` -================================================================================================= =========== ======================================================================================================= - -10.4.0 -...... - -Latest change: 2023-07-12 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` -`2ad91a7808 `_ 2023-07-11 ``Bugfix GCSToGCSOperator when copy files to folder without wildcard (#32486)`` -`86c6cc9a9a `_ 2023-07-11 ``Combine 8 into 1 (#29462)`` -`3a8da4b55b `_ 2023-07-11 ``Allow a destination folder to be provided (#31885)`` -`0f73647bda `_ 2023-07-08 ``D205 Support - Provider: Google (#32356)`` -`e70bee00cd `_ 2023-07-08 ``Fix 'cache_control' parameter of upload function in 'GCSHook' (#32440)`` -`257136786c `_ 2023-07-08 ``Moves 'AzureBlobStorageToGCSOperator' from Azure to Google provider (#32306)`` -`723eb7d453 `_ 2023-07-07 ``Give better link to job configuration docs in BigQueryInsertJobOperator (#31736)`` -`6c854dcb16 `_ 2023-07-07 ``Migrating Google AutoML example_dags to sys tests (#32368)`` -`53d9421905 `_ 2023-07-07 ``build(pre-commit): check deferrable default value (#32370)`` -`2d690de110 `_ 2023-07-07 ``Fix BigQuery transfer operators to respect project_id arguments (#32232)`` -`e7587b3369 `_ 2023-07-06 ``Fix the gcp_gcs_delete_objects on empty list (#32383)`` -`becfb3c64f `_ 2023-07-06 ``Fix endless loop of defer in cloud_build (#32387)`` -`e4757d6dfa `_ 2023-07-06 ``Fix GCSToGCSOperator copy without wildcard and exact_match=True (#32376)`` -================================================================================================= =========== ==================================================================================== - -10.3.0 -...... - -Latest change: 2023-07-06 - -================================================================================================= =========== ============================================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================================= -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` -`d6e254db68 `_ 2023-06-30 ``Deprecate 'delimiter' param and source object's wildcards in GCS, introduce 'match_glob' param. (#31261)`` -`dd937e51fe `_ 2023-06-30 ``Add 'on_finish_action' to 'KubernetesPodOperator' (#30718)`` -`c0eaa9b25d `_ 2023-06-29 ``Add deferrable mode to CloudSQLExportInstanceOperator (#30852)`` -`f3f69bf1e0 `_ 2023-06-29 ``Refactor GKECreateClusterOperator's body validation (#31923)`` -`7d2ec76c72 `_ 2023-06-29 ``Make the deferrable version of DataprocCreateBatchOperator handle a batch_id that already exists (#32216)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -`b156db3a70 `_ 2023-06-23 ``Adding 'src_fmt_configs' to the list of template fields. (#32097)`` -`59d64d8f2e `_ 2023-06-22 ``[Issue-32069] Fix name format in the batch requests (#32070)`` -`fd116cc196 `_ 2023-06-22 ``Google provider docstring improvements (#31731)`` -`8f41584777 `_ 2023-06-21 ``Optimize deferrable mode execution for 'BigQueryValueCheckOperator' (#31872)`` -`fe7a1aa096 `_ 2023-06-21 ``Switch Google Ads API version from v13 to v14 (#32028)`` -`43fa157e51 `_ 2023-06-20 ``Fix 'BigQueryInsertJobOperator' error handling in deferrable mode (#32034)`` -`2a79fb74fd `_ 2023-06-20 ``Fix 'BIGQUERY_JOB_DETAILS_LINK_FMT' in 'BigQueryConsoleLink' (#31953)`` -================================================================================================= =========== ============================================================================================================= - -10.2.0 -...... - -Latest change: 2023-06-20 - -================================================================================================= =========== ======================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`f2ebc292fe `_ 2023-06-19 ``Provide missing project id and creds for TabularDataset (#31991)`` -`66299338eb `_ 2023-06-18 ``add a return when the event is yielded in a loop to stop the execution (#31985)`` -`e6960f1ad6 `_ 2023-06-15 ``Revert "Fix 'BIGQUERY_JOB_DETAILS_LINK_FMT' in 'BigQueryConsoleLink' (#31457)" (#31935)`` -`c7072c0490 `_ 2023-06-15 ``Fix 'BIGQUERY_JOB_DETAILS_LINK_FMT' in 'BigQueryConsoleLink' (#31457)`` -`a81ac70b33 `_ 2023-06-15 ``Add deferrable mode to PubsubPullSensor (#31284)`` -`b502e665d6 `_ 2023-06-14 ``Add a new param to set parquet row group size in 'BaseSQLToGCSOperator' (#31831)`` -`810d46776a `_ 2023-06-11 ``Implement MetastoreHivePartitionSensor (#31016)`` -`233663046d `_ 2023-06-08 ``Add 'cacheControl' field to google cloud storage (#31338)`` -`ba3665f76a `_ 2023-06-08 ``Bigquery: fix links for already existing tables and datasets. (#31589)`` -`fbeb01cb17 `_ 2023-06-07 ``Replace unicodecsv with standard csv library (#31693)`` -`d91861d3bd `_ 2023-06-07 ``Optimize deferrable mode (#31758)`` -`9e268e13b1 `_ 2023-06-07 ``Replace spelling directive with spelling:word-list (#31752)`` -`36ffbee4aa `_ 2023-06-05 ``Add D400 pydocstyle check - Google provider only (#31422)`` -`495ae23d45 `_ 2023-06-05 ``Optimize deferrable mode execution for 'DataprocSubmitJobOperator' (#31317)`` -`86b5ba2802 `_ 2023-06-04 ``Remove return statement after yield from triggers class (#31703)`` -`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` -`47c2023df2 `_ 2023-05-31 ``Add 'preserveAsciiControlCharacters' to 'src_fmt_configs' (#31643)`` -`e3ec1ac72e `_ 2023-05-30 ``Add support for credential configuation file auth to Google Secrets Manager secrets backend (#31597)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -`ef40148170 `_ 2023-05-26 ``Add credential configuration file support to Google Cloud Hook (#31548)`` -`22e44ab9f2 `_ 2023-05-26 ``FIPS environments: Mark uses of md5 as "not-used-for-security" (#31171)`` -`5ae9728db7 `_ 2023-05-25 ``Add deferrable mode to 'GCSUploadSessionCompleteSensor' (#31081)`` -`28f2e70916 `_ 2023-05-25 ``Optimize deferrable mode execution for 'BigQueryInsertJobOperator' (#31249)`` -`769e204d53 `_ 2023-05-24 ``Add append_job_name parameter in DataflowStartFlexTemplateOperator (#31511)`` -================================================================================================= =========== ======================================================================================================== - -10.1.1 -...... - -Latest change: 2023-05-24 - -================================================================================================= =========== ============================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================== -`d745cee3db `_ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)`` -`c082aec089 `_ 2023-05-23 ``Fix accessing a GKE cluster through the private endpoint in 'GKEStartPodOperator' (#31391)`` -`0d6e626b05 `_ 2023-05-22 ``Fix 'BigQueryGetDataOperator''s query job bugs in deferrable mode (#31433)`` -================================================================================================= =========== ============================================================================================== - -10.1.0 -...... - -Latest change: 2023-05-19 - -================================================================================================= =========== =========================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`54f1fb0574 `_ 2023-05-19 ``Docstring improvements (#31375)`` -`cfe759dc59 `_ 2023-05-19 ``Switch default Google ads to v13 (#31382)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`db8cbf6ab5 `_ 2023-05-18 ``Add get_namespace to GKEPodHook (#31397)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d677a263be `_ 2023-05-18 ``Switch to google ads v13 (#31369)`` -`28d1bf8dfc `_ 2023-05-18 ``Update SDKs for google provider package (#30067)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`cf1e26b046 `_ 2023-05-16 ``Add BigQueryToPostgresOperator (#30658)`` -`d9f70dffd1 `_ 2023-05-16 ``Add CloudBuild build id log (#30516)`` -`caeca2d143 `_ 2023-05-15 ``Add protocol to define methods relied upon by KubernetesPodOperator (#31298)`` -`d3a2dbe028 `_ 2023-05-15 ``GKEPodHook needs to have all methods KPO calls (#31266)`` -`fb6c501124 `_ 2023-05-13 ``Add flag apply_gcs_prefix to S3ToGCSOperator (b/245077385) (#31127)`` -`a66edcbb2c `_ 2023-05-13 ``'CreateBatchPredictionJobOperator' Add batch_size param for Vertex AI BatchPredictionJob objects (#31118)`` -`d1fe67184d `_ 2023-05-12 ``Add 'use_legacy_sql' param to 'BigQueryGetDataOperator' (#31190)`` -`b8f73768ec `_ 2023-05-09 ``Add 'as_dict' param to 'BigQueryGetDataOperator' (#30887)`` -`e68d4a7764 `_ 2023-05-08 ``implement gcs_schema_object for BigQueryCreateExternalTableOperator (#30961)`` -`810b5d4da4 `_ 2023-05-08 ``'DataflowTemplatedJobStartOperator' fix overwriting of location with default value, when a region is provided. (#31082)`` -`ac46902154 `_ 2023-05-04 ``Move TaskInstanceKey to a separate file (#31033)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`b0a40bb812 `_ 2023-04-30 ``Optimize deferred execution mode (#30946)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`f89d7b9848 `_ 2023-04-28 ``Poke once before defer for GCSObjectsWithPrefixExistenceSensor (#30939)`` -`a3741e0e02 `_ 2023-04-28 ``Optimize deferrable mode execution (#30920)`` -`0d95acef1d `_ 2023-04-28 ``Add deferrable mode to DataprocInstantiateInlineWorkflowTemplateOperator (#30878)`` -`3a5b583c91 `_ 2023-04-27 ``Optimize deferrable mode in 'GCSObjectExistenceSensor' (#30901)`` -`eed5d5b7cc `_ 2023-04-27 ``Add deferrable mode to 'GCSObjectsWithPrefixExistenceSensor' (#30618)`` -`48c9625c70 `_ 2023-04-24 ``Add 'priority' parameter to BigQueryHook (#30655)`` -`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` -`432697d90c `_ 2023-04-23 ``allow multiple prefixes in gcs delete/list hooks and operators (#30815)`` -`c499b6beb2 `_ 2023-04-22 ``Small refactors in ClusterGenerator of dataproc (#30714)`` -`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` -`676a95b220 `_ 2023-04-22 ``Fix removed delegate_to parameter in deferrable GCS sensor (#30810)`` -`9e49d91a0a `_ 2023-04-22 ``Add deferrable mode to 'GCSObjectUpdateSensor' (#30579)`` -================================================================================================= =========== =========================================================================================================================== - -10.0.0 -...... - -Latest change: 2023-04-21 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` -`fbc1382514 `_ 2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)`` -`b48f959ae9 `_ 2023-04-21 ``Update DataprocCreateCluster operator to use 'label' parameter properly (#30741)`` -`da2749cae5 `_ 2023-04-15 ``Update Google Campaign Manager360 operators to use API v4 (#30598)`` -`4eab616e9f `_ 2023-04-15 ``add missing project_id in BigQueryGetDataOperator (#30651)`` -`57c09e59ee `_ 2023-04-14 ``Display Video 360 cleanup v1 API usage (#30577)`` -================================================================================================= =========== ==================================================================================== - -9.0.0 -..... - -Latest change: 2023-04-12 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`0f3b6579cb `_ 2023-04-12 ``Prepare docs for RC2 of provider wave (#30606)`` -`874ea9588e `_ 2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)`` -`71db47a73d `_ 2023-04-09 ``Update DV360 operators to use API v2 (#30326)`` -`3d2c96e3f5 `_ 2023-04-08 ``Add deferrable mode to GKEStartPodOperator (#29266)`` -`4703f9a0e5 `_ 2023-04-08 ``BigQueryHook list_rows/get_datasets_list can return iterator (#30543)`` -`d9896fd96e `_ 2023-04-08 ``Fix dynamic imports in google ads vendored in library (#30544)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -`2ba1e63c37 `_ 2023-04-04 ``Fix cloud build async credentials (#30441)`` -`cc6fd5c0d9 `_ 2023-04-03 ``Small quotation fix (#30448)`` -================================================================================================= =========== ========================================================================= - -8.12.0 -...... - -Latest change: 2023-04-02 - -================================================================================================= =========== ======================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`25048fa6b2 `_ 2023-04-01 ``Switch to using vendored-in google ads. (#30410)`` -`2e65c70e99 `_ 2023-04-01 ``Merging of the google ads vendored-in code. (#30399)`` -`540a076801 `_ 2023-03-30 ``merge BigQueryTableExistenceAsyncSensor into BigQueryTableExistenceSensor (#30235)`` -`29eba167ea `_ 2023-03-22 ``Merge BigQueryTableExistencePartitionAsyncSensor into BigQueryTableExistencePartitionSensor (#30231)`` -`79a2fa7db9 `_ 2023-03-21 ``Merge GCSObjectExistenceAsyncSensor logic to GCSObjectExistenceSensor (#30014)`` -`af4627fec9 `_ 2023-03-20 ``fix setting project_id for gs to bq and bq to gs (#30053)`` -`75fd5e8c54 `_ 2023-03-16 ``Add missing 'poll_interval' in Bigquery operator (#30132)`` -`5a3be7256b `_ 2023-03-15 ``Handling project location param on async BigQuery dts trigger (#29786)`` -`a6715805c7 `_ 2023-03-14 ``Add poll_interval param in BigQueryInsertJobOperator (#30091)`` -`57fb80cff0 `_ 2023-03-14 ``Support CloudDataTransferServiceJobStatusSensor without specifying a project_id (#30035)`` -`def1f89e70 `_ 2023-03-10 ``Fix location on cloud build operators (#29937)`` -`599c587e26 `_ 2023-03-10 ``Add 'job_id' to 'BigQueryToGCSOperator' templated_fields (#30006)`` -`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` -`b6392ae5fd `_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)`` -`464ab1b7ca `_ 2023-03-05 ``Wait insert_job result in normal mode (#29925)`` -`f55b9576b1 `_ 2023-03-05 ``'GoogleDriveHook': Fixing log message + adding more verbose documentation (#29694)`` -`035ad26d79 `_ 2023-03-04 ``Add "BOOLEAN" to type_map of MSSQLToGCSOperator, fix incorrect bit->int type conversion by specifying BIT fields explicitly (#29902)`` -`5a632f78eb `_ 2023-03-04 ``Google Cloud Providers - Fix _MethodDefault deepcopy failure (#29518)`` -`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)`` -`864ff2e3ce `_ 2023-03-04 ``Remove unnecessary upper constraints from google provider (#29915)`` -================================================================================================= =========== ======================================================================================================================================== - -8.11.0 -...... - -Latest change: 2023-03-03 - -================================================================================================= =========== ====================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================== -`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` -`3fc9461654 `_ 2023-03-03 ``Add 'CloudSQLCloneInstanceOperator' (#29726)`` -`47ab0ca629 `_ 2023-03-03 ``Move help message to the google auth code (#29888)`` -`972fca2253 `_ 2023-02-28 ``Fix 'NoneType' object is not subscriptable. (#29820)`` -`ec844eaa0a `_ 2023-02-27 ``Add deferrable mode to BigQueryTablePartitionExistenceSensor. (#29735)`` -`a5adb87ab4 `_ 2023-02-26 ``Add a new param for BigQuery operators to support additional actions when resource exists (#29394)`` -`1e7c064560 `_ 2023-02-25 ``Google Cloud Providers - Introduce GoogleCloudBaseOperator (#29680)`` -`ad08f66228 `_ 2023-02-22 ``Remove <2.0.0 limit on google-cloud-bigtable (#29644)`` -`dba390e323 `_ 2023-02-22 ``Fix and augment 'check-for-inclusive-language' CI check (#29549)`` -`f51742d20b `_ 2023-02-21 ``Don't push secret in XCOM in BigQueryCreateDataTransferOperator (#29348)`` -`3dbcf99d20 `_ 2023-02-21 ``Update google cloud dlp package and adjust hook and operators (#29234)`` -`6ef5ba9104 `_ 2023-02-20 ``Refactor Dataproc Trigger (#29364)`` -`7e3a9fc858 `_ 2023-02-20 ``Dataproc batches (#29136)`` -`1677d80e65 `_ 2023-02-20 ``Add deferrable mode to DataprocInstantiateWorkflowTemplateOperator (#28618)`` -================================================================================================= =========== ====================================================================================================== - -8.10.0 -...... - -Latest change: 2023-02-18 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` -`f37772adfd `_ 2023-02-18 ``'GoogleDriveHook': Add folder_id param to upload_file (#29477)`` -`28126c12fb `_ 2023-02-14 ``Add defer mode to GKECreateClusterOperator and GKEDeleteClusterOperator (#28406)`` -`32c571e592 `_ 2023-02-14 ``Move cloud_sql_binary_path from connection to Hook (#29499)`` -`41fade2d21 `_ 2023-02-13 ``Upgrade Mypy to 1.0 (#29468)`` -`5e6f8eb4d5 `_ 2023-02-13 ``Check that cloud sql provider version is valid (#29497)`` -`f9e9d23457 `_ 2023-02-11 ``Restore trigger logging (#29482)`` -`7ee1a56244 `_ 2023-02-11 ``Add documentation for BigQuery transfer operators (#29466)`` -`60d4bcd1d1 `_ 2023-02-10 ``Revert "Enable individual trigger logging (#27758)" (#29472)`` -`6c1eeb5839 `_ 2023-02-11 ``Revert "Upgrade mypy to 0.991 (#28926)" (#29470)`` -`6ae0a80cba `_ 2023-02-11 ``Upgrade mypy to 0.991 (#28926)`` -================================================================================================= =========== ==================================================================================== - -8.9.0 -..... - -Latest change: 2023-02-08 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` -`1b18a501fe `_ 2023-02-03 ``Enable individual trigger logging (#27758)`` -`872df121e2 `_ 2023-02-03 ``Add deferrable capability to existing ''DataprocDeleteClusterOperator'' (#29349)`` -`094d6bf01b `_ 2023-01-30 ``Add deferrable mode to dataflow operators (#27776)`` -`9d9351728c `_ 2023-01-30 ``Add deferrable mode to DataprocCreateBatchOperator (#28457)`` -`9fd80130e2 `_ 2023-01-25 ``Add deferrable mode to DataprocCreateClusterOperator and DataprocUpdateClusterOperator (#28529)`` -`02bebf897b `_ 2023-01-25 ``Add deferrable mode to MLEngineStartTrainingJobOperator (#27405)`` -`cf90a1a567 `_ 2023-01-25 ``Keyfile dict can be dict not str (#29135)`` -`b4c50dadd3 `_ 2023-01-24 ``GCSTaskHandler may use remote log conn id (#29117)`` -`b2825e1185 `_ 2023-01-24 ``Fix GoogleDriveHook writing files to trashed folders on upload v2 (#29119)`` -`be0e35321f `_ 2023-01-24 ``fix Google provider CHANGELOG.rst (#29122)`` -`3374fdfcbd `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)`` -`7e2493e3c8 `_ 2023-01-23 ``fix Google provider CHANGELOG.rst (#29114)`` -`90e6277da6 `_ 2023-01-23 ``Auto ML assets (#25466)`` -`e926bb9bb0 `_ 2023-01-20 ``Add deferrable mode to DataFusionStartPipelineOperator (#28690)`` -`5fcdd321c5 `_ 2023-01-20 ``Add deferrable mode for Big Query Transfer operator (#27833)`` -`5350be2194 `_ 2023-01-19 ``Add support for write_on_empty in BaseSQLToGCSOperator (#28959)`` -`dc3a3c7c52 `_ 2023-01-16 ``Add DataprocCancelOperationOperator (#28456)`` -================================================================================================= =========== =================================================================================================== - -8.8.0 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ========================================================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================================================================================= -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` -`f1eb2f1af4 `_ 2023-01-12 ``'BigQueryCreateExternalTableOperator' fix field delimiter not working with csv (#28856)`` -`a337e6209a `_ 2023-01-11 ``Fix using private _get_credentials instead of public get_credentials (#28588)`` -`284cd52989 `_ 2023-01-10 ``Add deferrable ''GCSObjectExistenceSensorAsync'' (#28763)`` -`35a8ffc55a `_ 2023-01-10 ``Support partition_columns in BaseSQLToGCSOperator (#28677)`` -`c0b2fcff24 `_ 2023-01-09 ``assign "datasetReference" attribute to dataset_reference dict. by default if not already set in create_empty_dataset method of bigquery hook (#28782)`` -`71306b31f1 `_ 2023-01-09 ``Fix'GoogleCampaignManagerReportSensor' with 'QUEUED' status (#28735)`` -`c67f4af667 `_ 2023-01-09 ``Fix BigQueryColumnCheckOperator runtime error (#28796)`` -================================================================================================= =========== ========================================================================================================================================================= - -8.7.0 -..... - -Latest change: 2023-01-02 - -================================================================================================= =========== ============================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================= -`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` -`fec1460eb7 `_ 2023-01-01 ``Push job_id in xcom for dataproc submit job op (#28639)`` -`0fae6a0c9e `_ 2022-12-28 ``Add table_resource to template fields for BigQueryCreateEmptyTableOperator (#28235)`` -`d7f5f6d737 `_ 2022-12-24 ``GCSToBigQueryOperator allows autodetect None and infers schema (#28564)`` -`034039beb2 `_ 2022-12-24 ``Remove 'pylint' messages control instructions (#28555)`` -`8fb7be2fb5 `_ 2022-12-22 ``Set bigquery ''use_legacy_sql'' param in job config correctly (#28522)`` -`23264fb820 `_ 2022-12-21 ``Fix for issue with reading schema fields for JSON files in GCSToBigQueryOperator (#28284)`` -`7950fb9711 `_ 2022-12-21 ``Remove deprecated AIPlatformConsoleLinkk from google/provider.yaml (#28449)`` -`820f5a9374 `_ 2022-12-20 ``Use object instead of array in config.yml for config template (#28417)`` -`9eacf607be `_ 2022-12-20 ``Fix GCSToBigQueryOperator not respecting schema_obj (#28444)`` -`bdf3175e96 `_ 2022-12-06 ``Improve memory usage in Dataproc deferrable operators (#28117)`` -`3fef462838 `_ 2022-12-06 ``Fix GCSToGCSOperator copying list of objects without wildcard (#28111)`` -`2d663df055 `_ 2022-12-04 ``Fix: re-enable use of parameters in gcs_to_bq which had been disabled (#27961)`` -`5cdff50557 `_ 2022-12-04 ``Add retry param in GCSObjectExistenceSensor (#27943)`` -`8f98bfeb53 `_ 2022-12-03 ``Add preserveAsciiControlCharacters to src_fmt_configs (#27679)`` -`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)`` -`6b3bb3c3e9 `_ 2022-12-03 ``Change log level to DEBUG when secret not found for google secret manager (#27856)`` -`527b948856 `_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)`` -`c931d88893 `_ 2022-12-03 ``Add deferrable mode to CloudBuildCreateBuildOperator (#27783)`` -================================================================================================= =========== ============================================================================================= - -8.6.0 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`f0820e8d9e `_ 2022-11-25 ``Add Export Format to Template Fields in BigQueryToGCSOperator (#27910)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -`bc0063af99 `_ 2022-11-16 ``Fix to read location parameter properly in BigQueryToBigQueryOperator (#27661)`` -`0cb6450d6d `_ 2022-11-16 ``Persist DataprocLink for workflow operators regardless of job status (#26986)`` -`ddbc758540 `_ 2022-11-16 ``Deferrable mode for BigQueryToGCSOperator (#27683)`` -================================================================================================= =========== ================================================================================== - -8.5.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)`` -`1059de6294 `_ 2022-11-11 ``Dataform operators, links, update system tests and docs (#27144)`` -`3aed495f50 `_ 2022-11-11 ``Rename hook bigquery function '_bq_cast' to 'bq_cast' (#27543)`` -`e8ab8ccc0e `_ 2022-11-11 ``Add backward compatibility with old versions of Apache Beam (#27263)`` -`59e3198f7e `_ 2022-11-10 ``Change dataprep system tests assets (#26488)`` -`98a9c574e3 `_ 2022-11-08 ``set project_id and location when canceling BigQuery job (#27521)`` -`a691ab56a6 `_ 2022-11-08 ``Add new Compute Engine Operators and fix system tests (#25608)`` -`199359bb38 `_ 2022-11-07 ``Use non-deprecated method for on_kill in BigQueryHook (#27547)`` -`7297892558 `_ 2022-11-07 ``Remove unnecessary newlines around single arg in signature (#27525)`` -`5cd78cf425 `_ 2022-11-06 ``Upgrade dependencies in order to avoid backtracking (#27531)`` -`332c01d6e0 `_ 2022-10-31 ``Allow values in WorkflowsCreateExecutionOperator execution argument to be dicts (#27361)`` -`50d217a129 `_ 2022-10-31 ``DataflowStopJobOperator Operator (#27033)`` -`eb8c0cf0d2 `_ 2022-10-31 ``Migration of System Tests: Cloud Composer (AIP-47) (#27227)`` -`528ecbbc00 `_ 2022-10-31 ``Rewrite system tests for ML Engine service (#26915)`` -`bcb026bf7c `_ 2022-10-31 ``use the proper key to retrieve the dataflow job_id (#27336)`` -`42841f70d5 `_ 2022-10-31 ``Migration of System Tests: Cloud BigQuery Data Transfer (AIP-47) (#27312)`` -`1447158e69 `_ 2022-10-31 ``Typecast biquery job response col value (#27236)`` -`95e5675714 `_ 2022-10-31 ``Migration of System Tests: Dataplex (AIP-47) (#26989)`` -`124fb3948d `_ 2022-10-31 ``Add deferrable mode to GCPToBigQueryOperator + tests (#27052)`` -`7a7c5f8fc4 `_ 2022-10-31 ``Add system tests for Vertex AI operators in new approach (#27053)`` -`4e55d7fa2b `_ 2022-10-31 ``Migration of System Tests: Cloud Vision Operators (AIP-47) (#26963)`` -`896479d1a0 `_ 2022-10-31 ``Google Drive to local - system tests migrations (AIP-47) (#26798)`` -`3d5f34cb0f `_ 2022-10-28 ``Allow and prefer non-prefixed extra fields for dataprep hook (#27039)`` -`04f674c13b `_ 2022-10-27 ``Migrate Bigtable operators system tests according to AIP-47 (#26911)`` -`58d61826a3 `_ 2022-10-27 ``Migrate Dataproc Metastore system tests according to AIP-47 (#26858)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`87eb46bbc6 `_ 2022-10-26 ``Common sql bugfixes and improvements (#26761)`` -`7653c61df8 `_ 2022-10-26 ``Make GSheetsHook return an empty list when there are no values (#27261)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`58378cfd42 `_ 2022-10-23 ``Cloud ML Engine operators assets (AIP-47) (#26836)`` -`de9633f93a `_ 2022-10-22 ``Update google hooks to prefer non-prefixed extra fields (#27023)`` -`b54a2de8c7 `_ 2022-10-09 ``Local filesystem to Google Drive Operator - system tests migration (AIP-47) (#26797)`` -`b4cef6da21 `_ 2022-10-09 ``SFTP to Google Cloud Storage Transfer system tests migration (AIP-47) (#26799)`` -`6f0b600293 `_ 2022-10-09 ``Fix delay in Dataproc CreateBatch operator (#26126)`` -`2f326a6c03 `_ 2022-10-06 ``Remove <2 limit on google-cloud-storage (#26922)`` -`a67bcf3eca `_ 2022-10-06 ``Allow for the overriding of stringify_dict for json/jsonb column data type in Postgres #26875 (#26876)`` -================================================================================================= =========== ========================================================================================================== - -8.4.0 -..... - -Latest change: 2022-10-04 - -================================================================================================= =========== ======================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================== -`403ed7163f `_ 2022-10-04 ``Add docs for Google/Slack RC providers (#26860)`` -`fa0cb363b8 `_ 2022-10-01 ``Correcting the transfer config name. (#25719)`` -`cee610ae5c `_ 2022-10-01 ``Fix parsing of optional 'mode' field in BigQuery Result Schema (#26786)`` -`b7203cd36e `_ 2022-10-01 ``Fix MaxID logic for GCSToBigQueryOperator (#26768)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`dce27557eb `_ 2022-09-28 ``Fix GCS sensor system tests failing with DebugExecutor (#26742)`` -`26f94c5370 `_ 2022-09-26 ``Cloud Data Loss Prevention Operators assets (#26618)`` -`01ac40af75 `_ 2022-09-22 ``Update gcs.py (#26570)`` -`e61d823f18 `_ 2022-09-21 ``Cloud Storage Transfer Operators assets & system tests migration (AIP-47) (#26072)`` -`a60e3b9317 `_ 2022-09-21 ``Migrate Data Loss Prevention system tests according to AIP-47 (#26060)`` -`c4256ca1a0 `_ 2022-09-21 ``Add BigQuery Column and Table Check Operators (#26368)`` -`4c33f6bcf5 `_ 2022-09-20 ``Merge deferrable BigQuery operators to exisitng one (#26433)`` -`8e98b1c6df `_ 2022-09-20 ``Google Drive to Google Cloud Storage Transfer Operator - system tests migration (AIP-47) (#26487)`` -`e315900396 `_ 2022-09-20 ``specifying project id when calling wait_for_operation in delete/create cluster (#26418)`` -`6045f7ad69 `_ 2022-09-19 ``Cloud Functions Operators assets & system tests migration (AIP-47) (#26073)`` -`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` -`07fe356de0 `_ 2022-09-18 ``GCSToBigQueryOperator Resolve 'max_id_key' job retrieval and xcom return (#26285)`` -`b4f8a069f0 `_ 2022-09-18 ``Allow for the overriding of 'stringify_dict' for json export format on BaseSQLToGCSOperator (#26277)`` -`706a618014 `_ 2022-09-18 ``Append GoogleLink base in the link class (#26057)`` -`97b144fbed `_ 2022-09-18 ``Fix JSONDecodeError in Datafusion operators (#26202)`` -`9444d9789b `_ 2022-09-14 ``Work around pyupgrade edge cases (#26384)`` -`d67ac5932d `_ 2022-09-14 ``Apply PEP-563 (Postponed Evaluation of Annotations) to core airflow (#26290)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`23ad7e292a `_ 2022-09-10 ``Cloud Video Intelligence Operators assets & system tests migration (AIP-47) (#26132)`` -`3a539ff663 `_ 2022-09-09 ``Life Science assets & system tests migration (AIP-47) (#25548)`` -`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` -`f938cd4fc8 `_ 2022-09-08 ``Add deferrable big query operators and sensors (#26156)`` -`8cac96918b `_ 2022-09-07 ``GCSToBigQueryOperator allow for schema_object in alternate GCS Bucket (#26190)`` -`12cbc0f1dd `_ 2022-09-07 ``Don't throw an exception when a BQ cusor job has no schema (#26096)`` -`8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` -`1d06374194 `_ 2022-08-30 ``Hook into Mypy to get rid of those cast() (#26023)`` -`da8f133053 `_ 2022-08-29 ``Use AsyncClient for Composer Operators in deferrable mode (#25951)`` -`1ed014647e `_ 2022-08-29 ``Add 'output' property to MappedOperator (#25604)`` -`d4eb60712d `_ 2022-08-27 ``Use project_id to get authenticated client (#25984)`` -`4c3fb1ff2b `_ 2022-08-27 ``Google Cloud Tasks Sensor for queue being empty (#25622)`` -`c81178063a `_ 2022-08-27 ``Cloud Build assets & system tests migration (AIP-47) (#25895)`` -`62a46c1e18 `_ 2022-08-27 ``Added append_job_name parameter to DataflowTemplatedJobStartOperator (#25746)`` -`15b49add28 `_ 2022-08-23 ``Sql to GSC operators update docs for parquet format (#25878)`` -`25a9ae3b2e `_ 2022-08-23 ``Limit Google Protobuf for compatibility with biggtable client (#25886)`` -`ecf0460b7d `_ 2022-08-22 ``Dataproc submit job operator async (#25302)`` -`fc6dfa338a `_ 2022-08-20 ``Support project_id argument in BigQueryGetDataOperator (#25782)`` -`6e66dd7776 `_ 2022-08-19 ``Make GoogleBaseHook credentials functions public (#25785)`` -`6e41c7eb33 `_ 2022-08-16 ``Fixed never ending loop to in CreateWorkflowInvocation (#25737)`` -`6c5b0776c0 `_ 2022-08-14 ``Adding a parameter for exclusion of trashed files in GoogleDriveHook (#25675)`` -`1b412c9cbe `_ 2022-08-10 ``Consolidate to one 'schedule' param (#25410)`` -================================================================================================= =========== ======================================================================================================== - -8.3.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`2e2d4bffd5 `_ 2022-08-09 ``Dataform operators (#25587)`` -`c8c4a42723 `_ 2022-08-08 ``Fix GCSListObjectsOperator docstring (#25614)`` -`029e3ae96f `_ 2022-08-05 ``Remove deprecated modules (#25543)`` -`7d2c2ee879 `_ 2022-08-04 ``add description method in BigQueryCursor class (#25366)`` -`e84d753015 `_ 2022-08-04 ``Fix BigQueryInsertJobOperator cancel_on_kill (#25342)`` -`803c0e252f `_ 2022-08-03 ``Fix BaseSQLToGCSOperator approx_max_file_size_bytes (#25469)`` -`faf3c4fe47 `_ 2022-08-02 ``Fix PostgresToGCSOperat bool dtype (#25475)`` -`c8cacad4d6 `_ 2022-08-02 ``Migrate Google example trino_to_gcs to new design AIP-47 (#25420)`` -`d2900022a2 `_ 2022-08-02 ``Migrate Google example automl_nl_text_extraction to new design AIP-47 (#25418)`` -`acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` -`f6b48ac6df `_ 2022-07-28 ``Memorystore assets & system tests migration (AIP-47) (#25361)`` -`f4b93cc097 `_ 2022-07-28 ``Translate system tests migration (AIP-47) (#25340)`` -`a8e4519815 `_ 2022-07-28 ``Fix Vertex AI Custom Job training issue (#25367)`` -`5d4abbd58c `_ 2022-07-27 ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)`` -`8bc147192c `_ 2022-07-27 ``Fix Flask Login user setting for Flask 2.2 and Flask-Login 0.6.2 (#25318)`` -`28db8c10b2 `_ 2022-07-26 ``Migrate Google example life_sciences to new design AIP-47 (#25264)`` -`10c9a3697a `_ 2022-07-26 ``Migrate Google example natural_language to new design AIP-47 (#25262)`` -`b288bf4da4 `_ 2022-07-26 ``Delete redundant system test bigquery_to_bigquery (#25261)`` -`c8af0592c0 `_ 2022-07-26 ``Improve taskflow type hints with ParamSpec (#25173)`` -`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` -`66b3ca1d28 `_ 2022-07-21 ``Migrate Google example bigquery_to_mssql to new design AIP-47 (#25174)`` -`9644451676 `_ 2022-07-19 ``Migrate Google example compute_igm to new design AIP-47 (#25132)`` -`3a80b36ed9 `_ 2022-07-19 ``Migrate Google example automl_vision to new design AIP-47 (#25152)`` -`c0ce8a8375 `_ 2022-07-18 ``Migrate Google example gcs_to_sftp to new design AIP-47 (#25107)`` -`e32e9c5880 `_ 2022-07-18 ``Bump typing-extensions and mypy for ParamSpec (#25088)`` -`4473b27d08 `_ 2022-07-16 ``Migrate Google campaign manager example to new design AIP-47 (#25069)`` -`9b7e4a7324 `_ 2022-07-16 ``Migrate Google analytics example to new design AIP-47 (#25006)`` -`77626b7fc8 `_ 2022-07-13 ``Add project_id as a templated variable in two BQ operators (#24768)`` -================================================================================================= =========== ================================================================================== - -8.2.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`93992f2361 `_ 2022-07-12 ``PubSub assets & system tests migration (AIP-47) (#24867)`` -`a13c51e224 `_ 2022-07-12 ``Migrate Google sheets example to new design AIP-47 (#24975)`` -`a038b52b5a `_ 2022-07-12 ``Migrate Google ads example to new design AIP-47 (#24941)`` -`c618da444e `_ 2022-07-12 ``Modify BigQueryCreateExternalTableOperator to use updated hook function (#24363)`` -`626d9db290 `_ 2022-07-12 ``Migrate Google example gcs_to_gdrive to new design AIP-47 (#24949)`` -`fb51e04cfd `_ 2022-07-12 ``Migrate Google firestore example to new design AIP-47 (#24830)`` -`b777514253 `_ 2022-07-12 ``Add handling state of existing Dataproc batch (#24924)`` -`acaa0635c8 `_ 2022-07-08 ``Automatically detect if non-lazy logging interpolation is used (#24910)`` -`fb7162418e `_ 2022-07-07 ``Add links for Google Kubernetes Engine operators (#24786)`` -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -`80b6754746 `_ 2022-07-06 ``Migrate Google example sql_to_sheets to new design AIP-47 (#24814)`` -`3b35325840 `_ 2022-07-06 ``Add test_connection method to 'GoogleBaseHook' (#24682)`` -`96b01a8012 `_ 2022-07-05 ``Remove "bad characters" from our codebase (#24841)`` -`9227d56e68 `_ 2022-07-04 ``Datacatalog assets & system tests migration (AIP-47) (#24600)`` -`fe13eae3bf `_ 2022-07-04 ``perf(BigQuery): pass table_id as str type (#23141)`` -`37ea530cb7 `_ 2022-07-04 ``Migrate Google example DAG mssql_to_gcs to new design AIP-47 (#24541)`` -`46ac083f7e `_ 2022-07-01 ``Align Black and blacken-docs configs (#24785)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`45b11d4ed1 `_ 2022-06-29 ``Use our yaml util in all providers (#24720)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`7a7ca50160 `_ 2022-06-28 ``Migrate Google example DAG s3_to_gcs to new design AIP-47 (#24641)`` -`abb304c92f `_ 2022-06-25 ``Migrate Google example DAG bigquery_transfer to new design AIP-47 (#24543)`` -`ded22eb5b6 `_ 2022-06-24 ``Add gcp_conn_id argument to GoogleDriveToLocalOperator (#24622)`` -`e2f19505bf `_ 2022-06-22 ``Upgrade FAB to 4.1.1 (#24399)`` -`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` -`88ddf65708 `_ 2022-06-20 ``Migrate Google example DAG oracle_to_gcs to new design AIP-47 (#24542)`` -`32fc4be502 `_ 2022-06-20 ``Migrate Google example DAG mysql_to_gcs to new design AIP-47 (#24540)`` -`a35f342833 `_ 2022-06-20 ``Migrate Google search_ads DAG to new design AIP-47 (#24298)`` -`e7a1c50d62 `_ 2022-06-20 ``GCSDeleteObjectsOperator empty prefix bug fix (#24353)`` -`dd35fdaf35 `_ 2022-06-20 ``Migrate Google gcs_to_sheets DAG to new design AIP-47 (#24501)`` -`0561c1aac4 `_ 2022-06-19 ``Add DeprecationWarning for column_transformations parameter in AutoML (#24467)`` -================================================================================================= =========== ==================================================================================== - -8.1.0 -..... - -Latest change: 2022-06-15 - -================================================================================================= =========== ============================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================ -`952a5ea8d8 `_ 2022-06-15 ``Update release docs for Google and Oracle providers (#24461)`` -`ce50d3731a `_ 2022-06-15 ``Use insert_job in the BigQueryToGCPOpertor and adjust links (#24416)`` -`2a084ee8d7 `_ 2022-06-14 ``Update Oracle library to latest version (#24311)`` -`69c46252dd `_ 2022-06-14 ``fix typo in google provider additional extras (#24431)`` -`08b675cf66 `_ 2022-06-13 ``Fix links to sources for examples (#24386)`` -`94257f48f4 `_ 2022-06-13 ``Expose SQL to GCS Metadata (#24382)`` -`8e0bddaea6 `_ 2022-06-12 ``Deprecate remaining occurrences of 'bigquery_conn_id' in favor of 'gcp_conn_id' (#24376)`` -`6eb60f816c `_ 2022-06-12 ``Migrate Google calendar example DAG to new design AIP-47 (#24333)`` -`bc3fc8c9fc `_ 2022-06-12 ``Migrate Google azure_fileshare example DAG to new design AIP-47 (#24349)`` -`6ab02b69a0 `_ 2022-06-12 ``Remove bigquery example already migrated to AIP-47 (#24379)`` -`cb90ca7afb `_ 2022-06-12 ``Migrate Google sheets example DAG to new design AIP-47 (#24351)`` -================================================================================================= =========== ============================================================================================ - -8.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ======================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================================= -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`047a6162b0 `_ 2022-06-08 ``Workaround job race bug on biguery to gcs transfer (#24330)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`b1ad017cee `_ 2022-06-07 ``pydocstyle D202 added (#24221)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`c3a9ef1ada `_ 2022-06-07 ``AIP-47 - Migrate google leveldb DAGs to new design ##22447 (#24233)`` -`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` -`80c1ce76e1 `_ 2022-06-06 ``Cloud Storage assets & StorageLink update (#23865)`` -`ec84ffe71c `_ 2022-06-06 ``Fix GCSToGCSOperator cannot copy a single file/folder without copying other files/folders with that prefix (#24039)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`55fd02a389 `_ 2022-06-04 ``Add key_secret_project_id parameter which specifies a project with KeyFile (#23930)`` -`90233bc7cb `_ 2022-06-04 ``Added impersonation_chain for DataflowStartFlexTemplateOperator and DataflowStartSqlJobOperator (#24046)`` -`c01a5a50b4 `_ 2022-06-04 ``Fix BigQuery system tests (#24013)`` -`a597a76e8f `_ 2022-06-03 ``fix BigQueryInsertJobOperator (#24165)`` -`e13b15946e `_ 2022-06-03 ``Workflows assets & system tests migration (AIP-47) (#24105)`` -`368f292ca1 `_ 2022-06-03 ``Update credentials when using ADC in Compute Engine (#23773)`` -`96e8fb4a07 `_ 2022-06-01 ``Fix the link to google workplace (#24080)`` -`3dd7b1ddba `_ 2022-06-01 ``set color to operators in cloud_sql.py (#24000)`` -`841ed27101 `_ 2022-06-01 ``Spanner assets & system tests migration (AIP-47) (#23957)`` -`fedab9d64a `_ 2022-06-01 ``Remove hack from BigQuery DTS hook (#23887)`` -`e58985598f `_ 2022-05-30 ``Ensure @contextmanager decorates generator func (#23103)`` -`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` -`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` -`65f3b18fc1 `_ 2022-05-22 ``Sql to gcs with exclude columns (#23695)`` -`a43e98d050 `_ 2022-05-22 ``Fix DataprocJobBaseOperator not being compatible with dotted names (#23439). (#23791)`` -`5bfacf81c6 `_ 2022-05-20 ``[Issue#22846] allow option to encode or not encode UUID when uploading from Cassandra to GCS (#23766)`` -`f60fa98a2e `_ 2022-05-19 ``Cloud SQL assets & system tests migration (AIP-47) (#23583)`` -`d3b0880286 `_ 2022-05-17 ``Speech To Text assets & system tests migration (AIP-47) (#23643)`` -`3bf9a1df38 `_ 2022-05-16 ``Add fields to CLOUD_SQL_EXPORT_VALIDATION. (#23724)`` -`bc0dcddfb5 `_ 2022-05-12 ``Migrate Dataproc to new system tests design (#22777)`` -================================================================================================= =========== ======================================================================================================================= - -7.0.0 -..... - -Latest change: 2022-05-12 - -================================================================================================= =========== =================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================================================== -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`cd49a8b9f6 `_ 2022-05-11 ``[FEATURE] google provider - BigQueryInsertJobOperator log query (#23648)`` -`60a1d9d191 `_ 2022-05-10 ``[FEATURE] google provider - split GkeStartPodOperator execute (#23518)`` -`74557e41e3 `_ 2022-05-10 ``Add exportContext.offload flag to CLOUD_SQL_EXPORT_VALIDATION. (#23614)`` -`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` -`766726f2e3 `_ 2022-05-09 ``Fix 'PostgresToGCSOperator' does not allow nested JSON (#23063)`` -`82c244f9c7 `_ 2022-05-08 ``Fix GCSToGCSOperator ignores replace parameter when there is no wildcard (#23340)`` -`627b5698ec `_ 2022-05-04 ``Add Stackdriver assets and migrate system tests to AIP-47 (#23320)`` -`3977e1798d `_ 2022-05-04 ``CloudTasks assets & system tests migration (AIP-47) (#23282)`` -`dfe0f75938 `_ 2022-05-04 ``TextToSpeech assets & system tests migration (AIP-47) (#23247)`` -`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` -`427e14b763 `_ 2022-05-03 ``Fix code-snippets in google provider (#23438)`` -`fa0cc7cec7 `_ 2022-05-02 ``Cleanup Google provider CHANGELOG.rst (#23390)`` -`3f6d5eef42 `_ 2022-05-01 ``'DataprocHook': Remove deprecated function 'submit' (#23389)`` -`511d0ee256 `_ 2022-04-30 ``Bigquery assets (#23165)`` -`3f9845095e `_ 2022-04-29 ``Remove redundant docstring in 'BigQueryUpdateTableSchemaOperator' (#23349)`` -`0fcdc5e1fb `_ 2022-04-29 ``'S3ToGCSOperator': Remove 'dest_gcs_conn_id' (#23348)`` -`05ccfd42f2 `_ 2022-04-29 ``Dataproc: Remove default value of 'region' (#23350)`` -`359dc58207 `_ 2022-04-29 ``Google provider: Remove 'bigquery_conn_id', 'google_cloud_storage_conn_id' (#23326)`` -`c82b3b9466 `_ 2022-04-28 ``'GCSFileTransformOperator': New templated fields 'source_object', 'destination_object' (#23328)`` -`9449a107f0 `_ 2022-04-28 ``'DatastoreHook': Remove 'datastore_conn_id' (#23323)`` -`1f32603549 `_ 2022-04-28 ``update processor to fix broken download URLs (#23299)`` -`8a7b61a8e4 `_ 2022-04-28 ``Migrate gcs to new system tests design (#22778)`` -`72e2ea68a1 `_ 2022-04-27 ``'CloudBuildCreateBuildOperator': Remove deprecated 'body' parameter (#23263)`` -`6cf0176f2a `_ 2022-04-27 ``Remove deprecated parameters from PubSub operators: (#23261)`` -`4d9c55c9d9 `_ 2022-04-27 ``Remove deprecated parameters from BigQueryHook: (#23269)`` -`915b0c689e `_ 2022-04-27 ``add missing docstring in 'BigQueryHook.create_empty_table' (#23270)`` -`710eb6f3e6 `_ 2022-04-26 ``* 'CloudDatastoreImportEntitiesOperator' : Remove 'xcom_push'. Please use 'BaseOperator.do_xcom_push' (#23252)`` -`2d569fdaf0 `_ 2022-04-26 ``Create links for Biqtable operators (#23164)`` -`434ab5a03c `_ 2022-04-26 ``'BigtableCreateInstanceOperator' & 'BigtableHook.create_instance' Remove 'replica_cluster_id', 'replica_cluster_zone'. (#23251)`` -`5ca1f3bf70 `_ 2022-04-26 ``Dataproc : remove 'location' in favor of 'region' (#23250)`` -`1416ac4195 `_ 2022-04-26 ``'PubSubPullSensor': Remove 'project' and 'return_immediately' (#23231)`` -`06dfc2536c `_ 2022-04-26 ``Remove deprecated 'params' from google operators (#23230)`` -`37a7b27242 `_ 2022-04-26 ``'LookerStartPdtBuildOperator', 'LookerCheckPdtBuildSensor' : fix empty materialization id handling (#23025)`` -`967140e6c3 `_ 2022-04-25 ``Add location support to BigQueryDataTransferServiceTransferRunSensor.`` -`d6094e58ba `_ 2022-04-25 ``Fix static checks`` -`22ea28f23e `_ 2022-04-25 ``Remove run_in_gke_cluster flag`` -`c46d04eb2d `_ 2022-04-25 ``Create system test for K8s and dataproc operators`` -`35cbc89c3a `_ 2022-04-25 ``Create Dataproc operators for GKE`` -`27ad3b7827 `_ 2022-04-25 ``Remove 'GCSObjectsWtihPrefixExistenceSensor'`` -`544d658921 `_ 2022-04-25 ``Change CloudDatastoreExportEntitiesLink to StorageLink`` -`b3cc2f5d10 `_ 2022-04-25 ``Fix pre-commit check`` -`43ded6c877 `_ 2022-04-25 ``Add links for Cloud Datastore operators`` -`de65a5cc5a `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` -`76dc7375b2 `_ 2022-04-25 ``Migrate Datastore system tests to new design (AIP-47)`` -`0373fb0247 `_ 2022-04-25 ``'GoogleDriveToGCSOperator': Remove 'destination_bucket' and 'destination_object'`` -`6b459995b2 `_ 2022-04-25 ``Add the format of Vertex Endpoint ID to the docstrings`` -`27af0b7ebe `_ 2022-04-25 ``Add the new parameter to the docstring`` -`48abf571be `_ 2022-04-25 ``Add 'endpoint_id' arg to 'google.cloud.operators.vertex_ai.CreateEndpointOperator'`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`07a13bb708 `_ 2022-04-21 ``Change ComputeSSH to throw provider import error instead paramiko (#23035)`` -`c36bcc4c06 `_ 2022-04-15 ``Upgrade to support Google Ads v10 (#22965)`` -`ea1ae1963e `_ 2022-04-14 ``Fix cancel_on_kill after execution timeout for DataprocSubmitJobOperator (#22955)`` -`9a623e94cb `_ 2022-04-13 ``migrate system test gcs_to_bigquery into new design (#22753)`` -`aa317d92ea `_ 2022-04-13 ``Fix select * query xcom push for BigQueryGetDataOperator (#22936)`` -`27b3e31178 `_ 2022-04-11 ``implements #22859 - Add .sql as templatable extension (#22920)`` -`03e1c9b152 `_ 2022-04-11 ``MSSQLToGCSOperator fails: datetime is not JSON Serializable (#22882)`` -`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -`6aa65a38e0 `_ 2022-04-08 ``Add example DAG for demonstrating usage of GCS sensors (#22808)`` -================================================================================================= =========== =================================================================================================================================== - -6.8.0 -..... - -Latest change: 2022-04-07 - -================================================================================================= =========== =============================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================================================== -`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`838cf401b9 `_ 2022-04-06 ``Fail ''LocalFilesystemToGCSOperator'' if src does not exist (#22772)`` -`99b0211d50 `_ 2022-04-04 ``Modify transfer operators to handle more data (#22495)`` -`f9e18472c0 `_ 2022-04-04 ``Add autodetect arg in BQCreateExternalTable Operator (#22710)`` -`327eab3e26 `_ 2022-03-31 ``Add links for BigQuery Data Transfer (#22280)`` -`02976bef88 `_ 2022-03-27 ``Refactor: BigQuery to GCS Operator (#22506)`` -`719135ade0 `_ 2022-03-27 ``Remove references to deprecated operators/params in PubSub operators (#22519)`` -`ca4b8d1744 `_ 2022-03-27 ``Create Endpoint and Model Service, Batch Prediction and Hyperparameter Tuning Jobs operators for Vertex AI service (#22088)`` -`388723950d `_ 2022-03-27 ``PostgresToGoogleCloudStorageOperator - BigQuery schema type for time zone naive fields (#22536)`` -`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)`` -`3c7cd47319 `_ 2022-03-25 ``New design of system tests (#22311)`` -`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` -`d231e9b448 `_ 2022-03-24 ``Remove coerce_datetime usage from GCSTimeSpanFileTransformOperator (#22501)`` -`82a26c0591 `_ 2022-03-24 ``Fix the docstrings (#22497)`` -`38fde2ea79 `_ 2022-03-23 ``Fix 'download_media' url in 'GoogleDisplayVideo360SDFtoGCSOperator' (#22479)`` -`0f0a1a7d22 `_ 2022-03-23 ``Fix to 'CloudBuildRunBuildTriggerOperator' fails to find build id. (#22419)`` -================================================================================================= =========== =============================================================================================================================== - -6.7.0 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -`7b851edc91 `_ 2022-03-21 ``Add 'LocalFilesystemToGoogleDriveOperator' (#22219)`` -`14e6b657c2 `_ 2022-03-21 ``Add timeout and retry to the BigQueryInsertJobOperator (#22395)`` -`a3ffbee7c9 `_ 2022-03-20 ``Fix skipping non-GCS located jars (#22302)`` -`88402038ca `_ 2022-03-19 ``Add dataflow_default_options to templated_fields (#22367)`` -`6448b2458c `_ 2022-03-15 ``[FIX] typo doc of gcs operator (#22290)`` -================================================================================================= =========== =================================================================== - -6.6.0 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ========================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`87c1246b79 `_ 2022-03-14 ``Add Dataplex operators (#20377)`` -`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` -`c108f264ab `_ 2022-03-13 ``Change the default 'chunk_size' to a clear representation & add documentation (#22222)`` -`45435399fe `_ 2022-03-13 ``Support Uploading Bigger Files to Google Drive (#22179)`` -`42a891d605 `_ 2022-03-13 ``Update ''GKEDeleteClusterOperator', ''GKECreateClusterOperator'' docstrings (#22212)`` -`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` -`828d1cba4d `_ 2022-03-10 ``Add support for ARM platform (#22127)`` -`4ac771c316 `_ 2022-03-09 ``Fix spelling (#22107)`` -`dd0724fdd2 `_ 2022-03-08 ``Add guide for DataprocInstantiateInlineWorkflowTemplateOperator (#22062)`` -`dfd9805a23 `_ 2022-03-08 ``Use yaml safe load (#22091)`` -`eba9703751 `_ 2022-03-08 ``Revert "Use yaml safe load (#22085)" (#22089)`` -`7f4935bab3 `_ 2022-03-08 ``Use yaml safe load (#22085)`` -`a11d831e3f `_ 2022-03-07 ``Allow for uploading metadata with GCS Hook Upload (#22058)`` -================================================================================================= =========== ========================================================================================== - -6.5.0 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================ -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`6db9b0029b `_ 2022-03-07 ``Add Looker PDT operators (#20882)`` -`9020b3a89d `_ 2022-03-06 ``Add autodetect arg to external table creation in GCSToBigQueryOperator (#21944)`` -`a0e2ebaa27 `_ 2022-03-02 ``Unpin 'google-cloud-memcache' (#21912)`` -`84ed747db8 `_ 2022-03-02 ``Unpin ''pandas-gbq'' and remove unused code (#21915)`` -`fb6b2d1fee `_ 2022-03-01 ``Make project_id argument optional in all dataproc operators (#21866)`` -`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` -`6ca118dff1 `_ 2022-03-01 ``Allow templates in more DataprocUpdateClusterOperator fields (#21865)`` -`0c55ca2cda `_ 2022-02-28 ``Suppress hook warnings from the Bigquery transfers (#20119)`` -`73eb24f25c `_ 2022-02-24 ``Fix bigquery_dts parameter docstring typo (#21786)`` -`3b4c26eb3a `_ 2022-02-23 ``Add Dataproc assets/links (#21756)`` -`6061cc4219 `_ 2022-02-20 ``Add Auto ML operators for Vertex AI service (#21470)`` -`295efd36ea `_ 2022-02-17 ``Dataflow Assets (#21639)`` -`af2c047320 `_ 2022-02-16 ``Add GoogleCalendarToGCSOperator (#20769)`` -`1b568d73e1 `_ 2022-02-15 ``Extract ClientInfo to module level (#21554)`` -`dc03000de8 `_ 2022-02-15 ``Datafusion assets (#21518)`` -`56365b102c `_ 2022-02-15 ``Dataproc metastore assets (#21267)`` -`6692e9191d `_ 2022-02-15 ``Normalize *_conn_id parameters in BigQuery sensors (#21430)`` -`2eb10565b2 `_ 2022-02-15 ``Fixed PostgresToGCSOperator fail on empty resultset for use_server_side_cursor=True (#21307)`` -`da1e6578e0 `_ 2022-02-15 ``Fix multi query scenario in bigquery example DAG (#21575)`` -================================================================================================= =========== ================================================================================================ - -6.4.0 -..... - -Latest change: 2022-02-14 - -================================================================================================= =========== ============================================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================================ -`28378d867a `_ 2022-02-14 ``Add documentation for RC3 release of providers for Jan 2022 (#21553)`` -`6bb0857df9 `_ 2022-02-13 ``(providers_google) add a location check in bigquery (#19571)`` -`6579648af2 `_ 2022-02-13 ``Fix bigquery-hook when no engine_kwargs are passed`` -`da485da29a `_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)`` -`05a883b35e `_ 2022-02-11 ``Google Cloud Composer opearators (#21251)`` -`833087f4f9 `_ 2022-02-10 ``Enable asynchronous job submission in BigQuery hook (#21385)`` -`51aff276ca `_ 2022-02-10 ``Optionally raise an error if source file does not exist in GCSToGCSOperator (#21391)`` -`07fe9e8c6a `_ 2022-02-09 ``Never set DagRun.state to State.NONE (#21263)`` -`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`e973740208 `_ 2022-02-08 ``Create CustomJob and Datasets operators for Vertex AI service (#21253)`` -`34d63fabc0 `_ 2022-02-08 ``Fix BigQueryDataTransferServiceHook.get_transfer_run() request parameter (#21293)`` -`6b88d432d9 `_ 2022-02-06 ``Support to upload file to Google Shared Drive (#21319)`` -`1a77bc6481 `_ 2022-02-06 ``:bug: (BigQueryHook) fix compatibility with sqlalchemy engine (#19508)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`e840acf8d1 `_ 2022-02-04 ``Fix BigQuery system test (#21320)`` -`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` -`1d4b709e20 `_ 2022-01-28 ``Revert "Create CustomJob and Datasets operators for Vertex AI service (#20077)" (#21203)`` -`48d44b885b `_ 2022-01-28 ``Cloudsql import links fix. (#21199)`` -`640c0b6763 `_ 2022-01-28 ``Create CustomJob and Datasets operators for Vertex AI service (#20077)`` -`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`60aa518ebf `_ 2022-01-26 ``batch as templated field in DataprocCreateBatchOperator (#20905)`` -`623163f16a `_ 2022-01-25 ``Extend dataproc example dag (#21091)`` -`86ef016eab `_ 2022-01-23 ``Make timeout Optional for wait_for_operation (#20981)`` -`506efb6fa3 `_ 2022-01-21 ``Squelch more deprecation warnings (#21003)`` -`372849486c `_ 2022-01-21 ``Fix last google provider MyPy errors (#21010)`` -`73c0d241d8 `_ 2022-01-21 ``Remove a few stray ':type's in docs (#21014)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`b8526abc2c `_ 2022-01-19 ``Add encoding parameter to 'GCSToLocalFilesystemOperator' to fix #20901 (#20919)`` -`58452f97db `_ 2022-01-03 ``Add hook for integrating with Google Calendar (#20542)`` -================================================================================================= =========== ============================================================================================ - -6.3.0 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ===================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================== -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`a22d5bd076 `_ 2021-12-31 ``Fix mypy errors in Google Cloud provider (#20611)`` -`4233ebe5ce `_ 2021-12-31 ``Fix setting of project ID in ''provide_authorized_gcloud'' (#20428)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` -`41dbe2c4fc `_ 2021-12-30 ``Fix mypy errors in google/cloud/operators/stackdriver (#20601)`` -`dda688776c `_ 2021-12-30 ``Fix Google mlengine MyPy errors (#20569)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`bd9e8cef26 `_ 2021-12-30 ``Fix Google Mypy Dataproc errors (#20570)`` -`a6e60ce25d `_ 2021-12-30 ``Change download_video parameter to resourceName (#20528)`` -`af4a2b0240 `_ 2021-12-30 ``Fix big query to mssql/mysql transfer issues (#20001)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`da88ed1943 `_ 2021-12-29 ``Fix MyPy errors in Google Cloud (again) (#20469)`` -`3a480f5ff4 `_ 2021-12-29 ``Fix passing the gzip compression parameter on sftp_to_gcs. (#20553)`` -`bfd6d45cec `_ 2021-12-29 ``switch to follow_redirects on httpx.get call in CloudSQL provider (#20239)`` -`7d4d38b546 `_ 2021-12-29 ``avoid deprecation warnings in BigQuery transfer operators (#20502)`` -`b7086f9815 `_ 2021-12-28 ``Use Python3.7+ syntax in pyupgrade (#20501)`` -`a4622e19fa `_ 2021-12-22 ``Support regional GKE cluster (#18966)`` -`2ffdcf4b41 `_ 2021-12-21 ``Fixes docstring for PubSubCreateSubscriptionOperator (#20237)`` -`d4c4f9e09e `_ 2021-12-21 ``Fix mypy errors for google.cloud_build (#20234)`` -`c6dbb3f885 `_ 2021-12-21 ``Fix MyPy for Google Bigquery (#20329)`` -`ed604b62f3 `_ 2021-12-18 ``Fix remaining MyPy errors in Google Provider (#20358)`` -`17404f1f10 `_ 2021-12-16 ``Move source_objects datatype check out of GCSToBigQueryOperator.__init__ (#20347)`` -`174681911f `_ 2021-12-16 ``Fix MyPy Errors for dataproc package (#20327)`` -`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -`21b8661886 `_ 2021-12-15 ``Fix missing get_backup method for Dataproc Metastore (#20326)`` -`cdaa9a2529 `_ 2021-12-15 ``Fix MyPy errors for google.cloud.tasks (#20233)`` -`43efde6230 `_ 2021-12-15 ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)`` -`c4b3694101 `_ 2021-12-15 ``Fix MyPy errors in leveldb (#20222)`` -`1570519a97 `_ 2021-12-14 ``Fix MyPy errors for google.cloud.transfers (#20229)`` -`632bd0133e `_ 2021-12-13 ``Fix MyPY errors for google.cloud.example_dags (#20232)`` -`644051abcb `_ 2021-12-13 ``Fix MyPy errors for google/marketing_platform and suite (#20227)`` -`a208463802 `_ 2021-12-13 ``Organize S3 Classes in Amazon Provider (#20167)`` -`98514cc159 `_ 2021-12-13 ``Add optional location to bigquery data transfer service (#15088) (#20221)`` -`1f662571b2 `_ 2021-12-12 ``Fix MyPy errors in google.cloud.sensors (#20228)`` -`22341b90da `_ 2021-12-11 ``Add Google Cloud Tasks how-to documentation (#20145)`` -`e9262752dc `_ 2021-12-11 ``Finalised Datastore documentation (#20138)`` -`fa96b09395 `_ 2021-12-09 ``Update Sphinx and Sphinx-AutoAPI (#20079)`` -`ed8b63ba24 `_ 2021-12-08 ``Providers facebook hook multiple account (#19377)`` -`50bf536656 `_ 2021-12-08 ``Remove deprecated method call (blob.download_as_string) (#20091)`` -`564fe635bd `_ 2021-12-06 ``Added example DAG for MSSQL to Google Cloud Storage (GCS) (#19873)`` -`cb082d361a `_ 2021-12-02 ``Remove deprecated template_fields from GoogleDriveToGCSOperator (#19991)`` -`6977c47572 `_ 2021-12-01 ``BigQueryHook fix typo in run_load doc string (#19924)`` -`f6dca1fa5e `_ 2021-12-01 ``Update doc reference links (#19909)`` -================================================================================================= =========== ===================================================================================== - -6.2.0 -..... - -Latest change: 2021-11-30 - -================================================================================================= =========== ======================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================== -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`fb478c00cd `_ 2021-11-28 ``Move 'bucket_name' validation out of '__init__' in Google Marketing Platform operators (#19383)`` -`e9e530979a `_ 2021-11-28 ``Update 'default_args' value in example_functions DAG from str to int (#19865)`` -`bf68b9a846 `_ 2021-11-26 ``Create dataproc serverless spark batches operator (#19248)`` -`a192cecf6b `_ 2021-11-26 ``updates pipeline_timeout CloudDataFusionStartPipelineOperator (#18773)`` -`eb163c81d1 `_ 2021-11-25 ``Fix GCS system tests (#19227)`` -`744d11bdb2 `_ 2021-11-25 ``Clean up ''default_args'' usage in docs (#19803)`` -`0b2e1a8744 `_ 2021-11-22 ``Added wait mechanizm to the DataprocJobSensor to avoid 509 errors when Job is not available (#19740)`` -`3336bb6c3c `_ 2021-11-19 ``Fix badly merged impersonation in GKEPodOperator (#19696)`` -`952ef908bc `_ 2021-11-19 ``Support impersonation_chain parameter in the GKEStartPodOperator (#19518)`` -`853c16465a `_ 2021-11-18 ``Clean-up of google cloud example dags - batch 3 (#19664)`` -`355dec8fea `_ 2021-11-17 ``Misc. documentation typos and language improvements (#19599)`` -`b9d31cd449 `_ 2021-11-17 ``Cleanup dynamic 'start_date' use for miscellaneous Google example DAGs (#19400)`` -`daf234bd5e `_ 2021-11-16 ``Remove reference to deprecated operator in example_dataproc (#19619)`` -`48f228cf9e `_ 2021-11-15 ``#16691 Providing more information in docs for DataprocCreateCluster operator migration (#19446)`` -`6ef44b6a50 `_ 2021-11-15 ``Clean-up of google cloud example dags - batch 2 (#19527)`` -`dc0159e7e4 `_ 2021-11-14 ``Add support in GCP connection for reading key from Secret Manager (#19164)`` -`4212c49324 `_ 2021-11-14 ``Update Azure modules to comply with AIP-21 (#19431)`` -`aa2cb5545f `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` -`c8dc0311da `_ 2021-11-08 ``Fix Cloud SQL system tests (#19014)`` -`26ad55beb0 `_ 2021-11-08 ``Add dataproc metastore operators (#18945)`` -`9efb989d19 `_ 2021-11-07 ``Clean-up of google cloud example dags (#19436)`` -`f421409b4d `_ 2021-11-05 ``Fix typos in warnings, docstrings, exceptions (#19424)`` -`a3c9956f79 `_ 2021-10-30 ``Add support of 'path' parameter for GCloud Storage Transfer Service operators (#17446)`` -================================================================================================= =========== ======================================================================================================== - -6.1.0 -..... - -Latest change: 2021-10-29 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`55abc2f620 `_ 2021-10-28 ``Support query timeout as an argument in CassandraToGCSOperator (#18927)`` -`e4aa377da7 `_ 2021-10-28 ``Update BigQueryCreateExternalTableOperator doc and parameters (#18676)`` -`20847fdbf8 `_ 2021-10-27 ``Add value to "namespaceId" of query (#19163)`` -`3c08c025c5 `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` -`eba1b68b30 `_ 2021-10-27 ``Update dataflow.py (#19231)`` -`7ecf29f70d `_ 2021-10-26 ``Fix hard-coded /tmp directory in CloudSQL Hook (#19229)`` -`726a1517ec `_ 2021-10-26 ``Fix bug in Dataflow hook when no jobs are returned (#18981)`` -`d9192a55ba `_ 2021-10-22 ``Replacing non-attribute template_fields for BigQueryToMsSqlOperator (#19052)`` -`4fae04a471 `_ 2021-10-21 ``Upgrade the Dataproc package to 3.0.0 and migrate from v1beta2 to v1 api (#18879)`` -`0e95b57772 `_ 2021-10-19 ``Google provider catch invalid secret name (#18790)`` -`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` -`a418fd96f7 `_ 2021-10-17 ``Use google cloud credentials when executing beam command in subprocess (#18992)`` -`5c3e453820 `_ 2021-10-15 ``Fix BigQueryToMsSqlOperator documentation (#18995)`` -`406b38b2e3 `_ 2021-10-15 ``Replace default api_version of FacebookAdsReportToGcsOperator (#18996)`` -`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` -`20df60de24 `_ 2021-10-07 ``Dataflow Operators - use project and location from job in on_kill method. (#18699)`` -`86bf2a29ba `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` -================================================================================================= =========== ====================================================================================== - -6.0.0 -..... - -Latest change: 2021-09-30 - -================================================================================================= =========== ======================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================== -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`9279c44c91 `_ 2021-09-29 ``Fix part of Google system tests (#18494)`` -`2fadf3c3cf `_ 2021-09-27 ``Fix kubernetes engine system test (#18548)`` -`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` -`97d6892318 `_ 2021-09-25 ``Rename AzureDataLakeStorage to ADLS (#18493)`` -`a5439eee72 `_ 2021-09-23 ``Add index to the dataset name to have separate dataset for each example DAG (#18459)`` -`18d7e1e227 `_ 2021-09-21 ``Fix BigQuery system test (#18373)`` -`e25eea052f `_ 2021-09-19 ``Inclusive Language (#18349)`` -`7458f1e786 `_ 2021-09-18 ``Remove check for at least one schema in GCSToBigquery (#18150)`` -`2474f8922d `_ 2021-09-13 ``Migrate Google Cloud Build from Discovery API to Python SDK (#18184)`` -`8ae2bb9bfa `_ 2021-09-13 ``Fix error when create external table using table resource (#17998)`` -`9140ad8d8f `_ 2021-09-11 ``Use parameters instead of params (#18143)`` -`3d4bfdcbb9 `_ 2021-09-10 ``Add missing __init__.py files for some test packages (#18142)`` -`cfb602a33d `_ 2021-09-10 ``Fix ''BigQuery'' data extraction in ''BigQueryToMySqlOperator'' (#18073)`` -`2fd3f27ebd `_ 2021-09-10 ``Make next_dagrun_info take a data interval (#18088)`` -`944dcfbb91 `_ 2021-09-07 ``Change TaskInstance and TaskReschedule PK from execution_date to run_id (#17719)`` -`bfad233b91 `_ 2021-09-06 ``Fix providers tests in main branch with eager upgrades (#18040)`` -`21348c194d `_ 2021-09-03 ``fix(CloudSqlProxyRunner): don't query connections from Airflow DB (#18006)`` -`9a0c10ba3f `_ 2021-09-01 ``deduplicate running jobs on BigQueryInsertJobOperator (#17496)`` -`fe34582fc2 `_ 2021-09-01 ``New google operator: SQLToGoogleSheetsOperator (#17887)`` -`500780651c `_ 2021-08-31 ``Add possibility to run DAGs from system tests and see DAGs logs (#17868)`` -================================================================================================= =========== ======================================================================================== - -5.1.0 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ========================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================================================= -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`b5da846dd1 `_ 2021-08-30 ``Fix missing Data Fusion sensor integration (#17914)`` -`07405e6df4 `_ 2021-08-30 ``[AIRFLOW-9300] Add DatafusionPipelineStateSensor and aync option to the CloudDataFusionStartPipelineOperator (#17787)`` -`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` -`aa5952e58c `_ 2021-08-27 ``Gcp ai hyperparameter tuning (#17790)`` -`87769db98f `_ 2021-08-27 ``Allow omission of 'initial_node_count' if 'node_pools' is specified (#17820)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`d04aa13526 `_ 2021-08-20 ``[Airflow 13779] use provided parameters in the wait_for_pipeline_state hook (#17137)`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`b68d1935f9 `_ 2021-08-19 ``Add error check for config_file parameter in GKEStartPodOperator (#17700)`` -`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` -`b06d528603 `_ 2021-08-11 ``Don't cache Google Secret Manager client (#17539)`` -`67cbb0f181 `_ 2021-08-02 ``Enable specifying dictionary paths in 'template_fields_renderers' (#17321)`` -`c384f9b0f5 `_ 2021-07-29 ``GCP Secret Manager error handling for missing credentials (#17264)`` -================================================================================================= =========== ========================================================================================================================= - -5.0.0 -..... - -Latest change: 2021-07-26 - -================================================================================================= =========== ======================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================= -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`448e50bd23 `_ 2021-07-26 ``Updating Google Cloud example DAGs to use XComArgs (#16875)`` -`aaf44ccace `_ 2021-07-26 ``Updating miscellaneous Google example DAGs to use XComArgs (#16876)`` -`d01cc945dd `_ 2021-07-26 ``Fixes several failing tests after broken main (#17222)`` -`babc4250f3 `_ 2021-07-26 ``Fixes statich check failures (#17218)`` -`5d2224795b `_ 2021-07-25 ``Google Ads Hook: Support newer versions of the google-ads library (#17160)`` -`966b250199 `_ 2021-07-25 ``Fix GCStoGCS operator with replace diabled and existing destination object (#16991)`` -`763919d415 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` -`81bd40933e `_ 2021-07-23 ``[CASSANDRA-16814] Fix cassandra to gcs type inconsistency. (#17183)`` -`026ffe65d4 `_ 2021-07-19 ``fix: dataprocpysparkjob project_id as self.project_id (#17075)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`a3f5c93806 `_ 2021-07-13 ``Update alias for field_mask in Google Memmcache (#16975)`` -`b0f7f91fe2 `_ 2021-07-07 ``Standardise dataproc location param to region (#16034)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ======================================================================================= - -4.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`8a9c337838 `_ 2021-06-15 ``Remove class references in changelogs (#16454)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`3c5cc42e13 `_ 2021-06-14 ``Fix deprecation warnings location in google provider (#16403)`` -`b272f9cec9 `_ 2021-06-13 ``fix: ensure datetime-related values fully compatible with MySQL and BigQuery (#15026)`` -`7f8f75eb80 `_ 2021-06-12 ``Add BigQueryToMsSqlOperator (#15422)`` -`0c80a7d411 `_ 2021-06-11 ``Fixes AzureFileShare connection extras (#16388)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`1e647029e4 `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` -`99d1535287 `_ 2021-05-31 ``Fix: GCS To BigQuery source_object (#16160)`` -`e1137523d4 `_ 2021-05-30 ``Fix: Unnecessary downloads in ''GCSToLocalFilesystemOperator'' (#16171)`` -`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` -`86768859c6 `_ 2021-05-26 ``Fix bigquery type error when export format is parquet (#16027)`` -`6ae9aeec3f `_ 2021-05-26 ``pass wait_for_done parameter down to _DataflowJobsController (#15541)`` -`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`aa4713e43f `_ 2021-05-21 ``Use api version only in GoogleAdsHook not operators (#15266)`` -`76a80bb17c `_ 2021-05-19 ``Move plyvel to google provider extra (#15812)`` -`bb115da0b7 `_ 2021-05-17 ``Get rid of requests as core dependency (#15781)`` -`9c8391a13f `_ 2021-05-10 ``Fix spelling (#15699)`` -`3711a29e5e `_ 2021-05-09 ``Fix argument ordering and type of bucket and object (#15738)`` -`a01567c471 `_ 2021-05-08 ``Fix sql_to_gcs docstring lint error (#15730)`` -`f3fada9101 `_ 2021-05-07 ``Add short description to BaseSQLToGCSOperator docstring (#15728)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`b8c0fde38a `_ 2021-05-07 ``Add extra links for google dataproc (#10343)`` -`3b4fdd0a7a `_ 2021-05-06 ``add oracle connection link (#15632)`` -`cf6324e43b `_ 2021-05-04 ``Implement BigQuery Table Schema Update Operator (#15367)`` -`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` -================================================================================================= =========== ========================================================================================= - -3.0.0 -..... - -Latest change: 2021-05-01 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` -`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` -`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`e229f3541d `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` -`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` -`3b9a91806e `_ 2021-04-22 ``Bugfix: Fix rendering of ''object_name'' in ''GCSToLocalFilesystemOperator'' (#15487)`` -`c5e302030d `_ 2021-04-21 ``Fix typo in DataprocCreateClusterOperator (#15462)`` -`42a1ca8aab `_ 2021-04-20 ``Fixes wrongly specified path for leveldb hook (#15453)`` -`6da36bad2c `_ 2021-04-18 ``[Airflow-15245] - passing custom image family name to the DataProcClusterCreateoperator (#15250)`` -`f649905606 `_ 2021-04-15 ``fix docstring typos (#15392)`` -`7bf69edca0 `_ 2021-04-08 ``Fix typo in a docstring (#15276)`` -================================================================================================= =========== ==================================================================================================== - -2.2.0 -..... - -Latest change: 2021-04-06 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`eae22cec9c `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` -`e49722859b `_ 2021-04-05 ``Updates 3.6 limits for latest versions of a few libraries (#15209)`` -`1d641d8f11 `_ 2021-04-01 ``update remaining old import paths of operators (#15127)`` -`099c490cff `_ 2021-03-28 ``Override project in dataprocSubmitJobOperator (#14981)`` -`5379698892 `_ 2021-03-27 ``Improve docstrings for various modules (#15047)`` -`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` -`a7e144bec8 `_ 2021-03-23 ``Google Dataflow Hook to handle no Job Type (#14914)`` -`72ea841b4b `_ 2021-03-22 ``GCS to BigQuery Transfer Operator with Labels and Description parameter (#14881)`` -`e172bd0e16 `_ 2021-03-22 ``Update docstrings to adhere to sphinx standards (#14918)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`ddc9133d36 `_ 2021-03-15 ``Add GCS timespan transform operator (#13996)`` -`943baff670 `_ 2021-03-10 ``Add job labels to bigquery check operators. (#14685)`` -`6dc24c95e3 `_ 2021-03-07 ``Fix grammar and remove duplicate words (#14647)`` -`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -`7daebefd15 `_ 2021-03-05 ``Use libyaml C library when available. (#14577)`` -`35c9a90292 `_ 2021-03-01 ``Add Google leveldb hook and operator (#13109) (#14105)`` -================================================================================================= =========== ==================================================================================== - -2.1.0 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== =============================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================================================================== -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`50a1504c52 `_ 2021-02-27 ``Fix spellings (#14483)`` -`bfef559cf6 `_ 2021-02-27 ``Corrects order of argument in docstring in GCSHook.download method (#14497)`` -`33214d9326 `_ 2021-02-26 ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)`` -`c281979982 `_ 2021-02-23 ``Documentation and example dag for CloudDLPDeidentifyContentOperator, GCSObjectExistenceSensor, GCSObjectsWithPrefixExistenceSensor (#14033)`` -`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` -`a7e4266d67 `_ 2021-02-21 ``Refactor GoogleDriveToGCSOperator to use common methods (#14276)`` -`1ab406663e `_ 2021-02-16 ``Add GoogleDriveToLocalOperator (#14191)`` -`59c94c679e `_ 2021-02-13 ``Add 'exists_ok' flag to BigQueryCreateEmptyTable(Dataset)Operator (#14026)`` -`e31b27d593 `_ 2021-02-13 ``Add materialized view support for BigQuery (#14201)`` -`e3bcaa3ba3 `_ 2021-02-12 ``Correct typo in GCSObjectsWtihPrefixExistenceSensor (#14179)`` -`7faa2d978c `_ 2021-02-10 ``Add BigQueryUpdateTableOperator (#14149)`` -`1da6972165 `_ 2021-02-10 ``Fixes to dataproc operators and hook (#14086)`` -`02288cf2ba `_ 2021-02-10 ``Add param to CloudDataTransferServiceOperator (#14118)`` -`7d38645472 `_ 2021-02-09 ``#9803 fix bug in copy operation without wildcard (#13919)`` -`b0c382426c `_ 2021-02-07 ``Add gdrive_to_gcs operator, drive sensor, additional functionality to drive hook, and supporting tests (#13982)`` -`5d7d46bb33 `_ 2021-02-05 ``Improve GCSToSFTPOperator paths handling (#11284)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== =============================================================================================================================================== - -2.0.0 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`1872d8719d `_ 2021-02-03 ``Add Apache Beam operators (#12814)`` -`0e8c77b93a `_ 2021-02-03 ``Support google-cloud-logging' >=2.0.0 (#13801)`` -`833e338323 `_ 2021-02-02 ``Fix four bugs in StackdriverTaskHandler (#13784)`` -`d2efb33239 `_ 2021-02-02 ``Support google-cloud-monitoring>=2.0.0 (#13769)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`823741cfea `_ 2021-01-28 ``Improve GCS system test envs (#13946)`` -`6d6588fe2b `_ 2021-01-28 ``Add Google Cloud Workflows Operators (#13366)`` -`810c15ed85 `_ 2021-01-27 ``Fix and improve GCP BigTable hook and system test (#13896)`` -`6616617331 `_ 2021-01-27 ``Add env variables to PubSub example dag (#13794)`` -`f473ca7130 `_ 2021-01-24 ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`9592be88e5 `_ 2021-01-22 ``Fix Google Spanner example dag (#13842)`` -`af52fdb511 `_ 2021-01-22 ``Improve environment variables in GCP Dataflow system test (#13841)`` -`e7946f1cb7 `_ 2021-01-22 ``Improve environment variables in GCP Datafusion system test (#13837)`` -`61c1d6ec6c `_ 2021-01-22 ``Improve environment variables in GCP Memorystore system test (#13833)`` -`202f66093a `_ 2021-01-22 ``Improve environment variables in GCP Lifeciences system test (#13834)`` -`70bf307f38 `_ 2021-01-21 ``Add How To Guide for Dataflow (#13461)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`309788e5e2 `_ 2021-01-18 ``Refactor DataprocOperators to support google-cloud-dataproc 2.0 (#13256)`` -`7ec858c452 `_ 2021-01-17 ``updated Google DV360 Hook to fix SDF issue (#13703)`` -`ef8617ec9d `_ 2021-01-14 ``Support google-cloud-tasks>=2.0.0 (#13347)`` -`189af54043 `_ 2021-01-13 ``Add system tests for Stackdriver operators (#13644)`` -`a6f999b62e `_ 2021-01-11 ``Support google-cloud-automl >=2.1.0 (#13505)`` -`947dbb73bb `_ 2021-01-11 ``Support google-cloud-datacatalog>=3.0.0 (#13534)`` -`2fb68342b0 `_ 2021-01-07 ``Replace deprecated module and operator in example_tasks.py (#13527)`` -`003584bbf1 `_ 2021-01-05 ``Fix failing backport packages test (#13497)`` -`7d1ea4cb10 `_ 2021-01-05 ``Replace deprecated module and operator in example_tasks.py (#13473)`` -`c7d75ad887 `_ 2021-01-05 ``Revert "Support google-cloud-datacatalog 3.0.0 (#13224)" (#13482)`` -`feb84057d3 `_ 2021-01-04 ``Support google-cloud-datacatalog 3.0.0 (#13224)`` -`3a3e739981 `_ 2021-01-04 ``Fix insert_all method of BigQueryHook to support tables without schema (#13138)`` -`c33d2c06b6 `_ 2021-01-02 ``Fix another pylint c-extension-no-member (#13438)`` -`f6518dd6a1 `_ 2021-01-02 ``Generalize MLEngineStartTrainingJobOperator to custom images (#13318)`` -`9de7127083 `_ 2020-12-31 ``Support google-cloud-bigquery-datatransfer>=3.0.0 (#13337)`` -`406181d64a `_ 2020-12-31 ``Add Parquet data type to BaseSQLToGCSOperator (#13359)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`13a9747bf1 `_ 2020-12-28 ``Revert "Support google-cloud-tasks>=2.0.0 (#13334)" (#13341)`` -`04ec45f045 `_ 2020-12-28 ``Add DataprocCreateWorkflowTemplateOperator (#13338)`` -`1f712219fa `_ 2020-12-28 ``Support google-cloud-tasks>=2.0.0 (#13334)`` -`f4745c8ce1 `_ 2020-12-26 ``Fix typo in example (#13321)`` -`e9d65bd458 `_ 2020-12-24 ``Decode Remote Google Logs (#13115)`` -`e7aeacf335 `_ 2020-12-24 ``Add OracleToGCS Transfer (#13246)`` -`323084e97d `_ 2020-12-24 ``Add timeout option to gcs hook methods. (#13156)`` -`0b626c8042 `_ 2020-12-22 ``Support google-cloud-redis>=2.0.0 (#13117)`` -`9042a58553 `_ 2020-12-22 ``Add more operators to example DAGs for Cloud Tasks (#13235)`` -`8c00ec89b9 `_ 2020-12-22 ``Support google-cloud-pubsub>=2.0.0 (#13127)`` -`b26b0df5b0 `_ 2020-12-22 ``Update compatibility with google-cloud-kms>=2.0 (#13124)`` -`9a1d3820d6 `_ 2020-12-22 ``Support google-cloud-datacatalog>=1.0.0 (#13097)`` -`f95b1c9c95 `_ 2020-12-21 ``Add regional support to dataproc workflow template operators (#12907)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`23f27c1b1c `_ 2020-12-18 ``Add system tests for CloudKMSHook (#13122)`` -`cddbf81b12 `_ 2020-12-17 ``Fix Google BigQueryHook method get_schema() (#13136)`` -`1259c712a4 `_ 2020-12-17 ``Update compatibility with google-cloud-os-login>=2.0.0 (#13126)`` -`bcf77586ef `_ 2020-12-16 ``Fix Data Catalog operators (#13096)`` -`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -`b4b9cf5597 `_ 2020-12-14 ``Check for missing references to operator guides (#13059)`` -`1c1ef7ee69 `_ 2020-12-14 ``Add project_id to client inside BigQuery hook update_table method (#13018)`` -================================================================================================= =========== ========================================================================================= - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`1dcd3e13fd `_ 2020-12-05 ``Add support for extra links coming from the providers (#12472)`` -`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`02d94349be `_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` -`76bcd08dca `_ 2020-11-28 ``Added '@apply_defaults' decorator. (#12620)`` -`e1ebfa68b1 `_ 2020-11-27 ``Add DataflowJobMessagesSensor and DataflowAutoscalingEventsSensor (#12249)`` -`3fa51f94d7 `_ 2020-11-24 ``Add check for duplicates in provider.yaml files (#12578)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`9e3b2c554d `_ 2020-11-19 ``GCP Secrets Optional Lookup (#12360)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`8d09506464 `_ 2020-11-18 ``Fix download method in GCSToBigQueryOperator (#12442)`` -`2c0920fba5 `_ 2020-11-17 ``Adds mechanism for provider package discovery. (#12383)`` -`2cda2f2a0a `_ 2020-11-17 ``Add missing pre-commit definition - provider-yamls (#12393)`` -`80a957f142 `_ 2020-11-17 ``Add Dataflow sensors - job metrics (#12039)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`917e6c4424 `_ 2020-11-16 ``Add provide_file_and_upload to GCSHook (#12310)`` -`cfa4ecfeb0 `_ 2020-11-15 ``Add DataflowJobStatusSensor and support non-blocking execution of jobs (#11726)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`32b59f8350 `_ 2020-11-12 ``Fixes the sending of an empty list to BigQuery 'list_rows' (#12307)`` -`250436d962 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` -`502ba309ea `_ 2020-11-10 ``Enable Markdownlint rule - MD022/blanks-around-headings (#12225)`` -`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` -`f37c6e6fce `_ 2020-11-10 ``Add Compute Engine SSH hook (#9879)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`61feb6ec45 `_ 2020-11-09 ``Provider's readmes generated for elasticsearch and google packages (#12194)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`fcb6b00efe `_ 2020-11-08 ``Add authentication to AWS with Google credentials (#12079)`` -`2ef3b7ef8c `_ 2020-11-08 ``Fix ERROR - Object of type 'bytes' is not JSON serializable when using store_to_xcom_key parameter (#12172)`` -`0caec9fd32 `_ 2020-11-06 ``Dataflow - add waiting for successful job cancel (#11501)`` -`cf9437d79f `_ 2020-11-06 ``Simplify string expressions (#12123)`` -`91a64db505 `_ 2020-11-04 ``Format all files (without excepions) by black (#12091)`` -`fd3db778e7 `_ 2020-11-04 ``Add server side cursor support for postgres to GCS operator (#11793)`` -`f1f1940261 `_ 2020-11-04 ``Add DataflowStartSQLQuery operator (#8553)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`5f5244b74d `_ 2020-11-04 ``Add template fields renderers to Biguery and Dataproc operators (#12067)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`45ae145c25 `_ 2020-11-03 ``Log BigQuery job id in insert method of BigQueryHook (#12056)`` -`e324b37a67 `_ 2020-11-03 ``Add job name and progress logs to Cloud Storage Transfer Hook (#12014)`` -`6071fdd584 `_ 2020-11-02 ``Improve handling server errors in DataprocSubmitJobOperator (#11947)`` -`2f703df12d `_ 2020-10-30 ``Add SalesforceToGcsOperator (#10760)`` -`e5713e00b3 `_ 2020-10-29 ``Add drain option when canceling Dataflow pipelines (#11374)`` -`37eaac3c5d `_ 2020-10-29 ``The PRs which are not approved run subset of tests (#11828)`` -`79cb771992 `_ 2020-10-28 ``Fixing re pattern and changing to use a single character class. (#11857)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`240c7d4d72 `_ 2020-10-26 ``Google Memcached hooks - improve protobuf messages handling (#11743)`` -`8afdb6ac6a `_ 2020-10-26 ``Fix spellings (#11825)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` -`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` -`727c739afb `_ 2020-10-22 ``Improve Cloud Memorystore for Redis example (#11735)`` -`1da8379c91 `_ 2020-10-22 ``Fix static checks after merging #10121 (#11737)`` -`91503308c7 `_ 2020-10-22 ``Add Google Cloud Memorystore Memcached Operators (#10121)`` -`950c16d0b0 `_ 2020-10-21 ``Retry requests in case of error in Google ML Engine Hook (#11712)`` -`2bfc53b5eb `_ 2020-10-21 ``Fix doc errors in google provider files. (#11713)`` -`53e6062105 `_ 2020-10-21 ``Enforce strict rules for yamllint (#11709)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`2d854c3505 `_ 2020-10-19 ``Add service_account to Google ML Engine operator (#11619)`` -`46a121fb7b `_ 2020-10-18 ``docs: Update Bigquery clustering docstrings (#11232)`` -`49c58147fe `_ 2020-10-18 ``Strict type checking for provider Google (#11609)`` -`0823d46a7f `_ 2020-10-16 ``Add type annotations for AWS operators and hooks (#11434)`` -`3c10ca6504 `_ 2020-10-16 ``Add DataflowStartFlexTemplateOperator (#8550)`` -`8865d14df4 `_ 2020-10-16 ``Strict type checking for provider google cloud (#11548)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`06141d6d01 `_ 2020-10-12 ``Google cloud operator strict type check (#11450)`` -`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` -`1845cd11b7 `_ 2020-10-11 ``Strict type check for google ads and cloud hooks (#11390)`` -`bd204bb91b `_ 2020-10-11 ``Optionally set null marker in csv exports in BaseSQLToGCSOperator (#11409)`` -`75071831ba `_ 2020-10-10 ``Remove redundant parentheses from Python files (#10967)`` -`8baf657fc2 `_ 2020-10-09 ``Fix regression in DataflowTemplatedJobStartOperator (#11167)`` -`b0fcf67559 `_ 2020-10-07 ``Add AzureFileShareToGCSOperator (#10991)`` -`47b05a87f0 `_ 2020-10-07 ``Improve handling of job_id in BigQuery operators (#11287)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`cb52fb0ae1 `_ 2020-09-27 ``Add example DAG and system test for MySQLToGCSOperator (#10990)`` -`99accec29d `_ 2020-09-25 ``Fix incorrect Usage of Optional[str] & Optional[int] (#11141)`` -`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` -`daf8f31080 `_ 2020-09-23 ``Add template fields renderers for better UI rendering (#11061)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`cb979f9f21 `_ 2020-09-22 ``Get Airflow configs with sensitive data from CloudSecretManagerBackend (#11024)`` -`76545bb3d6 `_ 2020-09-16 ``Add example dag and system test for S3ToGCSOperator (#10951)`` -`22c631625f `_ 2020-09-16 ``Fix more docs spellings (#10965)`` -`12a652f534 `_ 2020-09-13 ``Fix parameter name collision in AutoMLBatchPredictOperator #10723 (#10869)`` -`41a62735ed `_ 2020-09-11 ``Add on_kill method to BigQueryInsertJobOperator (#10866)`` -`3e91da56e8 `_ 2020-09-11 ``fix typo in firebase/example_filestore DAG (#10875)`` -`68cc7273bf `_ 2020-09-10 ``Add on_kill method to DataprocSubmitJobOperator (#10847)`` -`f920957214 `_ 2020-09-10 ``Fix and remove some more typos from spelling_wordlist.txt (#10845)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`078bfaf60a `_ 2020-09-08 ``Extract missing gcs_to_local example DAG from gcs example (#10767)`` -`10ce31127f `_ 2020-09-08 ``Deprecate using global as the default region in Google Dataproc operators and hooks (#10772)`` -`f14f379716 `_ 2020-09-07 ``[AIRFLOW-10672] Refactor BigQueryToGCSOperator to use new method (#10773)`` -`c8ee455685 `_ 2020-09-07 ``Refactor DataprocCreateCluster operator to use simpler interface (#10403)`` -`ece685b5b8 `_ 2020-09-05 ``Asynchronous execution of Dataproc jobs with a Sensor (#10673)`` -`6e3d7b63d3 `_ 2020-09-04 ``Add masterConfig parameter to MLEngineStartTrainingJobOperator (#10578)`` -`804548d58f `_ 2020-09-01 ``Add Dataprep operators (#10304)`` -`11c00bc820 `_ 2020-08-30 ``Fix typos: duplicated "the" (#10647)`` -`2ca615cffe `_ 2020-08-29 ``Update Google Cloud branding (#10642)`` -`1b533f617e `_ 2020-08-28 ``Fix broken master - DLP (#10635)`` -`5ae82a56da `_ 2020-08-28 ``Fix Google DLP example and improve ops idempotency (#10608)`` -`3867f76625 `_ 2020-08-28 ``Update Google Cloud branding (#10615)`` -`91ff31ad10 `_ 2020-08-27 ``Documentation for Google Cloud Data Loss Prevention (#8201) (#9651)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`d760265452 `_ 2020-08-25 ``PyDocStyle: No whitespaces allowed surrounding docstring text (#10533)`` -`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` -`866701c801 `_ 2020-08-25 ``Fix typo in "Cloud" (#10534)`` -`47265e7b58 `_ 2020-08-24 ``Fix typo in PostgresHook (#10529)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`3734876d98 `_ 2020-08-24 ``Implement impersonation in google operators (#10052)`` -`b0598b5351 `_ 2020-08-24 ``Add support for creating multiple replicated clusters in Bigtable hook and operator (#10475)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`515cc72c99 `_ 2020-08-22 ``Fix typo in timed_out (#10459)`` -`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`88c7d2e526 `_ 2020-08-21 ``Dataflow operators don't not always create a virtualenv (#10373)`` -`083c3c129b `_ 2020-08-18 ``Simplified GCSTaskHandler configuration (#10365)`` -`1ae5bdf23e `_ 2020-08-17 ``Add test for GCSTaskHandler (#9600) (#9861)`` -`e195a980bc `_ 2020-08-16 ``Add type annotations for mlengine_operator_utils (#10297)`` -`382c1011b6 `_ 2020-08-16 ``Add Bigtable Update Instance Hook/Operator (#10340)`` -`bfa5a8d5f1 `_ 2020-08-15 ``CI: Fix failing docs-build (#10342)`` -`be46d20fb4 `_ 2020-08-15 ``Improve idempotency of BigQueryInsertJobOperator (#9590)`` -`47387a69e6 `_ 2020-08-14 ``Catch Permission Denied exception when getting secret from GCP Secret Manager. (#10326)`` -`2f0613b0c2 `_ 2020-08-13 ``Implement Google BigQuery Table Partition Sensor (#10218)`` -`f6734b3b85 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` -`8f8db8959e `_ 2020-08-12 ``DbApiHook: Support kwargs in get_pandas_df (#9730)`` -`ef088314f8 `_ 2020-08-09 ``Added DataprepGetJobsForJobGroupOperator (#10246)`` -`b43f90abf4 `_ 2020-08-09 ``Fix various typos in the repo (#10263)`` -`c29533888f `_ 2020-08-08 ``Add labels param to Google MLEngine Operators (#10222)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`eff0f03210 `_ 2020-08-06 `` Update guide for Google Cloud Secret Manager Backend (#10172)`` -`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`010322692e `_ 2020-08-06 ``Improve handling Dataproc cluster creation with ERROR state (#9593)`` -`1437cb7495 `_ 2020-08-04 ``Add correct signatures for operators in google provider package (#10144)`` -`6efa1b9cb7 `_ 2020-08-03 ``Add additional Cloud Datastore operators (#10032)`` -`27020f8e58 `_ 2020-08-03 ``Add try clause to DataFusionHook.wait_for_pipeline_state (#10031)`` -`4e3799fec4 `_ 2020-08-02 ``[AIRFLOW-4541] Replace os.mkdirs usage with pathlib.Path(path).mkdir (#10117)`` -`85c56b1737 `_ 2020-08-02 ``Add missing params to GCP Pub/Sub creation_subscription (#10106)`` -`b79466c12f `_ 2020-08-02 ``Fix sensor not providing arguments for GCSHook (#10074)`` -`4ee35d0279 `_ 2020-08-02 ``Fix hook not passing gcp_conn_id to base class (#10075)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`4c84661adb `_ 2020-07-31 ``Split Display Video 360 example into smaler DAGs (#10077)`` -`59cbff0874 `_ 2020-07-29 ``Fix docstrings in BigQueryGetDataOperator (#10042)`` -`81b87d48ed `_ 2020-07-27 ``Add unit tests for GcpBodyFieldSanitizer in Google providers (#9996)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`8b10a4b35e `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (#9982)`` -`ef98edf4da `_ 2020-07-23 ``Add more information about using GoogleAdsHook (#9951)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`39a0288a47 `_ 2020-07-22 ``Add Google Authentication for experimental API (#9848)`` -`c2db0dfeb1 `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` -`c4244e18bb `_ 2020-07-22 ``Fix calling 'get_client' in BigQueryHook.table_exists (#9916)`` -`5eacc16420 `_ 2020-07-22 ``Add support for impersonation in GCP hooks (#9915)`` -`1cfdebf5f8 `_ 2020-07-21 ``Fix insert_job method of BigQueryHook (#9899)`` -`c8c52e69c8 `_ 2020-07-21 ``Remove type hint causing DeprecationWarning in Firestore operators (#9819)`` -`eb6f1d1cf0 `_ 2020-07-16 ``Fix typo in datafusion operator (#9859)`` -`b01d95ec22 `_ 2020-07-15 ``Change DAG.clear to take dag_run_state (#9824)`` -`6d65c15d15 `_ 2020-07-15 ``Add guide for AI Platform (previously Machine Learning Engine) Operators (#9798)`` -`770de53eb5 `_ 2020-07-15 ``BigQueryTableExistenceSensor needs to specify keyword arguments (#9832)`` -`2d8dbacdf6 `_ 2020-07-15 ``Add CloudVisionDeleteReferenceImageOperator (#9698)`` -`9f017951b9 `_ 2020-07-15 ``Add Google Deployment Manager Hook (#9159)`` -`ed5004cca7 `_ 2020-07-14 ``Allow 'replace' flag in gcs_to_gcs operator. (#9667)`` -`553bb7af7c `_ 2020-07-13 ``Keep functions signatures in decorators (#9786)`` -`68925904e4 `_ 2020-07-13 ``Add multiple file upload functionality to GCS hook (#8849)`` -`1de78e8f97 `_ 2020-07-12 ``Add Google Stackdriver link (#9765)`` -`092d33f298 `_ 2020-07-11 ``Fix StackdriverTaskHandler + add system tests (#9761)`` -`b2305660f0 `_ 2020-07-09 ``Update example DAG for AI Platform operators (#9727)`` -`23f80f34ad `_ 2020-07-08 ``Move gcs & wasb task handlers to their respective provider packages (#9714)`` -`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` -`a79e2d4c4a `_ 2020-07-06 ``Move provider's log task handlers to the provider package (#9604)`` -`cd3d9d9340 `_ 2020-07-02 ``Fix using .json template extension in GMP operators (#9566)`` -`4799af30ee `_ 2020-06-30 ``Extend BigQuery example with include clause (#9572)`` -`e33f1a12d7 `_ 2020-06-30 ``Add template_ext to BigQueryInsertJobOperator (#9568)`` -`40add26d45 `_ 2020-06-29 ``Remove almost all references to airflow.contrib (#9559)`` -`c420dbd6e1 `_ 2020-06-27 ``Bump Pylint to 2.5.3 (#9294)`` -`0051c89cba `_ 2020-06-26 ``nitpick fix (#9527)`` -`87fdbd0708 `_ 2020-06-25 ``Use literal syntax instead of function calls to create data structure (#9516)`` -`7256f4caa2 `_ 2020-06-22 ``Pylint fixes and deprecation of rare used methods in Connection (#9419)`` -`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` -`5b680e27e8 `_ 2020-06-19 ``Don't use connection to store task handler credentials (#9381)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`416334e2ec `_ 2020-06-19 ``Properly propagated warnings in operators (#9348)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`4e09c64423 `_ 2020-06-18 ``Adds GCP Secret Manager Hook (#9368)`` -`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`639972d995 `_ 2020-06-16 ``Add support for latest Apache Beam SDK in Dataflow operators (#9323)`` -`1459970b3b `_ 2020-06-15 ``Rename CloudBuildCreateBuildOperator to CloudBuildCreateOperator (#9314)`` -`431ea3291c `_ 2020-06-15 ``Resolve upstream tasks when template field is XComArg (#8805)`` -`aee6ab94eb `_ 2020-06-15 ``Wait for pipeline state in Data Fusion operators (#8954)`` -`fb1c8b83d4 `_ 2020-06-10 ``Add test for BQ operations using location (#9206)`` -`a26afbfa51 `_ 2020-06-10 ``Make generated job_id more informative in BQ insert_job (#9203)`` -`c41192fa1f `_ 2020-06-10 ``Upgrade pendulum to latest major version ~2.0 (#9184)`` -`b1c8c5ed5b `_ 2020-06-09 ``Allows using private endpoints in GKEStartPodOperator (#9169)`` -`5918efc86a `_ 2020-06-05 ``Add 3.8 to the test matrices (#8836)`` -`9bcdadaf7e `_ 2020-06-05 ``Add 'main' param to template_fields in DataprocSubmitPySparkJobOperator (#9154)`` -`f56811dff3 `_ 2020-06-05 ``[AIRFLOW-6290] Create guide for GKE operators (#8883)`` -`76962867b5 `_ 2020-06-04 ``Fix sql_to_gcs hook gzip of schema_file (#9140)`` -`17adcea835 `_ 2020-06-02 ``Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)`` -`7898525468 `_ 2020-06-01 ``Add BigQueryInsertJobOperator (#8868)`` -`29eb68b90b `_ 2020-05-31 ``Create guide for Dataproc Operators (#9037)`` -`886afaf622 `_ 2020-05-29 ``Add example dag and system test for LocalFilesystemToGCSOperator (#9043)`` -`a779c4dfc2 `_ 2020-05-29 ``add separate example dags and system tests for GCSToGoogleSheetsOperator (#9066)`` -`ada26be23c `_ 2020-05-29 ``Add correct description for dst param in LocalFilesystemToGCSOperator (#9055)`` -`81b2761b86 `_ 2020-05-29 ``add example dag and system test for GoogleSheetsToGCSOperator (#9056)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`3994030ea6 `_ 2020-05-26 ``Refactor BigQuery operators (#8858)`` -`cdb3f25456 `_ 2020-05-26 ``All classes in backport providers are now importable in Airflow 1.10 (#8991)`` -`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` -`cf5cf45e1c `_ 2020-05-23 ``Support YAML input for CloudBuildCreateOperator (#8808)`` -`499493c5c5 `_ 2020-05-19 ``[AIRFLOW-6586] Improvements to gcs sensor (#7197)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`841d816647 `_ 2020-05-19 ``Allow setting the pooling time in DLPHook (#8824)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`15273f0ea0 `_ 2020-05-16 ``Check for same task instead of Equality to detect Duplicate Tasks (#8828)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`e1e833bb26 `_ 2020-05-13 ``Update GoogleBaseHook to not follow 308 and use 60s timeout (#8816)`` -`8b54919711 `_ 2020-05-12 ``Refactor BigQuery hook methods to use python library (#8631)`` -`6911dfe837 `_ 2020-05-12 ``Fix template fields in Google operators (#8840)`` -`4b06fde0f1 `_ 2020-05-12 ``Fix Flake8 errors (#8841)`` -`1d12c347cb `_ 2020-05-12 ``Refactor BigQuery check operators (#8813)`` -`493b685d78 `_ 2020-05-10 ``Add separate example DAGs and system tests for google cloud speech (#8778)`` -`79ef8bed89 `_ 2020-05-10 ``Added Upload Multiple Entity Read Files to specified big query dataset (#8610)`` -`280f1f0c4c `_ 2020-05-10 ``Correctly restore upstream_task_ids when deserializing Operators (#8775)`` -`58aefb23b1 `_ 2020-05-08 ``Added SDFtoGCSOperator (#8740)`` -`723c52c942 `_ 2020-05-07 ``Add documentation for SpannerDeployInstanceOperator (#8750)`` -`25ee4211b3 `_ 2020-05-06 ``Support all RuntimeEnvironment parameters in DataflowTemplatedJobStartOperator (#8531)`` -`8d6f1aa4b5 `_ 2020-05-05 ``Support num_retries field in env var for GCP connection (#8700)`` -`67caae0f25 `_ 2020-05-04 ``Add system test for gcs_to_bigquery (#8556)`` -`bc45fa6759 `_ 2020-05-03 ``Add system test and docs for Facebook Ads operators (#8503)`` -`a28c66f23d `_ 2020-04-30 ``[AIRFLOW-4734] Upsert functionality for PostgresHook.insert_rows() (#8625)`` -`992a24ce41 `_ 2020-04-28 ``Split and improve BigQuery example DAG (#8529)`` -`c1fb28230f `_ 2020-04-28 ``Refactor BigQueryHook dataset operations (#8477)`` -`e8d0f8feab `_ 2020-04-26 ``Improve idempodency in CloudDataTransferServiceCreateJobOperator (#8430)`` -`37fdfa9775 `_ 2020-04-26 ``[AIRFLOW-6281] Create guide for GCS to GCS transfer operators (#8442)`` -`14b22e6ffe `_ 2020-04-25 ``Add hook and operator for Google Cloud Life Sciences (#8481)`` -`72ddc94d1e `_ 2020-04-23 ``Pass location using parmamter in Dataflow integration (#8382)`` -`912aa4b423 `_ 2020-04-23 ``Added GoogleDisplayVideo360DownloadLineItemsOperator (#8174)`` -`57c8c05839 `_ 2020-04-22 ``Use python client in BQ hook create_empty_table/dataset and table_exists (#8377)`` -`5d3a7eef30 `_ 2020-04-20 ``Allow multiple extra_packages in Dataflow (#8394)`` -`79c99b1b6a `_ 2020-04-18 ``Added location parameter to BigQueryCheckOperator (#8273)`` -`79d3f33c1b `_ 2020-04-17 ``Clean up temporary files in Dataflow operators (#8313)`` -`efcffa323d `_ 2020-04-16 ``Add Dataproc SparkR Example (#8240)`` -`b198a1fa94 `_ 2020-04-15 ``Create guide for BigQuery operators (#8276)`` -`2636cc932c `_ 2020-04-14 ``Raise exception when GCP credential doesn't support account impersonation (#8213)`` -`eee4ebaeeb `_ 2020-04-14 ``Added Facebook Ads Operator #7887 (#8008)`` -`8cae07ea18 `_ 2020-04-14 ``fixed typo (#8294)`` -`45c8983306 `_ 2020-04-13 ``Less aggressive eager upgrade of requirements (#8267)`` -`1fd9ed3840 `_ 2020-04-13 ``Add mypy plugin for decorators. (#8145)`` -`327b0a9f77 `_ 2020-04-13 ``Added GoogleDisplayVideo360UploadLineItemsOperator (#8216)`` -`bb5e403a32 `_ 2020-04-10 ``Honor schema type for MySQL to GCS data pre-process (#8090)`` -`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`3fc89f29f5 `_ 2020-04-06 ``[AIRFLOW-7106] Cloud data fusion integration - Allow to pass args to start pipeline (#7849)`` -`7ef75d2393 `_ 2020-04-03 ``[AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload (#8049)`` -`ed2bc00576 `_ 2020-04-02 ``Add Google Ads list accounts operator (#8007)`` -`3808a6206e `_ 2020-04-01 ``Unify Google class/package names (#8033)`` -`8a02402576 `_ 2020-03-31 ``Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)`` -`8e89780071 `_ 2020-03-31 ``Add more refactor steps for providers.google (#8010)`` -`aae3b8fb27 `_ 2020-03-31 ``Individual package READMEs (#8012)`` -`779023968f `_ 2020-03-30 ``[AIRFLOW-7075] Operators for storing information from GCS into GA (#7743)`` -`49abce5217 `_ 2020-03-30 ``Improve system tests for Cloud Build (#8003)`` -`0f19a930d1 `_ 2020-03-29 ``Remove GKEStartPodOperator when backporting (#7908)`` -`0e1c238b2f `_ 2020-03-28 ``Get Airflow Variables from GCP Secrets Manager (#7946)`` -`eb4af4f944 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` -`01f99426fd `_ 2020-03-28 ``Add download/upload operators for GCS and Google Sheets (#7866)`` -`892522f8e2 `_ 2020-03-26 ``Change signature of GSheetsHook methods (#7853)`` -`bfd425157a `_ 2020-03-26 ``Improve idempotency in MLEngineHook.create_model (#7811)`` -`f9c226343d `_ 2020-03-26 ``Fix CloudSecretsManagerBackend invalid connections_prefix (#7861)`` -`e3920f12f4 `_ 2020-03-26 ``Improve setUp/tearDown in Cloud Firestore system test (#7862)`` -`8ba8a7295a `_ 2020-03-26 ``Improve example DAGs for Cloud Memorystore (#7855)`` -`f7d1a437c1 `_ 2020-03-26 ``Fix CloudMemorystoreCreateInstanceAndImportOperator operator (#7856)`` -`beef6c230e `_ 2020-03-26 ``Improve authorization in GCP system tests (#7863)`` -`5f165f3e42 `_ 2020-03-26 ``[AIRFLOW-5801] Get GCP credentials from file instead of JSON blob (#7869)`` -`686d7d50bd `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` -`1982c3fdca `_ 2020-03-24 ``Run Dataflow for ML Engine summary in venv (#7809)`` -`eef87b9953 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` -`529db07b2e `_ 2020-03-23 ``Improve Google PubSub hook publish method (#7831)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`a001489b59 `_ 2020-03-23 ``Improve example DAG for ML Engine (#7810)`` -`9e5a8e7f83 `_ 2020-03-23 ``Add call to Super class in 'google' providers (#7823)`` -`b86bf79bff `_ 2020-03-23 ``Fix typo in GCP credentials_provider's docstring (#7818)`` -`56c013ce92 `_ 2020-03-23 ``Add missing docstring in BigQueryHook.create_empty_table (#7817)`` -`426a79847c `_ 2020-03-23 ``Imrove support for laatest API in MLEngineStartTrainingJobOperator (#7812)`` -`cdf1809fce `_ 2020-03-23 ``[AIRFLOW-7104] Add Secret backend for GCP Secrets Manager (#7795)`` -`27dac00e12 `_ 2020-03-22 ``[AIRFLOW-7099] Improve system test for cloud transfer service (#7794)`` -`0daf5d729a `_ 2020-03-22 ``Add ability to specify a maximum modified time for objects in GCSToGCSOperator (#7791)`` -`c8088c2bd7 `_ 2020-03-20 ``[AIRFLOW-7100] Add GoogleAnalyticsGetAdsLinkOperator (#7781)`` -`5106a29314 `_ 2020-03-20 ``[AIRFLOW-6752] Add GoogleAnalyticsRetrieveAdsLinksListOperator (#7748)`` -`759ce2a80c `_ 2020-03-20 ``[AIRFLOW-6978] Add PubSubPullOperator (#7766)`` -`6b9b214e4c `_ 2020-03-20 ``[AIRFLOW-6732] Add GoogleAdsHook and GoogleAdsToGcsOperator (#7692)`` -`b118916969 `_ 2020-03-19 ``[AIRFLOW-7069] Fix cloudsql system tests (#7770)`` -`ae854cae5a `_ 2020-03-19 ``[AIRFLOW-7082] Remove catch_http_exception decorator in GCP hooks (#7756)`` -`7e1e954d23 `_ 2020-03-19 ``[AIRFLOW-7085] Cache credentials, project_id in GCP Base Hook (#7759)`` -`6e21c139b3 `_ 2020-03-19 ``[AIRFLOW-XXXX] Fix reference to GCP classes in guides (#7762)`` -`ce022a3f72 `_ 2020-03-19 ``[AIRFLOW-XXXX] Add cross-references for operators guide (#7760)`` -`029c84e552 `_ 2020-03-18 ``[AIRFLOW-5421] Add Presto to GCS transfer operator (#7718)`` -`63a3102ede `_ 2020-03-18 ``[AIRFLOW-7064] Add CloudFirestoreExportDatabaseOperator (#7725)`` -`73305c7bd5 `_ 2020-03-18 ``[AIRFLOW-7081] Remove env variables from GCP guide (#7755)`` -`60fdbf6d92 `_ 2020-03-18 ``[AIRFLOW-5610] Add ability to specify multiple objects to copy in GCSToGCSOperator (#7728)`` -`de7e934ca3 `_ 2020-03-17 ``[AIRFLOW-7079] Remove redundant code for storing template_fields (#7750)`` -`0de0347b27 `_ 2020-03-17 ``[AIRFLOW-6855]: Escape project_dataset_table in SQL query in gcs to bq … (#7475)`` -`91557c6f87 `_ 2020-03-17 ``[AIRFLOW-7073] GKEStartPodOperator always use connection credentials (#7738)`` -`51161dbd9d `_ 2020-03-16 ``[AIRFLOW-5664] Store timestamps with microseconds precision (#6354)`` -`2bc020c431 `_ 2020-03-14 ``[AIRFLOW-7055] Verbose logging option for google provider (#7711)`` -`c997cab42d `_ 2020-03-13 ``[AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator (#7630)`` -`137896f326 `_ 2020-03-12 ``[AIRFLOW-7034] Remove feature: Assigning Dag to task using Bitshift Op (#7685)`` -`1f77f943d5 `_ 2020-03-10 ``[AIRFLOW-6980] Improve system tests and building providers package (#7615)`` -`bf9b6b6d70 `_ 2020-03-09 ``[AIRFLOW-5013] Add GCP Data Catalog Hook and operators (#7664)`` -`e5130dc9fe `_ 2020-03-09 ``[AIRFLOW-2911] Add job cancellation capability to Dataflow service (#7659)`` -`faf0df4b94 `_ 2020-03-09 ``[AIRFLOW-XXXX] Fix upsert operator in BQ example DAG (#7666)`` -`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` -`b5b9795f04 `_ 2020-03-07 ``[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix) (#7624)`` -`6b65038fb4 `_ 2020-03-06 ``[AIRFLOW-6990] Improve system tests for Google Marketing Platform (#7631)`` -`755fe52249 `_ 2020-03-05 ``[AIRFLOW-6915] Add AI Platform Console Link for MLEngineStartTrainingJobOperator (#7535)`` -`cb2f339116 `_ 2020-03-04 ``[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (#7609)`` -`09fea3ce8e `_ 2020-03-04 ``[AIRFLOW-6977] Fix BigQuery DTS example DAG (#7612)`` -`8230ccc48b `_ 2020-03-04 ``[AIRFLOW-6926] Fix Google Tasks operators return types and idempotency (#7547)`` -`0d1e3088aa `_ 2020-03-04 ``[AIRFLOW-6970] Improve GCP Video Intelligence system tests (#7604)`` -`ab6bb0012c `_ 2020-03-03 ``[AIRFLOW-6971] Fix return type in CloudSpeechToTextRecognizeSpeechOperator (#7607)`` -`3db4ade3dc `_ 2020-02-29 ``[AIRFLOW-6924] Fix Google DLP operators return types (#7546)`` -`008b4bab14 `_ 2020-02-27 ``[AIRFLOW-6730] Use total_seconds instead of seconds (#7363)`` -`bb552b2d9f `_ 2020-02-25 ``[AIRFLOW-6908] Lazy load AirflowException (#7528)`` -`d1a34246ac `_ 2020-02-25 ``[AIRFLOW-6593] Add GCP Stackdriver Alerting Hooks and Operators (#7322)`` -`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`dcf8743521 `_ 2020-02-24 ``[AIRFLOW-6894] Prevent db query in example_dags (#7516)`` -`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`35b9616378 `_ 2020-02-21 ``[AIRFLOW-4973] Add Cloud Data Fusion Pipeline integration (#7486)`` -`aff3a361b4 `_ 2020-02-20 ``[AIRFLOW-6558] Campaign Manager operators for conversions (#7420)`` -`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`5b199cb86b `_ 2020-02-17 ``[AIRFLOW-XXXX] Typo in example_bigquery DAG (#7429)`` -`2c9345a8e0 `_ 2020-02-17 ``[AIRFLOW-6759] Added MLEngine operator/hook to cancel MLEngine jobs (#7400)`` -`946bdc23c0 `_ 2020-02-16 ``[AIRFLOW-6405] Add GCP BigQuery Table Upsert Operator (#7126)`` -`2381c820c8 `_ 2020-02-13 ``[AIRFLOW-6505] Let emoji encoded properly for json.dumps() (#7399)`` -`04c1fefbf2 `_ 2020-02-03 ``[AIRFLOW-6676] added GCSDeleteBucketOperator (#7307)`` -`a0252748ff `_ 2020-02-03 ``[AIRFLOW-6717] Remove non-existent field from templated_fields (#7340)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`9d8d075578 `_ 2020-02-03 ``[AIRFLOW-6715] Fix Google Cloud DLP Example DAG (#7337)`` -`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` -`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` -`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` -`ceea293c16 `_ 2020-01-28 ``[AIRFLOW-6656] Fix AIP-21 moving (#7272)`` -`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` -`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -`f4d3e5e545 `_ 2020-01-13 ``[AIRFLOW-6102] [AIP-21] Rename Dataproc operators (#7151)`` -`e7bf8ecb48 `_ 2020-01-13 ``[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)`` -`5b6772cb83 `_ 2020-01-09 ``[AIRFLOW-6125] [AIP-21] Rename S3 operator and SFTP operator (#7112)`` -`4f8592ae8f `_ 2020-01-08 ``[AIRFLOW-6118] [AIP-21] Rename Pubsub operators and hook (#7046)`` -`20299473f1 `_ 2020-01-03 ``[AIRFLOW-6115] [AIP-21] Rename GCP vision operators (#7020)`` -`18e8cea4e7 `_ 2020-01-03 ``[AIRFLOW-6428] Fix import path for airflow.utils.dates.days_ago in Example DAGs (#7007)`` -`95087af140 `_ 2019-12-31 ``[AIRFLOW-6110] [AIP-21] Rename natural_language service (#6968)`` -`69629a5a94 `_ 2019-12-09 ``[AIRFLOW-5807] Move SFTP from contrib to providers. (#6464)`` -`25e9047a4a `_ 2019-12-09 ``[AIRFLOW-6193] Do not use asserts in Airflow main code (#6749)`` -`ed0a14f321 `_ 2019-12-09 ``[AIRFLOW-6120] Rename GoogleCloudBaseHook (#6734)`` -`2f2f89c148 `_ 2019-12-01 ``[AIRFLOW-6139] Consistent spaces in pylint enable/disable (#6701)`` -`03c870a617 `_ 2019-11-26 ``[AIRFLOW-6010] Remove cyclic imports and pylint hacks (#6601)`` -`5c4cfea8c0 `_ 2019-11-15 ``[AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator (#6393)`` -`44a8c37a9a `_ 2019-11-13 ``[AIRFLOW-XXX] Fix the docstring for Dataproc get_job method (#6581)`` -`d633d3ac44 `_ 2019-11-13 ``[AIRFLOW-5691] Rewrite Dataproc operators to use python library (#6371)`` -`d985c02d9f `_ 2019-11-05 ``[AIRFLOW-XXX] Add How-To-Guide to GCP PubSub (#6497)`` -`a296cdabdb `_ 2019-11-04 ``[AIRFLOW-5743] Move Google PubSub to providers package (#6476)`` -`470b2a779d `_ 2019-10-30 ``[AIRFLOW-5741] Move Cloud Natural Language to providers (#6421)`` -`f2caa451fc `_ 2019-10-27 ``[AIRFLOW-5742] Move Google Cloud Vision to providers package (#6424)`` -`16d7accb22 `_ 2019-10-22 ``[AIRFLOW-4971] Add Google Display & Video 360 integration (#6170)`` -`4e661f535d `_ 2019-10-22 ``[AIRFLOW-5379] Add Google Search Ads 360 operators (#6228)`` -`19e32b4e2c `_ 2019-10-18 ``[AIRFLOW-5656] Rename provider to providers module (#6333)`` -================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst index 172b8d0931e7c..2526307b62d15 100644 --- a/docs/apache-airflow-providers-google/index.rst +++ b/docs/apache-airflow-providers-google/index.rst @@ -87,7 +87,7 @@ Google services including: - `Google Workspace `__ (formerly Google Suite) -Release: 10.24.0 +Release: 10.25.0 Provider package ---------------- @@ -111,7 +111,7 @@ The minimum Apache Airflow version supported by this provider package is ``2.8.0 PIP package Version required ========================================== ========================================= ``apache-airflow`` ``>=2.8.0`` -``apache-airflow-providers-common-compat`` ``>=1.1.0`` +``apache-airflow-providers-common-compat`` ``>=1.2.1`` ``apache-airflow-providers-common-sql`` ``>=1.7.2`` ``asgiref`` ``>=3.5.2`` ``dill`` ``>=0.2.3`` @@ -125,7 +125,7 @@ PIP package Version required ``google-api-python-client`` ``>=2.0.2`` ``google-auth`` ``>=2.29.0`` ``google-auth-httplib2`` ``>=0.0.1`` -``google-cloud-aiplatform`` ``>=1.63.0`` +``google-cloud-aiplatform`` ``>=1.70.0`` ``google-cloud-automl`` ``>=2.12.0`` ``google-cloud-bigquery`` ``!=3.21.*,!=3.22.0,!=3.23.*,>=3.4.0`` ``google-cloud-bigquery-datatransfer`` ``>=3.13.0`` @@ -165,11 +165,12 @@ PIP package Version required ``grpcio-gcp`` ``>=0.2.2`` ``httpx`` ``>=0.25.0`` ``json-merge-patch`` ``>=0.2`` -``looker-sdk`` ``>=22.4.0`` +``looker-sdk`` ``>=22.4.0,!=24.18.0`` ``pandas-gbq`` ``>=0.7.0`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"`` ``pandas`` ``>=1.5.3,<2.2; python_version < "3.9"`` ``proto-plus`` ``>=1.19.6`` +``pyarrow`` ``>=14.0.1`` ``python-slugify`` ``>=7.0.0`` ``PyOpenSSL`` ``>=23.0.0`` ``sqlalchemy-bigquery`` ``>=1.2.1`` @@ -220,5 +221,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-google 10.24.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-google 10.24.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 10.25.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 10.25.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-http/commits.rst b/docs/apache-airflow-providers-http/commits.rst index efd84d0882676..5be0048e5738e 100644 --- a/docs/apache-airflow-providers-http/commits.rst +++ b/docs/apache-airflow-providers-http/commits.rst @@ -35,557 +35,17 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-08-25 ``remove soft_fail part2 (#41727)`` -================================================================================================= =========== =================================== - -4.13.0 -...... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ======================================================================= - -4.12.0 -...... - -Latest change: 2024-06-22 - -================================================================================================= =========== ========================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================= -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`b358d0a6de `_ 2024-06-06 ``Add 'retry_args' parameter to 'HttpOperator' (#40086)`` -================================================================================================= =========== ========================================================= - -4.11.1 -...... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -4.11.0 -...... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`9619536e6f `_ 2024-04-24 ``Allow trust env parameter to be defined in extra options of HTTP Connection (#39161)`` -================================================================================================= =========== ======================================================================================== - -4.10.1 -...... - -Latest change: 2024-04-10 - -================================================================================================= =========== ===================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`6d4746f899 `_ 2024-03-31 ``Consolidate HttpOperator http request between sync and async mode (#37293)`` -`eead6c2479 `_ 2024-03-22 ``fix(http): add return statement to yield within a while loop in triggers (#38392)`` -`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` -================================================================================================= =========== ===================================================================================== - -4.10.0 -...... - -Latest change: 2024-03-04 - -================================================================================================= =========== ======================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================= -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`9c980f7a5c `_ 2024-02-27 ``Return back removed public HttpHook's method (#37738)`` -`9207f9ba0f `_ 2024-02-26 ``Change the URL building in HttpHookAsync to match the behavior of HttpHook (#37696)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -================================================================================================= =========== ======================================================================================= - -4.9.1 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`78294c24e2 `_ 2024-02-11 ``Get rid of pytest-httpx as dependency (#37334)`` -`bb414f0122 `_ 2024-02-10 ``Added D401 support to http, smtp and sftp provider (#37303)`` -`90e2b12d6b `_ 2024-02-08 ``Upgrade mypy to 1.8.0 (#36428)`` -`0c4210af62 `_ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -================================================================================================= =========== ================================================================================== - -4.9.0 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== =========================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`9596bbdafa `_ 2024-01-23 ``Add deferrable implementation in HTTPSensor (#36904)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` -`c2d02b450a `_ 2024-01-13 ``Allow default requests parameters like proxy to be defined in extra options field of a Airflow HTTP Connection (#36733)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -================================================================================================= =========== =========================================================================================================================== - -4.8.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`5588a956c0 `_ 2023-11-22 ``Fix HttpOperator pagination with 'str' data (#35782)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -================================================================================================= =========== ======================================================================= - -4.7.0 -..... - -Latest change: 2023-11-12 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`de5b3a60b5 `_ 2023-11-12 ``Prepare docs 1st wave of Providers November 2023 (RC2) (#35589)`` -`1f76986b7b `_ 2023-11-11 ``Fix: Paginate on lastest Response (#35560)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`fd78908097 `_ 2023-11-03 ``json data for async PUTs fixed (#35405)`` -`70b3bd3fb9 `_ 2023-11-03 ``Add pagination to 'HttpOperator' and make it more modular (#34669)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -================================================================================================= =========== ====================================================================== - -4.6.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== ===================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`c55fd77f76 `_ 2023-09-18 ``fix(providers/http): respect soft_fail argument when exception is raised (#34391)`` -================================================================================================= =========== ===================================================================================== - -4.5.2 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -`b1f2a1693c `_ 2023-08-26 ``Convert hard-coded allowlist error code to be argument of HttpSensor (#33717)`` -================================================================================================= =========== =================================================================================================== - -4.5.1 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` -================================================================================================= =========== ============================================================ - -4.5.0 -..... - -Latest change: 2023-07-12 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` -`17e9434dee `_ 2023-07-09 ``Add deferrable mode to SimpleHttpOperator (#32448)`` -`358e6e8fa1 `_ 2023-07-06 ``Fix headers passed into HttpAsyncHook (#32409)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ================================================================= - -4.4.2 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -================================================================================================= =========== ============================================================= - -4.4.1 -..... - -Latest change: 2023-05-24 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`d745cee3db `_ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)`` -`547e352578 `_ 2023-05-23 ``Bring back min-airflow-version for preinstalled providers (#31469)`` -================================================================================================= =========== ====================================================================== - -4.4.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -4.3.0 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`c44c7e1b48 `_ 2023-03-20 ``Add non login-password auth support for SimpleHttpOpeator (#29206)`` -================================================================================================= =========== ====================================================================== - -4.2.0 -..... - -Latest change: 2023-02-18 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` -`47edfe9a22 `_ 2023-02-14 ``Add HttpHookAsync for deferrable implementation (#29038)`` -================================================================================================= =========== ================================================================ - -4.1.1 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`a9d5471c66 `_ 2023-01-13 ``Change logging for HttpHook to debug (#28911)`` -================================================================================================= =========== ================================================================== - -4.1.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -================================================================================================= =========== ==================================================================================== - -4.0.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`8c4120c195 `_ 2022-07-12 ``Add TCP_KEEPALIVE option to http provider (#24967)`` -`e2fd41f7b1 `_ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`ccd28cbf44 `_ 2022-06-28 ``fix document about response_check in HttpSensor (#24708)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`5ad42d7fbf `_ 2022-06-13 ``Fix HttpHook.run_with_advanced_retry document error (#24380)`` -================================================================================================= =========== ================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`9398586a7c `_ 2022-06-01 ``Migrate HTTP example DAGs to new design AIP-47 (#23991)`` -================================================================================================= =========== ================================================================================== - -2.1.2 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.1.1 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.1.0 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== =========================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`13b2c400b9 `_ 2022-02-28 ``Add 'method' to attributes in HttpSensor. (#21831)`` -`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -================================================================================================= =========== =========================================================== - -2.0.3 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`4dcc35e020 `_ 2022-02-01 ``Split out confusing path combination logic to separate method (#21247)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================= =========== ========================================================================== - -2.0.2 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`9876e19273 `_ 2021-12-21 ``Un-ignore DeprecationWarning (#20322)`` -`12fdf9b4f9 `_ 2021-12-13 ``Fix MyPy Errors for HTTP provider. (#20246)`` -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -================================================================================================= =========== ====================================================================================== - -2.0.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`0264fea8c2 `_ 2021-08-24 ``Remove airflow dependency from http provider`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`0dbd0f420c `_ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ============================================================================= - -2.0.0 -..... - -Latest change: 2021-06-22 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`61fdf8442e `_ 2021-06-22 ``Add test connection method to http hook (#16568)`` -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` -`f122e2826d `_ 2021-05-10 ``Update 'SimpleHttpOperator' to take auth object (#15605)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`ca432eebdf `_ 2021-05-04 ``HttpHook: Use request factory and respect defaults (#14701)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`d7bc217957 `_ 2021-04-16 ``Add documentation for the HTTP connection (#15379)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ================================================================= - -1.1.1 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== ======================================================================= - -1.1.0 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ====================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`1602ec97c8 `_ 2021-01-20 ``Add a new argument for HttpSensor to accept a list of http status code to Continue Poking (#13499)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ====================================================================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`c1cd50465c `_ 2020-12-05 ``Add 'headers' to template_fields in HttpSensor (#12809)`` -`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`370e7d07d1 `_ 2020-11-21 ``Fix Python Docstring parameters (#12513)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`badd890675 `_ 2020-11-09 ``Extend the same keyword args callable support in PythonOperator to some other sensors/operators (#11922)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`3cddc11821 `_ 2020-10-16 ``Updated template_fields_rendereds for PostgresOperator and SimpleHttpOperator (#11555)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`dc3a4938ca `_ 2020-08-22 ``Fix duplicate task_ids in example_http.py (#10485)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`ac93419d1d `_ 2020-07-22 ``Add response_filter parameter to SimpleHttpOperator (#9885)`` -`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`249e80b960 `_ 2020-04-30 ``Add http system test (#8591)`` -`ddd005e3b9 `_ 2020-04-18 ``[AIRFLOW-5156] Fixed doc strigns for HttpHook (#8434)`` -`d61a476da3 `_ 2020-04-18 ``[AIRFLOW-5156] Added auth type to HttpHook (#8429)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`be2b2baa7c `_ 2020-03-23 ``Add missing call to Super class in 'http', 'grpc' & 'slack' providers (#7826)`` -`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`9a04013b0e `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` -================================================================================================= =========== ====================================================================================================================================================================== +================================================================================================= =========== ===================================================================================================== +`2899e5f0e2 `_ 2024-10-15 ``add lowerbount to requests-toolbelt and replace requests_toolbelt with requests-toolbelt (#43020)`` +`c941484066 `_ 2024-10-15 ``pin in providers (#43001)`` +`037274398d `_ 2024-10-11 ``fix: HttpSensorTrigger to include 'method' when serializing (#42925)`` +`df4df2a8f9 `_ 2024-10-10 ``Use url_from_endpoint inside HttpHook. (#42785)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ===================================================================================================== diff --git a/docs/apache-airflow-providers-http/index.rst b/docs/apache-airflow-providers-http/index.rst index 1e3b271b29ef5..9d46c1020157f 100644 --- a/docs/apache-airflow-providers-http/index.rst +++ b/docs/apache-airflow-providers-http/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-http package `Hypertext Transfer Protocol (HTTP) `__ -Release: 4.13.1 +Release: 4.13.2 Provider package ---------------- @@ -102,7 +102,7 @@ PIP package Version required ===================== ================== ``apache-airflow`` ``>=2.8.0`` ``requests`` ``>=2.27.0,<3`` -``requests-toolbelt`` +``requests-toolbelt`` ``>=0.4.0`` ``aiohttp`` ``>=3.9.2`` -``asgiref`` +``asgiref`` ``>=2.3.0`` ===================== ================== diff --git a/docs/apache-airflow-providers-jenkins/commits.rst b/docs/apache-airflow-providers-jenkins/commits.rst index bea3d67c2c115..9f3bb7898d850 100644 --- a/docs/apache-airflow-providers-jenkins/commits.rst +++ b/docs/apache-airflow-providers-jenkins/commits.rst @@ -35,439 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ============================= - -3.7.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ======================================================================= - -3.6.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -3.6.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`08036e5df5 `_ 2024-02-08 ``D401 Support in Providers (simple) (#37258)`` -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================================================== - -3.5.1 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -================================================================================================= =========== ================================================================================== - -3.5.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ======================================================================= - -3.4.0 -..... - -Latest change: 2023-10-13 +Latest change: 2024-10-22 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`43f5d13535 `_ 2023-09-20 ``fix(providers/jenkins): respect soft_fail argument when exception is raised (#34475)`` -`0d1f2d9ba8 `_ 2023-09-18 ``Consolidate hook management in JenkinsJobTriggerOperator (#34433)`` +`ccd7b86142 `_ 2024-10-22 ``Remove unnecessary return value from 'jenkins_request_with_headers' (#43207)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== - -3.3.2 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`a6a7a89fda `_ 2023-09-04 ``Refactor attempting loops in jenkins (#34057)`` -`794bd43aa8 `_ 2023-09-01 ``Move the try outside the loop when this is possible in jenkins provider (#33979)`` -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ==================================================================================== - -3.3.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -================================================================================================= =========== ============================================================= - -3.3.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -3.2.1 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ========================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`1f8bf783b8 `_ 2023-03-25 ``'JenkinsHook' fix connection intake on https (#30301)`` -================================================================================================= =========== ========================================================== - -3.2.0 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`149a7ea3de `_ 2023-01-06 ``check jenkins result state (#28659)`` -================================================================================================= =========== ================================================================== - -3.1.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -================================================================================================= =========== ==================================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ======================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================= -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`5bd64183f9 `_ 2022-06-03 ``Migrate Jenkins example DAGs to new design #22451 (#24138)`` -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`e5dd6fdcfd `_ 2022-04-12 ``Bug Fix for 'apache-airflow-providers-jenkins' 'JenkinsJobTriggerOperator' (#22802)`` -================================================================================================= =========== ======================================================================================= - -2.1.0 -..... - -Latest change: 2022-04-07 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`c30ab6945e `_ 2022-04-04 ``extra condition to check returned object not None (#22608)`` -`4e24b22379 `_ 2022-03-24 ``Add 'JenkinsBuildSensor' (#22421)`` -================================================================================================= =========== ============================================================== - -2.0.7 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.0.6 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.0.5 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================= =========== ========================================================================== - -2.0.4 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`85bedd03c3 `_ 2021-12-20 ``Clean up JenkinsJobTriggerOperator (#19019)`` -================================================================================================= =========== ========================================================================= - -2.0.3 -..... - -Latest change: 2021-10-29 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`e4888a061f `_ 2021-10-21 ``Remove distutils usages for Python 3.10 (#19064)`` -`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` -================================================================================================= =========== ====================================================================================== - -2.0.2 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -================================================================================================= =========== ============================================================================ - -2.0.1 -..... - -Latest change: 2021-07-26 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`a777537594 `_ 2021-07-26 ``Updating Jenkins example DAGs to use XComArgs (#16874)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`9ff781ad8f `_ 2021-07-13 ``Fixed to check number key from jenkins response (#16963)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== =================================================================== - -2.0.0 -..... - -Latest change: 2021-06-20 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`15baf737ee `_ 2021-06-20 ``update example_jenkins_job_trigger.py (#16532)`` -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`266384a63f `_ 2021-04-05 ``Fix string concatenation using 'f-strings' (#15200)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ======================================================================= - -1.1.0 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`78adaed5e6 `_ 2021-02-08 ``Add allowed_jenkins_states to JenkinsJobTriggerOperator (#14131)`` -================================================================================================= =========== ==================================================================== - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`a83be66840 `_ 2020-11-06 ``Replace conditional with builtin max (#12122)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`8afdb6ac6a `_ 2020-10-26 ``Fix spellings (#11825)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`73a08ed757 `_ 2020-08-04 ``Add type annotation to providers/jenkins (#9947)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`05443c6dc8 `_ 2020-03-23 ``Add missing call to Super class in remaining providers (#7828)`` -`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`dbcd3d8787 `_ 2020-02-18 ``[AIRFLOW-6804] Add the basic test for all example DAGs (#7419)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`633eca1de5 `_ 2020-02-02 ``[AIRFLOW-6692] Generate excluded_patterns in docs/conf.py (#7304)`` -`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`ceea293c16 `_ 2020-01-28 ``[AIRFLOW-6656] Fix AIP-21 moving (#7272)`` -================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-jenkins/index.rst b/docs/apache-airflow-providers-jenkins/index.rst index 1aa841a5d8f84..301e76ceef81a 100644 --- a/docs/apache-airflow-providers-jenkins/index.rst +++ b/docs/apache-airflow-providers-jenkins/index.rst @@ -76,7 +76,7 @@ apache-airflow-providers-jenkins package `Jenkins `__ -Release: 3.7.1 +Release: 3.7.2 Provider package ---------------- diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst index 1f18be632c20b..46e945ab649e7 100644 --- a/docs/apache-airflow-providers-microsoft-azure/commits.rst +++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst @@ -35,1099 +35,18 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-06 ``Removed conditional check for task context logging in airflow version 2.8.0 and above (#42764)`` -`d89f305a34 `_ 2024-09-29 ``Bugfix/42575 workaround pin azure kusto data (#42576)`` -`193defd289 `_ 2024-09-25 ``(bugfix): Paginated results in MSGraphAsyncOperator (#42414)`` -================================================================================================= =========== ================================================================================================== - -10.5.0 -...... - -Latest change: 2024-09-21 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`ede34ebee7 `_ 2024-09-05 ``Allow custom api versions in MSGraphAsyncOperator (#41331)`` -`85ad5c374d `_ 2024-09-05 `` Add callback to process Azure Service Bus message contents (#41601)`` -`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` -`716c4300a6 `_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` -================================================================================================= =========== ======================================================================== - -10.4.0 -...... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`01390839dd `_ 2024-08-14 ``Microsoft Power BI operator to refresh the dataset (#40356)`` -`d2c9e8cfc0 `_ 2024-08-14 ``Export Azure Container Instance log messages to XCOM (#41142)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`68a6a0583b `_ 2024-08-11 ``Fix mypy checks for new azure libraries (#41386)`` -================================================================================================= =========== ======================================================================= - -10.3.0 -...... - -Latest change: 2024-08-03 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`e6d382244e `_ 2024-07-13 ``Bump minimum version for azure containerinstance. (#40767)`` -`63000a77ba `_ 2024-07-09 ``Added priority to Azure Container Instances (#40616)`` -================================================================================================= =========== ============================================================== - -10.2.0 -...... - -Latest change: 2024-07-09 - -================================================================================================= =========== =========================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================== -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`03b1840e18 `_ 2024-07-08 ``S3 to wasb (#40511)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== =========================================================== - -10.1.2 -...... - -Latest change: 2024-06-22 - -================================================================================================= =========== ======================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`d9d09638a5 `_ 2024-06-20 ``BUGFIX: Make sure XComs work correctly in MSGraphAsyncOperator with paged results and dynamic task mapping (#40301)`` -`e7052d4244 `_ 2024-06-18 ``Revert "refactor: Make sure xcoms work correctly in multi-threaded environmen…" (#40300)`` -`9b394a7229 `_ 2024-06-18 ``refactor: Make sure xcoms work correctly in multi-threaded environment by taking the map_index into account (#40297)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -`d5f81a4e2d `_ 2024-05-27 ``Switch AzureDataLakeStorageV2Hook to use DefaultAzureCredential for managed identity/workload auth (#38497)`` -================================================================================================= =========== ======================================================================================================================== - -10.1.1 -...... - -Latest change: 2024-05-26 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`e81cefb8a6 `_ 2024-05-26 ``Remove unused backward compatibility _read function in WasbTaskHandler (#39827)`` -`ecf6e57e27 `_ 2024-05-13 ``Update example AzureContainerInstancesOperator (#39466)`` -================================================================================================= =========== =================================================================================== - -10.1.0 -...... - -Latest change: 2024-05-12 - -================================================================================================= =========== ======================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================= -`97e867f170 `_ 2024-05-12 ``Prepare docs 2nd wave May 2024 (#39565)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`a61f393ec4 `_ 2024-05-05 ``Implemented MSGraphSensor as a deferrable sensor (#39304)`` -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`df1f75b676 `_ 2024-04-25 ``add dns_config and diagnostics parameters to AzureContainerInstancesOperator (#39156)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`15c2734c4c `_ 2024-04-25 ``Implement run-method on KiotaRequestAdapterHook and move logic away from triggerer to hook (#39237)`` -`14b631294d `_ 2024-04-24 ``Fix: Only quote the keys of the query_parameters in MSGraphOperator (#39207)`` -`63c87cd6cd `_ 2024-04-23 ``Add stacklevel into the 'AzureSynapsePipelineHook' deprecation warnings (#39192)`` -`1c9a6609f3 `_ 2024-04-14 ``Adding MSGraphOperator in Microsoft Azure provider (#38111)`` -`db8471cc07 `_ 2024-04-12 ``Make handling of connection by fs/adls.py closer to that of WasbHook and add unit tests. (#38747)`` -================================================================================================= =========== ======================================================================================================= - -10.0.0 -...... - -Latest change: 2024-04-10 - -================================================================================================= =========== ============================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`768e1169b1 `_ 2024-04-10 ``fix cosmos hook static checks by making providing partition_key mandatory (#38199)`` -`b687f59008 `_ 2024-04-08 ``fix: try002 for provider microsoft azure (#38805)`` -`901c3a6504 `_ 2024-04-04 ``Feature/refactor azure synapse pipeline class (#38723)`` -`694826d1bd `_ 2024-03-24 ``refactor: Refactored __new__ magic method of BaseOperatorMeta to avoid bad mixing classic and decorated operators (#37937)`` -`ac50669c82 `_ 2024-03-23 ``update to latest service bus (#38384)`` -`51c94e12eb `_ 2024-03-22 ``fix(microsoft/azure): add return statement to yield within a while loop in triggers (#38393)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`60b95c75cd `_ 2024-03-15 ``Add 'ADLSCreateObjectOperator' (#37821)`` -`832571c6f3 `_ 2024-03-15 ``Limit azure-cosmos (#38175)`` -================================================================================================= =========== ============================================================================================================================== - -9.0.1 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== ===================================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`87a249a02f `_ 2024-03-01 ``fix: Pass proxies config when using ClientSecretCredential in AzureDataLakeStorageV2Hook (#37103)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`9d91bb435d `_ 2024-02-12 ``D401 Support in Microsoft providers (#37327)`` -================================================================================================= =========== ===================================================================================================== - -9.0.0 -..... - -Latest change: 2024-01-30 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`ba053f79ed `_ 2024-01-30 ``Prepare docs for ad-hoc release of microsoft.azure provider (#37099)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`c8775fc012 `_ 2024-01-22 ``add WasbPrefixSensorTrigger params breaking change to azure provider changelog (#36940)`` -`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` -`5305f4b696 `_ 2024-01-16 ``Fix WasbPrefixSensor arg inconsistency between sync and async mode (#36806)`` -`57c921193b `_ 2024-01-16 ``Fix failed tasks are not detected in 'AzureBatchHook' (#36785)`` -`d7081ac763 `_ 2024-01-14 ``Fix assignment of template field in '__init__' in 'container_instances.py' (#36529)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================================================== - -8.5.1 -..... - -Latest change: 2023-12-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`9e55f51a9f `_ 2023-12-27 ``Remove unused '_parse_version' function (#36450)`` -`72a6264e20 `_ 2023-12-25 ``Clean WASB task handler code after bumping min Airflow version to 2.6.0 (#36421)`` -================================================================================================= =========== ==================================================================================== - -8.5.0 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`198b149d08 `_ 2023-12-19 ``azurefilesharehook fix with connection type azure (#36309)`` -`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -`aba58adb83 `_ 2023-12-08 ``Allow storage options to be passed (#35820)`` -================================================================================================= =========== ================================================================================== - -8.4.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ================================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================================== -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`3f354c0c92 `_ 2023-12-03 ``Do not catch too broad exception in 'WasbHook.delete_container' (#36034)`` -`8f2cf41538 `_ 2023-12-01 ``Fix reraise outside of try block in 'AzureSynapsePipelineRunLink.get_fields_from_url' (#36009)`` -`cf052dc64f `_ 2023-12-01 ``Add feature to build "chicken-egg" packages from sources (#35890)`` -================================================================================================= =========== ================================================================================================== - -8.3.0 -..... - -Latest change: 2023-11-24 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`2a06e278d2 `_ 2023-11-21 ``Check attr on parent not self re TaskContextLogger set_context (#35780)`` -`d8075cd04c `_ 2023-11-20 ``Remove backcompat with Airflow 2.3/2.4 in providers (#35727)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`429ca47b02 `_ 2023-11-18 ``Add Azure Synapse Pipeline connection-type in the UI (#35709)`` -`bb57a240b4 `_ 2023-11-17 ``Extend task context logging support for remote logging using WASB (Azure Blob Storage) (#32972)`` -`2f69b5f007 `_ 2023-11-17 ``Add task context logging feature to allow forwarding messages to task logs (#32646)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`5983506df3 `_ 2023-11-16 ``Add operator to invoke Azure-Synapse pipeline (#35091)`` -================================================================================================= =========== =================================================================================================== - -8.2.0 -..... - -Latest change: 2023-11-08 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`22d583403b `_ 2023-11-08 ``Fix AzureContainerInstanceOperator remove_on_error (#35212)`` -`1addff5511 `_ 2023-11-06 ``Remove empty TYPE_CHECKING block into the Azure provider (#35477)`` -`2980eb137d `_ 2023-11-05 ``fix(providers/microsoft): setting use_async=True for get_async_default_azure_credential (#35432)`` -`13865ab05a `_ 2023-11-03 ``add managed identity support to AsyncDefaultAzureCredential (#35394)`` -`b27047430f `_ 2023-11-02 ``Refactor azure managed identity (#35367)`` -`f84c45827e `_ 2023-11-01 ``feat(provider/azure): add managed identity support to container_registry hook (#35320)`` -`2e8ce5d778 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to wasb hook (#35326)`` -`20afbf8036 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to asb hook (#35324)`` -`a13c091f2d `_ 2023-11-01 ``feat(provider/azure): add managed identity support to cosmos hook (#35323)`` -`a2658368ba `_ 2023-11-01 ``feat(provider/azure): add managed identity support to container_volume hook (#35321)`` -`9114256fd3 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to container_instance hook (#35319)`` -`8d2364bb25 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to adx hook (#35325)`` -`309f8363fd `_ 2023-11-01 ``feat(provider/azure): add managed identity support to batch hook (#35327)`` -`15c952f449 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to data_factory hook (#35328)`` -`0652038c09 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to synapse hook (#35329)`` -`7689db2cc0 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to fileshare hook (#35330)`` -`e22f961071 `_ 2023-11-01 ``Reuse get_default_azure_credential method from Azure utils method (#35318)`` -`63cc915cd3 `_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` -`ebcb16201a `_ 2023-10-30 `` make DefaultAzureCredential configurable in AzureKeyVaultBackend (#35052)`` -`2b011b28ad `_ 2023-10-30 ``Make DefaultAzureCredential in AzureBaseHook configuration (#35051)`` -================================================================================================= =========== ==================================================================================================== - -8.1.0 -..... - -Latest change: 2023-10-28 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`04e2fbd92b `_ 2023-10-27 ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -================================================================================================= =========== ================================================================== - -8.0.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== ================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================ -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`8e383e87e1 `_ 2023-10-13 ``Fix hardcoded container name in remote logging option for Azure Blob Storage (#32779)`` -`546c850a43 `_ 2023-10-13 ``Error handling for when Azure container log cannot be read in properly. (#34627)`` -`434f571915 `_ 2023-10-10 ``Add subnet_ids param in AzureContainerInstancesOperator (#34850)`` -`9ee14a01ac `_ 2023-10-10 ``Bump azure-mgmt-containerinstance (#34738)`` -`1fc286791f `_ 2023-10-06 ``Upgrade azure-mgmt-datafactory in microsift azure provider (#34040)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`99f320354b `_ 2023-10-04 ``Refactor: consolidate import time in providers (#34402)`` -`8a387a9217 `_ 2023-10-04 ``Name params while invoking ClientSecretCredential (#34732)`` -`2e39fbd7d2 `_ 2023-10-03 ``allow providing credentials through keyword argument in AzureKeyVaultBackend (#34706)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`6aa30f2ad6 `_ 2023-09-20 ``fix(providers/microsoft-azure): respect soft_fail argument when exception is raised (#34494)`` -`d20c32f6b7 `_ 2023-09-20 ``Refactor: reduce some conditions in providers (#34440)`` -`5b85442fdc `_ 2023-09-19 ``Consolidate hook management in AzureBatchOperator (#34437)`` -`aee3cfc91e `_ 2023-09-18 ``Consolidate hook management in AzureDataExplorerQueryOperator (#34436)`` -================================================================================================= =========== ================================================================================================ - -7.0.0 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ====================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` -`18ef30221e `_ 2023-09-05 ``Improve docs on AzureBatchHook DefaultAzureCredential support (#34098)`` -`e294608c6a `_ 2023-09-04 ``feat(providers/microsoft): add AzureContainerInstancesOperator.volume as template field (#34070)`` -`6f1f624f04 `_ 2023-09-03 ``Remove azure-storage-common from microsoft azure providers (#34038)`` -`47bd5dd0e1 `_ 2023-09-03 ``Remove useless string join from providers (#33968)`` -`d946ff40d6 `_ 2023-09-02 ``Remove 'AzureDataFactoryPipelineRunStatusAsyncSensor' class (#34036)`` -`ae67a142b8 `_ 2023-09-02 ``Remove 'LocalToAzureDataLakeStorageOperator' class (#34035)`` -`b7f84e913b `_ 2023-09-02 ``Update Azure fileshare hook to use azure-storage-file-share instead of azure-storage-file (#33904)`` -`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` -`539797fdfb `_ 2023-08-30 ``Add DefaultAzureCredential support to AzureContainerRegistryHook (#33825)`` -`23b15e6428 `_ 2023-08-30 ``feat(providers/microsoft): add DefaultAzureCredential support to AzureContainerVolumeHook (#33822)`` -================================================================================================= =========== ====================================================================================================== - -6.3.0 -..... - -Latest change: 2023-08-29 - -================================================================================================= =========== ========================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================== -`23174ef1bb `_ 2023-08-29 ``Prepare docs for Aug 2023 3rd wave of Providers (RC2) (#33868)`` -`9e2d607f43 `_ 2023-08-29 ``Truncate Wasb storage account name if it's more than 24 characters (#33851)`` -`9d5327806f `_ 2023-08-28 ``Bump azure-mgmt-containerinstance>=7.0.0,<9.0.0 (#33696)`` -`76c2ade2c6 `_ 2023-08-28 ``feat(providers/microsoft): add DefaultAzureCredential to data_lake (#33433)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -`6d182beec6 `_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` -`4bae275edd `_ 2023-08-26 ``Remove duplicated message commit in Azure MessageHook (#33776)`` -`3d575fed54 `_ 2023-08-26 ``Allow passing fully_qualified_namespace and credential to initialize Azure Service Bus Client (#33493)`` -`353b1482d3 `_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)`` -`03529d524f `_ 2023-08-26 ``Add DefaultAzureCredential support to cosmos (#33436)`` -`faf32539d6 `_ 2023-08-26 ``Optimise Airflow DB backend usage in Azure Provider (#33750)`` -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`947b504d5b `_ 2023-08-25 ``Add DefaultAzureCredential support to AzureBatchHook (#33469)`` -`55ff4cf935 `_ 2023-08-25 ``fix(providers/azure): remove json.dumps when querying AzureCosmosDBHook (#33653)`` -`95ece9feef `_ 2023-08-25 ``Move Azure examples into system tests (#33727)`` -`38f2737153 `_ 2023-08-25 ``Fix Azure Batch Hook instantation (#33731)`` -`0931abdb25 `_ 2023-08-25 ``Add AzureBatchOperator example (#33716)`` -`faa50cbe2f `_ 2023-08-24 ``feat(providers/microsoft): add DefaultAzureCredential support to AzureContainerInstanceHook (#33467)`` -`96efcfb830 `_ 2023-08-24 ``Further improvements for provider verification (#33670)`` -`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` -`9dac4878c7 `_ 2023-08-24 ``Add DefaultAzureCredential auth for ADX service (#33627)`` -`4a7cd606cc `_ 2023-08-23 ``Bump azure-kusto-data>=4.1.0 (#33598)`` -`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` -`b43fcae14b `_ 2023-08-21 ``Simplify conditions on len() in providers/microsoft (#33566)`` -`7700fb12cc `_ 2023-08-20 ``Simplify 'X for X in Y' to 'Y' where applicable (#33453)`` -`bd608a56ab `_ 2023-08-17 ``Fix updating account url for WasbHook (#33457)`` -`4460356c03 `_ 2023-08-14 ``Set logging level to WARNING (#33314)`` -================================================================================================= =========== ========================================================================================================== - -6.2.4 -..... - -Latest change: 2023-08-11 - -================================================================================================= =========== ================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================ -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`8da1ff573b `_ 2023-08-07 ``Clean microsoft azure provider by deleting the custom prefix from conn extra fields (#30558)`` -================================================================================================= =========== ================================================================================================ - -6.2.3 -..... - -Latest change: 2023-08-05 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` -`a069965df8 `_ 2023-08-03 ``Add issue link for TODO wrt Azure integration pinned dependencies (#33064)`` -`fea8c9024f `_ 2023-08-02 ``Delete azure cosmos DB sensor example_dag (#32906)`` -`df74553ec4 `_ 2023-08-02 ``Refactor account_url use in WasbHook (#32980)`` -================================================================================================= =========== ============================================================================== - -6.2.2 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`42b4b43c4c `_ 2023-07-23 ``Add Redis task handler (#31855)`` -`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` -================================================================================================= =========== ================================================================================ - -6.2.1 -..... - -Latest change: 2023-07-12 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` -`fcbf15947f `_ 2023-07-12 ``Fix breaking change when Active Directory ID is used as host in WASB (#32560)`` -`a67427af37 `_ 2023-07-12 ``Fix get_blobs_list_async method to return BlobProperties (#32545)`` -`c99c03135c `_ 2023-07-08 ``D205 Support - Providers: Stragglers and new additions (#32447)`` -`257136786c `_ 2023-07-08 ``Moves 'AzureBlobStorageToGCSOperator' from Azure to Google provider (#32306)`` -================================================================================================= =========== ================================================================================= - -6.2.0 -..... - -Latest change: 2023-07-06 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` -`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` -`1d6f6131df `_ 2023-07-04 ``refresh connection if an exception is caught in "AzureDataFactory" (#32323)`` -`17132ef4c6 `_ 2023-07-04 ``Added 'AzureBlobStorageToS3Operator' transfer operator (#32270)`` -`985a6cd2a8 `_ 2023-07-03 ``invalid args fix (#32326)`` -`c03d7b7c33 `_ 2023-07-03 ``Adds Sensor section in the Azure providers docs (#32299)`` -`2ce51ac5d3 `_ 2023-06-29 ``Cancel pipeline if unexpected exception caught (#32238)`` -`57b7ba16a3 `_ 2023-06-29 ``Doc changes: Added Transfers section in Azure provider docs (#32241)`` -`46ee1c2c8d `_ 2023-06-28 ``Fix where account url is build if not provided using login (account name) (#32082)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -`dc9b516494 `_ 2023-06-26 ``Adds connection test for ADLS Gen2 (#32126)`` -`c508b8e531 `_ 2023-06-21 ``Add option to pass extra configs to ClientSecretCredential (#31783)`` -================================================================================================= =========== ====================================================================================== - -6.1.2 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`4266a545b0 `_ 2023-06-20 ``Microsoft provider docstring improvements (#31708)`` -`94128303e1 `_ 2023-06-08 ``Removed unused variables in AzureBlobStorageToGCSOperator (#31765)`` -`fbeb01cb17 `_ 2023-06-07 ``Replace unicodecsv with standard csv library (#31693)`` -`9e268e13b1 `_ 2023-06-07 ``Replace spelling directive with spelling:word-list (#31752)`` -`3a0b8bded9 `_ 2023-06-05 ``Add D400 pydocstyle check - Microsoft provider only (#31425)`` -`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` -`ce7766e0a5 `_ 2023-05-31 ``Add docstring and signature for _read_remote_logs (#31623)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -================================================================================================= =========== ====================================================================== - -6.1.1 -..... - -Latest change: 2023-05-24 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d745cee3db `_ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)`` -`45b6cfa138 `_ 2023-05-23 ``Fix deferrable mode execution in WasbPrefixSensor (#31411)`` -`26b8997fb1 `_ 2023-05-23 ``Optimize deferred mode execution for wasb sensors (#31009)`` -================================================================================================= =========== ============================================================== - -6.1.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`ec2f0f12db `_ 2023-05-11 ``Optimize deferred execution for AzureDataFactoryRunPipelineOperator (#31214)`` -`ac46902154 `_ 2023-05-04 ``Move TaskInstanceKey to a separate file (#31033)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`607068f4f0 `_ 2023-05-01 ``Optimize deferrable execution mode 'AzureDataFactoryPipelineRunStatusSensor' (#30983)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` -`0cea23a43f `_ 2023-04-22 ``Add deferrable mode to 'WasbPrefixSensor' (#30252)`` -================================================================================================= =========== ========================================================================================= - -6.0.0 -..... - -Latest change: 2023-04-21 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` -`fbc1382514 `_ 2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)`` -`6b5db07e0d `_ 2023-04-17 ``Merge WasbBlobAsyncSensor to WasbBlobSensor (#30488)`` -================================================================================================= =========== ============================================================ - -5.3.1 -..... - -Latest change: 2023-04-12 - -================================================================================================= =========== =================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================== -`0f3b6579cb `_ 2023-04-12 ``Prepare docs for RC2 of provider wave (#30606)`` -`7ce3b66237 `_ 2023-04-10 ``Load subscription_id from extra__azure__subscriptionId (#30556)`` -`874ea9588e `_ 2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)`` -`a09fd0d121 `_ 2023-04-08 ``Fix AzureDataFactoryPipelineRunLink get_link method (#30514)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== =================================================================== - -5.3.0 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ========================================================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`54a59d7cae `_ 2023-03-31 ``Add 'WasbBlobAsyncSensor' (#30197)`` -`0e69ca7c0f `_ 2023-03-29 ``Fix ADF job failure during deferral (#30248)`` -`c39097c07a `_ 2023-03-29 ``merge AzureDataFactoryPipelineRunStatusAsyncSensor to AzureDataFactoryPipelineRunStatusSensor (#30250)`` -`c99201afa2 `_ 2023-03-17 ``Add deferrable 'AzureDataFactoryRunPipelineOperator' (#30147)`` -`9a417a54ba `_ 2023-03-17 ``organize azure provider.yaml (#30155)`` -`a755c5e82b `_ 2023-03-15 ``Expose missing params in AzureSynapseHook API docs (#30099)`` -`2f25ba572e `_ 2023-03-13 ``Add deferrable 'AzureDataFactoryPipelineRunStatusSensor' (#29801)`` -`008f52444a `_ 2023-03-10 ``Fix AzureDataLakeStorageV2Hook 'account_url' with Active Directory authentication (#29980) (#29981)`` -`b6392ae5fd `_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)`` -================================================================================================= =========== ========================================================================================================== - -5.2.1 -..... - -Latest change: 2023-02-18 - -================================================================================================= =========== =============================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================== -`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` -`ce28775397 `_ 2023-02-16 ``Handle deleting more than 256 blobs using 'WasbHook.delete_file()' (#29565)`` -`f9e9d23457 `_ 2023-02-11 ``Restore trigger logging (#29482)`` -`60d4bcd1d1 `_ 2023-02-10 ``Revert "Enable individual trigger logging (#27758)" (#29472)`` -================================================================================================= =========== =============================================================================== - -5.2.0 -..... - -Latest change: 2023-02-08 - -================================================================================================= =========== =========================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================== -`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` -`1b18a501fe `_ 2023-02-03 ``Enable individual trigger logging (#27758)`` -`3374fdfcbd `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)`` -`6c50a691a8 `_ 2023-01-19 ``Fix params rendering in AzureSynapseHook Python API docs (#29041)`` -================================================================================================= =========== =========================================================================== - -5.1.0 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`3decb189f7 `_ 2023-01-13 ``Hide 'extra' field in WASB connection form (#28914)`` -`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` -`ad7f8e09f8 `_ 2023-01-05 ``Add hook for Azure Data Lake Storage Gen2 (#28262)`` -================================================================================================= =========== ================================================================== - -5.0.2 -..... - -Latest change: 2023-01-02 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` -`6e3cee1f6e `_ 2022-12-19 ``Re-enable azure service bus on ARM as it now builds cleanly (#28442)`` -================================================================================================= =========== ======================================================================== - -5.0.1 -..... - -Latest change: 2022-12-13 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`443df3b9c8 `_ 2022-12-13 ``Prepare ad hoc providers release (#28327)`` -`7e776db254 `_ 2022-12-09 ``Make arguments 'offset' and 'length' not required (#28234)`` -================================================================================================= =========== ============================================================== - -5.0.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`547e6e80f3 `_ 2022-11-10 ``Fix Azure Batch errors revealed by added typing to azure batch lib (#27601)`` -`a50195d617 `_ 2022-11-07 ``Add azure, google, authentication library limits to eaager upgrade (#27535)`` -`5cd78cf425 `_ 2022-11-06 ``Upgrade dependencies in order to avoid backtracking (#27531)`` -`a16f24b5d7 `_ 2022-11-06 ``Remove deprecated classes in Azure provider (#27417)`` -`59da943428 `_ 2022-11-04 ``Suppress any Exception in wasb task handler (#27495)`` -`680965b2ea `_ 2022-11-03 ``Look for 'extra__' instead of 'extra_' in 'get_field' (#27489)`` -`5df1d6ec20 `_ 2022-10-28 ``Allow and prefer non-prefixed extra fields for remaining azure (#27220)`` -`c49740eb25 `_ 2022-10-28 ``Allow and prefer non-prefixed extra fields for AzureFileShareHook (#27041)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`3676d3a402 `_ 2022-10-24 ``Allow and prefer non-prefixed extra fields for AzureDataExplorerHook (#27219)`` -`6b9e76b7b3 `_ 2022-10-23 ``Allow and prefer non-prefixed extra fields for AzureDataFactoryHook (#27047)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`d51de50e5c `_ 2022-10-22 ``Update WasbHook to reflect preference for unprefixed extra (#27024)`` -`59cba36db0 `_ 2022-10-13 ``Update azure-storage-blob version (#25426)`` -`32434a128a `_ 2022-09-30 ``Fix separator getting added to variables_prefix when empty (#26749)`` -================================================================================================= =========== ================================================================================= - -4.3.0 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`24d88e8fee `_ 2022-09-19 ``Add DataFlow operations to Azure DataFactory hook (#26345)`` -`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`5060785988 `_ 2022-09-09 ``Add network_profile param in AzureContainerInstancesOperator (#26117)`` -`4bd0734a35 `_ 2022-09-01 ``Add Azure synapse operator (#26038)`` -`afb282aee4 `_ 2022-08-27 ``Fix AzureBatchOperator false negative task status (#25844)`` -`5c7c518aa0 `_ 2022-08-16 ``Implement Azure Service Bus Topic Create, Delete Operators (#25436)`` -================================================================================================= =========== ==================================================================================== - -4.2.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`d5f40d739f `_ 2022-08-09 ``Set default wasb Azure http logging level to warning; fixes #16224 (#18896)`` -`8bb0c4fd32 `_ 2022-07-28 ``Add 'test_connection' method to AzureContainerInstanceHook (#25362)`` -`eab0167f1b `_ 2022-07-22 ``Add test_connection to Azure Batch hook (#25235)`` -`e32e9c5880 `_ 2022-07-18 ``Bump typing-extensions and mypy for ParamSpec (#25088)`` -`292440d54f `_ 2022-07-14 ``Implement Azure Service Bus (Update and Receive) Subscription Operator (#25029)`` -================================================================================================= =========== =================================================================================== - -4.1.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`bfd506cbfc `_ 2022-07-13 ``Add 'test_connection' method to AzureCosmosDBHook (#25018)`` -`aa8bf2cf85 `_ 2022-07-12 ``Implement Azure service bus subscription Operators (#24625)`` -`b27fc0367c `_ 2022-07-06 ``Add test_connection method to AzureFileShareHook (#24843)`` -`f18c609d12 `_ 2022-07-01 ``Add test_connection method to Azure WasbHook (#24771)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`09f38ad3f6 `_ 2022-06-23 ``Implement Azure Service Bus Queue Operators (#24038)`` -`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` -================================================================================================= =========== ============================================================================= - -4.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`389e858d93 `_ 2022-06-03 ``Pass connection extra parameters to wasb BlobServiceClient (#24154)`` -`6e83885c95 `_ 2022-06-03 ``Migrate Microsoft example DAGs to new design #22452 - azure (#24141)`` -`3393647aa6 `_ 2022-05-26 ``Add typing to Azure Cosmos Client Hook (#23941)`` -`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` -================================================================================================= =========== ================================================================================== - -3.9.0 -..... - -Latest change: 2022-05-12 - -================================================================================================= =========== =============================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================== -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`8f181c1034 `_ 2022-05-08 ``wasb hook: user defaultAzureCredentials instead of managedIdentity (#23394)`` -`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` -`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` -================================================================================================= =========== =============================================================================== - -3.8.0 -..... - -Latest change: 2022-04-07 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` -`d3976d9b20 `_ 2022-04-04 ``Docs: Fix example usage for 'AzureCosmosDocumentSensor' (#22735)`` -`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` -================================================================================================= =========== ================================================================================== - -3.7.2 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -3.7.1 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` -`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` -================================================================================================= =========== ==================================================================== - -3.7.0 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`ba79adb631 `_ 2022-03-02 ``Make container creation configurable when uploading files via WasbHook (#20510)`` -`f42559a773 `_ 2022-03-02 ``Add 'test_connection' method to 'AzureDataFactoryHook' (#21924)`` -`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` -`3c4524b4ec `_ 2022-02-23 ``(AzureCosmosDBHook) Update to latest Cosmos API (#21514)`` -`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` -================================================================================================= =========== =================================================================================== - -3.6.0 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` -`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`730db3fb77 `_ 2022-01-18 ``Remove all "fake" stub files (#20936)`` -`f8fd0f7b4c `_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` -================================================================================================= =========== ========================================================================== - -3.5.0 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`a22d5bd076 `_ 2021-12-31 ``Fix mypy errors in Google Cloud provider (#20611)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`3299064958 `_ 2021-12-29 ``Use isort on pyi files (#20556)`` -`e63e23c582 `_ 2021-12-23 ``Fixing MyPy issues inside providers/microsoft (#20409)`` -`341bf5ab1f `_ 2021-12-22 ``Azure: New sftp to wasb operator (#18877)`` -`05e4cd1c6a `_ 2021-12-18 ``Add operator link to monitor Azure Data Factory pipeline runs (#20207)`` -`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` -`42f133c5f6 `_ 2021-12-06 ``Removes InputRequired validation with azure extra (#20084)`` -`374574b8d0 `_ 2021-12-06 ``Fix mypy errors in Microsoft Azure provider (#19923)`` -================================================================================================= =========== ========================================================================== - -3.4.0 -..... - -Latest change: 2021-11-30 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`e25446a8b1 `_ 2021-11-18 ``Fix argument error in AzureContainerInstancesOperator (#19668)`` -`11e73d2db1 `_ 2021-11-16 ``Remove unnecessary connection form customizations in Azure (#19595)`` -`4212c49324 `_ 2021-11-14 ``Update Azure modules to comply with AIP-21 (#19431)`` -`0f516458be `_ 2021-11-08 ``Remove 'host' from hidden fields in 'WasbHook' (#19475)`` -`ca679c014c `_ 2021-11-07 ``use DefaultAzureCredential if login not provided for Data Factory (#19079)`` -`490a382ed6 `_ 2021-11-04 ``Ensure ''catchup=False'' is used in example dags (#19396)`` -================================================================================================= =========== ============================================================================== - -3.3.0 -..... - -Latest change: 2021-10-29 - -================================================================================================= =========== =========================================================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================================================== -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`61d0093054 `_ 2021-10-27 ``Added sas_token var to BlobServiceClient return. Updated tests (#19234)`` -`ceb2b53a10 `_ 2021-10-20 ``Static start_date and default arg cleanup for Microsoft providers example DAGs (#19062)`` -`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` -`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` -`1b75f9181f `_ 2021-10-05 ``Fix changelog for Azure Provider (#18736)`` -`181ac36db3 `_ 2021-10-05 ``update azure cosmos to latest version (#18695)`` -`6d504b43ea `_ 2021-10-04 ``Expanding docs on client auth for AzureKeyVaultBackend (#18659)`` -`c8485a83bc `_ 2021-10-03 ``Revert "update azure cosmos version (#18663)" (#18694)`` -`10421c6931 `_ 2021-10-01 ``update azure cosmos version (#18663)`` -================================================================================================= =========== =========================================================================================== - -3.2.0 -..... - -Latest change: 2021-09-30 +Latest change: 2024-10-26 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` -`46484466c4 `_ 2021-09-25 ``Removing redundant relabeling of password conn field (#18386)`` -`97d6892318 `_ 2021-09-25 ``Rename AzureDataLakeStorage to ADLS (#18493)`` -`1d2924c94e `_ 2021-09-24 ``Proper handling of Account URL custom conn field in AzureBatchHook (#18456)`` -`11e34535e8 `_ 2021-09-19 ``Creating ADF pipeline run operator, sensor + ADF custom conn fields (#17885)`` -`410e6d7967 `_ 2021-09-18 ``Initial commit (#18203)`` -`2dac083ae2 `_ 2021-09-16 ``Fixed wasb hook attempting to create container when getting a blob client (#18287)`` -`d119ae8f3f `_ 2021-09-12 ``Rename LocalToAzureDataLakeStorageOperator to LocalFilesystemToADLSOperator (#18168)`` -`28de326d61 `_ 2021-09-09 ``Rename FileToWasbOperator to LocalFilesystemToWasbOperator (#18109)`` +`93ad181684 `_ 2024-10-26 ``Add context to Azure Service Bus Message callback (#43370)`` +`64336c29b1 `_ 2024-10-24 ``Add documentation for the PowerBIDatasetRefresh Operator. (#42754)`` +`7b151d32c8 `_ 2024-10-15 ``Add upperbound to microsoft-kiota-abstractions (#43021)`` +`2b101e2377 `_ 2024-10-15 ``Feature: Added event_handler parameter in MSGraphAsyncOperator (#42539)`` +`7d8ea68bda `_ 2024-10-12 ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== - -3.1.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` -================================================================================================= =========== ============================================================================ - -3.1.0 -..... - -Latest change: 2021-07-26 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`48ca9374bf `_ 2021-07-26 ``Remove/refactor default_args pattern for Microsoft example DAGs (#16873)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -`caf0a8499f `_ 2021-06-25 ``Add support for managed identity in WASB hook (#16628)`` -`ffb1fcacff `_ 2021-06-24 ``Fix multiple issues in Microsoft AzureContainerInstancesOperator (#15634)`` -`a2a58d27ef `_ 2021-06-24 ``Reduce log messages for happy path (#16626)`` -================================================================================================= =========== ============================================================================= - -3.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`0c80a7d411 `_ 2021-06-11 ``Fixes AzureFileShare connection extras (#16388)`` -`29b7f795d6 `_ 2021-06-07 ``fix wasb remote logging when blob already exists (#16280)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` -`c844ff742e `_ 2021-05-18 ``Fix colon spacing in ''AzureDataExplorerHook'' docstring (#15841)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`3b4fdd0a7a `_ 2021-05-06 ``add oracle connection link (#15632)`` -`b1bd59440b `_ 2021-05-04 ``Add delimiter argument to WasbHook delete_file method (#15637)`` -`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` -`db557a8c4a `_ 2021-05-01 ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)`` -================================================================================================= =========== ============================================================================== - -2.0.0 -..... - -Latest change: 2021-05-01 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` -`d65e492a3e `_ 2021-04-25 ``Removes unnecessary AzureContainerInstance connection type (#15514)`` -`cb1344b63d `_ 2021-04-16 ``Update azure connection documentation (#15352)`` -`1a85ba9e93 `_ 2021-04-13 ``Add dynamic connection fields to Azure Connection (#15159)`` -================================================================================================= =========== ======================================================================= - -1.3.0 -..... - -Latest change: 2021-04-06 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`4372d45615 `_ 2021-03-12 ``Fix attributes for AzureDataFactory hook (#14704)`` -================================================================================================= =========== ============================================================================= - -1.2.0 -..... - -Latest change: 2021-03-08 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` -`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` -`630aeff72c `_ 2021-03-02 ``Fix AzureDataFactoryHook failing to instantiate its connection (#14565)`` -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`11d03d2f63 `_ 2021-02-26 ``Add Azure Data Factory hook (#11015)`` -`5bfa0f123b `_ 2021-02-25 ``BugFix: Fix remote log in azure storage blob displays in one line (#14313)`` -`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== ============================================================================== - -1.1.0 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`94b1531230 `_ 2021-01-23 ``Upgrade azure blob to v12 (#12188)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`b2cb6ee5ba `_ 2021-01-07 ``Fix Azure Data Explorer Operator (#13520)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`a1e9195076 `_ 2020-12-26 ``add system test for azure local to adls operator (#13190)`` -`5185d81ff9 `_ 2020-12-24 ``add AzureDatalakeStorageDeleteOperator (#13206)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================= =========== ============================================================= - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ====================================================================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`543d88b3a1 `_ 2020-11-28 ``Add example dag and system tests for azure wasb and fileshare (#12673)`` -`6b3c6add9e `_ 2020-11-27 ``Update setup.py to get non-conflicting set of dependencies (#12636)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`3ff7e0743a `_ 2020-11-08 ``azure key vault optional lookup (#12174)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`f8ff217e2f `_ 2020-10-18 ``Fix incorrect typing and move config args out of extra connection config to operator args (#11635)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`686e0ee7df `_ 2020-10-11 ``Fix incorrect typing, remove hardcoded argument values and improve code in AzureContainerInstancesOperator (#11408)`` -`d2754ef769 `_ 2020-10-09 ``Strict type check for Microsoft (#11359)`` -`832a7850f1 `_ 2020-10-08 ``Add Azure Blob Storage to GCS transfer operator (#11321)`` -`5d007fd2ff `_ 2020-10-08 ``Strict type check for azure hooks (#11342)`` -`b0fcf67559 `_ 2020-10-07 ``Add AzureFileShareToGCSOperator (#10991)`` -`c51016b0b8 `_ 2020-10-05 ``Add LocalToAzureDataLakeStorageOperator (#10814)`` -`fd682fd70a `_ 2020-10-05 ``fix job deletion (#11272)`` -`4210618789 `_ 2020-10-03 ``Ensure target_dedicated_nodes or enable_auto_scale is set in AzureBatchOperator (#11251)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`5093245d6f `_ 2020-09-30 ``Strict type coverage for Oracle and Yandex provider (#11198)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`f77a11d5b1 `_ 2020-09-13 ``Add Secrets backend for Microsoft Azure Key Vault (#10898)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`2f552233f5 `_ 2020-08-21 ``Add AzureBaseHook (#9747)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` -`0bf330ba86 `_ 2020-07-24 ``Add get_blobs_list method to WasbHook (#9950)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`d3c76da952 `_ 2020-07-12 ``Improve type hinting to provider microsoft (#9774)`` -`23f80f34ad `_ 2020-07-08 ``Move gcs & wasb task handlers to their respective provider packages (#9714)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` -`d99833c9b5 `_ 2020-04-03 ``[AIRFLOW-4529] Add support for Azure Batch Service (#8024)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`a83eb335e5 `_ 2020-03-23 ``Add call to Super call in microsoft providers (#7821)`` -`f0e2421807 `_ 2020-02-24 ``[AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__ (#7520)`` -`4bec1cc489 `_ 2020-02-24 ``[AIRFLOW-6895] AzureFileShareHook: Move DB call out of __init__ (#7519)`` -`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` -`086e307245 `_ 2020-02-23 ``[AIRFLOW-6890] AzureDataLakeHook: Move DB call out of __init__ (#7513)`` -`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` -`175a160463 `_ 2020-02-19 ``[AIRFLOW-6828] Stop using the zope library (#7448)`` -`1e00243014 `_ 2020-02-10 ``[AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator (#5785)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` -`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` -`290330ba60 `_ 2020-01-15 ``[AIRFLOW-6552] Move Azure classes to providers.microsoft package (#7158)`` -================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst index 5eb7c53813f3c..0e6f82dca1606 100644 --- a/docs/apache-airflow-providers-microsoft-azure/index.rst +++ b/docs/apache-airflow-providers-microsoft-azure/index.rst @@ -82,7 +82,7 @@ apache-airflow-providers-microsoft-azure package `Microsoft Azure `__ -Release: 10.5.1 +Release: 11.0.0 Provider package ---------------- @@ -102,33 +102,37 @@ Requirements The minimum Apache Airflow version supported by this provider package is ``2.8.0``. -================================ =================== -PIP package Version required -================================ =================== -``apache-airflow`` ``>=2.8.0`` -``adlfs`` ``>=2023.10.0`` -``azure-batch`` ``>=8.0.0`` -``azure-cosmos`` ``>=4.6.0`` -``azure-mgmt-cosmosdb`` ``>=3.0.0`` -``azure-datalake-store`` ``>=0.0.45`` -``azure-identity`` ``>=1.3.1`` -``azure-keyvault-secrets`` ``>=4.1.0`` -``azure-mgmt-datalake-store`` ``>=0.5.0`` -``azure-mgmt-resource`` ``>=2.2.0`` -``azure-storage-blob`` ``>=12.14.0`` -``azure-mgmt-storage`` ``>=16.0.0`` -``azure-storage-file-share`` ``>=12.7.0`` -``azure-servicebus`` ``>=7.12.1`` -``azure-synapse-spark`` ``>=0.2.0`` -``azure-synapse-artifacts`` ``>=0.17.0`` -``adal`` ``>=1.2.7`` -``azure-storage-file-datalake`` ``>=12.9.1`` -``azure-kusto-data`` ``>=4.1.0,!=4.6.0`` -``azure-mgmt-datafactory`` ``>=2.0.0`` -``azure-mgmt-containerregistry`` ``>=8.0.0`` -``azure-mgmt-containerinstance`` ``>=10.1.0`` -``msgraph-core`` ``>=1.0.0`` -================================ =================== +====================================== =================== +PIP package Version required +====================================== =================== +``apache-airflow`` ``>=2.8.0`` +``adlfs`` ``>=2023.10.0`` +``azure-batch`` ``>=8.0.0`` +``azure-cosmos`` ``>=4.6.0`` +``azure-mgmt-cosmosdb`` ``>=3.0.0`` +``azure-datalake-store`` ``>=0.0.45`` +``azure-identity`` ``>=1.3.1`` +``azure-keyvault-secrets`` ``>=4.1.0`` +``azure-mgmt-datalake-store`` ``>=0.5.0`` +``azure-mgmt-resource`` ``>=2.2.0`` +``azure-storage-blob`` ``>=12.14.0`` +``azure-mgmt-storage`` ``>=16.0.0`` +``azure-storage-file-share`` ``>=12.7.0`` +``azure-servicebus`` ``>=7.12.1`` +``azure-synapse-spark`` ``>=0.2.0`` +``azure-synapse-artifacts`` ``>=0.17.0`` +``adal`` ``>=1.2.7`` +``azure-storage-file-datalake`` ``>=12.9.1`` +``azure-kusto-data`` ``>=4.1.0,!=4.6.0`` +``azure-mgmt-datafactory`` ``>=2.0.0`` +``azure-mgmt-containerregistry`` ``>=8.0.0`` +``azure-mgmt-containerinstance`` ``>=10.1.0`` +``msgraph-core`` ``>=1.0.0`` +``microsoft-kiota-http`` ``>=1.3.0,!=1.3.4`` +``microsoft-kiota-serialization-json`` ``==1.0.0`` +``microsoft-kiota-serialization-text`` ``==1.0.0`` +``microsoft-kiota-abstractions`` ``<1.4.0`` +====================================== =================== Cross provider package dependencies ----------------------------------- @@ -158,5 +162,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-azure 10.5.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-azure 10.5.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 11.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 11.0.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-mongo/commits.rst b/docs/apache-airflow-providers-mongo/commits.rst index c1ec0ac825c59..fb2e235024201 100644 --- a/docs/apache-airflow-providers-mongo/commits.rst +++ b/docs/apache-airflow-providers-mongo/commits.rst @@ -35,413 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-09-20 ``Adjust typing in Mongo hook to prevent mypy errors (#42354)`` -`3819ac4f7a `_ 2024-09-17 ``Improve Mongo connection validation and UI (#41717)`` -================================================================================================= =========== =============================================================== - -4.2.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -4.1.2 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -================================================================================================= =========== ================================================================================== - -4.1.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -4.1.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`7e6b7e1667 `_ 2024-03-10 ``Fix D105 for mongo provider (#38016)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`e346253760 `_ 2024-02-15 ``Fix remaining D401 checks (#37434)`` -================================================================================================= =========== ======================================================================= - -4.0.0 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`ed346c78ae `_ 2024-02-12 ``Typo fix in changelog for mongo provider (#37350)`` -`c297f55d7a `_ 2024-02-08 ``Fixing the version for mongo provider (#37250)`` -`0d338e6051 `_ 2024-02-08 ``Change docs type in insert_many to list of dicts (#37230)`` -`a5a6549e5b `_ 2024-02-08 ``Adding certificate validation for ssl in mongo hook (#37214)`` -`c3c1fce629 `_ 2024-01-30 ``Change 'MongoHook.conn_name_attr' to 'mongo_conn_id' (#37104)`` -================================================================================================= =========== ================================================================= - -3.6.0 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`78b179f0c1 `_ 2024-01-19 ``Switch to 'mongo_conn_id' argument into the MongoHook constructor (#36896)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -================================================================================================= =========== ==================================================================================================================== - -3.5.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`c905fe88de `_ 2023-11-25 ``Update information about links into the provider.yaml files (#35837)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -================================================================================================= =========== ======================================================================== - -3.4.0 -..... - -Latest change: 2023-10-28 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`647e76716e `_ 2023-10-25 ``Add distinct function to MongoHook in apache-airflow-providers-mongo (#34466)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ================================================================================= - -3.3.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -================================================================================================= =========== =============================================================== - -3.2.2 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`cede385e93 `_ 2023-08-28 ``Always use 'Literal' from 'typing_extensions' (#33794)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== =================================================================================================== - -3.2.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -================================================================================================= =========== ============================================================= - -3.2.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`0117246db6 `_ 2023-05-15 ``Add future-compatible mongo Hook typing (#31289)`` -`d4dc73416a `_ 2023-05-11 ``Remove the upper version bound on pymongo (#31189)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -3.1.1 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`6af796f459 `_ 2023-01-06 ``MongoHook optimization (#28675)`` -================================================================================================= =========== ================================================================== - -3.1.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`08b675cf66 `_ 2022-06-13 ``Fix links to sources for examples (#24386)`` -================================================================================================= =========== ==================================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` -================================================================================================= =========== ================================================================================== - -2.3.3 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.3.2 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.3.1 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -================================================================================================= =========== ========================================================================== - -2.3.0 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`fe682ec3d3 `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` -`454ca2ff92 `_ 2021-10-29 ``add mongo_db param to function doc string (#19280)`` -================================================================================================= =========== ========================================================================= - -2.2.0 -..... - -Latest change: 2021-10-29 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`fd569e7144 `_ 2021-10-28 ``#19223 add mongo_db param to MongoSensor (#19276)`` -================================================================================================= =========== ================================================================= - -2.1.0 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`987575787d `_ 2021-08-12 ``Add Mongo projections to hook and transfer (#17379)`` -================================================================================================= =========== ============================================================================ - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`5b2fe0e740 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` -`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` -================================================================================================= =========== ================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`46cdb0e080 `_ 2020-07-19 ``Add type hinting for mongo provider (#9875)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`05443c6dc8 `_ 2020-03-23 ``Add missing call to Super class in remaining providers (#7828)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -================================================================================================= =========== ================================================================================== +================================================================================================= =========== ======================================================================================== +`fda45143cd `_ 2024-10-16 ``fix(providers/mongo): prevent applying lower method on boolean field (#43024)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-mongo/index.rst b/docs/apache-airflow-providers-mongo/index.rst index b870042f39b4c..7512a79a176f8 100644 --- a/docs/apache-airflow-providers-mongo/index.rst +++ b/docs/apache-airflow-providers-mongo/index.rst @@ -62,7 +62,7 @@ apache-airflow-providers-mongo package `MongoDB `__ -Release: 4.2.1 +Release: 4.2.2 Provider package ---------------- diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst index d01a1f5b98ad8..b42904bb739a1 100644 --- a/docs/apache-airflow-providers-mysql/commits.rst +++ b/docs/apache-airflow-providers-mysql/commits.rst @@ -35,626 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` -================================================================================================= =========== ================================================================== - -5.7.1 -..... - -Latest change: 2024-09-21 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`2e813eb87d `_ 2024-09-04 ``Generalize caching of connection in DbApiHook to improve performance (#40751)`` -================================================================================================= =========== ================================================================================= - -5.7.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -5.6.3 -..... - -Latest change: 2024-08-03 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`bef82d6ab3 `_ 2024-07-19 ``Clean up remaining getattr connection DbApiHook (#40665)`` -================================================================================================= =========== ============================================================ - -5.6.2 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -`e3c31752f1 `_ 2024-05-26 ``Resolving mysql deprecated operator warnings (#39725)`` -================================================================================================= =========== ================================================================================== - -5.6.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -5.6.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -================================================================================================= =========== ======================================================================= - -5.5.4 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`2bc103698f `_ 2024-02-28 ``Unify 'aws_conn_id' type to always be 'str | None' (#37768)`` -`b52b227c04 `_ 2024-02-26 ``Implement AIP-60 Dataset URI formats (#37005)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`e346253760 `_ 2024-02-15 ``Fix remaining D401 checks (#37434)`` -================================================================================================= =========== ================================================================== - -5.5.3 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -================================================================================================= =========== ================================================================================== - -5.5.2 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`c29632aab4 `_ 2024-01-08 ``Bump min version of mysql-connector-python (#36668)`` -================================================================================================= =========== ==================================================================================== - -5.5.1 -..... - -Latest change: 2024-01-07 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`3598a52a2d `_ 2024-01-03 ``Sanitize filenames in MySQLHook (#33328)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -================================================================================================= =========== ================================================================================== - -5.5.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`c905fe88de `_ 2023-11-25 ``Update information about links into the provider.yaml files (#35837)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ======================================================================== - -5.4.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -================================================================================================= =========== =============================================================== - -5.3.1 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ====================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -`6d182beec6 `_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` -================================================================================================= =========== ====================================================================================================== - -5.3.0 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`dce9796861 `_ 2023-08-18 ``Add init_command parameter to MySqlHook (#33359)`` -`744aa609c8 `_ 2023-08-17 ``Add 'local_infile' parameter to 'S3ToMySqlOperator' (#33459)`` -================================================================================================= =========== ================================================================ - -5.2.1 -..... - -Latest change: 2023-08-05 - -================================================================================================= =========== ===================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================== -`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` -`108a07b580 `_ 2023-08-04 ``Bring back mysql-connector-python as required depednency (#32989)`` -================================================================================================= =========== ===================================================================== - -5.2.0 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`ce2841bf6a `_ 2023-07-25 ``Add default port to Openlineage authority method. (#32828)`` -`98a999034c `_ 2023-07-21 ``Add OpenLineage support for MySQL. (#31609)`` -`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ================================================================================ - -5.1.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`fbeb01cb17 `_ 2023-06-07 ``Replace unicodecsv with standard csv library (#31693)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -================================================================================================= =========== ============================================================= - -5.1.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -================================================================================================= =========== ====================================================================================== - -5.0.0 -..... - -Latest change: 2023-04-21 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` -`312f7e873d `_ 2023-04-13 ``Remove mysql-connector-python (#30487)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ======================================================== - -4.0.2 -..... - -Latest change: 2023-03-03 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` -`ff8fae1baf `_ 2023-02-22 ``Use MariaDB client binaries in arm64 image for support MySQL backend (#29519)`` -================================================================================================= =========== ================================================================================= - -4.0.1 -..... - -Latest change: 2023-02-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` -`23da4daaa0 `_ 2023-01-18 ``Revert "Remove conn.close() ignores (#29005)" (#29010)`` -`85f8df7b8a `_ 2023-01-18 ``Remove conn.close() ignores (#29005)`` -`aa97474020 `_ 2023-01-18 ``Fixed MyPy errors introduced by new mysql-connector-python (#28995)`` -================================================================================================= =========== ======================================================================= - -4.0.0 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`45dd0c484e `_ 2023-01-11 ``Move local_infile option from extra to hook parameter (#28811)`` -================================================================================================= =========== ================================================================== - -3.4.0 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -`83dc604650 `_ 2022-11-17 ``Allow SSL mode in MySQL provider (#27717)`` -================================================================================================= =========== ================================================================ - -3.3.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` -================================================================================================= =========== ========================================================================= - -3.2.1 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` -`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` -================================================================================================= =========== ==================================================================================== - -3.2.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` -================================================================================================= =========== ============================================================================ - -3.1.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`55b16444ad `_ 2022-06-20 ``Close the MySQL connections once operations are done. (#24508)`` -================================================================================================= =========== ================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`3df8ff7407 `_ 2022-06-03 ``Migrate MySQL example DAGs to new design #22453 (#24142)`` -================================================================================================= =========== ================================================================================== - -2.2.3 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.2.2 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.2.1 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`59c450ee54 `_ 2022-02-25 ``Make DbApiHook use get_uri from Connection (#21764)`` -`68da4d84ef `_ 2022-02-19 ``Update MySqlOperator example dag (#21434)`` -================================================================================================= =========== ======================================================== - -2.2.0 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`8f81b9a01c `_ 2022-02-08 ``Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`919ff4567d `_ 2022-01-05 ``Refactor vertica_to_mysql to make it more 'mypy' friendly (#20618)`` -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -================================================================================================= =========== ====================================================================================== - -2.1.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`4dae4ec9a4 `_ 2021-08-03 ``refactor: fixed type annotation for 'sql' in MySqlOperator (#17388)`` -================================================================================================= =========== ============================================================================ - -2.1.0 -..... - -Latest change: 2021-07-26 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`0dbd0f420c `_ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)`` -`a1d3b271ed `_ 2021-07-19 ``Parse template parameters field for MySQL operator (#17080)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`6ab00bfcfd `_ 2021-07-14 ``Extended template_fields_renderers for MySQL provider (#16987)`` -`c3b8212b6e `_ 2021-07-10 ``Added template_fields_renderers for MySQL Operator (#16914)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ============================================================================= - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` -`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` -`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` -================================================================================================= =========== ================================================================= - -1.1.0 -..... - -Latest change: 2021-04-06 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`eae22cec9c `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` -`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`9b428bbbdf `_ 2021-03-28 ``Fix autocommit calls for mysql-connector-python (#14869)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ============================================================================= - -1.0.2 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`cdc20904a5 `_ 2021-02-17 ``MySQL hook respects conn_name_attr (#14240)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== ======================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`0d214575a1 `_ 2020-12-28 ``Refactored setup.py to better reflect changes in providers (#13314)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`6bf9acb90f `_ 2020-12-14 ``Fix import from core to mysql provider in mysql example DAG (#13060)`` -================================================================================================= =========== ======================================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== =============================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` -`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`75f229601e `_ 2020-11-04 ``Adding MySql howto-documentation and example DAG (#12077)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`01f37967c9 `_ 2020-08-18 ``Add typing coverage to mysql providers package (#10095)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`68d1714f29 `_ 2020-04-04 ``[AIRFLOW-6822] AWS hooks should cache boto3 client (#7541)`` -`329e6a5f72 `_ 2020-04-01 ``[AIRFLOW-5907] Add S3 to MySql Operator (#6578)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`b39468d287 `_ 2020-03-09 ``[AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook (#6576)`` -`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` -`94fccca970 `_ 2020-02-04 ``[AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding (#7347)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`1e576f1234 `_ 2020-02-02 ``[AIRFLOW-6680] Last changes for AIP-21 (#7301)`` -`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` -`82c0e5aff6 `_ 2020-01-28 ``[AIRFLOW-6655] Move AWS classes to providers (#7271)`` -`eee34ee808 `_ 2020-01-24 ``[AIRFLOW-4204] Update super() calls (#7248)`` -`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -================================================================================================= =========== =============================================================================================== +================================================================================================= =========== ======================================================================================== +`9e8fb40ba7 `_ 2024-10-25 ``Improve the cursor type definition of mysql (#43376)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-mysql/index.rst b/docs/apache-airflow-providers-mysql/index.rst index d8d6129134129..0b896f6139799 100644 --- a/docs/apache-airflow-providers-mysql/index.rst +++ b/docs/apache-airflow-providers-mysql/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-mysql package `MySQL `__ -Release: 5.7.2 +Release: 5.7.3 Provider package ---------------- @@ -136,5 +136,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-mysql 5.7.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-mysql 5.7.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 5.7.3 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 5.7.3 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-odbc/commits.rst b/docs/apache-airflow-providers-odbc/commits.rst index 9eb5826cf19ae..470cc2b5f3b66 100644 --- a/docs/apache-airflow-providers-odbc/commits.rst +++ b/docs/apache-airflow-providers-odbc/commits.rst @@ -35,421 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-09-04 ``Generalize caching of connection in DbApiHook to improve performance (#40751)`` -================================================================================================= =========== ================================================================================= - -4.7.0 -..... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -4.6.3 -..... - -Latest change: 2024-08-03 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`bef82d6ab3 `_ 2024-07-19 ``Clean up remaining getattr connection DbApiHook (#40665)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ============================================================ - -4.6.2 -..... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -================================================================================================= =========== ================================================================================== - -4.6.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -4.6.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`7ab24c7723 `_ 2024-04-12 ``Always use the executemany method when inserting rows in DbApiHook as it's way much faster (#38715)`` -================================================================================================= =========== ======================================================================================================= - -4.5.0 -..... - -Latest change: 2024-04-10 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`0b1308ce45 `_ 2024-04-06 ``Make 'placeholder' of DbApiHook configurable in UI (#38528)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`08036e5df5 `_ 2024-02-08 ``D401 Support in Providers (simple) (#37258)`` -================================================================================================= =========== ================================================================== - -4.4.1 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== ===================================================================================================== -Commit Committed Subject -================================================================================================= =========== ===================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`c0f7601391 `_ 2024-01-23 ``Rename columns to valid namedtuple attributes + ensure Row.fields are retrieved as tuple (#36949)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`ed08999e22 `_ 2024-01-10 ``Fix ODBC Hook sql select return empty table (#36709)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ===================================================================================================== - -4.4.0 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`5fe5d31a46 `_ 2023-12-22 ``Return common data structure in DBApi derived classes`` -`f84eb2ab6f `_ 2023-12-21 ``Make "placeholder" of ODBC configurable in UI (#36000)`` -================================================================================================= =========== ================================================================================== - -4.3.0 -..... - -Latest change: 2023-12-12 - -================================================================================================= =========== ================================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================================ -`64931b1a65 `_ 2023-12-12 ``Prepare docs 1st wave of Providers December 2023 RC2 (#36190)`` -`36010f6d0e `_ 2023-12-11 ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks SQL Hook (#36161)`` -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -================================================================================================= =========== ================================================================================================ - -4.2.0 -..... - -Latest change: 2023-11-24 - -================================================================================================= =========== ==================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================== -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`064fc2b775 `_ 2023-11-17 ``Make pyodbc.Row and databricks.Row JSON-serializable via new 'make_serializable' method (#32319)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ==================================================================================================== - -4.1.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ================================================================ - -4.0.0 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`b683698684 `_ 2023-06-18 ``Check if sqlalchemy_scheme extra contains forbidden characters (#31984)`` -`438ba41e14 `_ 2023-06-07 ``Control permissibility of driver config in extra from airflow.cfg (#31754)`` -`2844dad1c7 `_ 2023-06-06 ``Disable setting ODBC driver via extra by default (#31713)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -================================================================================================= =========== ============================================================================== - -3.3.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` -================================================================================================= =========== ====================================================================================== - -3.2.1 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -================================================================================================= =========== ================================================================ - -3.2.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -================================================================================================= =========== ========================================================================= - -3.1.2 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` -================================================================================================= =========== ==================================================================================== - -3.1.1 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`0f931c77c7 `_ 2022-08-02 ``Fix odbc hook sqlalchemy_scheme docstring (#25421)`` -================================================================================================= =========== ================================================================= - -3.1.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -================================================================================================= =========== ================================================================== - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -================================================================================================= =========== ================================================================================== - -2.0.4 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.0.3 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.0.2 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================= =========== ======================================================== - -2.0.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ============================================================================ - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`8a4cfd7341 `_ 2021-06-13 ``OdbcHook returns None. Related to #15016 issue. (#15510)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`c8ef3a3539 `_ 2021-05-11 ``Fix OdbcHook handling of port (#15772)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` -================================================================================================= =========== ======================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`de3b1e687b `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`54353f8745 `_ 2020-09-27 ``Increase type coverage for five different providers (#11170)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`2b06d0a3de `_ 2020-01-21 ``[AIRFLOW-6603] Remove unnecessary pylint warnings (#7224)`` -`2a819b11fb `_ 2020-01-19 ``[AIRFLOW-6296] add OdbcHook & deprecation warning for pymssql (#6850)`` -================================================================================================= =========== ================================================================================== +================================================================================================= =========== ============================================================================================== +`69af18592f `_ 2024-10-23 ``refactor: OdbcHook must use it's own connection when creating a sqlalchemy engine (#43145)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ============================================================================================== diff --git a/docs/apache-airflow-providers-odbc/index.rst b/docs/apache-airflow-providers-odbc/index.rst index 14031177a2b68..c3995ad0a5e53 100644 --- a/docs/apache-airflow-providers-odbc/index.rst +++ b/docs/apache-airflow-providers-odbc/index.rst @@ -63,7 +63,7 @@ apache-airflow-providers-odbc package `ODBC `__ -Release: 4.7.1 +Release: 4.8.0 Provider package ---------------- @@ -116,5 +116,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-odbc 4.7.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-odbc 4.7.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-odbc 4.8.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-odbc 4.8.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-openlineage/commits.rst b/docs/apache-airflow-providers-openlineage/commits.rst index 41025a8f7b445..c8eb01215dfb4 100644 --- a/docs/apache-airflow-providers-openlineage/commits.rst +++ b/docs/apache-airflow-providers-openlineage/commits.rst @@ -35,397 +35,17 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-09 ``Standard provider bash operator (#42252)`` -`63ff22f403 `_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` -`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` -================================================================================================= =========== ================================================================== - -1.12.1 -...... - -Latest change: 2024-09-27 - -================================================================================================= =========== ======================================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================================== -`bcee926d49 `_ 2024-09-27 ``Prepare docs for Sep 2nd adhoc wave of providers (#42519)`` -`84e8cdf674 `_ 2024-09-26 ``fix: OL dag start event not being emitted (#42448)`` -`ffff0e8b33 `_ 2024-09-23 ``Fix typo in error stack trace formatting for clearer output (#42017)`` -================================================================================================= =========== ======================================================================== - -1.12.0 -...... - -Latest change: 2024-09-21 - -================================================================================================= =========== ======================================================================================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================================================================================= -`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` -`e05c0358af `_ 2024-09-10 ``chore: bump OL provider dependencies versions (#42059)`` -`aa23bfdbc7 `_ 2024-09-02 ``feat: notify about potential serialization failures when sending DagRun, don't serialize unnecessary params, guard listener for exceptions (#41690)`` -`8640f3e397 `_ 2024-09-02 ``move to dag_run.logical_date from execution date in OpenLineage provider (#41889)`` -`00db98b5fe `_ 2024-09-02 ``fix: cast list to flattened string in openlineage InfoJsonEncodable (#41786)`` -`e8a5996891 `_ 2024-08-26 ``Unify DAG schedule args and change default to None (#41453)`` -================================================================================================= =========== ======================================================================================================================================================= - -1.11.0 -...... - -Latest change: 2024-08-25 - -================================================================================================= =========== =============================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================== -`2f952909f5 `_ 2024-08-25 ``Prepare docs for Aug 3rd wave of providers (#41714)`` -`4b42691021 `_ 2024-08-23 ``feat: openlineage listener captures hook-level lineage (#41482)`` -`86e12a9a30 `_ 2024-08-21 ``fix: replace dagTree with downstream_task_ids (#41587)`` -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`0e7c757a1b `_ 2024-08-15 ``fix: get task dependencies without serializing task tree to string (#41494)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -`d12eb43960 `_ 2024-08-12 ``feat: add debug facet to all OpenLineage events (#41217)`` -`ec0e9f28ea `_ 2024-08-08 ``feat: add fileloc to DAG info in AirflowRunFacet (#41311)`` -`c3286e8b54 `_ 2024-08-08 ``feat: remove openlineage client deprecated from_environment() method (#41310)`` -`d9f7febe33 `_ 2024-08-08 ``chore: remove openlineage deprecation warnings (#41284)`` -`a7353d200e `_ 2024-08-05 ``fix: return empty data instead of None when OpenLineage on_start method is missing (#41268)`` -================================================================================================= =========== =============================================================================================== - -1.10.0 -...... - -Latest change: 2024-08-03 - -================================================================================================= =========== =================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================================== -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`4d27069d9c `_ 2024-08-02 ``Adjust default extractor's on_failure detection for airflow 2.10 fix (#41094)`` -`4ab0183cfa `_ 2024-07-28 ``Add AirflowRun on COMPLETE/FAIL events (#40996)`` -`10f250347d `_ 2024-07-24 ``openlineage: make value of slots in attrs.define consistent across all OL usages (#40992)`` -`eca05550d3 `_ 2024-07-24 ``Set 'slots' to True for facets used in DagRun (#40972)`` -`579a8b87fc `_ 2024-07-23 ``openlineage: extend custom_run_facets to also be executed on complete and fail (#40953)`` -`0206a4cbcf `_ 2024-07-23 ``openlineage: migrate OpenLineage provider to V2 facets. (#39530)`` -`9ec9eb79a0 `_ 2024-07-23 ``openlineage: Add AirflowRunFacet for dag runEvents (#40854)`` -`8a912f9fa0 `_ 2024-07-23 ``[AIP-62] Translate AIP-60 URI to OpenLineage (#40173)`` -`e30f8102b2 `_ 2024-07-22 ``Ability to add custom facet in OpenLineage events (#38982)`` -`12e17d1726 `_ 2024-07-22 ``openlineage: replace dt.now with airflow.utils.timezone.utcnow (#40887)`` -`6366204458 `_ 2024-07-17 ``openlineage: add method to common.compat to not force hooks to try/except every 2.10 hook lineage call (#40812)`` -`985ccbc4c8 `_ 2024-07-16 ``openlineage: use airflow provided getters from conf (#40790)`` -`37a576130b `_ 2024-07-16 ``openlineage: add config to include 'full' task info based on conf setting (#40589)`` -`2f0bba012e `_ 2024-07-15 ``Add TaskInstance log_url to OpenLineage facet (#40797)`` -`ea1812112d `_ 2024-07-12 ``openlineage: fix / add some task attributes in AirflowRunFacet (#40725)`` -`165b91014f `_ 2024-07-10 ``openlineage: add deferrable information to task info in airflow run facet (#40682)`` -`14b075b4c9 `_ 2024-07-10 ``openlineage: remove deprecated parentRun facet key (#40681)`` -================================================================================================= =========== =================================================================================================================== - -1.9.1 -..... - -Latest change: 2024-07-09 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`1dc582dba3 `_ 2024-07-05 ``fix openlineage parsing dag tree with MappedOperator (#40621)`` -================================================================================================= =========== ================================================================= - -1.9.0 -..... - -Latest change: 2024-07-02 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`0fae73dc45 `_ 2024-07-02 ``Update docs for RC2 openlineage provider (#40551)`` -`57fb776408 `_ 2024-06-28 ``fix: scheduler crashing with OL provider on airflow standalone (#40459)`` -`322130ed82 `_ 2024-06-27 ``nit: fix logging level (#40461)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -`d1a8d3f916 `_ 2024-06-24 ``fix: provide stack trace under proper key in OL facet (#40372)`` -`a1e6e598ed `_ 2024-06-24 ``Revert "fix: scheduler crashing with OL provider on airflow standalone (#40353)" (#40402)`` -`5df3c4efab `_ 2024-06-23 ``Add few removed Task properties in AirflowRunFacet (#40371)`` -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`fbcee8d01b `_ 2024-06-21 ``fix: scheduler crashing with OL provider on airflow standalone (#40353)`` -`4fbdd07c13 `_ 2024-06-20 ``fix: sqa deprecations for airflow providers (#39293)`` -`1a8d12ffe5 `_ 2024-06-14 ``openlineage: execute extraction and message sending in separate process (#40078)`` -`6f4098487d `_ 2024-06-14 ``openlineage, redshift: do not call DB for schemas below Airflow 2.10 (#40197)`` -`fa65a20d4a `_ 2024-06-13 ``local task job: add timeout, to not kill on_task_instance_success listener prematurely (#39890)`` -`f0b51cdacc `_ 2024-06-12 ``openlineage: add some debug logging around sql parser call sites (#40200)`` -`1a613030e6 `_ 2024-06-06 ``Add task SLA and queued datetime information to AirflowRunFacet (#40091)`` -`c202c07f67 `_ 2024-06-05 ``Introduce AirflowJobFacet and AirflowStateRunFacet (#39520)`` -`aba8def5f3 `_ 2024-05-29 ``Add error stacktrace to OpenLineage task event (#39813)`` -`22305477bb `_ 2024-05-28 ``Use UUIDv7 for OpenLineage runIds (#39889)`` -================================================================================================= =========== =================================================================================================== - -1.8.0 -..... - -Latest change: 2024-05-26 +Latest change: 2024-10-23 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`9532cc7a6c `_ 2024-05-21 ``fix: Prevent error when extractor can't be imported (#39736)`` -`b7671ef5ab `_ 2024-05-21 ``Re-configure ORM in spawned OpenLineage process in scheduler. (#39735)`` -`a81504e316 `_ 2024-05-21 ``chore: Update conf retrieval docstring and adjust pool_size (#39721)`` -`4ee46b984d `_ 2024-05-20 ``Remove 'openlineage.common' dependencies in Google and Snowflake providers. (#39614)`` -`0b698a852b `_ 2024-05-17 ``Add missing 'dag_state_change_process_pool_size' in 'provider.yaml'. (#39674)`` -`4de79a0f6b `_ 2024-05-17 ``feat: Add custom provider runtime checks (#39609)`` -`81a82d8481 `_ 2024-05-15 ``Run unit tests for Providers with airflow installed as package. (#39513)`` -`d529ec8d45 `_ 2024-05-15 ``Use 'ProcessPoolExecutor' over 'ThreadPoolExecutor'. (#39235)`` -`8bc6c32366 `_ 2024-05-13 ``chore: Add more OpenLineage logs to facilitate debugging (#39136)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`3938f71dfa `_ 2024-05-08 ``Scheduler to handle incrementing of try_number (#39336)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -`02ce7f1f58 `_ 2024-05-08 ``openlineage: notify that logged exception was caught (#39493)`` +`0c4ed7a58e `_ 2024-10-23 ``Ignore attr-defined for compat import (#43301)`` +`e7d83ddcc4 `_ 2024-10-22 ``nit: remove taskgroup's tooltip from OL's AirflowJobFacet (#43152)`` +`1f0bba2e13 `_ 2024-10-18 ``feat(providers/openlineage): Use asset in common provider (#43111)`` +`59cf3efb8b `_ 2024-10-15 ``require 1.2.1 common.compat for openlineage provider (#43039)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== - -1.7.1 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ecc5af70eb `_ 2024-04-22 ``openlineage, snowflake: do not run external queries for Snowflake (#39113)`` -================================================================================================= =========== ============================================================================== - -1.7.0 -..... - -Latest change: 2024-04-10 - -================================================================================================= =========== ================================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`093ab7e755 `_ 2024-04-08 ``Add lineage_job_namespace and lineage_job_name OpenLineage macros (#38829)`` -`7d9737154c `_ 2024-04-07 ``fix: try002 for provider openlineage (#38806)`` -`ecd69955f9 `_ 2024-04-04 ``fix: Remove redundant operator information from facets (#38264)`` -`a2f5307fd0 `_ 2024-03-29 ``Brings back mypy-checks (#38597)`` -`714a933479 `_ 2024-03-26 ``openlineage: add 'opt-in' option (#37725)`` -`9c4e333f5b `_ 2024-03-25 ``fix: disabled_for_operators now stops whole event emission (#38033)`` -`c6bc052980 `_ 2024-03-19 ``Add default for 'task' on TaskInstance / fix attrs on TaskInstancePydantic (#37854)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`c0b849ad2b `_ 2024-03-11 ``Avoid use of 'assert' outside of the tests (#37718)`` -`ea5238a81b `_ 2024-03-08 ``fix: Add fallbacks when retrieving Airflow configuration to avoid errors being raised (#37994)`` -`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` -`2852976ea6 `_ 2024-03-05 ``fix: Fix parent id macro and remove unused utils (#37877)`` -================================================================================================= =========== ================================================================================================== - -1.6.0 -..... - -Latest change: 2024-03-04 - -================================================================================================= =========== ======================================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================================= -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`9848954e78 `_ 2024-03-01 ``feat: Add OpenLineage metrics for event_size and extraction time (#37797)`` -`e358bb2253 `_ 2024-02-29 ``tests: Add OpenLineage test cases for File to Dataset conversion (#37791)`` -`4938ac04b6 `_ 2024-02-29 ``feat: Add OpenLineage support for File and User Airflow's lineage entities (#37744)`` -`fb6511212e `_ 2024-02-28 ``docs: Update whole OpenLineage Provider docs. (#37620)`` -`5289140a03 `_ 2024-02-22 ``chore: Update comments and logging in OpenLineage ExtractorManager (#37622)`` -`1851a71278 `_ 2024-02-19 ``[OpenLineage] Add support for JobTypeJobFacet properties. (#37255)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`61f0adf0c7 `_ 2024-02-14 ``fix: Check if operator is disabled in DefaultExtractor.extract_on_complete (#37392)`` -`326f9789cd `_ 2024-02-10 ``Follow D401 style in openlineage, slack, and tableau providers (#37312)`` -================================================================================================= =========== ======================================================================================= - -1.5.0 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`95a83102e8 `_ 2024-01-09 ``feat: Add dag_id when generating OpenLineage run_id for task instance. (#36659)`` -================================================================================================= =========== =================================================================================== - -1.4.0 -..... - -Latest change: 2024-01-07 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`44b97e1687 `_ 2024-01-04 ``Add OpenLineage support for Redshift SQL. (#35794)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ============================================================================ - -1.3.1 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`fcb527ae94 `_ 2023-12-22 ``Fix typo. (#36362)`` -================================================================================================= =========== ================================================================================== - -1.3.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`fba682b1a5 `_ 2023-12-06 ``Remove ClassVar annotations. (#36084)`` -`acd95a5ef1 `_ 2023-12-05 ``feat: Add parent_run_id for COMPLETE and FAIL events (#36067)`` -`35a1b7a63a `_ 2023-12-04 ``fix: Repair run_id for OpenLineage FAIL events (#36051)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`ecbf02386a `_ 2023-11-21 ``Add basic metrics to stats collector. (#35368)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -================================================================================================= =========== ================================================================= - -1.2.1 -..... - -Latest change: 2023-11-08 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`59b32dc0a0 `_ 2023-11-06 ``Fix bad regexp in mypy-providers specification in pre-commits (#35465)`` -`6858ea46eb `_ 2023-11-04 ``Make schema filter uppercase in 'create_filter_clauses' (#35428)`` -`63cc915cd3 `_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` -================================================================================================= =========== ========================================================================== - -1.2.0 -..... - -Latest change: 2023-10-28 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`0940d09859 `_ 2023-10-25 ``Send column lineage from SQL operators. (#34843)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ================================================================== - -1.1.1 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`73dd877961 `_ 2023-10-11 ``Adjust log levels in OpenLineage provider (#34801)`` -================================================================================================= =========== =============================================================== - -1.1.0 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`5eea4e632c `_ 2023-09-07 ``Add OpenLineage support for DBT Cloud. (#33959)`` -`e403c74524 `_ 2023-09-06 ``Fix import in 'get_custom_facets'. (#34122)`` -`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` -`b4d4f55b47 `_ 2023-08-31 ``Refactor: Replace lambdas with comprehensions in providers (#33771)`` -`0d49d1fed9 `_ 2023-08-29 ``Allow to disable openlineage at operator level (#33685)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -================================================================================================= =========== =================================================================================================== - -1.0.2 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`626d3daa9b `_ 2023-08-24 ``Add OpenLineage support for Trino. (#32910)`` -`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` -`abef61ff3d `_ 2023-08-20 ``Replace repr() with proper formatting (#33520)`` -`6d3b71c333 `_ 2023-08-19 ``openlineage: don't run task instance listener in executor (#33366)`` -`8e738cd0ad `_ 2023-08-15 ``openlineage: do not try to redact Proxy objects from deprecated config (#33393)`` -`23d5076635 `_ 2023-08-13 ``openlineage: defensively check for provided datetimes in listener (#33343)`` -================================================================================================= =========== =================================================================================== - -1.0.1 -..... - -Latest change: 2023-08-05 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` -`bdc10a5ff6 `_ 2023-08-04 ``Move openlineage configuration to provider (#33124)`` -`11ff650e1b `_ 2023-08-04 ``openlineage: disable running listener if not configured (#33120)`` -`e10aa6ae6a `_ 2023-08-04 ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)`` -`2a39914cbd `_ 2023-08-01 ``Don't use database as fallback when no schema parsed. (#32959)`` -================================================================================================= =========== =================================================================================================== - -1.0.0 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== =============================================================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================================================== -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`0924389a87 `_ 2023-07-28 ``Fix MIN_AIRFLOW_VERSION_EXCEPTIONS for openlineage (#32909)`` -`5c8223c335 `_ 2023-07-28 ``Bump common-sql version in provider (#32907)`` -`8a0f410010 `_ 2023-07-28 ``Update openlineage provider to min version of airflow 2.7.0 (#32882)`` -`b73366799d `_ 2023-07-27 ``openlineage, gcs: add openlineage methods for GcsToGcsOperator (#31350)`` -`9194144dab `_ 2023-07-27 ``Replace Ruff setting known-third-party with namespace-packages (#32873)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`ee4a838d49 `_ 2023-07-05 ``Pass SQLAlchemy engine to construct information schema query. (#32371)`` -`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` -`65fad4affc `_ 2023-07-04 ``Change default schema behaviour in SQLParser. (#32347)`` -`f2e2125b07 `_ 2023-06-29 ``openlineage, common.sql: provide OL SQL parser as internal OpenLineage provider API (#31398)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -`1d564adc1c `_ 2023-06-20 ``set contributor note in CHANGELOG.rst openlienage (#32018)`` -`ebd7b0eb53 `_ 2023-06-13 ``openlineage: fix typing errors produced by bumping version, bump minimum version to 0.28, remove outdated warnings (#31874)`` -`6f8cd65bde `_ 2023-06-06 ``Limit openlineage-integration-common until breaking change is fixed (#31739)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`6b21e4b88c `_ 2023-05-13 ``Bring back detection of implicit single-line string concatenation (#31270)`` -`981afe2a4f `_ 2023-05-12 ``openlineage: add extractors for python and bash operators (#30713)`` -`51603efbf7 `_ 2023-05-04 ``Allow configuring OpenLineage client from Airflow config. (#30735)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`2f570c2bf7 `_ 2023-04-20 ``Fix when OpenLineage plugins has listener disabled. (#30708)`` -`cbde23e6bc `_ 2023-04-17 ``Upgrade to MyPy 1.2.0 (#30687)`` -`6a6455ad1c `_ 2023-04-17 ``Correctly pass a type to attrs.has() (#30677)`` -`8d81963c01 `_ 2023-04-16 ``Workaround type-incompatibility with new attrs in openlineage (#30674)`` -`55963de61e `_ 2023-04-14 ``First commit of OpenLineage provider. (#29940)`` -================================================================================================= =========== =============================================================================================================================== diff --git a/docs/apache-airflow-providers-openlineage/index.rst b/docs/apache-airflow-providers-openlineage/index.rst index 5dc4cecb11cb6..4627c68f2d790 100644 --- a/docs/apache-airflow-providers-openlineage/index.rst +++ b/docs/apache-airflow-providers-openlineage/index.rst @@ -73,7 +73,7 @@ apache-airflow-providers-openlineage package `OpenLineage `__ -Release: 1.12.2 +Release: 1.13.0 Provider package ---------------- @@ -98,7 +98,7 @@ PIP package Version required ========================================== ================== ``apache-airflow`` ``>=2.8.0`` ``apache-airflow-providers-common-sql`` ``>=1.6.0`` -``apache-airflow-providers-common-compat`` ``>=1.2.0`` +``apache-airflow-providers-common-compat`` ``>=1.2.1`` ``attrs`` ``>=22.2`` ``openlineage-integration-common`` ``>=1.22.0`` ``openlineage-python`` ``>=1.22.0`` @@ -130,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-openlineage 1.12.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-openlineage 1.12.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-openlineage 1.13.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-openlineage 1.13.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-oracle/commits.rst b/docs/apache-airflow-providers-oracle/commits.rst index 27e734a3dba53..aff072e29428d 100644 --- a/docs/apache-airflow-providers-oracle/commits.rst +++ b/docs/apache-airflow-providers-oracle/commits.rst @@ -35,517 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -3.10.3 -...... - -Latest change: 2024-07-09 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`89d2f2992f `_ 2024-07-05 ``Warn user about unused replace parameter in insert_rows (OracleHook) (#39408)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ================================================================================= - -3.10.2 -...... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -================================================================================================= =========== ================================================================================== - -3.10.1 -...... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -3.10.0 -...... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -`e346253760 `_ 2024-02-15 ``Fix remaining D401 checks (#37434)`` -================================================================================================= =========== ======================================================================= - -3.9.2 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================== - -3.9.1 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`5fe5d31a46 `_ 2023-12-22 ``Return common data structure in DBApi derived classes`` -================================================================================================= =========== ================================================================================== - -3.9.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -================================================================================================= =========== ======================================================================= - -3.8.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` -`8ecd576de1 `_ 2023-09-14 ``Refactor shorter defaults in providers (#34347)`` -================================================================================================= =========== =============================================================== - -3.7.4 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`f47a2a8af6 `_ 2023-09-07 ``Refactor: Consolidate "import numpy as np" (#34111)`` -`fa5e54c4c5 `_ 2023-09-03 ``Combine similar if logics in providers (#33987)`` -`353b1482d3 `_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)`` -================================================================================================= =========== ====================================================================== - -3.7.3 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`94c8291629 `_ 2023-08-25 ``Refactor: Use f-strings (#33734)`` -`94f70d8184 `_ 2023-08-23 ``Replace strftime with f-strings where nicer (#33455)`` -`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` -`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` -`ea8519c055 `_ 2023-08-18 ``Avoid importing pandas and numpy in runtime and module level (#33483)`` -================================================================================================= =========== ========================================================================= - -3.7.2 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`2794c4172e `_ 2023-06-27 ``D205 Support - Auto-fixes and Stragglers (#32212)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ================================================================================ - -3.7.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -================================================================================================= =========== ============================================================= - -3.7.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`41cb63764d `_ 2023-05-09 ``Fix deprecated import in Oracle example (#31166)`` -`edebfe3f2f `_ 2023-05-09 ``Add docs for Oracle operators (#30979)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -3.6.0 -..... - -Latest change: 2023-01-02 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` -`43530f5529 `_ 2022-12-13 ``XCOM push ORA error code in OracleStoredProcedure (#27319)`` -================================================================================================= =========== ============================================================== - -3.5.1 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -================================================================================================= =========== ================================================================ - -3.5.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` -================================================================================================= =========== ========================================================================= - -3.4.0 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`b254a9f4be `_ 2022-09-28 ``Add oracledb thick mode support for oracle provider (#26576)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` -================================================================================================= =========== ==================================================================================== - -3.3.0 -..... - -Latest change: 2022-08-10 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` -================================================================================================= =========== ============================================================================ - -3.2.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -`46ac083f7e `_ 2022-07-01 ``Align Black and blacken-docs configs (#24785)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -================================================================================================= =========== ================================================================== - -3.1.0 -..... - -Latest change: 2022-06-15 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`952a5ea8d8 `_ 2022-06-15 ``Update release docs for Google and Oracle providers (#24461)`` -`2a084ee8d7 `_ 2022-06-14 ``Update Oracle library to latest version (#24311)`` -================================================================================================= =========== ================================================================ - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`fd2cd25094 `_ 2022-06-07 ``Make numpy effectively an optional dependency for Oracle provider (#24272)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` -`4147aa1bdf `_ 2022-04-12 ``Add 'parameters' to templated fields in 'OracleOperator' (#22857)`` -================================================================================================= =========== ================================================================================== - -2.2.3 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.2.2 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.2.1 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -`900bad1c67 `_ 2022-02-27 ``Fix oracle test connection (#21699)`` -================================================================================================= =========== ======================================================== - -2.2.0 -..... - -Latest change: 2022-02-14 - -================================================================================================= =========== =============================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================== -`28378d867a `_ 2022-02-14 ``Add documentation for RC3 release of providers for Jan 2022 (#21553)`` -`d72098f6d8 `_ 2022-02-11 ``improved backwards compatibility (#21524)`` -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`471e368eac `_ 2022-02-07 ``[Oracle] Oracle Hook - automatically set current_schema when defined in Connection (#19084)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`a8c6451e61 `_ 2022-01-07 ``Oracle Provider: Fix handling of bindvars with no parameters (#20720)`` -================================================================================================= =========== =============================================================================================== - -2.1.0 -..... - -Latest change: 2021-12-31 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`6e51608f28 `_ 2021-12-16 ``Fix mypy for providers: elasticsearch, oracle, yandex (#20344)`` -`c7f36f25cb `_ 2021-12-13 ``Add method 'callproc' on Oracle hook (#20072)`` -`0f712e307a `_ 2021-12-07 ``Add ''autocommit'' to ''OracleHook'' (#20085)`` -================================================================================================= =========== ========================================================================= - -2.0.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`bb52098cd6 `_ 2021-08-06 ``Fix type annotations in OracleOperator, JdbcOperator, SqliteOperator (#17406)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ================================================================================== - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`abcd487313 `_ 2021-05-17 ``Add optional result handler to database hooks (#15581)`` -`30eeac7b7e `_ 2021-05-09 ``[Oracle] Add port to DSN (#15589)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`3b4fdd0a7a `_ 2021-05-06 ``add oracle connection link (#15632)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` -================================================================================================= =========== ================================================================= - -1.1.0 -..... - -Latest change: 2021-04-06 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` -================================================================================================= =========== ============================================================================= - -1.0.1 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -`33e0a70cff `_ 2020-12-18 ``Fix typo in provider name - Oracle (#13147)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== =============================================================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`5093245d6f `_ 2020-09-30 ``Strict type coverage for Oracle and Yandex provider (#11198)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` -`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` -================================================================================================= =========== =============================================================================================== +================================================================================================= =========== ======================================================================================== +`33c72387ca `_ 2024-10-26 ``Add sequence insert support to OracleHook (#42947)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-oracle/index.rst b/docs/apache-airflow-providers-oracle/index.rst index a4cd54785db36..eace92b1877c9 100644 --- a/docs/apache-airflow-providers-oracle/index.rst +++ b/docs/apache-airflow-providers-oracle/index.rst @@ -70,7 +70,7 @@ apache-airflow-providers-oracle package `Oracle `__ -Release: 3.11.0 +Release: 3.12.0 Provider package ---------------- @@ -123,5 +123,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-oracle 3.11.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-oracle 3.11.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-oracle 3.12.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-oracle 3.12.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-slack/commits.rst b/docs/apache-airflow-providers-slack/commits.rst index 76c4b6e7c2e12..b479719a8169c 100644 --- a/docs/apache-airflow-providers-slack/commits.rst +++ b/docs/apache-airflow-providers-slack/commits.rst @@ -38,569 +38,15 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -8.8.0 -..... - -Latest change: 2024-08-03 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`12ca9d875f `_ 2024-07-11 ``docs(SlackNotifier): add newly added unfurl args to the docstring (#40709)`` -`c25858cb30 `_ 2024-07-10 ``feat(slack): add unfurl options to slack notifier (#40694)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== ============================================================================== - -8.7.1 -..... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -8.7.0 -..... - -Latest change: 2024-05-01 - -================================================================================================= =========== ================================================================================= -Commit Committed Subject -================================================================================================= =========== ================================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`7a0fa64997 `_ 2024-05-01 ``Use 'upload_files_v2' Slack SDK method by default in Slack Operators (#39340)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -================================================================================================= =========== ================================================================================= - -8.6.2 -..... - -Latest change: 2024-04-10 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`0aee6813db `_ 2024-03-22 ``Fix set deprecated slack operators arguments in 'MappedOperator' (#38345)`` -`d8381ed250 `_ 2024-03-18 ``Update SqlToSlackApiFileOperator with new param to check empty output (#38079)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -================================================================================================= =========== ================================================================================== - -8.6.1 -..... - -Latest change: 2024-02-12 - -================================================================================================= =========== ============================================================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================================================= -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`326f9789cd `_ 2024-02-10 ``Follow D401 style in openlineage, slack, and tableau providers (#37312)`` -`9a4164d8cc `_ 2024-01-31 ``Remove the remaining references to use the token bypassing the Connection in the Slack provider. (#37112)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -================================================================================================= =========== ============================================================================================================= - -8.6.0 -..... - -Latest change: 2024-01-26 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`9758acf6c2 `_ 2024-01-20 ``Optionally use 'client.files_upload_v2' in Slack Provider (#36757)`` -`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================================================== - -8.5.1 -..... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`4824ca7c5a `_ 2023-12-08 ``Slack: Remove parameter 'token' in SlackAPIPostOperator's docstring (#36121)`` -================================================================================================= =========== ================================================================================== - -8.5.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -================================================================================================= =========== ======================================================================= - -8.4.0 -..... - -Latest change: 2023-11-08 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` -`3fbd9d6b18 `_ 2023-11-07 ``Add missing examples into Slack Provider (#35495)`` -`11bdfe4c12 `_ 2023-11-07 ``Work around typing issue in examples and providers (#35494)`` -`850e1947a6 `_ 2023-11-05 ``Reorganize SQL to Slack Operators (#35215)`` -================================================================================================= =========== =============================================================== - -8.3.0 -..... - -Latest change: 2023-10-28 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -`e6f445129a `_ 2023-10-19 ``Pass additional arguments from Slack's Operators/Notifiers to Hooks (#35039)`` -`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` -================================================================================================= =========== ================================================================================ - -8.2.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`6ba2c4485c `_ 2023-10-12 ``Docstring correction for 'SlackAPIOperator' (#34871)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`faa32f23e8 `_ 2023-09-23 ``Slack: use default_conn_name by default (#34548)`` -================================================================================================= =========== =============================================================== - -8.1.0 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== =================================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`e357f7b531 `_ 2023-09-01 ``Add Slack Incoming Webhook Notifier (#33966)`` -`b4d4f55b47 `_ 2023-08-31 ``Refactor: Replace lambdas with comprehensions in providers (#33771)`` -`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` -================================================================================================= =========== =================================================================================================== - -8.0.0 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`ed6a4fd116 `_ 2023-08-24 ``Remove deprecated parts from Slack provider (#33557)`` -`0a7eae3fcb `_ 2023-08-23 ``Replace deprecated slack notification in provider.yaml with new one (#33643)`` -`ea8519c055 `_ 2023-08-18 ``Avoid importing pandas and numpy in runtime and module level (#33483)`` -`8e88eb8fa7 `_ 2023-08-17 ``Consolidate import and usage of pandas (#33480)`` -================================================================================================= =========== ================================================================================ - -7.3.2 -..... - -Latest change: 2023-07-29 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` -`60c49ab2df `_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`e45bee8840 `_ 2023-07-05 ``D205 Support - Providers: Pagerduty to SMTP (inclusive) (#32358)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ==================================================================== - -7.3.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -================================================================================================= =========== ============================================================= - -7.3.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`24532312b6 `_ 2023-05-12 ``Standardize Slack Notifier (#31244)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` -`b5b1fae2df `_ 2023-01-31 ``Add Documentation for notification feature extension (#29191)`` -================================================================================================= =========== ====================================================================================== - -7.2.0 -..... - -Latest change: 2023-01-14 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` -`a7e1cb2fbf `_ 2023-01-04 ``Add general-purpose "notifier" concept to DAGs (#28569)`` -================================================================================================= =========== ================================================================== - -7.1.1 -..... - -Latest change: 2023-01-02 - -================================================================================================= =========== =================================================================================== -Commit Committed Subject -================================================================================================= =========== =================================================================================== -`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` -`527b948856 `_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)`` -================================================================================================= =========== =================================================================================== - -7.1.0 -..... - -Latest change: 2022-11-26 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` -`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` -`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` -`c609477260 `_ 2022-11-16 ``Implements SqlToSlackApiFileOperator (#26374)`` -================================================================================================= =========== ================================================================ - -7.0.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`cc44bae412 `_ 2022-10-22 ``Allow and prefer non-prefixed extra fields for slack hooks (#27070)`` -================================================================================================= =========== ========================================================================= - -6.0.0 -..... - -Latest change: 2022-10-04 - -================================================================================================= =========== ============================================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================================== -`403ed7163f `_ 2022-10-04 ``Add docs for Google/Slack RC providers (#26860)`` -`7b183071a3 `_ 2022-10-03 ``Fix Slack Connections created in the UI (#26845)`` -`ec1615b589 `_ 2022-09-28 ``Fix errors in CHANGELOGS for slack and amazon (#26746)`` -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`fd27584b3d `_ 2022-09-27 ``Refactor 'SlackWebhookOperator': Get rid of mandatory http-provider dependency (#26648)`` -`95a5fc7ec9 `_ 2022-09-22 ``Refactor SlackWebhookHook in order to use 'slack_sdk' instead of HttpHook methods (#26452)`` -`7d5e8cce6c `_ 2022-09-19 ``Remove unsafe imports in Slack API Connection (#26459)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`675bb6c0e8 `_ 2022-09-09 ``Move send_file method into SlackHook (#26118)`` -`214873cc60 `_ 2022-08-31 ``Refactor Slack API Hook and add Connection (#25852)`` -`8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` -`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` -`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` -`808035e00a `_ 2022-07-18 ``AIP-47 - Migrate Slack DAG to new design (#25137)`` -================================================================================================= =========== ============================================================================================== - -5.1.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` -`69565ddfa0 `_ 2022-07-01 ``Update docstring in 'SqlToSlackOperator' (#24759)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`13908c2c91 `_ 2022-06-29 ``Adding generic 'SqlToSlackOperator' (#24663)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -================================================================================================= =========== ================================================================== - -5.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -================================================================================================= =========== ================================================================================== - -4.2.3 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -4.2.2 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -4.2.1 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================= =========== ======================================================== - -4.2.0 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`0ac3b8c3dd `_ 2022-01-27 ``Return slack api call response in slack_hook (#21107)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`a47c58a780 `_ 2021-12-30 ``Update SlackWebhookHook docstring (#20061)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` -`dad2f8103b `_ 2021-12-15 ``Fix mypy providers (#20190)`` -`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`d937bebdad `_ 2021-10-16 ``Doc: Restoring additional context in Slack operators how-to guide (#18985)`` -================================================================================================= =========== ============================================================================== - -4.1.0 -..... - -Latest change: 2021-09-30 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` -`29493d2d61 `_ 2021-09-26 ``Add Slack operators how-to guide (#18525)`` -`9bf0ed2179 `_ 2021-09-23 ``Restore 'filename' to template_fields (#18466)`` -================================================================================================= =========== ====================================================================================== - -4.0.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`2935be1990 `_ 2021-08-16 ``Fixed SlackAPIFileOperator to upload file and file content. (#17400)`` -`07c8ee0151 `_ 2021-08-02 ``Fixed SlackAPIFileOperator to upload file and file content (#17247)`` -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -================================================================================================= =========== ============================================================================ - -4.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`1e647029e4 `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` -`10ed42a837 `_ 2021-05-27 ``Fix hooks extended from http hook (#16109)`` -`6d9fc3ed98 `_ 2021-05-14 ``Fix docstring formatting on ''SlackHook'' (#15840)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` -`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` -`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ======================================================================= - -3.0.0 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`8c060d55df `_ 2021-02-18 ``Don't allow SlackHook.call method accept *args (#14289)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== ======================================================================= - -2.0.0 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`2839450013 `_ 2021-01-25 ``Upgrade slack_sdk to v3 (#13745)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`2947e09999 `_ 2020-12-02 ``SlackWebhookHook use password instead of extra (#12674)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` -`4fb5c017fe `_ 2020-10-21 ``Check response status in slack webhook hook. (#11620)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`720912f67b `_ 2020-10-02 ``Strict type check for multiple providers (#11229)`` -`0161b5ea2b `_ 2020-09-26 ``Increasing type coverage for multiple provider (#11159)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`7cc1c8bc00 `_ 2020-07-25 ``Updates the slack WebClient call to use the instance variable - token (#9995)`` -`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` -`df8efd04f3 `_ 2020-06-21 ``Enable & Fix "Docstring Content Issues" PyDocStyle Check (#9460)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`5cf46fad1e `_ 2020-05-29 ``Add SlackAPIFileOperator impementing files.upload from Slack API (#9004)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`427257c2e2 `_ 2020-05-24 ``Remove defunct code from setup.py (#8982)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`578fc514cd `_ 2020-05-12 ``[AIRFLOW-4543] Update slack operator to support slackclient v2 (#5519)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`be2b2baa7c `_ 2020-03-23 ``Add missing call to Super class in 'http', 'grpc' & 'slack' providers (#7826)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`9a04013b0e `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` -`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` -================================================================================================= =========== ================================================================================== +================================================================================================= =========== ======================================================================================== +`75ecaffa5f `_ 2024-10-24 ``adding support for snippet type in slack api (#43305)`` +`c881565c07 `_ 2024-10-17 ``passing the filetype for SlackAPIFileOperator (#43069)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== diff --git a/docs/apache-airflow-providers-slack/index.rst b/docs/apache-airflow-providers-slack/index.rst index 7fca57690168d..b4fa53b1860f1 100644 --- a/docs/apache-airflow-providers-slack/index.rst +++ b/docs/apache-airflow-providers-slack/index.rst @@ -81,7 +81,7 @@ apache-airflow-providers-slack package - `Slack Incoming Webhook `__ -Release: 8.9.0 +Release: 8.9.1 Provider package ---------------- @@ -134,5 +134,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-slack 8.9.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-slack 8.9.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 8.9.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 8.9.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/docs/apache-airflow-providers-ssh/commits.rst b/docs/apache-airflow-providers-ssh/commits.rst index 9ced68586de13..22201c59eb270 100644 --- a/docs/apache-airflow-providers-ssh/commits.rst +++ b/docs/apache-airflow-providers-ssh/commits.rst @@ -35,576 +35,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-08-21 ``SSHHook: check if existing connection is still alive (#41061)`` -================================================================================================= =========== ================================================================= - -3.13.0 -...... - -Latest change: 2024-08-19 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` -`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` -================================================================================================= =========== ======================================================================= - -3.12.0 -...... - -Latest change: 2024-08-03 - -================================================================================================= =========== =========================================================== -Commit Committed Subject -================================================================================================= =========== =========================================================== -`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` -`c139fbdb48 `_ 2024-07-24 ``Add on kill to ssh (#40377)`` -`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` -`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` -================================================================================================= =========== =========================================================== - -3.11.2 -...... - -Latest change: 2024-06-22 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` -`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` -================================================================================================= =========== ================================================================================== - -3.11.1 -...... - -Latest change: 2024-05-26 - -================================================================================================= =========== ================================================ -Commit Committed Subject -================================================================================================= =========== ================================================ -`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` -`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` -`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` -`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` -================================================================================================= =========== ================================================ - -3.11.0 -...... - -Latest change: 2024-05-01 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` -`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` -`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` -`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` -`6ac50c901b `_ 2024-03-11 ``Fix D105 checks for SSH provider (#38013)`` -`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` -`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` -================================================================================================= =========== ======================================================================= - -3.10.1 -...... - -Latest change: 2024-02-12 - -================================================================================================= =========== ==================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================================================== -`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` -`08036e5df5 `_ 2024-02-08 ``D401 Support in Providers (simple) (#37258)`` -`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` -`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` -`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` -`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` -`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` -`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` -`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` -================================================================================================= =========== ==================================================================================================================== - -3.10.0 -...... - -Latest change: 2023-12-23 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` -`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` -`e028e38db7 `_ 2023-12-21 ``Allow SSHOperator.skip_on_exit_code to be zero (#36358)`` -`73cd0d5f8e `_ 2023-12-21 ``Add skip_on_exit_code to SSHOperator (#36303)`` -`343bac956b `_ 2023-12-11 ``Review and mark found potential SSH security issues by bandit (#36162)`` -`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` -================================================================================================= =========== ================================================================================== - -3.9.0 -..... - -Latest change: 2023-12-08 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` -`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` -`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` -`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` -`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` -================================================================================================= =========== ======================================================================= - -3.8.1 -..... - -Latest change: 2023-10-28 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` -`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` -`543db7004e `_ 2023-10-25 ``Consolidate stacklevel in ssh operator warning (#35151)`` -`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` -================================================================================================= =========== ================================================================== - -3.8.0 -..... - -Latest change: 2023-10-13 - -================================================================================================= =========== =============================================================== -Commit Committed Subject -================================================================================================= =========== =============================================================== -`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` -`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` -`06965e604c `_ 2023-09-21 ``add warn stacklevel=2 to ssh hook (#34527)`` -`76628aebdf `_ 2023-09-18 ``Consolidate hook management in SSHOperator (#34428)`` -================================================================================================= =========== =============================================================== - -3.7.3 -..... - -Latest change: 2023-09-08 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` -`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` -`2a00f18ebb `_ 2023-08-26 ``E731: replace lambda by a def method in Airflow providers (#33757)`` -================================================================================================= =========== ====================================================================== - -3.7.2 -..... - -Latest change: 2023-08-26 - -================================================================================================= =========== ================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================ -`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` -`bb2689ab45 `_ 2023-08-21 ``Use str.splitlines() to split lines in providers (#33593)`` -`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` -`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` -`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` -`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` -`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` -`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` -================================================================================================= =========== ================================================================ - -3.7.1 -..... - -Latest change: 2023-06-20 - -================================================================================================= =========== ============================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================= -`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` -`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` -`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` -`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` -`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` -================================================================================================= =========== ============================================================= - -3.7.0 -..... - -Latest change: 2023-05-19 - -================================================================================================= =========== ====================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================== -`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` -`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` -`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` -`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` -`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` -`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` -`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` -`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` -================================================================================================= =========== ====================================================================================== - -3.6.0 -..... - -Latest change: 2023-04-02 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` -`fe727f985b `_ 2023-03-21 ``SSHOperator - Restore ability to override SSHHook cmd_timeout (#30190)`` -================================================================================================= =========== ========================================================================== - -3.5.0 -..... - -Latest change: 2023-03-03 - -================================================================================================= =========== ================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================== -`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` -`fd000684d0 `_ 2023-02-19 ``SSH Provider: Add cmd_timeout to ssh connection extra (#29347)`` -================================================================================================= =========== ================================================================== - -3.4.0 -..... - -Latest change: 2023-01-02 - -================================================================================================= =========== ======================================================================= -Commit Committed Subject -================================================================================================= =========== ======================================================================= -`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` -`4f006e8c71 `_ 2022-12-28 ``Add .bash and other extensions to SSHOperator template_ext (#28617)`` -`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)`` -`b5338b5825 `_ 2022-12-07 ``Add test_connection method for SSHHook (#28184)`` -`2b107e6f50 `_ 2022-12-04 ``SSH task exit code added to XCOM as 'ssh_exit' key (#27370)`` -`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)`` -================================================================================================= =========== ======================================================================= - -3.3.0 -..... - -Latest change: 2022-11-15 - -================================================================================================= =========== ========================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================= -`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` -`8f152a102b `_ 2022-11-08 ``Apply log formatter on every ouput line in SSHOperator (#27442)`` -`dc760b45ea `_ 2022-11-07 ``SSHOperator ignores cmd_timeout (#27182) (#27184)`` -`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` -`13b6b3b078 `_ 2022-10-26 ``Added docs regarding templated field (#27301)`` -`a8a67a3f40 `_ 2022-10-26 ``Added environment to templated SSHOperator fields (#26824)`` -`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` -`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` -`674f9ce6ea `_ 2022-10-01 ``A few docs fixups (#26788)`` -================================================================================================= =========== ========================================================================= - -3.2.0 -..... - -Latest change: 2022-09-28 - -================================================================================================= =========== ==================================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================================== -`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` -`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` -`2f26da7023 `_ 2022-08-27 ``feat: load host keys to save new host key (#25979)`` -================================================================================================= =========== ==================================================================================== - -3.1.0 -..... - -Latest change: 2022-07-13 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` -`ca99c23cb4 `_ 2022-07-13 ``Less verbose logging in ssh operator (#24915)`` -`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` -`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` -`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` -`f3aacebe50 `_ 2022-06-20 ``Convert sftp hook to use paramiko instead of pysftp (#24512)`` -================================================================================================= =========== ============================================================================= - -3.0.0 -..... - -Latest change: 2022-06-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` -`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` -`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` -`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` -`fb1187dbec `_ 2022-06-03 ``Add disabled_algorithms as an extra parameter for SSH connections (#24090)`` -`ddb2a4f47b `_ 2022-06-02 ``fixing SSHHook bug when using allow_host_key_change param (#24116)`` -================================================================================================= =========== ================================================================================== - -2.4.4 -..... - -Latest change: 2022-05-12 - -================================================================================================= =========== ============================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================ -`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` -`e63dbdc431 `_ 2022-05-10 ``Add exception to catch single line private keys (#23043)`` -================================================================================================= =========== ============================================================ - -2.4.3 -..... - -Latest change: 2022-03-22 - -================================================================================================= =========== ============================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================== -`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` -================================================================================================= =========== ============================================================== - -2.4.2 -..... - -Latest change: 2022-03-14 - -================================================================================================= =========== ==================================================================== -Commit Committed Subject -================================================================================================= =========== ==================================================================== -`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== - -2.4.1 -..... - -Latest change: 2022-03-07 - -================================================================================================= =========== ======================================================== -Commit Committed Subject -================================================================================================= =========== ======================================================== -`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================= =========== ======================================================== - -2.4.0 -..... - -Latest change: 2022-02-08 - -================================================================================================= =========== ========================================================================== -Commit Committed Subject -================================================================================================= =========== ========================================================================== -`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` -`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` -`ab762a5a8a `_ 2022-02-04 ``Refactor SSH tests to not use SSH server in operator tests (#21326)`` -`d353f023ff `_ 2022-02-02 ``Add banner_timeout feature to SSH Hook/Operator (#21262)`` -`b6edc3bfa1 `_ 2022-02-01 ``Add a retry with wait interval for SSH operator #14489 (#19981)`` -`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` -`9ed9b5170c `_ 2022-01-24 ``Fix last remaining MyPy errors (#21020)`` -`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` -`129b4d2ac2 `_ 2022-01-09 ``Delay the creation of ssh proxy until get_conn() (#20474) (#20474)`` -`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` -`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` -`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` -`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` -`da783f88a1 `_ 2021-12-13 ``Fix MyPy Errors for SSH provider (#20241)`` -================================================================================================= =========== ========================================================================== - -2.3.0 -..... - -Latest change: 2021-10-29 +Latest change: 2024-10-17 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== -`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` -`2197e4b59a `_ 2021-10-29 ``Correctly handle get_pty attribute if command passed as XComArg or template (#19323)`` -`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` -`73fcbb0e4e `_ 2021-10-13 ``Refactor SSHOperator so a subclass can run many commands (#10874) (#17378)`` -`537963f24d `_ 2021-10-05 ``update minimum version of sshtunnel to 0.3.2 (#18684)`` +`b3b48501c7 `_ 2024-10-17 ``SSHHook expose auth_timeout parameter (#43048)`` +`857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== - -2.2.0 -..... - -Latest change: 2021-09-30 - -================================================================================================= =========== ====================================================================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================================================================== -`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` -`68d99bc558 `_ 2021-09-10 ``[Airflow 16364] Add conn_timeout and cmd_timeout params to SSHOperator; add conn_timeout param to SSHHook (#17236)`` -================================================================================================= =========== ====================================================================================================================== - -2.1.1 -..... - -Latest change: 2021-08-30 - -================================================================================================= =========== ============================================================================ -Commit Committed Subject -================================================================================================= =========== ============================================================================ -`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` -`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` -`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` -`f42478009a `_ 2021-08-10 ``Ignores exception raised during closing SSH connection (#17528)`` -================================================================================================= =========== ============================================================================ - -2.1.0 -..... - -Latest change: 2021-07-26 - -================================================================================================= =========== ========================================================================================= -Commit Committed Subject -================================================================================================= =========== ========================================================================================= -`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` -`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` -`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` -`a2dc01b345 `_ 2021-07-03 ``SSHHook: Using correct hostname for host_key when using non-default ssh port (#15964)`` -`7777d4f2fd `_ 2021-07-01 ``Correctly load openssh-gerenated private keys in SSHHook (#16756)`` -`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` -`50e334df32 `_ 2021-06-24 ``Add support for non-RSA type key for SFTP hook (#16314)`` -================================================================================================= =========== ========================================================================================= - -2.0.0 -..... - -Latest change: 2021-06-18 - -================================================================================================= =========== ====================================================================== -Commit Committed Subject -================================================================================================= =========== ====================================================================== -`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` -`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` -`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` -`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` -`7a0d412245 `_ 2021-04-25 ``Add Connection Documentation to more Providers (#15408)`` -`3e9e954d9e `_ 2021-04-07 ``Display explicit error in case UID has no actual username (#15212)`` -================================================================================================= =========== ====================================================================== - -1.3.0 -..... - -Latest change: 2021-04-06 - -================================================================================================= =========== ============================================================================= -Commit Committed Subject -================================================================================================= =========== ============================================================================= -`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` -`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` -`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` -================================================================================================= =========== ============================================================================= - -1.2.0 -..... - -Latest change: 2021-02-27 - -================================================================================================= =========== ============================================================================== -Commit Committed Subject -================================================================================================= =========== ============================================================================== -`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` -`f180fa13bf `_ 2021-02-08 ``Added support for DSS, ECDSA, and Ed25519 private keys in SSHHook (#12467)`` -`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` -================================================================================================= =========== ============================================================================== - -1.1.0 -..... - -Latest change: 2021-02-04 - -================================================================================================= =========== ================================================================================ -Commit Committed Subject -================================================================================================= =========== ================================================================================ -`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` -`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` -`daedc99851 `_ 2021-01-30 ``Fix decode error for ssh log (#13943)`` -`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` -`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` -`52339a55c0 `_ 2021-01-08 ``[AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)`` -`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` -`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ================================================================================ - -1.0.0 -..... - -Latest change: 2020-12-09 - -================================================================================================= =========== ================================================================================== -Commit Committed Subject -================================================================================================= =========== ================================================================================== -`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` -`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` -`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` -`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` -`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` -`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` -`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` -`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` -`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` -`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` -`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` -`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` -`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` -`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` -`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` -`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` -`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` -`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` -`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` -`27e637fbe3 `_ 2020-10-09 ``Bugfix: Error in SSHOperator when command is None (#11361)`` -`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` -`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` -`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` -`b6d5d1e985 `_ 2020-10-01 ``Strict type checking for SSH (#11216)`` -`68fa29bff0 `_ 2020-09-25 ``Added support for encrypted private keys in SSHHook (#11097)`` -`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` -`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` -`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` -`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` -`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` -`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` -`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` -`2248a5da1d `_ 2020-06-29 ``Expose option: look_for_keys in ssh_hook via extras (#8793)`` -`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` -`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` -`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` -`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` -`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` -`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` -`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` -`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` -`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` -`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` -`21cc7d7298 `_ 2020-05-10 ``Document default timeout value for SSHOperator (#8744)`` -`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` -`74c2a6ded4 `_ 2020-03-23 ``Add call to Super class in 'ftp' & 'ssh' providers (#7822)`` -`df24b43370 `_ 2020-02-14 ``[AIRFLOW-6800] Close file object after parsing ssh config (#7415)`` -`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` -`9a04013b0e `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` -================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-ssh/index.rst b/docs/apache-airflow-providers-ssh/index.rst index 9bcdf5add31f7..3dca8a95d21ee 100644 --- a/docs/apache-airflow-providers-ssh/index.rst +++ b/docs/apache-airflow-providers-ssh/index.rst @@ -68,7 +68,7 @@ apache-airflow-providers-ssh package `Secure Shell (SSH) `__ -Release: 3.13.1 +Release: 3.14.0 Provider package ---------------- diff --git a/providers/src/airflow/providers/amazon/CHANGELOG.rst b/providers/src/airflow/providers/amazon/CHANGELOG.rst index 0da5f22339229..d12b3999c8f46 100644 --- a/providers/src/airflow/providers/amazon/CHANGELOG.rst +++ b/providers/src/airflow/providers/amazon/CHANGELOG.rst @@ -26,6 +26,29 @@ Changelog --------- +9.1.0 +..... + +Features +~~~~~~~~ + +* ``feat: add OpenLineage support for RedshiftToS3Operator (#41632)`` +* ``Add 'SageMakerProcessingSensor' (#43144)`` +* ``Make 'RedshiftDataOperator' handle multiple queries (#42900)`` + +Misc +~~~~ + +* ``Remove sqlalchemy-redshift dependency (#43271)`` +* ``feat(providers/amazon): Use asset in common provider (#43110)`` +* ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove TaskContextLogger (#43183)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 9.0.0 ..... @@ -788,7 +811,7 @@ Misc .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Use reproducible builds for provider packages (#35693)`` - * ``Update http to s3 system test (#35711)`` + * ``Update http to s3 system test (#35711)`` 8.11.0 ...... diff --git a/providers/src/airflow/providers/amazon/__init__.py b/providers/src/airflow/providers/amazon/__init__.py index 2a7f8d044e6c5..0388ca0969f33 100644 --- a/providers/src/airflow/providers/amazon/__init__.py +++ b/providers/src/airflow/providers/amazon/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "9.0.0" +__version__ = "9.1.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/amazon/provider.yaml b/providers/src/airflow/providers/amazon/provider.yaml index 11e6dc8db753f..416e97ad02ccd 100644 --- a/providers/src/airflow/providers/amazon/provider.yaml +++ b/providers/src/airflow/providers/amazon/provider.yaml @@ -22,9 +22,10 @@ description: | Amazon integration (including `Amazon Web Services (AWS) `__). state: ready -source-date-epoch: 1728484310 +source-date-epoch: 1730011042 # note that those versions are maintained by release manager - do not update them manually versions: + - 9.1.0 - 9.0.0 - 8.29.0 - 8.28.0 diff --git a/providers/src/airflow/providers/apache/beam/CHANGELOG.rst b/providers/src/airflow/providers/apache/beam/CHANGELOG.rst index 019858bae3cf1..ca4336dac0d58 100644 --- a/providers/src/airflow/providers/apache/beam/CHANGELOG.rst +++ b/providers/src/airflow/providers/apache/beam/CHANGELOG.rst @@ -26,6 +26,20 @@ Changelog --------- +5.9.0 +..... + +Features +~~~~~~~~ + +* ``Add early job_id xcom_push for google provider Beam Pipeline operators (#42982)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Consistent python version checks and troubleshooting (#42944)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 5.8.1 ..... diff --git a/providers/src/airflow/providers/apache/beam/__init__.py b/providers/src/airflow/providers/apache/beam/__init__.py index 5b844184bd12b..83209324bf4f1 100644 --- a/providers/src/airflow/providers/apache/beam/__init__.py +++ b/providers/src/airflow/providers/apache/beam/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "5.8.1" +__version__ = "5.9.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/apache/beam/provider.yaml b/providers/src/airflow/providers/apache/beam/provider.yaml index 684882f75b83a..bdeecbac7b1b1 100644 --- a/providers/src/airflow/providers/apache/beam/provider.yaml +++ b/providers/src/airflow/providers/apache/beam/provider.yaml @@ -22,9 +22,10 @@ description: | `Apache Beam `__. state: ready -source-date-epoch: 1728484489 +source-date-epoch: 1730011153 # note that those versions are maintained by release manager - do not update them manually versions: + - 5.9.0 - 5.8.1 - 5.8.0 - 5.7.2 diff --git a/providers/src/airflow/providers/apache/druid/CHANGELOG.rst b/providers/src/airflow/providers/apache/druid/CHANGELOG.rst index 9a56e15acbeab..9d3fab0a440b2 100644 --- a/providers/src/airflow/providers/apache/druid/CHANGELOG.rst +++ b/providers/src/airflow/providers/apache/druid/CHANGELOG.rst @@ -27,6 +27,19 @@ Changelog --------- +3.12.0 +...... + +Features +~~~~~~~~ + +* ``Add possibility to override the conn type for Druid (#42793)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.11.0 ...... diff --git a/providers/src/airflow/providers/apache/druid/__init__.py b/providers/src/airflow/providers/apache/druid/__init__.py index 5a80ed9dd36ac..064e6fe8ad673 100644 --- a/providers/src/airflow/providers/apache/druid/__init__.py +++ b/providers/src/airflow/providers/apache/druid/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.11.0" +__version__ = "3.12.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/apache/druid/provider.yaml b/providers/src/airflow/providers/apache/druid/provider.yaml index 773cddddd4fe8..c67d658f8ac23 100644 --- a/providers/src/airflow/providers/apache/druid/provider.yaml +++ b/providers/src/airflow/providers/apache/druid/provider.yaml @@ -22,9 +22,10 @@ description: | `Apache Druid `__. state: ready -source-date-epoch: 1723969177 +source-date-epoch: 1730011965 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.12.0 - 3.11.0 - 3.10.2 - 3.10.1 diff --git a/providers/src/airflow/providers/apache/hdfs/CHANGELOG.rst b/providers/src/airflow/providers/apache/hdfs/CHANGELOG.rst index ca523e9b1159e..4f244582b49ea 100644 --- a/providers/src/airflow/providers/apache/hdfs/CHANGELOG.rst +++ b/providers/src/airflow/providers/apache/hdfs/CHANGELOG.rst @@ -27,6 +27,24 @@ Changelog --------- +4.6.0 +..... + +Features +~~~~~~~~ + +* ``added MultipleFilesWebHdfsSensor (#43045)`` + +Misc +~~~~ + +* ``Fixed failing static checks & provider tests (#43122)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 4.5.1 ..... diff --git a/providers/src/airflow/providers/apache/hdfs/__init__.py b/providers/src/airflow/providers/apache/hdfs/__init__.py index 5ba36f6cba987..f37ec37384a8d 100644 --- a/providers/src/airflow/providers/apache/hdfs/__init__.py +++ b/providers/src/airflow/providers/apache/hdfs/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.5.1" +__version__ = "4.6.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/apache/hdfs/provider.yaml b/providers/src/airflow/providers/apache/hdfs/provider.yaml index 173054f3b9fb7..f8c514e9c99f2 100644 --- a/providers/src/airflow/providers/apache/hdfs/provider.yaml +++ b/providers/src/airflow/providers/apache/hdfs/provider.yaml @@ -23,9 +23,10 @@ description: | and `WebHDFS `__. state: ready -source-date-epoch: 1726860025 +source-date-epoch: 1730012002 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.6.0 - 4.5.1 - 4.5.0 - 4.4.2 diff --git a/providers/src/airflow/providers/apache/livy/CHANGELOG.rst b/providers/src/airflow/providers/apache/livy/CHANGELOG.rst index 73a208999e75e..386ffdfb64859 100644 --- a/providers/src/airflow/providers/apache/livy/CHANGELOG.rst +++ b/providers/src/airflow/providers/apache/livy/CHANGELOG.rst @@ -28,6 +28,19 @@ Changelog --------- +3.9.2 +..... + +Misc +~~~~ + +* ``Set lower bound to asgiref>=2.3.0 (#43001)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.9.1 ..... diff --git a/providers/src/airflow/providers/apache/livy/__init__.py b/providers/src/airflow/providers/apache/livy/__init__.py index a2bdf9471b6f3..fe978a34bc54f 100644 --- a/providers/src/airflow/providers/apache/livy/__init__.py +++ b/providers/src/airflow/providers/apache/livy/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.9.1" +__version__ = "3.9.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/apache/livy/provider.yaml b/providers/src/airflow/providers/apache/livy/provider.yaml index 48c5524808dc6..31f4b7f1a1494 100644 --- a/providers/src/airflow/providers/apache/livy/provider.yaml +++ b/providers/src/airflow/providers/apache/livy/provider.yaml @@ -22,9 +22,10 @@ description: | `Apache Livy `__ state: ready -source-date-epoch: 1726860080 +source-date-epoch: 1730012057 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.9.2 - 3.9.1 - 3.9.0 - 3.8.1 diff --git a/providers/src/airflow/providers/apache/spark/CHANGELOG.rst b/providers/src/airflow/providers/apache/spark/CHANGELOG.rst index df28a68ef7b5a..1e547db8d5b12 100644 --- a/providers/src/airflow/providers/apache/spark/CHANGELOG.rst +++ b/providers/src/airflow/providers/apache/spark/CHANGELOG.rst @@ -29,6 +29,19 @@ Changelog --------- +4.11.2 +...... + +Bug Fixes +~~~~~~~~~ + +* ``Changed conf property from str to dict in SparkSqlOperator (#42835)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 4.11.1 ...... diff --git a/providers/src/airflow/providers/apache/spark/__init__.py b/providers/src/airflow/providers/apache/spark/__init__.py index a5873c7b144aa..edb37ab7e7e8c 100644 --- a/providers/src/airflow/providers/apache/spark/__init__.py +++ b/providers/src/airflow/providers/apache/spark/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.11.1" +__version__ = "4.11.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/apache/spark/provider.yaml b/providers/src/airflow/providers/apache/spark/provider.yaml index 8d9c2c704ae5d..d7a99ffa61de5 100644 --- a/providers/src/airflow/providers/apache/spark/provider.yaml +++ b/providers/src/airflow/providers/apache/spark/provider.yaml @@ -22,9 +22,10 @@ description: | `Apache Spark `__ state: ready -source-date-epoch: 1728484593 +source-date-epoch: 1730012148 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.11.2 - 4.11.1 - 4.11.0 - 4.10.0 diff --git a/providers/src/airflow/providers/cloudant/CHANGELOG.rst b/providers/src/airflow/providers/cloudant/CHANGELOG.rst index e4446503a8cf6..d049ecdd2c17a 100644 --- a/providers/src/airflow/providers/cloudant/CHANGELOG.rst +++ b/providers/src/airflow/providers/cloudant/CHANGELOG.rst @@ -27,6 +27,20 @@ Changelog --------- +4.0.2 +..... + +Misc +~~~~ + +* ``More correctly work around 'uv sync' issue with python 3.10+ only dep (#43227)`` +* ``Update cloudant versions to be py-version aware so 'uv lock' can work. (#43217)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 4.0.1 ..... diff --git a/providers/src/airflow/providers/cloudant/__init__.py b/providers/src/airflow/providers/cloudant/__init__.py index db8335bb72c79..fcb560dae0eaf 100644 --- a/providers/src/airflow/providers/cloudant/__init__.py +++ b/providers/src/airflow/providers/cloudant/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.0.1" +__version__ = "4.0.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/cloudant/provider.yaml b/providers/src/airflow/providers/cloudant/provider.yaml index 706a26210615f..2252c313c3ff8 100644 --- a/providers/src/airflow/providers/cloudant/provider.yaml +++ b/providers/src/airflow/providers/cloudant/provider.yaml @@ -22,9 +22,10 @@ description: | `IBM Cloudant `__ state: ready -source-date-epoch: 1728484755 +source-date-epoch: 1730012213 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.0.2 - 4.0.1 - 4.0.0 - 3.6.0 diff --git a/providers/src/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/providers/src/airflow/providers/cncf/kubernetes/CHANGELOG.rst index 98c179995fb3f..c54da827b56e2 100644 --- a/providers/src/airflow/providers/cncf/kubernetes/CHANGELOG.rst +++ b/providers/src/airflow/providers/cncf/kubernetes/CHANGELOG.rst @@ -27,6 +27,28 @@ Changelog --------- +9.0.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``(fix): HybridExecutor tasks of other executor rescheduled in kubernetes executor (#43003)`` +* ``(fix): use instance base_container_name to fetch logs on trigger_reentry (#42960)`` + +Misc +~~~~ + +* ``Add kubernetes_conn_id to templated fields (#42786)`` +* ``Allow node_selector templating in KPO (#43051)`` +* ``Bump max version of Kubernetes Python SDK to 31.0.0 (#42907)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42624)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 9.0.0 ..... diff --git a/providers/src/airflow/providers/cncf/kubernetes/__init__.py b/providers/src/airflow/providers/cncf/kubernetes/__init__.py index 34c63b7fcf87f..7467669234e3b 100644 --- a/providers/src/airflow/providers/cncf/kubernetes/__init__.py +++ b/providers/src/airflow/providers/cncf/kubernetes/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "9.0.0" +__version__ = "9.0.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/cncf/kubernetes/provider.yaml b/providers/src/airflow/providers/cncf/kubernetes/provider.yaml index 980d552e15453..a6f4b266b6ff2 100644 --- a/providers/src/airflow/providers/cncf/kubernetes/provider.yaml +++ b/providers/src/airflow/providers/cncf/kubernetes/provider.yaml @@ -22,9 +22,10 @@ description: | `Kubernetes `__ state: ready -source-date-epoch: 1726860352 +source-date-epoch: 1730012271 # note that those versions are maintained by release manager - do not update them manually versions: + - 9.0.1 - 9.0.0 - 8.4.2 - 8.4.1 diff --git a/providers/src/airflow/providers/common/sql/CHANGELOG.rst b/providers/src/airflow/providers/common/sql/CHANGELOG.rst index 50338885101b4..33f860a2e18d7 100644 --- a/providers/src/airflow/providers/common/sql/CHANGELOG.rst +++ b/providers/src/airflow/providers/common/sql/CHANGELOG.rst @@ -25,6 +25,26 @@ Changelog --------- +1.19.0 +...... + +Features +~~~~~~~~ + +* ``Feature: Added fast_executemany parameter to insert_rows of DbApiHook (#43357)`` +* ``Make conn id parameters templated in GenericTransfer and also allow passing hook parameters like in BaseSQLOperator (#42891)`` +* ``Allow capture of replication lag in SqlSensor (#43107)`` + +Misc +~~~~ + +* ``fix mypy failure (#43206)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 1.18.0 ...... diff --git a/providers/src/airflow/providers/common/sql/__init__.py b/providers/src/airflow/providers/common/sql/__init__.py index 53b2468c53268..af281ad270920 100644 --- a/providers/src/airflow/providers/common/sql/__init__.py +++ b/providers/src/airflow/providers/common/sql/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.18.0" +__version__ = "1.19.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/common/sql/provider.yaml b/providers/src/airflow/providers/common/sql/provider.yaml index 3b520e9454a4f..f02516707277d 100644 --- a/providers/src/airflow/providers/common/sql/provider.yaml +++ b/providers/src/airflow/providers/common/sql/provider.yaml @@ -22,9 +22,10 @@ description: | `Common SQL Provider `__ state: ready -source-date-epoch: 1728485007 +source-date-epoch: 1730012422 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.19.0 - 1.18.0 - 1.17.1 - 1.17.0 diff --git a/providers/src/airflow/providers/databricks/CHANGELOG.rst b/providers/src/airflow/providers/databricks/CHANGELOG.rst index 28fec73032341..79ffd4fd72a82 100644 --- a/providers/src/airflow/providers/databricks/CHANGELOG.rst +++ b/providers/src/airflow/providers/databricks/CHANGELOG.rst @@ -26,6 +26,26 @@ Changelog --------- +6.12.0 +...... + +Features +~~~~~~~~ + +* ``Add TimeoutError to be a retryable error in databricks provider (#43137)`` +* ``Add ClientConnectorError to be a retryable error in databricks provider (#43091)`` + +Bug Fixes +~~~~~~~~~ + +* ``DatabricksHook: fix status property to work with ClientResponse used in async mode (#43333)`` +* ``[DatabricksHook] Respect connection settings (#42618)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 6.11.0 ...... diff --git a/providers/src/airflow/providers/databricks/__init__.py b/providers/src/airflow/providers/databricks/__init__.py index d81dd8d4c5a22..ff391026f9dd8 100644 --- a/providers/src/airflow/providers/databricks/__init__.py +++ b/providers/src/airflow/providers/databricks/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.11.0" +__version__ = "6.12.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/databricks/provider.yaml b/providers/src/airflow/providers/databricks/provider.yaml index 35d9a6aabcead..fe2bb9f7fde45 100644 --- a/providers/src/airflow/providers/databricks/provider.yaml +++ b/providers/src/airflow/providers/databricks/provider.yaml @@ -22,9 +22,10 @@ description: | `Databricks `__ state: ready -source-date-epoch: 1728485027 +source-date-epoch: 1730012521 # note that those versions are maintained by release manager - do not update them manually versions: + - 6.12.0 - 6.11.0 - 6.10.0 - 6.9.0 diff --git a/providers/src/airflow/providers/dbt/cloud/CHANGELOG.rst b/providers/src/airflow/providers/dbt/cloud/CHANGELOG.rst index 7eca133d4957d..38604d4a7102a 100644 --- a/providers/src/airflow/providers/dbt/cloud/CHANGELOG.rst +++ b/providers/src/airflow/providers/dbt/cloud/CHANGELOG.rst @@ -28,6 +28,19 @@ Changelog --------- +3.11.1 +...... + +Misc +~~~~ + +* ``Set lower bound to asgiref>=2.3.0 (#43001)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.11.0 ...... diff --git a/providers/src/airflow/providers/dbt/cloud/__init__.py b/providers/src/airflow/providers/dbt/cloud/__init__.py index a72beeb7aedc6..701b65c5c9c10 100644 --- a/providers/src/airflow/providers/dbt/cloud/__init__.py +++ b/providers/src/airflow/providers/dbt/cloud/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.11.0" +__version__ = "3.11.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/dbt/cloud/provider.yaml b/providers/src/airflow/providers/dbt/cloud/provider.yaml index 4caa2eeba0019..b4f7056ded459 100644 --- a/providers/src/airflow/providers/dbt/cloud/provider.yaml +++ b/providers/src/airflow/providers/dbt/cloud/provider.yaml @@ -22,9 +22,10 @@ description: | `dbt Cloud `__ state: ready -source-date-epoch: 1728485039 +source-date-epoch: 1730012541 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.11.1 - 3.11.0 - 3.10.1 - 3.10.0 diff --git a/providers/src/airflow/providers/fab/CHANGELOG.rst b/providers/src/airflow/providers/fab/CHANGELOG.rst index 4419184cc3c8b..16650d74a1551 100644 --- a/providers/src/airflow/providers/fab/CHANGELOG.rst +++ b/providers/src/airflow/providers/fab/CHANGELOG.rst @@ -20,6 +20,32 @@ Changelog --------- +1.5.0 +..... + +Features +~~~~~~~~ + +* ``feat(providers/fab): Use asset in common provider (#43112)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix revoke Dag stale permission on airflow < 2.10 (#42844)`` + +Misc +~~~~ + +* ``Bump Flask-AppBuilder to ''4.5.2'' (#43309)`` +* ``Upgrade FAB to 4.5.1 (#43251)`` +* ``Move user and roles schemas to fab provider (#42869)`` +* ``Move the session auth backend to FAB auth manager (#42878)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 1.4.1 ..... diff --git a/providers/src/airflow/providers/fab/__init__.py b/providers/src/airflow/providers/fab/__init__.py index 7403b3712d2ff..b408dffe21e61 100644 --- a/providers/src/airflow/providers/fab/__init__.py +++ b/providers/src/airflow/providers/fab/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.4.1" +__version__ = "1.5.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/src/airflow/providers/fab/provider.yaml b/providers/src/airflow/providers/fab/provider.yaml index fe8e0b9753474..2694cc6da37c7 100644 --- a/providers/src/airflow/providers/fab/provider.yaml +++ b/providers/src/airflow/providers/fab/provider.yaml @@ -28,10 +28,11 @@ description: | # For providers until we think it should be released. state: ready -source-date-epoch: 1728485088 +source-date-epoch: 1730012648 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.5.0 - 1.4.1 - 1.4.0 - 1.3.0 diff --git a/providers/src/airflow/providers/google/CHANGELOG.rst b/providers/src/airflow/providers/google/CHANGELOG.rst index e4d9a15099341..7e205824560dc 100644 --- a/providers/src/airflow/providers/google/CHANGELOG.rst +++ b/providers/src/airflow/providers/google/CHANGELOG.rst @@ -27,6 +27,37 @@ Changelog --------- +10.25.0 +....... + +Features +~~~~~~~~ + +* ``feat: add Hook Level Lineage support for GCSHook (#42507)`` +* ``feat: sensor to check status of Dataform action (#43055)`` +* ``Create Operators for Google Cloud Vertex AI Context Caching (#43008)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix outdated CloudRunExecuteJobOperator docs (#43195)`` +* ``Fix TestTranslationLegacyModelPredictLink dataset_id error (#42463)`` + +Misc +~~~~ + +* ``Add a debug log for creating batch workloads in dataproc (#43265)`` +* ``add min version to plyvel (#43129)`` +* ``vertex ai training operators: add display_name to rendered fields (#43028)`` +* ``Make google provider pyarrow dependency explicit (#42996)`` +* ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove dag.run() method (#42761)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 10.24.0 ....... diff --git a/providers/src/airflow/providers/google/__init__.py b/providers/src/airflow/providers/google/__init__.py index e5caa3ef42b10..0a9128f8f1821 100644 --- a/providers/src/airflow/providers/google/__init__.py +++ b/providers/src/airflow/providers/google/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "10.24.0" +__version__ = "10.25.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/google/provider.yaml b/providers/src/airflow/providers/google/provider.yaml index 5f027c13de12e..508d54031826e 100644 --- a/providers/src/airflow/providers/google/provider.yaml +++ b/providers/src/airflow/providers/google/provider.yaml @@ -29,9 +29,10 @@ description: | - `Google Workspace `__ (formerly Google Suite) state: ready -source-date-epoch: 1728485162 +source-date-epoch: 1730012771 # note that those versions are maintained by release manager - do not update them manually versions: + - 10.25.0 - 10.24.0 - 10.23.0 - 10.22.0 diff --git a/providers/src/airflow/providers/http/CHANGELOG.rst b/providers/src/airflow/providers/http/CHANGELOG.rst index ef44fee27222b..a15effd892d01 100644 --- a/providers/src/airflow/providers/http/CHANGELOG.rst +++ b/providers/src/airflow/providers/http/CHANGELOG.rst @@ -27,6 +27,26 @@ Changelog --------- +4.13.2 +...... + +Bug Fixes +~~~~~~~~~ + +* ``fix: HttpSensorTrigger to include 'method' when serializing (#42925)`` +* ``Use url_from_endpoint inside HttpHook. (#42785)`` + +Misc +~~~~ + +* ``add lowerbount to requests-toolbelt and replace requests_toolbelt with requests-toolbelt (#43020)`` +* ``Set lower bound to asgiref>=2.3.0 (#43001)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 4.13.1 ...... diff --git a/providers/src/airflow/providers/http/__init__.py b/providers/src/airflow/providers/http/__init__.py index ce3b788b52527..b73fe95ea33af 100644 --- a/providers/src/airflow/providers/http/__init__.py +++ b/providers/src/airflow/providers/http/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.13.1" +__version__ = "4.13.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/http/provider.yaml b/providers/src/airflow/providers/http/provider.yaml index 4f56f74ab460d..51dc4d4db681b 100644 --- a/providers/src/airflow/providers/http/provider.yaml +++ b/providers/src/airflow/providers/http/provider.yaml @@ -22,9 +22,10 @@ description: | `Hypertext Transfer Protocol (HTTP) `__ state: ready -source-date-epoch: 1726860926 +source-date-epoch: 1730012883 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.13.2 - 4.13.1 - 4.13.0 - 4.12.0 diff --git a/providers/src/airflow/providers/jenkins/CHANGELOG.rst b/providers/src/airflow/providers/jenkins/CHANGELOG.rst index ed4456778bcbb..17ae27dbf1a0a 100644 --- a/providers/src/airflow/providers/jenkins/CHANGELOG.rst +++ b/providers/src/airflow/providers/jenkins/CHANGELOG.rst @@ -27,6 +27,19 @@ Changelog --------- +3.7.2 +..... + +Misc +~~~~ + +* ``Remove unnecessary return value from 'jenkins_request_with_headers' (#43207)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.7.1 ..... diff --git a/providers/src/airflow/providers/jenkins/__init__.py b/providers/src/airflow/providers/jenkins/__init__.py index 652eb1faab044..5ac32f8289d4c 100644 --- a/providers/src/airflow/providers/jenkins/__init__.py +++ b/providers/src/airflow/providers/jenkins/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.7.1" +__version__ = "3.7.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/jenkins/provider.yaml b/providers/src/airflow/providers/jenkins/provider.yaml index 23b42e3224fcc..7e20c041c18c2 100644 --- a/providers/src/airflow/providers/jenkins/provider.yaml +++ b/providers/src/airflow/providers/jenkins/provider.yaml @@ -22,9 +22,10 @@ description: | `Jenkins `__ state: ready -source-date-epoch: 1726860963 +source-date-epoch: 1730012916 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.7.2 - 3.7.1 - 3.7.0 - 3.6.1 diff --git a/providers/src/airflow/providers/microsoft/azure/CHANGELOG.rst b/providers/src/airflow/providers/microsoft/azure/CHANGELOG.rst index 457abcd976420..92defa0eb64ce 100644 --- a/providers/src/airflow/providers/microsoft/azure/CHANGELOG.rst +++ b/providers/src/airflow/providers/microsoft/azure/CHANGELOG.rst @@ -27,12 +27,35 @@ Changelog --------- +11.0.0 +...... + Breaking changes ~~~~~~~~~~~~~~~~ + .. warning:: * We changed the message callback for Azure Service Bus messages to take two parameters, the message and the context, rather than just the message. This allows pushing message information into XComs. To upgrade from the previous version, which only took the message, please update your callback to take the context as a second parameter. +* ``Add context to Azure Service Bus Message callback (#43370)`` + +Features +~~~~~~~~ + +* ``Feature: Added event_handler parameter in MSGraphAsyncOperator (#42539)`` + +Misc +~~~~ + +* ``Add documentation for the PowerBIDatasetRefresh Operator. (#42754)`` +* ``Add upperbound to microsoft-kiota-abstractions (#43021)`` +* ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 10.5.1 ...... diff --git a/providers/src/airflow/providers/microsoft/azure/__init__.py b/providers/src/airflow/providers/microsoft/azure/__init__.py index 44aafcaa1730a..e14cf0a1c37a1 100644 --- a/providers/src/airflow/providers/microsoft/azure/__init__.py +++ b/providers/src/airflow/providers/microsoft/azure/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "10.5.1" +__version__ = "11.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/microsoft/azure/provider.yaml b/providers/src/airflow/providers/microsoft/azure/provider.yaml index dde01c6f27875..eeb975d1e7e1c 100644 --- a/providers/src/airflow/providers/microsoft/azure/provider.yaml +++ b/providers/src/airflow/providers/microsoft/azure/provider.yaml @@ -20,9 +20,10 @@ name: Microsoft Azure description: | `Microsoft Azure `__ state: ready -source-date-epoch: 1728485226 +source-date-epoch: 1730013072 # note that those versions are maintained by release manager - do not update them manually versions: + - 11.0.0 - 10.5.1 - 10.5.0 - 10.4.0 diff --git a/providers/src/airflow/providers/mongo/CHANGELOG.rst b/providers/src/airflow/providers/mongo/CHANGELOG.rst index 1f5c938dcf1c1..35c3337fc803b 100644 --- a/providers/src/airflow/providers/mongo/CHANGELOG.rst +++ b/providers/src/airflow/providers/mongo/CHANGELOG.rst @@ -27,6 +27,19 @@ Changelog --------- +4.2.2 +..... + +Bug Fixes +~~~~~~~~~ + +* ``fix(providers/mongo): prevent applying lower method on boolean field (#43024)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 4.2.1 ..... diff --git a/providers/src/airflow/providers/mongo/__init__.py b/providers/src/airflow/providers/mongo/__init__.py index ad637eede845e..ff762b502b268 100644 --- a/providers/src/airflow/providers/mongo/__init__.py +++ b/providers/src/airflow/providers/mongo/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.2.1" +__version__ = "4.2.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/mongo/provider.yaml b/providers/src/airflow/providers/mongo/provider.yaml index c620c9512ec56..db3d1fc578b4f 100644 --- a/providers/src/airflow/providers/mongo/provider.yaml +++ b/providers/src/airflow/providers/mongo/provider.yaml @@ -22,9 +22,10 @@ description: | `MongoDB `__ state: ready -source-date-epoch: 1726861027 +source-date-epoch: 1730013183 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.2.2 - 4.2.1 - 4.2.0 - 4.1.2 diff --git a/providers/src/airflow/providers/mysql/CHANGELOG.rst b/providers/src/airflow/providers/mysql/CHANGELOG.rst index 3426e0cd10883..0bc057e23506d 100644 --- a/providers/src/airflow/providers/mysql/CHANGELOG.rst +++ b/providers/src/airflow/providers/mysql/CHANGELOG.rst @@ -26,6 +26,19 @@ Changelog --------- +5.7.3 +..... + +Misc +~~~~ + +* ``Improve the cursor type definition of mysql (#43376)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 5.7.2 ..... diff --git a/providers/src/airflow/providers/mysql/__init__.py b/providers/src/airflow/providers/mysql/__init__.py index 4c897ee113178..6b13b8cafbf8e 100644 --- a/providers/src/airflow/providers/mysql/__init__.py +++ b/providers/src/airflow/providers/mysql/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "5.7.2" +__version__ = "5.7.3" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/mysql/provider.yaml b/providers/src/airflow/providers/mysql/provider.yaml index 82e5b8cda2c3b..01cb345f216d4 100644 --- a/providers/src/airflow/providers/mysql/provider.yaml +++ b/providers/src/airflow/providers/mysql/provider.yaml @@ -22,9 +22,10 @@ description: | `MySQL `__ state: ready -source-date-epoch: 1728485234 +source-date-epoch: 1730013207 # note that those versions are maintained by release manager - do not update them manually versions: + - 5.7.3 - 5.7.2 - 5.7.1 - 5.7.0 diff --git a/providers/src/airflow/providers/odbc/CHANGELOG.rst b/providers/src/airflow/providers/odbc/CHANGELOG.rst index c73b88905b724..27b9284969422 100644 --- a/providers/src/airflow/providers/odbc/CHANGELOG.rst +++ b/providers/src/airflow/providers/odbc/CHANGELOG.rst @@ -27,6 +27,19 @@ Changelog --------- +4.8.0 +..... + +Features +~~~~~~~~ + +* ``refactor: OdbcHook must use it's own connection when creating a sqlalchemy engine (#43145)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 4.7.1 ..... diff --git a/providers/src/airflow/providers/odbc/__init__.py b/providers/src/airflow/providers/odbc/__init__.py index bdbd6b193ef13..b1ca4061fa5c0 100644 --- a/providers/src/airflow/providers/odbc/__init__.py +++ b/providers/src/airflow/providers/odbc/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.7.1" +__version__ = "4.8.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/odbc/provider.yaml b/providers/src/airflow/providers/odbc/provider.yaml index e45c71f452c4b..9904e727c8789 100644 --- a/providers/src/airflow/providers/odbc/provider.yaml +++ b/providers/src/airflow/providers/odbc/provider.yaml @@ -22,9 +22,10 @@ description: | `ODBC `__ state: ready -source-date-epoch: 1726861047 +source-date-epoch: 1730013295 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.8.0 - 4.7.1 - 4.7.0 - 4.6.3 diff --git a/providers/src/airflow/providers/openlineage/CHANGELOG.rst b/providers/src/airflow/providers/openlineage/CHANGELOG.rst index 05c20a241e624..9a78d2f07d163 100644 --- a/providers/src/airflow/providers/openlineage/CHANGELOG.rst +++ b/providers/src/airflow/providers/openlineage/CHANGELOG.rst @@ -26,6 +26,26 @@ Changelog --------- +1.13.0 +...... + +Features +~~~~~~~~ + +* ``feat(providers/openlineage): Use asset in common provider (#43111)`` + +Misc +~~~~ + +* ``Ignore attr-defined for compat import (#43301)`` +* ``nit: remove taskgroup's tooltip from OL's AirflowJobFacet (#43152)`` +* ``require 1.2.1 common.compat for openlineage provider (#43039)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 1.12.2 ...... diff --git a/providers/src/airflow/providers/openlineage/__init__.py b/providers/src/airflow/providers/openlineage/__init__.py index 676fae32d2594..350b9976614e4 100644 --- a/providers/src/airflow/providers/openlineage/__init__.py +++ b/providers/src/airflow/providers/openlineage/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.12.2" +__version__ = "1.13.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/openlineage/provider.yaml b/providers/src/airflow/providers/openlineage/provider.yaml index 92783f6309155..5c04f6686351d 100644 --- a/providers/src/airflow/providers/openlineage/provider.yaml +++ b/providers/src/airflow/providers/openlineage/provider.yaml @@ -22,9 +22,10 @@ description: | `OpenLineage `__ state: ready -source-date-epoch: 1728485291 +source-date-epoch: 1730013356 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.13.0 - 1.12.2 - 1.12.1 - 1.12.0 diff --git a/providers/src/airflow/providers/oracle/CHANGELOG.rst b/providers/src/airflow/providers/oracle/CHANGELOG.rst index 2a4bba934c0b0..6b4970a613fd3 100644 --- a/providers/src/airflow/providers/oracle/CHANGELOG.rst +++ b/providers/src/airflow/providers/oracle/CHANGELOG.rst @@ -27,6 +27,19 @@ Changelog --------- +3.12.0 +...... + +Features +~~~~~~~~ + +* ``Add sequence insert support to OracleHook (#42947)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.11.0 ...... diff --git a/providers/src/airflow/providers/oracle/__init__.py b/providers/src/airflow/providers/oracle/__init__.py index 8bb5a0ae66776..be6b3f4d27278 100644 --- a/providers/src/airflow/providers/oracle/__init__.py +++ b/providers/src/airflow/providers/oracle/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.11.0" +__version__ = "3.12.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/oracle/provider.yaml b/providers/src/airflow/providers/oracle/provider.yaml index 87b13c3a8a649..01309d91146bf 100644 --- a/providers/src/airflow/providers/oracle/provider.yaml +++ b/providers/src/airflow/providers/oracle/provider.yaml @@ -22,9 +22,10 @@ description: | `Oracle `__ state: ready -source-date-epoch: 1723970489 +source-date-epoch: 1730013388 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.12.0 - 3.11.0 - 3.10.3 - 3.10.2 diff --git a/providers/src/airflow/providers/slack/CHANGELOG.rst b/providers/src/airflow/providers/slack/CHANGELOG.rst index 9aff8bc725e79..443ca5ae7e682 100644 --- a/providers/src/airflow/providers/slack/CHANGELOG.rst +++ b/providers/src/airflow/providers/slack/CHANGELOG.rst @@ -27,6 +27,20 @@ Changelog --------- +8.9.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``adding support for snippet type in slack api (#43305)`` +* ``passing the filetype for SlackAPIFileOperator (#43069)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 8.9.0 ..... diff --git a/providers/src/airflow/providers/slack/__init__.py b/providers/src/airflow/providers/slack/__init__.py index 019f78256f8a3..63b1e7e812652 100644 --- a/providers/src/airflow/providers/slack/__init__.py +++ b/providers/src/airflow/providers/slack/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "8.9.0" +__version__ = "8.9.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/slack/provider.yaml b/providers/src/airflow/providers/slack/provider.yaml index 2a1cda7b5dc7e..1444036923e79 100644 --- a/providers/src/airflow/providers/slack/provider.yaml +++ b/providers/src/airflow/providers/slack/provider.yaml @@ -25,9 +25,10 @@ description: | - `Slack Incoming Webhook `__ state: ready -source-date-epoch: 1723970565 +source-date-epoch: 1730013468 # note that those versions are maintained by release manager - do not update them manually versions: + - 8.9.1 - 8.9.0 - 8.8.0 - 8.7.1 diff --git a/providers/src/airflow/providers/ssh/CHANGELOG.rst b/providers/src/airflow/providers/ssh/CHANGELOG.rst index cb61f46d5938b..7d24d0a920ede 100644 --- a/providers/src/airflow/providers/ssh/CHANGELOG.rst +++ b/providers/src/airflow/providers/ssh/CHANGELOG.rst @@ -27,6 +27,19 @@ Changelog --------- +3.14.0 +...... + +Features +~~~~~~~~ + +* ``SSHHook expose auth_timeout parameter (#43048)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.13.1 ...... diff --git a/providers/src/airflow/providers/ssh/__init__.py b/providers/src/airflow/providers/ssh/__init__.py index 5d6e22e8dba58..ca5d09b184693 100644 --- a/providers/src/airflow/providers/ssh/__init__.py +++ b/providers/src/airflow/providers/ssh/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.13.1" +__version__ = "3.14.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.8.0" diff --git a/providers/src/airflow/providers/ssh/provider.yaml b/providers/src/airflow/providers/ssh/provider.yaml index 1b8939458ff1c..4f64433717da2 100644 --- a/providers/src/airflow/providers/ssh/provider.yaml +++ b/providers/src/airflow/providers/ssh/provider.yaml @@ -22,9 +22,10 @@ description: | `Secure Shell (SSH) `__ state: ready -source-date-epoch: 1724520401 +source-date-epoch: 1730013492 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.14.0 - 3.13.1 - 3.13.0 - 3.12.0 From 7523e6cd22add9967a237c7db382986171b96467 Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Sun, 27 Oct 2024 14:57:02 +0200 Subject: [PATCH 2/2] fix commits.rst generation --- .../commits.rst | 2109 +++++++++++++++ .../commits.rst | 495 ++++ .../commits.rst | 495 ++++ .../commits.rst | 448 ++++ .../commits.rst | 461 ++++ .../commits.rst | 577 +++++ .../commits.rst | 334 +++ .../commits.rst | 1273 +++++++++ .../commits.rst | 524 ++++ .../commits.rst | 782 ++++++ .../commits.rst | 437 ++++ docs/apache-airflow-providers-fab/commits.rst | 223 ++ .../commits.rst | 2267 +++++++++++++++++ .../apache-airflow-providers-http/commits.rst | 556 ++++ .../commits.rst | 438 ++++ .../commits.rst | 1098 ++++++++ .../commits.rst | 412 +++ .../commits.rst | 625 +++++ .../apache-airflow-providers-odbc/commits.rst | 420 +++ .../commits.rst | 396 +++ .../commits.rst | 516 ++++ .../commits.rst | 568 +++++ docs/apache-airflow-providers-ssh/commits.rst | 575 +++++ 23 files changed, 16029 insertions(+) diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst index 329dd5196f649..b6594d982504d 100644 --- a/docs/apache-airflow-providers-amazon/commits.rst +++ b/docs/apache-airflow-providers-amazon/commits.rst @@ -52,3 +52,2112 @@ Commit `7d8ea68bda `_ 2024-10-12 ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +9.0.0 +..... + +Latest change: 2024-10-09 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`d395c1f1f8 `_ 2024-10-09 ``Revert "Remove 'sqlalchemy-redshift' dependency from Amazon provider (#42830)" (#42864)`` +`3b4c73a644 `_ 2024-10-08 ``Remove 'sqlalchemy-redshift' dependency from Amazon provider (#42830)`` +`63ff22f403 `_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` +`1cb9294c64 `_ 2024-10-06 ``Removed conditional check for task context logging in airflow version 2.8.0 and above (#42764)`` +`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` +`568162263d `_ 2024-09-26 ``Remove deprecated stuff from Amazon provider package (#42450)`` +`ac0711f0f1 `_ 2024-09-26 ``'S3DeleteObjects' Operator: Handle dates passed as strings (#42464)`` +`f6852c2c55 `_ 2024-09-25 ``Remove identity center auth manager cli (#42481)`` +`663da777f9 `_ 2024-09-25 ``Small fix to AWS AVP cli init script (#42479)`` +`18c54bcb42 `_ 2024-09-25 ``#42442 Make the AWS logging faster by reducing the amount of sleep (#42449)`` +`d87f9b0505 `_ 2024-09-25 ``Refactor AWS Auth manager user output (#42454)`` +`ab3429c318 `_ 2024-09-24 ``Add STOPPED to the failure cases for Sagemaker Training Jobs (#42423)`` +`8580e6d046 `_ 2024-09-24 ``Support session reuse in 'RedshiftDataOperator' (#42218)`` +`4c8c72f4a4 `_ 2024-09-24 ``Fix logout in AWS auth manager (#42447)`` +`b9629d99b2 `_ 2024-09-24 ``fix(providers/amazon): handle ClientError raised after key is missing during table.get_item (#42408)`` +================================================================================================= =========== ======================================================================================================== + +8.29.0 +...... + +Latest change: 2024-09-21 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`4afc2569b1 `_ 2024-09-16 ``ECSExecutor: Drop params that aren't compatible with EC2 (#42228)`` +`5fb0d65aaf `_ 2024-09-11 ``Adding support for volume configurations in ECSRunTaskOperator (#42087)`` +`1bde32ab7b `_ 2024-09-11 ``Actually move saml to amazon provider (mistakenly added in papermill) (#42148)`` +`c7fd6b445f `_ 2024-09-06 ``Fix 'GlueDataBrewStartJobOperator' template fields (#42073)`` +`12bb8b3524 `_ 2024-09-05 ``Use base aws classes in AWS Glue DataBrew Operators/Triggers (#41848)`` +`bfbff66a20 `_ 2024-09-04 ``validate aws service exceptions in waiters (#41941)`` +`7b6eb92537 `_ 2024-09-04 ``Move 'register_views' to auth manager interface (#41777)`` +`062fb3a438 `_ 2024-08-30 ``Fix treatment of "#" in S3Hook.parse_s3_url() (#41796)`` +`615cddf427 `_ 2024-08-27 ``airflow.models.taskinstance deprecations removed (#41784)`` +`00e5976bde `_ 2024-08-25 ``remove soft_fail part2 (#41727)`` +`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` +`410b57795b `_ 2024-08-21 ``fix: select_query should have precedence over default query in RedshiftToS3Operator (#41634)`` +`9af26368df `_ 2024-08-21 ``fix: remove part of openlineage extraction from S3ToRedshiftOperator (#41631)`` +`79f6383c38 `_ 2024-08-21 ``filename template arg in providers file task handlers backward compitability support (#41633)`` +`1b602d5026 `_ 2024-08-20 ``Limit watchtower as depenendcy as 3.3.0 breaks moin. (#41612)`` +`716c4300a6 `_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` +`a2b8696bdb `_ 2024-08-19 ``Openlineage s3 to redshift operator integration (#41575)`` +================================================================================================= =========== ================================================================================================= + +8.28.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`e92cf81805 `_ 2024-08-17 ``Fix 'AwsTaskLogFetcher' missing logs (#41515)`` +`f2b7bb8803 `_ 2024-08-16 ``Partial fix for example_dynamodb_to_s3.py (#41517)`` +`a70ee7209c `_ 2024-08-15 ``Add incremental export and cross account export functionality in 'DynamoDBToS3Operator' (#41304)`` +`c8fc0ade09 `_ 2024-08-15 ``Remove deprecated code is AWS provider (#41407)`` +`fb378bdf2e `_ 2024-08-14 ``Issue-41243 Fix the Exception name and unpin dependency (#41256)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`ce1163a713 `_ 2024-08-11 ``typo (#41381)`` +`4d45c005b7 `_ 2024-08-09 ``EKS Overrides for AWS Batch submit_job (#40718)`` +`454b5bbf52 `_ 2024-08-07 ``Fix RedshiftDataOperator not running in deferred mode when it should (#41206)`` +`181c1c3a63 `_ 2024-08-03 ``Limit moto temporarily - 5.0.12 is breaking our tests (#41244)`` +================================================================================================= =========== ==================================================================================================== + +8.27.0 +...... + +Latest change: 2024-08-03 + +================================================================================================= =========== ================================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================================================= +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`7fe573317e `_ 2024-08-01 ``Fix AWS Redshift operators and sensors (#41191)`` +`ab0cf2eb25 `_ 2024-07-31 ``Deprecate 'SageMakerTrainingPrintLogTrigger' (#41158)`` +`97c4fdce71 `_ 2024-07-29 ``Fix 'EmrServerlessStartJobOperator' (#41103)`` +`7126678e87 `_ 2024-07-28 ``Prepare Providers docs ad hoc release (#41074)`` +`c519920661 `_ 2024-07-26 ``Make EMR Container Trigger max attempts retries match the Operator (#41008)`` +`83ca61a501 `_ 2024-07-26 ``Fix 'RdsStopDbOperator' operator in deferrable mode (#41059)`` +`68b3159210 `_ 2024-07-24 ``Add RedriveExecution support to 'StepFunctionStartExecutionOperator' (#40976)`` +`b4e82cf66f `_ 2024-07-24 ``Update 'example_redshift' and 'example_redshift_s3_transfers' to use 'RedshiftDataHook' instead of 'RedshiftSQLHook' (#40970)`` +`0206a4cbcf `_ 2024-07-23 ``openlineage: migrate OpenLineage provider to V2 facets. (#39530)`` +`8a912f9fa0 `_ 2024-07-23 ``[AIP-62] Translate AIP-60 URI to OpenLineage (#40173)`` +`5702481af4 `_ 2024-07-22 ``Move AWS Managed Service for Apache Flink sensor states to Hook (#40896)`` +`0212f67192 `_ 2024-07-22 ``openlineage: add support for hook lineage for S3Hook (#40819)`` +`f684a58822 `_ 2024-07-19 ``Replace usages of task context logger with the log table (#40867)`` +`06b19eb8b0 `_ 2024-07-18 ``Fix 'RedshiftCreateClusterOperator' to always specify 'PubliclyAccessible' (#40872)`` +`a4e3fbed1a `_ 2024-07-18 ``Introduce Amazon Kinesis Analytics V2 (Managed Service for Apache Flink application) (#40765)`` +================================================================================================= =========== ================================================================================================================================= + +8.26.0 +...... + +Latest change: 2024-07-12 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`c09fcdf1d0 `_ 2024-07-12 ``Prepare Providers docs RC2 1st wave July 2024 (#40750)`` +`6b9214508a `_ 2024-07-11 ``Send important executor logs to task logs in 'AwsBatchExecutor' (#40698)`` +`a11d273af5 `_ 2024-07-11 ``Fix deferrable AWS SageMaker operators (#40706)`` +`aca140a2c1 `_ 2024-07-10 ``Send important executor logs to task logs (#40468)`` +`224cb75be1 `_ 2024-07-10 ``Make 'AwsAuthManager' compatible with only Airflow >= 2.9 (#40690)`` +`c627311863 `_ 2024-07-10 ``feat(aws): provide the context to check_fn in S3 sensor (#40686)`` +`0d0cfec70d `_ 2024-07-09 ``Add serialization opt to s3 operator (#40659)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`d2b61976a4 `_ 2024-07-08 ``Share data loader to across asyncio boto sessions (#40658)`` +`c72920af3b `_ 2024-07-06 ``Do not dynamically determine op links for emr serverless (#40627)`` +`b7d0bf9800 `_ 2024-07-04 ``fix OpenLineage extraction for AthenaOperator (#40545)`` +`8e04ef088f `_ 2024-07-02 ``Be able to remove ACL in S3 hook's copy_object (#40518)`` +`015ac89689 `_ 2024-07-02 ``Use base aws classes in AWS Glue Data Catalog Sensors (#40492)`` +`b8aab5cf63 `_ 2024-07-02 ``Use base aws classes in AWS Glue Crawlers Operators/Sensors/Triggers (#40504)`` +`5ec81b6f95 `_ 2024-06-28 ``Fix docs build re aws changelog (#40488)`` +`8d5dbaae37 `_ 2024-06-28 ``Remove todo re bucket_name decorator in s3 hook (#40485)`` +`bbfeee4aee `_ 2024-06-28 ``Reduce memory footprint of s3 key trigger (#40473)`` +`6c12744dd8 `_ 2024-06-28 ``Adding cluster to ecs trigger event to avoid defer error (#40482)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ================================================================================= + +8.25.0 +...... + +Latest change: 2024-06-22 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`d5fb711ae0 `_ 2024-06-19 ``Add Amazon Comprehend Document Classifier (#40287)`` +`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` +`6f4098487d `_ 2024-06-14 ``openlineage, redshift: do not call DB for schemas below Airflow 2.10 (#40197)`` +`835f28c8b9 `_ 2024-06-12 ``Lazy match escaped quotes in 'RedshiftToS3Operator' (#40206)`` +`15178b6953 `_ 2024-06-08 ``Use stdlib 'importlib.metadata' for retrieve 'botocore' package version (#40137)`` +`22bd188439 `_ 2024-06-08 ``Fix 'importlib_metadata' import in aws utils (#40134)`` +================================================================================================= =========== ==================================================================================== + +8.24.0 +...... + +Latest change: 2024-06-07 + +================================================================================================= =========== ================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================ +`35bece7dc3 `_ 2024-06-07 ``Prepare docs 1st wave June 2024 (#40057)`` +`42a2b1a3bb `_ 2024-06-06 ``Fix aws assume role session creation when deferrable (#40051)`` +`06a200d5fa `_ 2024-06-05 ``Bump boto min versions (#40052)`` +`99dd24b436 `_ 2024-06-04 ``Doc-only: mention minimum boto3 1.34.52 for AWS provider when using Batch 'ecs_properties_override' (#39983)`` +`ea682382bc `_ 2024-06-04 ``Adding Glue Data Quality Rule Recommendation Run (#40014)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +`19c145c9ef `_ 2024-06-03 ``Resolve aws emr deprecations in tests (#40020)`` +`357988831a `_ 2024-06-02 ``Deduplicate model name in SageMakerTransformOperator (#39956)`` +`78523fdbf1 `_ 2024-05-31 ``Adding Amazon Glue Data Quality Service (#39923)`` +`fcd1a26a9a `_ 2024-05-31 ``Allow user-specified object attributes to be used in check_fn for S3KeySensor (#39950)`` +`fa0aaf694e `_ 2024-05-31 ``Resolving EMR notebook deprecated warnings (#39829)`` +`ddcc1b3a00 `_ 2024-05-30 ``Fix: remove process_func from templated_fields (#39948)`` +`11f219abff `_ 2024-05-30 ``Prepare docs 4th wave May 2024 (#39934)`` +`5f2ebb312b `_ 2024-05-29 ``ECS Overrides for AWS Batch submit_job (#39903)`` +`53081cd342 `_ 2024-05-27 ``Implement amazon s3 to dynamodb transfer operator (#39654)`` +`8a35a6abdc `_ 2024-05-26 ``Resolving ECS fargate deprecated warnings (#39834)`` +================================================================================================= =========== ================================================================================================================ + +8.23.0 +...... + +Latest change: 2024-05-26 + +================================================================================================= =========== ============================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================================================== +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`e565cea65c `_ 2024-05-23 ``Resolving EMR deprecated warnings (#39743)`` +`7b588b4dd9 `_ 2024-05-22 ``misc: add comment about remove unused code (#39748)`` +`a78ee74b6a `_ 2024-05-22 ``bugfix: handle invalid cluster states in NeptuneStopDbClusterOperator (#38287)`` +`49b38719e2 `_ 2024-05-21 ``Fix automatic termination issue in 'EmrOperator' by ensuring 'waiter_max_attempts' is set for deferrable triggers (#38658)`` +`8d1bd345b2 `_ 2024-05-17 ``fix: empty openlineage dataset name for AthenaExtractor (#39677)`` +`f3687b68a6 `_ 2024-05-16 ``Sagemaker trigger: pass the job name as part of the event (#39671)`` +`9ea78d9d72 `_ 2024-05-15 ``Fix default value for aws batch operator retry strategy (#39608)`` +`9284dc5391 `_ 2024-05-15 ``Amazon Bedrock - Retrieve and RetrieveAndGenerate (#39500)`` +`9dd77520be `_ 2024-05-15 ``Introduce Amazon Comprehend Service (#39592)`` +`339ea508e2 `_ 2024-05-14 ``Handle task adoption for batch executor (#39590)`` +================================================================================================= =========== ============================================================================================================================== + +8.22.0 +...... + +Latest change: 2024-05-12 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`97e867f170 `_ 2024-05-12 ``Prepare docs 2nd wave May 2024 (#39565)`` +`ca058a635e `_ 2024-05-11 ``enh(amazon_hook): raise not found exception instead of general exception when download file (#39509)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`c9f4618be4 `_ 2024-05-09 ``Drop 'xmlsec' pin (#39534)`` +`3938f71dfa `_ 2024-05-08 ``Scheduler to handle incrementing of try_number (#39336)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`9c739d7142 `_ 2024-05-07 ``'S3DeleteObjectsOperator' Added ability to filter keys by last modified time (#39151)`` +`a74b5f0694 `_ 2024-05-06 ``ECS Executor: Set tasks to RUNNING state once active (#39212)`` +`598398a816 `_ 2024-05-02 ``Amazon Bedrock - Knowledge Bases and Data Sources (#39245)`` +`4910c0439b `_ 2024-05-01 ``Add 'jmespath' as an explicit dependency (#39350)`` +================================================================================================= =========== ======================================================================================================== + +8.21.0 +...... + +Latest change: 2024-05-01 + +================================================================================================= =========== ============================================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================================ +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`91490fb054 `_ 2024-04-30 ``Added logging_config,snapstart,ephemeral_storage parameters to aws lambdacreatefunctionoperator (#39300)`` +`4fa9fe119e `_ 2024-04-29 ``Rename "try_number" increments that are unrelated to the airflow concept (#39317)`` +`6d09adf992 `_ 2024-04-26 ``Add tests for 'EmrServerlessJobSensor' and 'EmrServerlessApplicationSensor' (#39099)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`f7a2f60325 `_ 2024-04-22 ``Update 'is_authorized_custom_view' from auth manager to handle custom actions (#39167)`` +`fcb2bee1c6 `_ 2024-04-22 ``Update logic to allow retries in AWS Batch Client hook to be effective (#38998)`` +`4b9b400cff `_ 2024-04-18 ``Allow importing the aws executors with a shorter path (#39093)`` +`cd888870ba `_ 2024-04-18 ``Fix main failing because of the new xmlsec 1.3.14 compatibility (#39104)`` +`1ded297509 `_ 2024-04-15 ``Remove flag from AWS auth manager to use it (#39033)`` +`6520653c43 `_ 2024-04-14 ``Activate RUF015 that checks for unnecessary iterable allocation for first element (#38949)`` +`1c9a6609f3 `_ 2024-04-14 ``Adding MSGraphOperator in Microsoft Azure provider (#38111)`` +`d946d7b013 `_ 2024-04-13 ``Fix bug in GlueJobOperator where consecutive runs fail when a local script file is used (#38960)`` +`c25d346adf `_ 2024-04-11 ``Amazon Bedrock - Model Throughput Provisioning (#38850)`` +================================================================================================= =========== ============================================================================================================ + +8.20.0 +...... + +Latest change: 2024-04-10 + +================================================================================================= =========== ===================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`b7ac00d12d `_ 2024-04-09 ``Revert "fix: COMMAND string should be raw to avoid SyntaxWarning: invalid escape sequence '\s' (#38734)" (#38864)`` +`7ed31d5fdf `_ 2024-04-08 ``Amazon Bedrock - Model Customization Jobs (#38693)`` +`bfaa4f2012 `_ 2024-04-08 ``fix: COMMAND string should be raw to avoid SyntaxWarning: invalid escape sequence '\s' (#38734)`` +`830b71b3be `_ 2024-04-08 ``fix: try002 for provider amazon (#38789)`` +`1f03b9c86c `_ 2024-04-05 ``Typo fix (#38783)`` +`12944002aa `_ 2024-04-03 ``Add fallback 'region_name' value to AWS Executors (#38704)`` +`0723a8f01d `_ 2024-03-30 ``Introduce Amazon Bedrock service (#38602)`` +`ff28969ff3 `_ 2024-03-25 ``fix: EmrServerlessStartJobOperator not serializing DAGs correctly when partial/expand is used. (#38022)`` +`9ea4050d41 `_ 2024-03-22 ``fix(amazon): add return statement to yield within a while loop in triggers (#38396)`` +`c893cb3bfb `_ 2024-03-22 ``Fix set deprecated amazon operators arguments in 'MappedOperator' (#38346)`` +`ea951afb69 `_ 2024-03-21 ``Add check in AWS auth manager to check if the Amazon Verified Permissions schema is up to date (#38333)`` +`5023ae084c `_ 2024-03-20 ``Update AWS auth manager CLI command to not disable AVP schema validation (#38301)`` +`111245af3f `_ 2024-03-18 ``'ECSExecutor' API Retry bug fix (#38118)`` +`6029c71e2c `_ 2024-03-18 ``Fix 'region' argument in 'MappedOperator' based on 'AwsBaseOperator' / 'AwsBaseSensor' (#38178)`` +`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`2e35854a05 `_ 2024-03-15 ``Make the method 'BaseAuthManager.is_authorized_custom_view' abstract (#37915)`` +`68282c1790 `_ 2024-03-12 ``Replace "Role" by "Group" in AWS auth manager (#38078)`` +`a192751dcd `_ 2024-03-12 ``Add back system test for AWS auth manager (#38044)`` +`c0b849ad2b `_ 2024-03-11 ``Avoid use of 'assert' outside of the tests (#37718)`` +`1d3a00a95f `_ 2024-03-11 ``Use 'AwsLogsHook' when fetching Glue job logs (#38010)`` +`06e3197ccb `_ 2024-03-09 ``Fix bug for ECS Executor where tasks were being skipped if one task failed. (#37979)`` +`89f5cde97e `_ 2024-03-08 ``Revert "Add system test to test the AWS auth manager (#37947)" (#38004)`` +`39befdce12 `_ 2024-03-08 ``Add system test to test the AWS auth manager (#37947)`` +`47348ce66c `_ 2024-03-08 ``Implement 'filter_permitted_dag_ids' in AWS auth manager (#37666)`` +`f2628fda7a `_ 2024-03-06 ``ECS Executor - add support to adopt orphaned tasks. (#37786)`` +`fbbe03ea40 `_ 2024-03-06 ``AWS auth manager CLI: persist the policy store description when doing updates (#37946)`` +`e7214fd5f4 `_ 2024-03-06 ``Reduce 's3hook' memory usage (#37886)`` +`29acfb1924 `_ 2024-03-06 ``Change f-string to formatting into the logging messages for Batch Executor (#37929)`` +`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` +`c52ec9d225 `_ 2024-03-05 ``AWS Batch Executor (#37618)`` +`ce00420014 `_ 2024-03-05 ``Fix init checks for aws redshift to s3 operator (#37861)`` +================================================================================================= =========== ===================================================================================================================== + +8.19.0 +...... + +Latest change: 2024-03-04 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` +`a7d13315e1 `_ 2024-03-02 ``Resolve G003: "Logging statement uses +" (#37848)`` +`9da6a21159 `_ 2024-02-29 ``Use named loggers instead of root logger (#37801)`` +`77341ef6a1 `_ 2024-02-29 ``Avoid non-recommended usage of logging (#37792)`` +`dc08e6acc2 `_ 2024-02-28 ``D105 Check on Amazon (#37764)`` +`2bc103698f `_ 2024-02-28 ``Unify 'aws_conn_id' type to always be 'str | None' (#37768)`` +`9e4bdc9e45 `_ 2024-02-27 ``Limit 'pandas' to '<2.2' (#37748)`` +`b124d6e94f `_ 2024-02-26 ``Fix init checks for aws 'eks' (#37674)`` +`b52b227c04 `_ 2024-02-26 ``Implement AIP-60 Dataset URI formats (#37005)`` +`f3159df406 `_ 2024-02-25 ``Bump min versions of openapi validators (#37691)`` +`42f6373e52 `_ 2024-02-24 ``Fix 'example_emr' system test (#37667)`` +`a2db179d9c `_ 2024-02-23 ``Init checks for aws gcs_to_s3 (#37662)`` +`f36d17ce75 `_ 2024-02-23 ``Implement 'filter_permitted_menu_items' in AWS auth manager (#37627)`` +`0c2d2c6544 `_ 2024-02-22 ``Implement 'batch_is_authorized_*' APIs in AWS auth manager (#37430)`` +`d8c8989d42 `_ 2024-02-21 ``Update action names in AWS auth manager (#37572)`` +================================================================================================= =========== ======================================================================== + +8.18.0 +...... + +Latest change: 2024-02-17 + +================================================================================================= =========== ===================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================== +`75182363a2 `_ 2024-02-17 ``Prepare docs 1st wave (RC2) of Providers February 2024 (#37471)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`c75a105935 `_ 2024-02-16 ``add type annotations to Amazon provider "execute_coplete" methods (#36330)`` +`42f8d048d2 `_ 2024-02-16 ``Replace usage of 'datetime.utcnow' and 'datetime.utcfromtimestamp' in providers (#37138)`` +`f91c93ccfe `_ 2024-02-14 ``Add retry configuration in 'EmrContainerOperator' (#37426)`` +`56c27f8f5a `_ 2024-02-14 ``Create CLI commands for AWS auth manager to create AWS Identity Center related resources (#37407)`` +`b341b5927e `_ 2024-02-14 ``docs: Add doc page with providers deprecations (#37075)`` +`b5b452b590 `_ 2024-02-13 ``Add extra operator links for EMR Serverless (#34225)`` +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`8fac799a25 `_ 2024-02-10 ``D401 support in amazon provider (#37275)`` +`48bfb1a970 `_ 2024-02-09 ``Merge all ECS executor configs following recursive python dict update (#37137)`` +`90e2b12d6b `_ 2024-02-08 ``Upgrade mypy to 1.8.0 (#36428)`` +`1f1fa2f7e3 `_ 2024-02-07 ``Update default value for 'BatchSensor' (#37234)`` +`d8ce75cd53 `_ 2024-02-07 ``remove info log from download_file (#37211)`` +`af30e1b619 `_ 2024-02-06 ``feature: S3ToRedshiftOperator templating aws_conn_id (#37195)`` +`41ebf28103 `_ 2024-02-05 ``ECS Executor - Add backoff on failed task retry (#37109)`` +`2e95a2a4ca `_ 2024-02-05 ``check sagemaker training job status before deferring 'SageMakerTrainingOperator' (#36685)`` +`55cc7bda56 `_ 2024-02-01 ``Updates to ECS Docs (#37125)`` +`fa29ddbb81 `_ 2024-01-31 ``Fix 'log_query' to format SQL statement correctly in 'AthenaOperator' (#36962)`` +`7ea40fe972 `_ 2024-01-30 ``Make Amazon Provider tests compatible with 'moto>=5' (#37060)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`8914e49551 `_ 2024-01-30 ``SqlToS3Operator: feat/ add max_rows_per_file parameter (#37055)`` +`d576c72c20 `_ 2024-01-28 ``Limit moto to version below 5.0.0 (#37054)`` +`004d1d3a84 `_ 2024-01-26 ``Adding Amazon Neptune Hook and Operators (#37000)`` +================================================================================================= =========== ===================================================================================================== + +8.17.0 +...... + +Latest change: 2024-01-26 + +================================================================================================= =========== =================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`d18c01a7a2 `_ 2024-01-18 ``EC2 'CreateInstance': terminate instances in on_kill (#36828)`` +`9563dc573b `_ 2024-01-18 ``add deferrable mode to RedshiftDataOperator (#36586)`` +`f6e357a5fc `_ 2024-01-18 ``Fallback to default value if '[aws] cloudwatch_task_handler_json_serializer' not set (#36851)`` +`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` +`666127238b `_ 2024-01-17 ``AthenaSqlHook implementation (#36171)`` +`08cc59a0c4 `_ 2024-01-16 ``Raise AirflowOptionalProviderfeature exception for AVP command (#36824)`` +`81be6ac6c0 `_ 2024-01-15 ``Create CLI commands for AWS auth manager to create Amazon Verified Permissions related resources (#36799)`` +`01724d85bc `_ 2024-01-15 ``Use base aws classes in AWS DMS Operators/Sensors (#36772)`` +`4883c38f3b `_ 2024-01-15 ``Use base aws classes in AWS Redshift Data API Operators (#36764)`` +`1e0a99c5f4 `_ 2024-01-15 ``Use base aws classes in Amazon EventBridge Operators (#36765)`` +`9eab3e199e `_ 2024-01-15 ``Use base aws classes in Amazon QuickSight Operators/Sensors (#36776)`` +`c7f518fe09 `_ 2024-01-15 ``Use base aws classes in AWS Datasync Operators (#36766)`` +`b241577c9c `_ 2024-01-14 ``Use base aws classes in Amazon DynamoDB Sensors (#36770)`` +`1455a3babb `_ 2024-01-14 ``Use base aws classes in AWS CloudFormation Operators/Sensors (#36771)`` +`e7166bb759 `_ 2024-01-11 ``Adds support for capacity providers to ECS Executor (#36722)`` +`b260367208 `_ 2024-01-11 ``check transform job status before deferring SageMakerTransformOperator (#36680)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`9f04716179 `_ 2024-01-10 ``Add use_regex argument for allowing 'S3KeySensor' to check s3 keys with regular expression (#36578)`` +`5a6f959bd5 `_ 2024-01-10 ``check sagemaker processing job status before deferring (#36658)`` +`88c9596f4a `_ 2024-01-10 ``check job_status before BatchOperator execute in deferrable mode (#36523)`` +`98b9e491e5 `_ 2024-01-10 ``Update the redshift hostname check to avoid possible bugs (#36703)`` +`ecb2c9f24d `_ 2024-01-09 ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)`` +`cb1182ea4f `_ 2024-01-09 ``Refresh credentials in 'AwsEcsExecutor' (#36179)`` +`9cb2052810 `_ 2024-01-09 ``Fix docstring for apply_wildcard parameter in 'S3ListOperator'. Changed the order of docstring for fix (#36679)`` +`4d5e05b28b `_ 2024-01-08 ``Add deferrable mode to RedshiftClusterSensor (#36550)`` +`298c37d355 `_ 2024-01-08 ``Bump min version of amazon-provider related dependencies (#36660)`` +`43afb2f6b8 `_ 2024-01-08 ``Implement 'is_authorized_dag' in AWS auth manager (#36619)`` +================================================================================================= =========== =================================================================================================================== + +8.16.0 +...... + +Latest change: 2024-01-07 + +================================================================================================= =========== ======================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================= +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`1d41fc7ddb `_ 2024-01-06 ``Check redshift cluster state before deferring to triggerer (#36416)`` +`365f206a32 `_ 2024-01-05 ``Select ruff B006 to detect the usage of mutable values as argument default (#36626)`` +`16d16e2933 `_ 2024-01-05 ``Use base aws classes in Amazon SQS Operators/Sensors/Triggers (#36613)`` +`034e618347 `_ 2024-01-05 ``Use base aws classes in Amazon SNS Operators (#36615)`` +`c1bba9906c `_ 2024-01-05 ``Fix assignment of template field in '__init__' in 'AwsToAwsBaseOperator' (#36604)`` +`a877bde5a3 `_ 2024-01-05 ``Fix assignment of template field in '__init__' in 'DataSyncOperator' (#36605)`` +`ebd588b9f4 `_ 2024-01-04 ``Add AWS Step Functions links (#36599)`` +`44b97e1687 `_ 2024-01-04 ``Add OpenLineage support for Redshift SQL. (#35794)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`22294abf68 `_ 2023-12-28 ``Use base aws classes in AWS Step Functions Operators/Sensors/Triggers (#36468)`` +================================================================================================= =========== ======================================================================================= + +8.15.0 +...... + +Latest change: 2023-12-28 + +================================================================================================= =========== ============================================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================================================================= +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`d73bef2a43 `_ 2023-12-27 ``Add Amazon Athena query results extra link (#36447)`` +`73d87945e9 `_ 2023-12-26 ``Use base aws classes in Amazon ECS Operators/Sensors/Triggers (#36393)`` +`7bd998e2ec `_ 2023-12-25 ``fix(providers/amazon): remove event['message'] call in EmrContainerOperator.execute_complete|as the key message no longer exists (#36417)`` +`a1e1dc60fb `_ 2023-12-25 ``handle tzinfo in S3Hook.is_keys_unchanged_async (#36363)`` +================================================================================================= =========== ============================================================================================================================================= + +8.14.0 +...... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`0b32613480 `_ 2023-12-21 ``Increase ConflictException retries to 4 total (#36337)`` +`30afa46e90 `_ 2023-12-21 ``Increase width of execution_date input in trigger.html (#36278) (#36304)`` +`2b31f373ef `_ 2023-12-20 ``Remove remaining Airflow 2.6 backcompat code from Amazon Provider (#36324)`` +`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` +`357355ac09 `_ 2023-12-11 ``Remove 'is_authorized_cluster_activity' from auth manager (#36175)`` +`e37fe8f576 `_ 2023-12-11 ``Add 'jsonpath_ng.ext.parse' support for 'SqsSensor' (#36170)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +`aba58adb83 `_ 2023-12-08 ``Allow storage options to be passed (#35820)`` +================================================================================================= =========== ================================================================================== + +8.13.0 +...... + +Latest change: 2023-12-08 + +================================================================================================= =========== ============================================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================================ +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`7329e9eed9 `_ 2023-12-07 ``Fix for 'EksCreateClusterOperator' deferrable mode (#36079)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`ef5eebdb26 `_ 2023-12-06 ``Fix AWS system tests (#36091)`` +`acf91af6bf `_ 2023-12-05 ``Update 'boto3' and 'botocore' versions notes (#36073)`` +`04a781666b `_ 2023-12-04 ``Fix handling of single quotes in 'RedshiftToS3Operator' (#35986)`` +`e0df7441fa `_ 2023-12-04 ``Fix a bug in get_iam_token for Redshift Serverless (#36001)`` +`fd03dc2933 `_ 2023-12-01 ``Fix reraise outside of try block in 'AthenaHook.get_output_location' (#36008)`` +`decc6d9414 `_ 2023-12-01 ``Improve typing hints for only_client_type decorator (#35997)`` +`b1e547ef53 `_ 2023-12-01 ``Refactor some methods in EmrContainerHook (#35999)`` +`9f212d4276 `_ 2023-12-01 ``Refacto get_output_location in AthenaHook (#35996)`` +`cf052dc64f `_ 2023-12-01 ``Add feature to build "chicken-egg" packages from sources (#35890)`` +`eed6427b66 `_ 2023-12-01 ``Avoid creating the hook in the EmrServerlessCancelJobsTrigger init (#35992)`` +`8346fd58e8 `_ 2023-12-01 ``Fix a bug with accessing hooks in EKS trigger (#35989)`` +`a9132f3891 `_ 2023-12-01 ``Move RDS hook to a cached property in RDS trigger (#35990)`` +`4a9824de8e `_ 2023-11-30 ``Replace default empty dict value by None in AzureBlobStorageToS3Operator (#35977)`` +`ddb4370dc6 `_ 2023-11-30 ``Update 'set_context' signature to match superclass one and stop setting the instance attribute (#35975)`` +`7e1f67b4b8 `_ 2023-11-30 ``Fix a bug in method name used in 'GlacierToGCSOperator' (#35978)`` +`df36e7381a `_ 2023-11-30 ``Use S3 hook instead of AwsGenericHook in AWS S3 FS (#35973)`` +`985d0589af `_ 2023-11-29 ``AWS auth manager: implement all 'is_authorized_*' methods (but 'is_authorized_dag') (#35928)`` +`ab835c20b2 `_ 2023-11-29 ``Fix EC2Hook get_instance for client_type api (#35960)`` +`9ab343714a `_ 2023-11-29 ``Remove setting a non-existing object param and use local var instead in S3Hook (#35950)`` +`f6962a929b `_ 2023-11-28 ``Support IAM authentication for Redshift serverless (#35897)`` +`3b3ebafdce `_ 2023-11-27 ``Implement 'is_authorized_variable' in AWS auth manager (#35804)`` +`0f5db49ec4 `_ 2023-11-27 ``Stop getting message from event after migrating 'EmrContainerTrigger' to 'AwsBaseWaiterTrigger' (#35892)`` +`9059f72668 `_ 2023-11-25 ``Enhance 'attribute_value' in 'DynamoDBValueSensor' to accept list (#35831)`` +================================================================================================= =========== ============================================================================================================ + +8.12.0 +...... + +Latest change: 2023-11-24 + +================================================================================================= =========== ========================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================= +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`ca1202fd31 `_ 2023-11-23 ``Add 'EC2HibernateInstanceOperator' and 'EC2RebootInstanceOperator' (#35790)`` +`ef2ad070c2 `_ 2023-11-23 ``Add OpenLineage support to 'S3FileTransformOperator' (#35819)`` +`a794e0d020 `_ 2023-11-23 ``Fix Batch operator's retry_strategy (#35808)`` +`ac977c4e57 `_ 2023-11-22 ``Make EksPodOperator exec config not rely on log level (#35771)`` +`9e159fc48d `_ 2023-11-22 ``Add OpenLineage support to S3Operators - Copy, Delete and Create Object (#35796)`` +`bcb5eebd62 `_ 2023-11-22 ``Updated docstring: 'check_key_async' is now in line with description of '_check_key_async' (#35799)`` +`b71c14c74a `_ 2023-11-22 ``Added retry strategy parameter to Amazon AWS provider Batch Operator to allow dynamic Batch retry strategies (#35789)`` +`2d811d526a `_ 2023-11-22 ``Update emr.py (#35787)`` +`2a06e278d2 `_ 2023-11-21 ``Check attr on parent not self re TaskContextLogger set_context (#35780)`` +`379b7c09d1 `_ 2023-11-21 ``Implement login and logout in AWS auth manager (#35488)`` +`4d72bf1a89 `_ 2023-11-20 ``Allow a wider range of watchtower versions (#35713)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`09fef3c3ee `_ 2023-11-17 ``Update http to s3 system test (#35711)`` +`3e6676bfae `_ 2023-11-17 ``Extend task context logging support for remote logging using AWS S3 (#32950)`` +`03a0b72672 `_ 2023-11-17 ``Added name field to template_fields in EmrServerlessStartJobOperator (#35648)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`5626590406 `_ 2023-11-14 ``openlineage, aws: Add OpenLineage support for AthenaOperator. (#35090)`` +`9990443fa1 `_ 2023-11-08 ``Log failure reason for containers if a task fails for ECS Executor (#35496)`` +================================================================================================= =========== ========================================================================================================================= + +8.11.0 +...... + +Latest change: 2023-11-08 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`16ffc87ff4 `_ 2023-11-08 ``Improve error handling in AWS Links (#35518)`` +`b67a4f78e5 `_ 2023-11-07 ``Update ECS executor healthcheck with a catchall except (#35512)`` +`11bdfe4c12 `_ 2023-11-07 ``Work around typing issue in examples and providers (#35494)`` +`f24e5199c7 `_ 2023-11-06 ``Fix AWS RDS hook's DB instance state check (#34773)`` +`a61da3cc87 `_ 2023-11-04 ``Add verificationy that provider docs are as expected (#35424)`` +`ae9a7b8188 `_ 2023-11-03 ``ECS Executor Health Check (#35412)`` +`92d1e8c447 `_ 2023-11-03 ``Move ECS Executor to its own file (#35418)`` +`9782ee3bbc `_ 2023-11-01 ``Fix parameter syntax in Amazon docstrings (#35349)`` +`69bac3fba8 `_ 2023-10-31 ``Improve docs on objectstorage (#35294)`` +`651b32606c `_ 2023-10-31 ``Clarify "task" in ECS Executor log messages (#35304)`` +`55b015f995 `_ 2023-10-31 ``Add support for anonymous access to s3 buckets for objectstorage (#35273)`` +`ba4b55a194 `_ 2023-10-30 ``Make optional 'output_location' attribute in 'AthenaOperator' (#35265)`` +================================================================================================= =========== ============================================================================= + +8.10.0 +...... + +Latest change: 2023-10-28 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`04e2fbd92b `_ 2023-10-27 ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)`` +`86640d166c `_ 2023-10-26 ``Add Http to s3 operator (#35176)`` +`5f4d2b5dee `_ 2023-10-25 ``Add AWS ECS Executor (#34381)`` +`95980a9bc5 `_ 2023-10-25 ``Enable encryption in S3 download_files() hook. (#35037)`` +`3721c9a441 `_ 2023-10-24 ``Use base aws classes in Amazon S3 Glacier Operators/Sensors (#35108)`` +`da456065df `_ 2023-10-24 ``Use base aws classes in Amazon Athena Operators/Sensors/Triggers (#35133)`` +`bc4a22c6bd `_ 2023-10-23 ``Use base aws classes in Amazon AppFlow Operators (#35082)`` +`78187ca863 `_ 2023-10-23 ``Expose catalog parameter in 'AthenaOpeartor' (#35103)`` +`f816237196 `_ 2023-10-20 ``Refactor string splitting (#34185)`` +`a66437222b `_ 2023-10-20 ``Use base classes for AWS Lambda Operators/Sensors (#34890)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +================================================================================================= =========== ============================================================================= + +8.9.0 +..... + +Latest change: 2023-10-18 + +================================================================================================= =========== =========================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================== +`39e611b43b `_ 2023-10-18 ``Prepare docs 2nd wave of Providers in October 2023 (#35020)`` +`4a37777567 `_ 2023-10-16 ``Glue 'DataBrew' operator (#34807)`` +`b392f66c42 `_ 2023-10-16 ``Set 'EcsRunTaskOperator' default waiter duration to 70 days (#34928)`` +`b1196460db `_ 2023-10-16 ``Add 'check_interval' and 'max_attempts' as parameter of 'DynamoDBToS3Operator' (#34972)`` +`f23170c9dd `_ 2023-10-16 ``D401 Support - A thru Common (Inclusive) (#34934)`` +================================================================================================= =========== =========================================================================================== + +8.8.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`545e4d505e `_ 2023-10-12 ``Extend hooks arguments into 'AwsBaseWaiterTrigger' (#34884)`` +`84a3daed86 `_ 2023-10-11 ``Implements 'AwsBaseOperator' and 'AwsBaseSensor' (#34784)`` +`8e26865763 `_ 2023-10-06 ``Refactor consolidate import from io in providers (#34378)`` +`c01abd1c2e `_ 2023-10-06 ``Upgrade watchtower to 3.0.1 (#25019) (#34747)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`99f320354b `_ 2023-10-04 ``Refactor: consolidate import time in providers (#34402)`` +`3064812280 `_ 2023-10-03 ``Include AWS Lambda execution logs to task logs (#34692)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`ca3ce78fba `_ 2023-09-28 ``Refactor import from collections (#34406)`` +`dd325b46c8 `_ 2023-09-28 ``Allow setup 'endpoint_url' per-service in AWS Connection (#34593)`` +`e333380077 `_ 2023-09-27 ``Clarify Amazon Lambda invocation and sensing (#34653)`` +`a09d0c4e38 `_ 2023-09-26 ``do not fail operator if we cannot find logs (#34570)`` +`8bea45f37f `_ 2023-09-26 ``Refactor multiple equals to contains in providers (#34441)`` +`b6499ace63 `_ 2023-09-26 ``Rename 'bucket' to 'gcs_bucket' in 'GCSToS3Operator' (#33031)`` +`a4ecdc910f `_ 2023-09-25 ``fix(providers/amazon): respect soft_fail argument when exception is raised (#34134)`` +`5a133e8b52 `_ 2023-09-25 ``Respect 'soft_fail' argument when running 'BatchSensors' (#34592)`` +`2b5c7676b5 `_ 2023-09-25 ``Respect 'soft_fail' argument when running 'SqsSensor' (#34569)`` +`84f70dac4e `_ 2023-09-25 ``Respect 'soft_fail' argument when running 'EcsBaseSensor' (#34596)`` +`e8e79ae3c6 `_ 2023-09-24 ``Remove duplicate 'asgiref' dependency in Amazon Provider (#34580)`` +`e76b505fee `_ 2023-09-22 ``Respect 'soft_fail' argument when running 'SageMakerBaseSensor' (#34565)`` +`e79895308a `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'S3KeysUnchangedSensor' and 'S3KeySensor' (#34550)`` +`b4feb5c20d `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'LambdaFunctionStateSensor' (#34551)`` +`5128e57196 `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'AthenaSensor' (#34553)`` +`c4c4a16269 `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'QuickSightSensor' (#34555)`` +`ed3df3d157 `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'GlacierJobOperationSensor' (#34557)`` +`4c0459d73a `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'GlueJobSensor', 'GlueCatalogPartitionSensor' and 'GlueCrawlerSensor' (#34559)`` +`626b7edcbe `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'StepFunctionExecutionSensor' (#34560)`` +`04515ef008 `_ 2023-09-22 ``Update 'BatchOperator' operator_extra_links property (#34506)`` +`642b4ee2a9 `_ 2023-09-21 ``sagemaker.py spell error: tranform change to transform (#34445)`` +`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` +`9924e3e694 `_ 2023-09-19 ``Use AirflowProviderDeprecationWarning in the deprecated decorator in Amazon provider (#34488)`` +`7de7149bc6 `_ 2023-09-19 ``Works on #34425 (#34453)`` +`bbfa228868 `_ 2023-09-18 ``Deprecate get_hook in DataSyncOperator and use hook instead (#34427)`` +`8ecd576de1 `_ 2023-09-14 ``Refactor shorter defaults in providers (#34347)`` +================================================================================================= =========== =================================================================================================================== + +8.7.1 +..... + +Latest change: 2023-09-14 + +================================================================================================= =========== ================================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================================== +`7574e16e75 `_ 2023-09-14 ``Prepare docs for Sep 2023 2nd wave of Providers (#34360)`` +`05036e619c `_ 2023-09-13 ``Refactor: Think positively in providers (#34279)`` +`401e7bd531 `_ 2023-09-12 ``Bugfix: Fix RDS triggers parameters so that they handle serialization/deserialization (#34222)`` +`7813d956d2 `_ 2023-09-12 ``Remove unused parameter 'cluster_role_arn' from 'EksPodOperator''s docstring (#34300)`` +`891b33bee8 `_ 2023-09-11 ``Correct parameter names in docstring for 'S3CreateObjectOperator' (#34263)`` +`94d07908a2 `_ 2023-09-11 ``Refactor: Simplify comparisons (#34181)`` +`f0467c9fd6 `_ 2023-09-11 ``Use a AwsBaseWaiterTrigger-based trigger in EmrAddStepsOperator deferred mode (#34216)`` +`c5ec7cd294 `_ 2023-09-10 ``Simplify to bool(...) (#34258)`` +================================================================================================= =========== ================================================================================================== + +8.7.0 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`4fa66d1700 `_ 2023-09-07 ``Refactor: Consolidate import and usage of random (#34108)`` +`9079093291 `_ 2023-09-07 ``Consolidate importing of os.path.* (#34060)`` +`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` +`b1c2b07e58 `_ 2023-09-04 ``Refactor: Simplify loop in aws/triggers/batch.py (#34052)`` +`bf2d411a2a `_ 2023-09-04 ``Add decorator for suppress optional internal methods in Amazon Provider (#34034)`` +`fa5e54c4c5 `_ 2023-09-03 ``Combine similar if logics in providers (#33987)`` +`c82806641f `_ 2023-09-03 ``Replace single quotes by double quotes in tests (#33864)`` +`47bd5dd0e1 `_ 2023-09-03 ``Remove useless string join from providers (#33968)`` +`6eaa69ee46 `_ 2023-09-01 ``Make 'aws.session_factory' part of Amazon provider configuration documentation (#33960)`` +`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` +`c4967b00c4 `_ 2023-09-01 ``Make Amazon Chime connection lazy loaded and consistent with docs (#34000)`` +`a9bbb430fc `_ 2023-09-01 ``Replace try - except pass by contextlib.suppress in providers (#33980)`` +`0a5e2281e0 `_ 2023-08-31 ``Remove some useless try/except from providers code (#33967)`` +`17d031df66 `_ 2023-08-31 ``Add Amazon SQS Notifier (#33962)`` +`097e3e618e `_ 2023-08-31 ``Fix AWS 'EmrStepSensor' ignoring the specified 'aws_conn_id' in deferred mode (#33952)`` +`f860141cfd `_ 2023-08-31 ``respect "soft_fail" argument when running BatchSensor in deferrable mode (#33405)`` +`b4d4f55b47 `_ 2023-08-31 ``Refactor: Replace lambdas with comprehensions in providers (#33771)`` +`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` +`b497234eda `_ 2023-08-31 ``Reorganize devel_only extra in airflow's setup.py (#33907)`` +`ea44ed9f54 `_ 2023-08-30 ``Increase 'waiter_max_attempts' default value in 'EcsRunTaskOperator' (#33712)`` +`3ef770e3d2 `_ 2023-08-30 ``Remove explicit str concat from Airflow providers package and tests (#33860)`` +`869f84e9c3 `_ 2023-08-29 ``Add Amazon SNS Notifier (#33828)`` +`7d267fbefe `_ 2023-08-29 ``Fix type annotation in AppflowHook (#33881)`` +`667ab8c6ea `_ 2023-08-28 ``Improve modules import in AWS probvider by move some of them into a type-checking block (#33780)`` +`cede385e93 `_ 2023-08-28 ``Always use 'Literal' from 'typing_extensions' (#33794)`` +`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` +`353b1482d3 `_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)`` +================================================================================================= =========== ==================================================================================================== + +8.6.0 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ============================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================= +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`633217c842 `_ 2023-08-25 ``Simplify conditions on len() in providers/amazon (#33565)`` +`83efcaa835 `_ 2023-08-24 ``always push ECS task ARN to xcom in 'EcsRunTaskOperator' (#33703)`` +`2d8625253f `_ 2023-08-24 ``Remove non-public interface usage in EcsRunTaskOperator (#29447)`` +`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` +`53a8973952 `_ 2023-08-24 ``Fix bug in task logs when using AWS CloudWatch. Do not set 'start_time' (#33673)`` +`94f70d8184 `_ 2023-08-23 ``Replace strftime with f-strings where nicer (#33455)`` +`5f504e9a17 `_ 2023-08-23 ``Upgrade botocore/aiobotocore minimum requirements (#33649)`` +`85aea74b64 `_ 2023-08-23 ``Fix AWS Batch waiter failure state (#33656)`` +`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` +`8ed38c1619 `_ 2023-08-22 ``Add Appflow system test + improvements (#33614)`` +`41d9be072a `_ 2023-08-22 ``Fix AWS appflow waiter (#33613)`` +`8402e9adf4 `_ 2023-08-21 ``Use 'boto3.client' linked to resource meta instead of create new one for waiters (#33552)`` +`95a930bc0a `_ 2023-08-21 ``Consolidate import and usage of itertools (#33479)`` +`1407e277ae `_ 2023-08-19 ``Add 'sql_hook_params' parameter to 'S3ToSqlOperator' (#33427)`` +`b555ed6f35 `_ 2023-08-18 ``Fix striping tags when falling back to update in 'SageMakerEndpointOperator' (#33487)`` +`8e88eb8fa7 `_ 2023-08-17 ``Consolidate import and usage of pandas (#33480)`` +`223b41d68f `_ 2023-08-16 ``Added Amazon SageMaker Notebook hook and operators (#33219)`` +`45d5f64127 `_ 2023-08-16 ``Add 'sql_hook_params' parameter to 'SqlToS3Operator' (#33425)`` +`60df70526a `_ 2023-08-15 ``Add parameter to pass role ARN to 'GlueJobOperator ' (#33408)`` +`4d99705f69 `_ 2023-08-14 ``Add 'deferrable' option to 'LambdaCreateFunctionOperator' (#33327)`` +`bd11ea81e5 `_ 2023-08-13 ``Add Deferrable mode to GlueCatalogPartitionSensor (#33239)`` +`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` +`0df0d7457e `_ 2023-08-11 ``Add new RdsStartExportTaskOperator parameters (#33251)`` +================================================================================================= =========== ============================================================================================= + +8.5.1 +..... + +Latest change: 2023-08-11 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`681ee46b21 `_ 2023-08-10 ``Fix get_log_events() in AWS logs hook (#33290)`` +`c14cb85f16 `_ 2023-08-10 ``Improve fetching logs from AWS (#33231)`` +`83bd60fd97 `_ 2023-08-09 ``Refactor: Simplify code in providers/amazon (#33222)`` +`741fb27f50 `_ 2023-08-08 ``Implement EventBridge enable and disable rule operators (#33226)`` +`8bbea9217a `_ 2023-08-08 ``Get failure information on EMR job failure (#32151)`` +`46862cfa94 `_ 2023-08-06 ``Update mypy-boto3-appflow dependency (#32930)`` +`76ca94d2f2 `_ 2023-08-05 ``use 'cached_property' from functools in 'RdsBaseOperator' (#33133)`` +`03fcbcc96e `_ 2023-08-05 ``Use set for 'template_fields' of 'EcsDeregisterTaskDefinitionOperator' (#33129)`` +================================================================================================= =========== =================================================================================== + +8.5.0 +..... + +Latest change: 2023-08-05 + +================================================================================================= =========== ========================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================= +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` +`519d99baee `_ 2023-08-04 ``Check google provider version in GCSToS3Operator before provide match_glob param (#32925)`` +`bbc0968905 `_ 2023-08-04 ``openlineage, sagemaker: add missing OpenLineage type signature (#33114)`` +`087d14ada2 `_ 2023-08-03 ``Deferrable mode for Sqs Sensor (#32809)`` +`4e42edb203 `_ 2023-08-03 ``Set longer default 'waiter_max_attempts' for deferred BatchJobOperator (#33045)`` +`44234c2bf0 `_ 2023-08-03 ``Add S3Bucket for mypy (#33028)`` +`62f9e68a54 `_ 2023-08-02 ``openlineage, sagemaker: add OpenLineage support for SageMaker's Processing, Transform and Training operators (#31816)`` +`86193f5608 `_ 2023-07-31 ``Increase the number of attempts in AWS system test 'example_rds_export' (#32976)`` +`196d336585 `_ 2023-07-31 ``Add Amazon EventBridge PutRule hook and operator (#32869)`` +`915f9e4060 `_ 2023-07-31 ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)`` +================================================================================================= =========== ========================================================================================================================= + +8.4.0 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`ddb685cf26 `_ 2023-07-28 ``Further limit mypy-boto3-appflow as the fix is not in sight (#32927)`` +`25124dfd8b `_ 2023-07-28 ``Limit Appflow mypy to 1.28.12 as it introduces strange typing issue (#32901)`` +`e93460383f `_ 2023-07-26 ``Move all k8S classes to cncf.kubernetes provider (#32767)`` +`9570cb1482 `_ 2023-07-25 ``Make Start and Stop SageMaker Pipelines operators deferrable (#32683)`` +`1706f05858 `_ 2023-07-24 ``EMR serverless Create/Start/Stop/Delete Application deferrable mode (#32513)`` +`282854b55f `_ 2023-07-24 ``Add endpoint_url in test_connection (#32664)`` +`8012c9fce6 `_ 2023-07-24 ``Add support for querying Redshift Serverless clusters (#32785)`` +`57f203251b `_ 2023-07-22 ``FIX AWS deferrable operators by using AioCredentials when using 'assume_role' (#32733)`` +`815655101b `_ 2023-07-21 ``Add Deferrable mode to StepFunctionStartExecutionOperator (#32563)`` +`75ed3bc3f8 `_ 2023-07-20 ``[bugfix] fix AWS triggers where deserialization would crash if region was not specified (#32729)`` +`27b5f696a4 `_ 2023-07-20 ``Add Deferrable mode for EMR Serverless Start Job Operator (#32534)`` +`eea53a22c9 `_ 2023-07-20 ``Add Eventbridge PutEvents operator and hook (#32498)`` +`bbd290266c `_ 2023-07-19 ``Fix bug in prune_dict where empty dict and list would be removed even in strict mode (#32573)`` +`b9c84eb663 `_ 2023-07-19 ``add deferrable mode to rds start & stop DB (#32437)`` +`7ed791dab7 `_ 2023-07-19 ``Do not return success from AWS ECS trigger after max_attempts (#32589)`` +`113018ec99 `_ 2023-07-17 ``Deferrable mode for EKS Create/Delete Operator (#32355)`` +`145b16caaa `_ 2023-07-13 ``Fix S3ToRedshiftOperator does not support default values on UPSERT (#32558)`` +================================================================================================= =========== ==================================================================================================== + +8.3.1 +..... + +Latest change: 2023-07-12 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` +`50a68c6c4e `_ 2023-07-12 ``Append region info to S3ToRedshitOperator if present (#32328)`` +================================================================================================= =========== ================================================================= + +8.3.0 +..... + +Latest change: 2023-07-09 + +================================================================================================= =========== ============================================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================================ +`cd1ac927a7 `_ 2023-07-09 ``Prepare docs for July 2023 RC3 amazon provider (#32455)`` +`c99c03135c `_ 2023-07-08 ``D205 Support - Providers: Stragglers and new additions (#32447)`` +`8c6751ff0f `_ 2023-07-07 ``quick fix on RDS operator to prevent parameter collision (#32436)`` +`869f3a93a8 `_ 2023-07-07 ``Remove ability to specify arbitrary hook params in AWS RDS trigger (#32386)`` +`05f1acfcb7 `_ 2023-07-07 ``Introduce a base class for aws triggers (#32274)`` +`7a3bc8d7c8 `_ 2023-07-06 ``Only update crawler tags if present in config dict (#32331)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` +`5623a21a1f `_ 2023-07-04 ``deprecate arbitrary parameter passing to RDS hook (#32352)`` +`575bf2f040 `_ 2023-07-04 ``Bug fix GCSToS3Operator: avoid 'ValueError' when 'replace=False' with files already in S3 (#32322)`` +`17132ef4c6 `_ 2023-07-04 ``Added 'AzureBlobStorageToS3Operator' transfer operator (#32270)`` +`5c72befcfd `_ 2023-07-03 ``Fix 'LambdaInvokeFunctionOperator' payload parameter type (#32259)`` +`d6e254db68 `_ 2023-06-30 ``Deprecate 'delimiter' param and source object's wildcards in GCS, introduce 'match_glob' param. (#31261)`` +`dd937e51fe `_ 2023-06-30 ``Add 'on_finish_action' to 'KubernetesPodOperator' (#30718)`` +`e781aef1a7 `_ 2023-06-29 ``aws waiter util: log status info with error level on waiter error (#32247)`` +`a46b942f48 `_ 2023-06-29 ``Add deferrable mode to S3KeysUnchangedSensor (#31940)`` +`b1b69af88f `_ 2023-06-28 ``Add deferrable mode to 'RdsCreateDbInstanceOperator' and 'RdsDeleteDbInstanceOperator' (#32171)`` +`d029e043f4 `_ 2023-06-28 ``Add 'ChimeNotifier' (#32222)`` +`1d60332cf8 `_ 2023-06-28 ``Add an option to 'GlueJobOperator' to stop the job run when the TI is killed (#32155)`` +`bd2f156bc8 `_ 2023-06-28 ``D205 Support - Providers: Amazon/AWS (#32224)`` +`25526a112f `_ 2023-06-28 ``Add deferrable mode for 'AthenaOperator' (#32186)`` +`1fb2831239 `_ 2023-06-28 ``Add a deferrable mode to 'BatchCreateComputeEnvironmentOperator' (#32036)`` +`14785bc84c `_ 2023-06-27 ``deferrable mode for 'SageMakerTuningOperator' and 'SageMakerEndpointOperator' (#32112)`` +`2794c4172e `_ 2023-06-27 ``D205 Support - Auto-fixes and Stragglers (#32212)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +`06b5a1e850 `_ 2023-06-27 ``Add deferrable mode in EMR operator and sensor (#32029)`` +`3a85d4e7e8 `_ 2023-06-27 ``Revert "add deferrable mode for 'AthenaOperator' (#32110)" (#32172)`` +`256438c3d6 `_ 2023-06-27 ``add deferrable mode for 'AthenaOperator' (#32110)`` +`e0f4de347f `_ 2023-06-27 ``EKS Create/Delete Nodegroup Deferrable mode (#32165)`` +`10df7436f3 `_ 2023-06-27 ``Add 'ChimeWebhookHook' (#31939)`` +`e4eb19866e `_ 2023-06-26 ``rewrite method used in ecs to fetch less logs (#31786)`` +`2f96127b9e `_ 2023-06-26 ``Minor name change for the util wait method. (#32152)`` +`cc87ae578e `_ 2023-06-26 ``feature: AWS - GlueJobOperator - job_poll_interval (#32147)`` +`e4468ed380 `_ 2023-06-26 ``Clean up string concatenation (#32129)`` +`8057659e96 `_ 2023-06-25 ``Handle 'UnboundLocalError' while parsing invalid 's3_url' (#32120)`` +`d49fa999a9 `_ 2023-06-23 ``bugfix: break down run+wait method in ECS operator (#32104)`` +`72d09a677f `_ 2023-06-23 ``Use a waiter in 'AthenaHook' (#31942)`` +`5c887988b0 `_ 2023-06-23 ``Refactor Eks Create Cluster Operator code (#31960)`` +`415e076761 `_ 2023-06-23 ``Deferrable mode for ECS operators (#31881)`` +`479719297f `_ 2023-06-22 ``add async wait method to the "with logging" aws utils (#32055)`` +`afe293d934 `_ 2023-06-21 ``cleanup Amazon CHANGELOG.rst (#32031)`` +`743bf5a0ae `_ 2023-06-20 ``Add custom waiters to EMR Serverless (#30463)`` +================================================================================================= =========== ============================================================================================================ + +8.2.0 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== =============================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`f0b91ac6a7 `_ 2023-06-20 ``Add 'deferrable' param in 'EmrContainerSensor' (#30945)`` +`e01ff4749c `_ 2023-06-19 ``Add realtime container execution logs for BatchOperator (#31837)`` +`41fb9b4c49 `_ 2023-06-17 ``Deprecate 'wait_for_completion' from 'EcsRegisterTaskDefinitionOperator' and 'EcsDeregisterTaskDefinitionOperator' (#31884)`` +`e0f21f43c6 `_ 2023-06-16 ``Various fixes on ECS run task operator (#31838)`` +`3689cee485 `_ 2023-06-15 ``Use a continuation token to get logs in ecs (#31824)`` +`9be22e4cc0 `_ 2023-06-15 ``Add deferrable option to EmrTerminateJobFlowOperator (#31646)`` +`67204565b8 `_ 2023-06-14 ``Add Deferrable option to EmrCreateJobFlowOperator (#31641)`` +`212a37fbec `_ 2023-06-14 ``Deferrable mode for EksCreateFargateProfileOperator and EksDeleteFargateProfileOperator (#31657)`` +`688f91b330 `_ 2023-06-14 ``Add deferrable mode to 'BatchSensor' (#30279)`` +`4e61b654c3 `_ 2023-06-08 ``Fetch status in while loop so as to not exit too early (#31804)`` +`b9b8da79b5 `_ 2023-06-08 ``Add deferrable mode for S3KeySensor (#31018)`` +`0854500769 `_ 2023-06-08 ``Amazon provider docstring improvements (#31729)`` +`3a7c9f277f `_ 2023-06-07 ``Add Deferrable mode to Emr Add Steps operator (#30928)`` +`359dfb5446 `_ 2023-06-07 ``Added config template field to EmrServerlessStartJobOperator (#31746)`` +`a3768b44e9 `_ 2023-06-07 ``[AWS hook] use provided client to get the official waiter on fallback (#31748)`` +`07ea574fed `_ 2023-06-07 ``Add D400 pydocstyle check (#31742)`` +`9e268e13b1 `_ 2023-06-07 ``Replace spelling directive with spelling:word-list (#31752)`` +`cda83c226b `_ 2023-06-05 ``Add D400 pydocstyle check - Amazon provider only (#31423)`` +`c255ac411b `_ 2023-06-05 ``Support of wildcard in S3ListOperator and S3ToGCSOperator (#31640)`` +`62938e945b `_ 2023-06-05 ``fix return values on glue operators deferrable mode (#31694)`` +`4c62a4f58b `_ 2023-06-05 ``Add back missing AsyncIterator import (#31710)`` +`f69dd29e87 `_ 2023-06-04 ``Remove aws unused code (#31610)`` +`a247a8f7c9 `_ 2023-06-04 ``Add deferrable mode in Redshift delete cluster (#30244)`` +`5dc6e5bfbe `_ 2023-06-02 ``allow anonymous AWS access (#31659)`` +`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` +`635f94cc39 `_ 2023-05-31 ``Add deferrable mode to AWS glue operators (Job & Crawl) (#30948)`` +`a8c45b088e `_ 2023-05-31 ``handle missing LogUri in emr 'describe_cluster' API response (#31482)`` +`ce7766e0a5 `_ 2023-05-31 ``Add docstring and signature for _read_remote_logs (#31623)`` +`5b3382f638 `_ 2023-05-30 ``Add null check for host in Amazon Redshift connection (#31567)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +`fb10108eec `_ 2023-05-27 ``add workgroup to templated fields (#31574)`` +`5b0f668b6d `_ 2023-05-25 ``Add deferrable param in BatchOperator (#30865)`` +`aac2f8f0a9 `_ 2023-05-24 ``AWS system test example_dynamodb_to_s3: add retry when fecthing the export time (#31388)`` +`44741f354c `_ 2023-05-24 `` Change Deferrable implementation for RedshiftResumeClusterOperator to follow standard (#30864)`` +`911bd1cdb8 `_ 2023-05-24 ``Add Deferrable Mode to RedshiftCreateClusterSnapshotOperator (#30856)`` +`0b7c095c9f `_ 2023-05-23 ``Change Deferrable implementation for RedshiftPauseClusterOperator to follow standard (#30853)`` +`c5597d1fab `_ 2023-05-23 ``Add Python 3.11 support (#27264)`` +================================================================================================= =========== =============================================================================================================================== + +8.1.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`0b4f1c116a `_ 2023-05-19 ``Fix AWS system test example_dynamodb (#31395)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`0b3b6704cb `_ 2023-05-17 ``Fix AWS system test example_dynamodb_to_s3 (#31362)`` +`e05e3a9db8 `_ 2023-05-16 ``Handle temporary credentials when resource_type is used to get custom waiters (#31333)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`0117246db6 `_ 2023-05-15 ``Add future-compatible mongo Hook typing (#31289)`` +`3193857376 `_ 2023-05-13 ``Add Deferrable Mode for EC2StateSensor (#31130)`` +`6b21e4b88c `_ 2023-05-13 ``Bring back detection of implicit single-line string concatenation (#31270)`` +`d6051fd10a `_ 2023-05-12 ``Add on_kill to EMR Serverless Job Operator (#31169)`` +`8a5fe6ad7d `_ 2023-05-10 ``Add retries to S3 delete_bucket (#31192)`` +`cd3fa33e82 `_ 2023-05-09 ``DynamoDBToS3Operator - Add a feature to export the table to a point in time. (#31142)`` +`4c9b5fe4c1 `_ 2023-05-09 ``Add deferrable param in SageMakerTransformOperator (#31063)`` +`dff7e0de36 `_ 2023-05-08 ``Revert "DynamoDBToS3Operator - Add feature to export table to a point in time (#30501)" (#31139)`` +`a809c91528 `_ 2023-05-08 ``Add deferrable param in SageMakerTrainingOperator (#31042)`` +`1c144ee141 `_ 2023-05-08 ``Add deferrable param in SageMakerProcessingOperator (#31062)`` +`fc4166127a `_ 2023-05-08 ``DynamoDBToS3Operator - Add feature to export table to a point in time (#30501)`` +`c99d2d2369 `_ 2023-05-05 ``Import aiobotocore only if deferrable is true (#31094)`` +`e3d9d7dc4c `_ 2023-05-04 ``Add template field to S3ToRedshiftOperator (#30781)`` +`9c5908e050 `_ 2023-05-04 ``'StepFunctionStartExecutionOperator': get logs in case of failure (#31072)`` +`ac46902154 `_ 2023-05-04 ``Move TaskInstanceKey to a separate file (#31033)`` +`cb71d41c75 `_ 2023-05-03 ``Update return types of 'get_key' methods on 'S3Hook' (#30923)`` +`2d5166f982 `_ 2023-05-03 ``Add extras links to some more EMR Operators and Sensors (#31032)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`e4d935e490 `_ 2023-05-02 ``Add tags param in RedshiftCreateClusterSnapshotOperator (#31006)`` +`2f247a2ba2 `_ 2023-05-02 ``Add IAM authentication to Amazon Redshift Connection by AWS Connection (#28187)`` +`9662fd8cc0 `_ 2023-05-01 ``bigfix: EMRHook Loop through paginated response to check for cluster id (#29732)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`612676b975 `_ 2023-04-28 ``Support 'shareIdentifier' in BatchOperator (#30829)`` +`1f0174931b `_ 2023-04-28 ``improve/fix glue job logs printing (#30886)`` +`b36c33230f `_ 2023-04-28 ``BaseAWS - Override client when resource_type is user to get custom waiters (#30897)`` +================================================================================================= =========== ==================================================================================================== + +8.0.0 +..... + +Latest change: 2023-04-26 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`97ad7cee44 `_ 2023-04-26 ``Prepare docs for ad-hoc rc3 of Amazon provider (#30876)`` +`a044a21859 `_ 2023-04-26 ``Fix async conn for none aws_session_token (#30868)`` +`b335e474e2 `_ 2023-04-26 ``Restore aiobotocore as optional dependency of amazon provider (#30874)`` +`84e9cec701 `_ 2023-04-25 ``Prepare docs for ad-hoc release of Amazon provider (#30848)`` +`f3aa33aa13 `_ 2023-04-24 ``Update AWS EMR Cluster Link to use the new dashboard (#30844)`` +`ecaffd5892 `_ 2023-04-24 ``Add a "force" option to emr serverless stop/delete operator (#30757)`` +`62ea0ff21c `_ 2023-04-24 ``Add support for deferrable operators in AMPP (#30032)`` +`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +`e6723aa3f0 `_ 2023-04-21 ``fixes to system tests following obsolete cleanup (#30804)`` +`e8b978a4cf `_ 2023-04-21 ``restore fallback to empty connection behavior (#30806)`` +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` +`e4b8729739 `_ 2023-04-21 ``Remove deprecated code from Amazon provider (#30755)`` +`7e01c09644 `_ 2023-04-21 ``AWS logs. Exit fast when 3 consecutive responses are returned from AWS Cloudwatch logs (#30756)`` +`8a191938b6 `_ 2023-04-21 ``Remove @poke_mode_only from EmrStepSensor (#30774)`` +`fbc1382514 `_ 2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)`` +`c14bc770f6 `_ 2023-04-19 ``add a stop operator to emr serverless (#30720)`` +`d7cef588d6 `_ 2023-04-19 ``SqlToS3Operator - Add feature to partition SQL table (#30460)`` +`221249e872 `_ 2023-04-18 ``Fixed logging issue (#30703)`` +`38f2b4a4df `_ 2023-04-14 ``Organize Amazon providers docs index (#30541)`` +`7c2d3617bf `_ 2023-04-14 ``DynamoDBHook - waiter_path() to consider 'resource_type' or 'client_type' (#30595)`` +`51f9910ecb `_ 2023-04-14 ``Remove duplicate param docstring in EksPodOperator (#30634)`` +`96661789cc `_ 2023-04-14 ``New AWS sensor — DynamoDBValueSensor (#28338)`` +`92cab74b28 `_ 2023-04-12 ``Add ability to override waiter delay in EcsRunTaskOperator (#30586)`` +`2ce1130006 `_ 2023-04-11 ``Add support in AWS Batch Operator for multinode jobs (#29522)`` +`58294c5440 `_ 2023-04-10 ``Decouple "job runner" from BaseJob ORM model (#30255)`` +================================================================================================= =========== =================================================================================================== + +7.4.1 +..... + +Latest change: 2023-04-09 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`874ea9588e `_ 2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)`` +`fa4fb1f5fe `_ 2023-04-05 ``Revert "Add AWS deferrable BatchOperator (#29300)" (#30489)`` +`c1b5eafc82 `_ 2023-04-05 ``Add more info to quicksight error messages (#30466)`` +`77c272e6e8 `_ 2023-04-05 ``Add AWS deferrable BatchOperator (#29300)`` +`2736765956 `_ 2023-04-05 ``add template field for s3 bucket (#30472)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`9fc0f20132 `_ 2023-04-03 ``Add s3_bucket to template fields in SFTP to S3 operator (#30444)`` +`8bf4f62ae6 `_ 2023-04-03 ``Fix 'RedshiftResumeClusterOperator' deferrable implementation (#30370)`` +================================================================================================= =========== ========================================================================== + +7.4.0 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`46d9a0c294 `_ 2023-03-21 ``Make update config behavior optional in GlueJobOperator (#30162)`` +`2a42cb46af `_ 2023-03-21 ``Move and convert all AWS example dags to system tests (#30003)`` +`05c0841880 `_ 2023-03-21 ``custom waiters with dynamic values, applied to appflow (#29911)`` +`0036ef7d35 `_ 2023-03-21 ``Add deferrable mode to 'RedshiftResumeClusterOperator' (#30090)`` +`b54285d0a1 `_ 2023-03-16 ``Remove aws async ci job (#30127)`` +`4effd6f48b `_ 2023-03-14 ``Add 'AwsToAwsBaseOperator' (#30044)`` +`cf77c3b966 `_ 2023-03-13 ``Add deferrable mode in RedshiftPauseClusterOperator (#28850)`` +`3780b01fc4 `_ 2023-03-10 ``Add support of a different AWS connection for DynamoDB (#29452)`` +`d2cc9df82c `_ 2023-03-07 ``Add 'EC2CreateInstanceOperator', 'EC2TerminateInstanceOperator' (#29548)`` +`b6392ae5fd `_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)`` +`bf27e5379c `_ 2023-03-05 ``Move string enum class to utils module + add test (#29906)`` +`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)`` +`2cebdc5007 `_ 2023-03-03 ``rewrite polling code for appflow hook (#28869)`` +================================================================================================= =========== ============================================================================ + +7.3.0 +..... + +Latest change: 2023-03-03 + +================================================================================================= =========== ======================================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================================================= +`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` +`76d8aaa836 `_ 2023-03-02 ``Fix Amazon ECS Enums (#29871)`` +`faf792f634 `_ 2023-03-02 ``Implement custom boto waiters for some EMR operators (#29822)`` +`ea8ce218b9 `_ 2023-03-02 ``Impovements for RedshiftDataOperator: better error reporting and an ability to return SQL results (#29434)`` +`181a825259 `_ 2023-03-01 ``Use waiters in ECS Operators instead of inner sensors (#29761)`` +`5de47910f3 `_ 2023-03-01 ``Allow to specify which connection, variable or config are being looked up in the backend using *_lookup_pattern parameters (#29580)`` +`1f7bc1ab3c `_ 2023-02-28 ``add num rows affected to Redshift Data API hook (#29797)`` +`4b36137a31 `_ 2023-02-28 ``Implement file credentials provider for AWS hook AssumeRoleWithWebIdentity (#29623)`` +`df4abcbcfe `_ 2023-02-27 ``fix code checking job names in sagemaker (#29245)`` +`38b901ec3f `_ 2023-02-24 ``Standardize AWS lambda naming (#29749)`` +`5e006d743d `_ 2023-02-23 ``Avoid emitting fallback message for S3TaskHandler if streaming logs (#29708)`` +`ba2d562cfb `_ 2023-02-22 ``Add 'wait_for_completion' param in 'RedshiftCreateClusterOperator' (#29657)`` +`6c13f04365 `_ 2023-02-22 ``AWS Glue job hook: Make s3_bucket parameter optional (#29659)`` +`45419e23a9 `_ 2023-02-20 ``'RedshiftDataOperator' replace 'await_result' with 'wait_for_completion' (#29633)`` +`0604033829 `_ 2023-02-20 ``Add Amazon Redshift-data to S3<>RS Transfer Operators (#27947)`` +================================================================================================= =========== ======================================================================================================================================= + +7.2.1 +..... + +Latest change: 2023-02-18 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` +`46d45e09cb `_ 2023-02-17 ``Explicitly handle exceptions raised by config parsing in AWS provider (#29587)`` +`cadab59e8d `_ 2023-02-15 ``Fix docstring for EcsRunTaskOperator region_name -> region (#29562)`` +`f9e9d23457 `_ 2023-02-11 ``Restore trigger logging (#29482)`` +`60d4bcd1d1 `_ 2023-02-10 ``Revert "Enable individual trigger logging (#27758)" (#29472)`` +================================================================================================= =========== ================================================================================== + +7.2.0 +..... + +Latest change: 2023-02-08 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`1b18a501fe `_ 2023-02-03 ``Enable individual trigger logging (#27758)`` +`cb0c90bd66 `_ 2023-02-02 ``Decrypt SecureString value obtained by SsmHook (#29142)`` +`efc8857d55 `_ 2023-02-01 ``log the observed status in redshift sensor (#29274)`` +`a671561b8e `_ 2023-01-31 ``shorten other wait times in sys tests (#29254)`` +`aacf4da7e8 `_ 2023-01-30 ``Use thin/passthrough hook instead of one-liner hook method (#29252)`` +`62825678b3 `_ 2023-01-30 ``Move imports in AWS SqlToS3Operator transfer to callable function (#29045)`` +`5490102a41 `_ 2023-01-30 ``Add option to wait for completion on the EmrCreateJobFlowOperator (#28827)`` +`44024564cb `_ 2023-01-27 ``fix: 'num_of_dpus' typehints- GlueJobHook/Operator (#29176)`` +`e1a14ae9ee `_ 2023-01-27 ``Fix false-positive spellcheck failure (#29190)`` +`2493476a7e `_ 2023-01-26 ``introduce base class for EKS sensors (#29053)`` +`2c4928da40 `_ 2023-01-24 ``introduce a method to convert dictionaries to boto-style key-value lists (#28816)`` +`efaed34213 `_ 2023-01-23 ``Add transfer operator S3 to (generic) SQL (#29085)`` +`6190e34388 `_ 2023-01-23 ``add retries to stop_pipeline on conflict (#29077)`` +`17e8bb7f9e `_ 2023-01-19 ``Update provide_bucket_name() decorator to handle new conn_type (#28706)`` +`1ab7ea81a1 `_ 2023-01-19 ``uniformize getting hook through cached property in aws sensors (#29001)`` +`395b731b94 `_ 2023-01-18 ``Add log for AWS Glue Job Console URL (#28925)`` +`3a3adfb8e6 `_ 2023-01-15 ``Fix typo in DataSyncHook boto3 methods for create location in NFS and EFS (#28948)`` +`198e96aca1 `_ 2023-01-14 ``Use boto3 intersphinx inventory in documentation/docstrings. (#28945)`` +================================================================================================= =========== ====================================================================================== + +7.1.0 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ============================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`923bcd2865 `_ 2023-01-13 ``new operator to create a sagemaker experiment (#28837)`` +`3e4e5b1fdb `_ 2023-01-13 ``Add ''configuration_overrides'' to templated fields (#28920)`` +`9a643363e9 `_ 2023-01-12 ``Avoid circular import from S3HookUriParseFailure (#28908)`` +`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` +`870ecd477a `_ 2023-01-11 ``Add a new SSM hook and use it in the System Test context builder (#28755)`` +`3baa40d72c `_ 2023-01-10 ``Use compat for cached_property in AWS Batch modules (#28835)`` +`3eee33ac8c `_ 2023-01-06 ``Apply "unify bucket and key" before "provide bucket" (#28710)`` +`3a7cb66784 `_ 2023-01-06 ``Update S3ToRedshiftOperator docs to inform users about multiple key functionality (#28705)`` +`a9493c1317 `_ 2023-01-06 ``Add waiter config params to emr.add_job_flow_steps (#28464)`` +`ce188e5093 `_ 2023-01-05 ``Refactor waiter function and improve unit tests (#28753)`` +`e8533d295e `_ 2023-01-05 ``Add AWS Sagemaker Auto ML operator and sensor (#28472)`` +`8c5ee5e3c1 `_ 2023-01-04 ``Better exception raised in case of numpy missing (#28722)`` +`9ab9c18d68 `_ 2023-01-04 ``Don't call get_connection from provide_bucket_name (#28716)`` +================================================================================================= =========== ============================================================================================== + +7.0.0 +..... + +Latest change: 2023-01-02 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`3ce7cbbda1 `_ 2022-12-30 ``add description of breaking changes (#28582)`` +`297aa7480e `_ 2022-12-23 ``Add execution role parameter to AddStepsOperator (#28484)`` +`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)`` +`d9ae90fc64 `_ 2022-12-21 ``Make pandas dependency optional for Amazon Provider (#28505)`` +`39abd5e065 `_ 2022-12-21 ``Add AWS SageMaker operator to register a model's version (#28024)`` +`fefcb1d567 `_ 2022-12-20 ``Add link for EMR Steps Sensor logs (#28180)`` +`e377e869da `_ 2022-12-19 ``Fix EmrAddStepsOperature wait_for_completion parameter is not working (#28052)`` +`21f0600f69 `_ 2022-12-18 ``Correctly template Glue Jobs 'create_job_kwargs' arg (#28403)`` +`8e0df8881f `_ 2022-12-17 ``Add Amazon Elastic Container Registry (ECR) Hook (#28279)`` +`29f574301a `_ 2022-12-15 ``Add EMR Notebook operators (#28312)`` +`381160c0f6 `_ 2022-12-14 ``Fix template rendered bucket_key in S3KeySensor (#28340)`` +`9d9b15989a `_ 2022-12-14 ``Create 'LambdaCreateFunctionOperator' and sensor (#28241)`` +`27569a8b37 `_ 2022-12-13 ``Better support for Boto Waiters (#28236)`` +`fb5182bb2f `_ 2022-12-12 ``Fix S3KeySensor documentation (#28297)`` +`1eaedc8ae8 `_ 2022-12-08 ``Improve docstrings for 'AwsLambdaInvokeFunctionOperator' (#28233)`` +`a6315c2f4e `_ 2022-12-08 ``Amazon Provider Package user agent (#27823)`` +`0d90c62bac `_ 2022-12-06 ``Fix Type Error while using DynamoDBToS3Operator (#28158)`` +`b609ab9001 `_ 2022-12-06 ``AWSGlueJobHook updates job configuration if it exists (#27893)`` +`3ee5c404b7 `_ 2022-12-06 ``Fix GlueCrawlerOperature failure when using tags (#28005)`` +`0da004838f `_ 2022-12-06 ``Allow waiter to be configured via EmrServerless Operators (#27784)`` +`0ef8d934f2 `_ 2022-12-06 ``Add operators + sensor for aws sagemaker pipelines (#27786)`` +`7398853c86 `_ 2022-12-06 ``Update RdsHook docstrings to match correct argument names (#28108)`` +`8f0265d0d9 `_ 2022-12-05 ``AWS Secrets Manager Backend - major update (#27920)`` +`8cf6dca36b `_ 2022-12-05 ``add some important log in aws athena hook (#27917)`` +`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)`` +`527b948856 `_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)`` +`0cd969c9c1 `_ 2022-12-02 ``Lambda hook: make runtime and handler optional (#27778)`` +================================================================================================= =========== =================================================================================== + +6.2.0 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== =================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================================== +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`2ab5c1fdf0 `_ 2022-11-26 ``Add retry option in RedshiftDeleteClusterOperator to retry when an operation is running in the cluster (#27820)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +`336e065e6a `_ 2022-11-23 ``Correct job name matching in SagemakerProcessingOperator (#27634)`` +`239440df23 `_ 2022-11-17 ``System Test for EMR (AIP-47) (#27286)`` +`2bba98f109 `_ 2022-11-17 ``Use Boto waiters instead of customer _await_status method for RDS Operators (#27410)`` +`2063e141e4 `_ 2022-11-17 ``Handle transient state errors in 'RedshiftResumeClusterOperator' and 'RedshiftPauseClusterOperator' (#27276)`` +================================================================================================= =========== =================================================================================================================== + +6.1.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ============================================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)`` +`0a059eea67 `_ 2022-11-11 ``sagemaker operators: mutualize init of aws_conn_id (#27579)`` +`c490a328f4 `_ 2022-11-11 ``CloudWatch task handler doesn't fall back to local logs when Amazon CloudWatch logs aren't found (#27564)`` +`9f9ab30218 `_ 2022-11-11 ``SagemakerProcessingOperator stopped honoring 'existing_jobs_found' (#27456)`` +`f919abc918 `_ 2022-11-10 ``Fix backwards compatibility for RedshiftSQLOperator (#27602)`` +`a5c0aeb566 `_ 2022-11-10 ``Add info about JSON Connection format for AWS SSM Parameter Store Secrets Backend (#27134)`` +`2ef15c5da0 `_ 2022-11-10 ``Add default name to EMR Serverless jobs (#27458)`` +`4dc9b1c592 `_ 2022-11-08 ``Sagemaker hook: remove extra call at the end when waiting for completion (#27551)`` +`d479b99388 `_ 2022-11-07 ``Fix typo in redshift sql hook get_ui_field_behaviour (#27533)`` +`5cd78cf425 `_ 2022-11-06 ``Upgrade dependencies in order to avoid backtracking (#27531)`` +`531f2d2116 `_ 2022-11-04 ``Code quality improvements on sagemaker operators/hook (#27453)`` +`1bbd8fe3ef `_ 2022-10-28 ``Fix example_emr_serverless system test (#27149)`` +`9e2eac3b6c `_ 2022-10-28 ``Fix param in docstring RedshiftSQLHook get_table_primary_key method (#27330)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`6b2dc6f2cc `_ 2022-10-27 ``System test for SQL to S3 Transfer (AIP-47) (#27097)`` +`777b57f0c6 `_ 2022-10-26 ``Adding 'preserve_file_name' param to 'S3Hook.download_file' method (#26886)`` +`6a1a6f7bef `_ 2022-10-26 ``Adds s3_key_prefix to template fields (#27207)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`737e50a02a `_ 2022-10-21 ``Fix assume role if user explicit set credentials (#26946)`` +`0e8dcdc4ff `_ 2022-10-21 ``Add GlacierUploadArchiveOperator (#26652)`` +`a2413cf6ca `_ 2022-10-19 ``Add RdsStopDbOperator and RdsStartDbOperator (#27076)`` +`d4bfccb3c9 `_ 2022-10-19 ``ECS Buglette (#26921)`` +`9fed22fc99 `_ 2022-10-18 ``'GoogleApiToS3Operator' : add 'gcp_conn_id' to template fields (#27017)`` +`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` +`f8d7290178 `_ 2022-10-10 ``Improve testing AWS Connection response (#26953)`` +`66294de4e0 `_ 2022-10-10 ``Fix failure state in waiter call for EmrServerlessStartJobOperator. (#26853)`` +`62d5bab3b4 `_ 2022-10-10 ``Convert emr_eks example dag to system test (#26723)`` +`e68c8b9d52 `_ 2022-10-10 ``System test for Dynamo DB (#26729)`` +`f17abcc931 `_ 2022-10-09 ``ECS System Test (#26808)`` +`db02c29789 `_ 2022-10-09 ``RDS Instance System Tests (#26733)`` +`6dd4593829 `_ 2022-10-07 ``Fix a bunch of deprecation warnings AWS tests (#26857)`` +`8a1bbcfcb3 `_ 2022-10-06 ``Avoid circular imports in AWS Secrets Backends if obtain secrets from config (#26784)`` +`f3ad164aef `_ 2022-10-01 ``Add information about Amazon Elastic MapReduce Connection (#26687)`` +`9c59312fbc `_ 2022-10-01 ``Fix null strings bug in SqlToS3Operator in non parquet formats (#26676)`` +`677df10254 `_ 2022-09-30 ``Add BatchOperator template fields (#26805)`` +================================================================================================= =========== ============================================================================================================= + +6.0.0 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== =========================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================== +`ec1615b589 `_ 2022-09-28 ``Fix errors in CHANGELOGS for slack and amazon (#26746)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`4970bccfa6 `_ 2022-09-27 ``Change links to 'boto3' documentation (#26708)`` +`89e44c46ad `_ 2022-09-27 ``Remove duplicated connection-type within the provider (#26628)`` +`9b232846b3 `_ 2022-09-26 ``Redshift to S3 and S3 to Redshift System test (AIP-47) (#26613)`` +`0c7b4cbf62 `_ 2022-09-22 ``Fix SageMakerEndpointConfigOperator's return value (#26541)`` +`d0951366d7 `_ 2022-09-21 ``Convert example_eks_with_fargate_in_one_step.py and example_eks_with_fargate_profile to AIP-47 (#26537)`` +`cf73cb79d7 `_ 2022-09-21 ``Remove Amazon S3 Connection Type (#25980)`` +`956ea7c40e `_ 2022-09-21 ``Redshift System Test (AIP-47) (#26187)`` +`5b2d0e02c6 `_ 2022-09-21 ``GoogleAPIToS3Operator System Test (AIP-47) (#26370)`` +`23d4f632d7 `_ 2022-09-21 ``Convert EKS with Nodegroups sample DAG to a system test (AIP-47) (#26539)`` +`156fbd0c67 `_ 2022-09-21 ``Convert EC2 sample DAG to system test (#26540)`` +`0751b77048 `_ 2022-09-21 ``Convert S3 example DAG to System test (AIP-47) (#26535)`` +`8f1c78f6e0 `_ 2022-09-19 ``EMR Serverless Fix for Jobs marked as success even on failure (#26218)`` +`a2b186a152 `_ 2022-09-19 ``Fix AWS Connection warn condition for invalid 'profile_name' argument (#26464)`` +`f51587e85e `_ 2022-09-19 ``Remove redundand catch exception in Amazon Log Task Handlers (#26442)`` +`13892883cf `_ 2022-09-19 ``Convert 'example_eks_with_nodegroup_in_one_step' sample DAG to system test (AIP-47) (#26410)`` +`3783be420c `_ 2022-09-19 ``Migrate DMS sample dag to system test (#26270)`` +`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`d5820a77e8 `_ 2022-09-12 ``Athena and EMR operator max_retries mix-up fix (#25971)`` +`a45ab47d7a `_ 2022-09-09 ``Add RdsDbSensor to amazon provider package (#26003)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +`1573ab9014 `_ 2022-09-06 ``Fixes SageMaker operator return values (#23628)`` +`751cb9a826 `_ 2022-09-05 ``Set template_fields on RDS operators (#26005)`` +================================================================================================= =========== =========================================================================================================== + +5.1.0 +..... + +Latest change: 2022-09-05 + +================================================================================================= =========== ====================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================== +`25d0baa4ee `_ 2022-09-05 ``Prepare bug-fix release of providers out of band (#26109)`` +`6c57acc654 `_ 2022-08-31 ``Additional mask aws credentials (#26014)`` +`6d703dd9e1 `_ 2022-08-31 ``Fix display aws connection info (#26025)`` +`8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` +`1d06374194 `_ 2022-08-30 ``Hook into Mypy to get rid of those cast() (#26023)`` +`1ed014647e `_ 2022-08-29 ``Add 'output' property to MappedOperator (#25604)`` +`dbfa6487b8 `_ 2022-08-27 ``Fix 'EcsBaseOperator' and 'EcsBaseSensor' arguments (#25989)`` +`c9c89e5c3b `_ 2022-08-27 ``Add RedshiftDeleteClusterSnapshotOperator (#25975)`` +`695e1a53f8 `_ 2022-08-27 ``Raise an error on create bucket if use regional endpoint for us-east-1 and region not set (#25945)`` +`b75797e809 `_ 2022-08-27 ``Fix EMR serverless system test (#25969)`` +`810f3847c2 `_ 2022-08-27 ``Update AWS system tests to use SystemTestContextBuilder (#25748)`` +`626a54904a `_ 2022-08-26 ``Convert Quicksight Sample DAG to System Test (#25696)`` +`994f18872a `_ 2022-08-25 ``Add redshift create cluster snapshot operator (#25857)`` +`1a1f352479 `_ 2022-08-23 ``Add Airflow specific warning classes (#25799)`` +`6b7a343b25 `_ 2022-08-22 ``Implement 'EmrEksCreateClusterOperator' (#25816)`` +`e1ace8d018 `_ 2022-08-21 ``Fix RDS system test (#25839)`` +`f1e0a48500 `_ 2022-08-19 ``Avoid circular import problems when instantiating AWS SM backend (#25810)`` +`92fce4fe87 `_ 2022-08-19 ``Improve error handling/messaging around bucket exist check (#25805)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +`b9b8841ef3 `_ 2022-08-16 ``Allow AWS Secrets Backends use AWS Connection capabilities (#25628)`` +`762588dcf4 `_ 2022-08-15 ``fix bug construction of Connection object in version 5.0.0rc3 (#25716)`` +`1b412c9cbe `_ 2022-08-10 ``Consolidate to one 'schedule' param (#25410)`` +================================================================================================= =========== ====================================================================================================== + +5.0.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ========================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================================================== +`5923788143 `_ 2022-08-10 ``Fix CHANGELOG for common.sql provider and add amazon commit (#25636)`` +`358593c6b6 `_ 2022-08-10 ``Enable multiple query execution in RedshiftDataOperator (#25619)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`8a1b7d43e0 `_ 2022-08-10 ``Refactor monolithic ECS Operator into Operators, Sensors, and a Hook (#25413)`` +`85137f3763 `_ 2022-08-09 ``Remove deprecated modules from Amazon provider package (#25609)`` +`a0212a3593 `_ 2022-08-08 ``refactor: Deprecate parameter 'host' as an extra attribute for the connection. Depreciation is happening in favor of 'endpoint_url' in extra. (#25494)`` +`ae7bf47410 `_ 2022-08-07 ``Avoid requirement that AWS Secret Manager JSON values be urlencoded. (#25432)`` +`65ac62867e `_ 2022-08-07 ``Get boto3.session.Session by appropriate method (#25569)`` +`33fbe75dd5 `_ 2022-08-06 ``System test for EMR Serverless (#25559)`` +`029e3ae96f `_ 2022-08-05 ``Remove deprecated modules (#25543)`` +`d4f560b98e `_ 2022-08-05 ``Fix S3Hook transfer config arguments validation (#25544)`` +`8df84e99b7 `_ 2022-08-05 ``Add EMR Serverless Operators and Hooks (#25324)`` +`4193558e80 `_ 2022-08-05 ``Resolve Amazon Hook's 'region_name' and 'config' in wrapper (#25336)`` +`171aaf017a `_ 2022-08-04 ``Hide unused fields for Amazon Web Services connection (#25416)`` +`cd14f3f65a `_ 2022-08-03 ``Convert Local to S3 example DAG to System Test (AIP-47) (#25345)`` +`007b1920dd `_ 2022-08-02 ``Enable Auto-incrementing Transform job name in SageMakerTransformOperator (#25263)`` +`c6d3b48d5d `_ 2022-07-28 ``Convert ECS Fargate Sample DAG to System Test (#25316)`` +`432977be0c `_ 2022-07-26 ``Resolve and validate AWS Connection parameters in wrapper (#25256)`` +`ceb1658565 `_ 2022-07-22 ``Fix BatchOperator links on wait_for_completion = True (#25228)`` +`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` +`d66e427c4d `_ 2022-07-22 ``Sagemaker System Tests - Part 3 of 3 - example_sagemaker_endpoint.py (AIP-47) (#25134)`` +`f6bda38e20 `_ 2022-07-21 ``Convert RDS Export Sample DAG to System Test (AIP-47) (#25205)`` +`47b72056c4 `_ 2022-07-21 ``SQSPublishOperator should allow sending messages to a FIFO Queue (#25171)`` +`6d41067cf7 `_ 2022-07-19 ``Standardize AwsLambda (#25100)`` +`c6d9bccdb6 `_ 2022-07-19 ``AIP-47 - Migrate redshift DAGs to new design #22438 (#24239)`` +`5a77c46bf0 `_ 2022-07-19 ``Glue Job Driver logging (#25142)`` +`c48c185627 `_ 2022-07-18 ``Convert Glue Sample DAG to System Test (#25136)`` +`693fe60de4 `_ 2022-07-18 ``Makes changes to SqlToS3Operator method _fix_int_dtypes (#25083)`` +`b7f51b9156 `_ 2022-07-18 ``Convert the batch sample dag to system tests (AIP-47) (#24448)`` +`e32e9c5880 `_ 2022-07-18 ``Bump typing-extensions and mypy for ParamSpec (#25088)`` +`77f51dcf72 `_ 2022-07-16 ``Migrate datasync sample dag to system tests (AIP-47) (#24354)`` +`d872edacfe `_ 2022-07-16 ``Sagemaker System Tests - Part 2 of 3 - example_sagemaker.py (#25079)`` +`f611b1feff `_ 2022-07-15 ``Migrate lambda sample dag to system test (AIP-47) (#24355)`` +`543161a1af `_ 2022-07-15 ``SageMaker system tests - Part 1 of 3 - Prep Work (AIP-47) (#25078)`` +================================================================================================= =========== ========================================================================================================================================================== + +4.1.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`109acc75c4 `_ 2022-07-08 ``Convert RDS Event and Snapshot Sample DAGs to System Tests (#24932)`` +`60c2a3bf82 `_ 2022-07-08 ``Refactor and fix AWS secret manager invalid exception (#24898)`` +`c1526a2888 `_ 2022-07-07 ``Convert Step Functions Example DAG to System Test (AIP-47) (#24643)`` +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +`c61f86dde5 `_ 2022-07-05 ``Update AWS Connection docs and deprecate some extras (#24670)`` +`210549c658 `_ 2022-07-04 ``Add test_connection method to AWS hook (#24662)`` +`e2fd41f7b1 `_ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)`` +`46ac083f7e `_ 2022-07-01 ``Align Black and blacken-docs configs (#24785)`` +`49925be664 `_ 2022-07-01 ``Restore Optional value of script_location (#24754)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`45b11d4ed1 `_ 2022-06-29 ``Use our yaml util in all providers (#24720)`` +`bf727525e1 `_ 2022-06-28 ``Add AWS operators to create and delete RDS Database (#24099)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`9b4a053bc6 `_ 2022-06-28 ``Add batch option to 'SqsSensor' (#24554)`` +`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +`e477f4ba6c `_ 2022-06-21 ``Amazon appflow (#24057)`` +`7293e31f1c `_ 2022-06-20 ``Make extra_args in S3Hook immutable between calls (#24527)`` +`f48112ccff `_ 2022-06-20 ``Convert SQS Sample DAG to System Test (#24513)`` +`796e0a0b52 `_ 2022-06-19 ``fix: RedshiftDataHook and RdsHook not use cached connection (#24387)`` +`cfbcd31b69 `_ 2022-06-14 ``Convert Cloudformation Sample DAG to System Test (#24447)`` +`7d8a17b210 `_ 2022-06-14 ``Add AWS Batch & AWS CloudWatch Extra Links (#24406)`` +`08b675cf66 `_ 2022-06-13 ``Fix links to sources for examples (#24386)`` +`a1e417c4fe `_ 2022-06-12 ``Convert SNS Sample DAG to System Test (#24384)`` +`19dd9f5873 `_ 2022-06-12 ``Refactoring EmrClusterLink and add for other AWS EMR Operators (#24294)`` +`7fed7f31c3 `_ 2022-06-11 ``Fix S3KeySensor. See #24321 (#24378)`` +`99d9833631 `_ 2022-06-10 ``Fix: 'emr_conn_id' should be optional in 'EmrCreateJobFlowOperator' (#24306)`` +================================================================================================= =========== ================================================================================ + +4.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== =========================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`dc9c083a4b `_ 2022-06-08 ``fix: patches #24215. Won't raise KeyError when 'create_job_kwargs' contains the 'Command' key. (#24308)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`b1ad017cee `_ 2022-06-07 ``pydocstyle D202 added (#24221)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`b88ce95188 `_ 2022-06-07 ``Update doc and sample dag for EMR Containers (#24087)`` +`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` +`41898d8922 `_ 2022-06-06 ``Refactor GlueJobHook get_or_create_glue_job method. (#24215)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`daa138c8eb `_ 2022-06-04 ``fix: StepFunctionHook ignores explicit set 'region_name' (#23976)`` +`5b32966c35 `_ 2022-06-03 ``Remove old Athena Sample DAG (#24170)`` +`595981c8ad `_ 2022-05-31 ``Light Refactor and Clean-up AWS Provider (#23907)`` +`94f2ce9342 `_ 2022-05-30 ``Add partition related methods to GlueCatalogHook: (#23857)`` +`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` +`47fc253ea4 `_ 2022-05-24 ``Move string arg evals to 'execute()' in 'EksCreateClusterOperator' (#23877)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +`5d2296becb `_ 2022-05-22 ``Fix Amazon EKS example DAG raises warning during Imports (#23849)`` +`e54ca47262 `_ 2022-05-22 ``Add support for associating custom tags to job runs submitted via EmrContainerOperator (#23769)`` +`69f444f87a `_ 2022-05-22 ``Add number of node params only for single-node cluster in RedshiftCreateClusterOperator (#23839)`` +`509b277dce `_ 2022-05-22 ``Update sample dag and doc for RDS (#23651)`` +`4c9f756035 `_ 2022-05-20 ``Reformat the whole AWS documentation (#23810)`` +`fb3b980b5d `_ 2022-05-19 ``Update the DMS Sample DAG and Docs (#23681)`` +`64d0d9cd92 `_ 2022-05-17 ``Add AWS project structure tests (re: AIP-47) (#23630)`` +`ca25436108 `_ 2022-05-16 ``Add doc and sample dag for GCSToS3Operator (#23730)`` +`1a8f1ee276 `_ 2022-05-12 ``Update doc and sample dag for Quicksight (#23653)`` +`094e50eb43 `_ 2022-05-12 ``Replace "absolute()" with "resolve()" in pathlib objects (#23675)`` +================================================================================================= =========== =========================================================================================================== + +3.4.0 +..... + +Latest change: 2022-05-12 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`3ed895bb7b `_ 2022-05-11 ``Add 'RedshiftDeleteClusterOperator' support (#23563)`` +`5c149c341e `_ 2022-05-10 ``Add Quicksight create ingestion Hook and Operator (#21863)`` +`d21e49dfda `_ 2022-05-10 ``Add sample dag and doc for S3ListPrefixesOperator (#23448)`` +`7354d2eac9 `_ 2022-05-09 ``Add sample dag and doc for S3ListOperator (#23449)`` +`389676bb0d `_ 2022-05-09 ``Add doc and sample dag for EC2 (#23547)`` +`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` +`ec4dcce338 `_ 2022-05-09 ``Update sample dag and doc for Datasync (#23511)`` +`5d1e6ff19a `_ 2022-05-09 ``Add default 'aws_conn_id' to SageMaker Operators #21808 (#23515)`` +`c3386c5fcf `_ 2022-05-09 ``Fix conn close error on retrieving log events (#23470)`` +`ad863ce510 `_ 2022-05-08 ``Amazon Sagemaker Sample DAG and docs update (#23256)`` +`27a80511ec `_ 2022-05-07 ``Fix LocalFilesystemToS3Operator and S3CreateObjectOperator to support full s3:// style keys (#23180)`` +`46af5baba8 `_ 2022-05-07 ``Update the Athena Sample DAG and Docs (#23428)`` +`6065d1203e `_ 2022-05-06 ``Update docs Amazon Glacier Docs (#23372)`` +`7f40fa0130 `_ 2022-05-04 ``Add doc and example dag for Amazon SQS Operators (#23312)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`d6141c6594 `_ 2022-05-01 ``Fix attempting to reattach in 'ECSOperator' (#23370)`` +`fa0d93418b `_ 2022-04-30 ``Allow back script_location in Glue to be None (#23357)`` +`9021c2b97d `_ 2022-04-26 ``Fix doc build failure on main (#23240)`` +`754e293c54 `_ 2022-04-26 ``Add RedshiftCreateClusterOperator`` +`ff85c12f4a `_ 2022-04-26 ``Fix "Chain not supported for different length Iterable"`` +`444794446d `_ 2022-04-26 ``Add sample dag and doc for S3KeysUnchangedSensor`` +`692a089943 `_ 2022-04-25 ``Add doc and sample dag for S3FileTransformOperator`` +`8cfb2be989 `_ 2022-04-25 ``Add doc and example dag for AWS Step Functions Operators`` +`d91b6cd40f `_ 2022-04-23 ``'S3Hook': fix 'load_bytes' docstring (#23182)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`9e1ac6e425 `_ 2022-04-20 ``Add 'S3CreateObjectOperator' (#22758)`` +`ddb5d9b4a2 `_ 2022-04-14 ``Add doc and sample dag for S3CopyObjectOperator and S3DeleteObjectsOperator (#22959)`` +`dffb0d27f2 `_ 2022-04-12 ``Deprecate 'S3PrefixSensor' and 'S3KeySizeSensor' in favor of 'S3KeySensor' (#22737)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== ======================================================================================================== + +3.3.0 +..... + +Latest change: 2022-04-07 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`de84eaf1b0 `_ 2022-04-06 ``Pass custom headers through in SES email backend (#22667)`` +`e7650b85a3 `_ 2022-03-31 ``Add doc and sample dag for SqlToS3Operator (#22603)`` +`898d31e9c2 `_ 2022-03-31 ``Adds HiveToDynamoDB Transfer Sample DAG and Docs (#22517)`` +`616a5dd4d7 `_ 2022-03-31 ``Add doc and sample dag for MongoToS3Operator (#22575)`` +`55ee62e28a `_ 2022-03-31 ``Add doc for LocalFilesystemToS3Operator (#22574)`` +`02526b3f64 `_ 2022-03-27 ``Add doc and example dag for AWS CloudFormation Operators (#22533)`` +`df473d7e89 `_ 2022-03-27 ``GoogleApiToS3Operator: update sample dag and doc (#22507)`` +`d91b8334f0 `_ 2022-03-27 ``SalesforceToS3Operator: update sample dag and doc (#22489)`` +`8ade99f97d `_ 2022-03-27 ``Add doc and sample dag for S3ToFTPOperator and FTPToS3Operator (#22534)`` +`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` +================================================================================================= =========== ================================================================================== + +3.2.0 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ================================================================================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================================================================================ +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`4de9d6622c `_ 2022-03-22 ``ImapAttachmentToS3Operator: fix it, update sample dag and update doc (#22351)`` +`e972b6a48d `_ 2022-03-21 ``Add docs and example dag for AWS Glue (#22295)`` +`dd0cbaad3f `_ 2022-03-21 ``Update doc and sample dag for S3ToSFTPOperator and SFTPToS3Operator (#22313)`` +`5eb6335742 `_ 2022-03-19 ``Update sample dag and doc for S3CreateBucketOperator, S3PutBucketTaggingOperator, S3GetBucketTaggingOperator, S3DeleteBucketTaggingOperator, S3DeleteBucketOperator (#22312)`` +`926f6d1894 `_ 2022-03-15 ``Add arguments to filter list: start_after_key, from_datetime, to_datetime, object_filter callable (#22231)`` +================================================================================================= =========== ================================================================================================================================================================================ + +3.1.1 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ===================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`46c61ed3e9 `_ 2022-03-14 ``EMR Sample DAG and Docs Update (#22189)`` +`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` +`4f6d24f865 `_ 2022-03-14 ``use different logger to avoid duplicate log entry (#22256)`` +`6f8f535619 `_ 2022-03-14 ``Add sample dags and update doc for RedshiftClusterSensor, RedshiftPauseClusterOperator and RedshiftResumeClusterOperator (#22128)`` +`a840561e1f `_ 2022-03-13 ``AWS RDS integration fixes (#22125)`` +`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` +`46a120dc5f `_ 2022-03-11 ``Fix RedshiftDataOperator and update doc (#22157)`` +`e63f6e36d1 `_ 2022-03-11 ``additional information in the ECSOperator around support of launch_type=EXTERNAL (#22093)`` +`16ad03cae5 `_ 2022-03-11 ``Bugfix for retrying on provision failuers(#22137)`` +`bd809bc83a `_ 2022-03-09 ``If uploading task logs to S3 fails, retry once (#21981)`` +`45162565db `_ 2022-03-08 ``EMR on EKS Sample DAG and Docs Update (#22095)`` +`c7286e5306 `_ 2022-03-08 ``Bug-fix GCSToS3Operator (#22071)`` +`184a46fc93 `_ 2022-03-08 ``refactors polling logic for athena queries (#21488)`` +`a150ee0bc1 `_ 2022-03-08 ``Add template fields to DynamoDBToS3Operator (#22080)`` +`c8d49f63ca `_ 2022-03-08 ``fixes query status polling logic (#21423)`` +`374354dda7 `_ 2022-03-08 ``Dynamo to S3 Sample DAG and Docs (#21920)`` +`c1faaf3745 `_ 2022-03-07 ``Add sample dag and doc for RedshiftToS3Operator (#22060)`` +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`0209a5c3f0 `_ 2022-03-07 ``Add docs and sample dags for AWS Batch (#22010)`` +`01a1a263fd `_ 2022-03-07 ``retry on very specific eni provision failures (#22002)`` +`c22fb319ff `_ 2022-03-07 ``Cleanup RedshiftSQLOperator documentation (#21976)`` +`7724a5a2ec `_ 2022-03-07 ``Move S3ToRedshiftOperator documentation to transfer dir (#21975)`` +`80c52a1875 `_ 2022-03-06 ``Added AWS RDS sensors (#21231)`` +`f968eba470 `_ 2022-03-06 ``Added AWS RDS operators (#20907)`` +`a9b7dd6900 `_ 2022-03-06 ``Resolve mypy issue in athena example dag (#22020)`` +`9ce45ff756 `_ 2022-03-04 ``Rename 'S3' hook name to 'Amazon S3' (#21988)`` +`af79df69b2 `_ 2022-03-02 ``Add RedshiftDataHook (#19137)`` +`3f9295a4f4 `_ 2022-03-02 ``Update ECS sample DAG and Docs to new standards (#21828)`` +`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` +`33edeb2cb1 `_ 2022-03-01 ``Feature: Add invoke lambda function operator (#21686)`` +`3218cca14b `_ 2022-03-01 ``Fix the Type Hints in ''RedshiftSQLOperator'' (#21885)`` +`c819b4f8d0 `_ 2022-02-28 ``Configurable AWS Session Factory (#21778)`` +`5276ef8ad9 `_ 2022-02-28 ``Add JSON output on SqlToS3Operator (#21779)`` +`cb24ee9414 `_ 2022-02-27 ``Add SageMakerDeleteModelOperator (#21673)`` +`f0b6398dd6 `_ 2022-02-26 ``Bug Fix - S3DeleteObjectsOperator will try and delete all keys (#21458)`` +`037865970b `_ 2022-02-26 ``Added Hook for Amazon RDS. Added 'boto3_stub' library for autocomplete. (#20642)`` +`dec05fb6b2 `_ 2022-02-19 ``Update EKS sample DAGs and docs (#21523)`` +`b28f4c578c `_ 2022-02-19 ``Fix Amazon SES emailer signature (#21681)`` +`fc44836504 `_ 2022-02-15 ``S3KeySensor to use S3Hook url parser (#21500)`` +`69bf74f9a6 `_ 2022-02-15 ``Fix EcsOperatorError, so it can be loaded from a picklefile (#21441)`` +`21a90c5b7e `_ 2022-02-15 ``Get log events after sleep to get all logs (#21574)`` +`8e81615edb `_ 2022-02-11 ``[doc] Improve s3 operator example by adding task upload_keys (#21422)`` +`2c5f636e5c `_ 2022-02-11 ``Use temporary file in GCSToS3Operator (#21295)`` +`598e836043 `_ 2022-02-09 ``Added SNS example DAG and rst (#21475)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +================================================================================================= =========== ===================================================================================================================================== + +3.0.0 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`33ca0f2654 `_ 2022-02-08 ``eks_hook log level fatal -> FATAL (#21427)`` +`8f81b9a01c `_ 2022-02-08 ``Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)`` +`d1150182cb `_ 2022-02-06 ``Bug fix in AWS glue operator related to num_of_dpus #19787 (#21353)`` +`0a6ea572fb `_ 2022-02-06 ``Fix to check if values are integer or float and convert accordingly. (#21277)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` +`5185d6ab26 `_ 2022-01-29 ``Alleviate import warning for 'EmrClusterLink' in deprecated AWS module (#21195)`` +`7ae156fd29 `_ 2022-01-29 ``[SQSSensor] Add opt-in to disable auto-delete messages (#21159)`` +`ff4939f23c `_ 2022-01-25 ``Remove ':type' directives from 'SqlToS3Operator' (#21079)`` +`bad070f7f4 `_ 2022-01-24 ``Create a generic operator SqlToS3Operator and deprecate the MySqlToS3Operator. (#20807)`` +`c5ffe0c2da `_ 2022-01-23 ``fix: cloudwatch logs fetch logic (#20814)`` +`27b77d37a9 `_ 2022-01-21 ``Fix all Amazon Provider MyPy errors (#20935)`` +`73c0d241d8 `_ 2022-01-21 ``Remove a few stray ':type's in docs (#21014)`` +`a59a2be571 `_ 2022-01-21 ``Move some base_aws logging from info to debug level (#20858)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`34efb42ebe `_ 2022-01-20 ``Rename params to cloudformation_parameter in CloudFormation operators. (#20989)`` +`730db3fb77 `_ 2022-01-18 ``Remove all "fake" stub files (#20936)`` +`307d356519 `_ 2022-01-14 ``AWS: Adds support for optional kwargs in the EKS Operators (#20819)`` +`b15027410b `_ 2022-01-14 ``Fix MyPy issues in AWS Sensors (#20863)`` +`ce06e6b917 `_ 2022-01-13 ``AwsAthenaOperator: do not generate ''client_request_token'' if not provided (#20854)`` +`f8fd0f7b4c `_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` +`341b461e4f `_ 2022-01-09 ``Fix mypy in providers/aws/hooks (#20353)`` +`6776586904 `_ 2022-01-09 ``Standardize AWS SQS classes names (#20732)`` +`88e3f2ae5e `_ 2022-01-08 ``Rename amazon EMR hook name (#20767)`` +`0ebd55e0f8 `_ 2022-01-06 ``Standardize AWS Batch naming (#20369)`` +`88ea157507 `_ 2022-01-06 ``Standardize AWS Redshift naming (#20374)`` +`51dc4fd808 `_ 2022-01-06 ``Fix MyPy issues in AWS Sensors (#20717)`` +`dd12cfcfe9 `_ 2022-01-06 ``Fix MyPy in Amazon provider for Sagemaker operator (#20715)`` +`cf5c31137d `_ 2022-01-06 ``Fix MyPy errors for Amazon DMS in hooks and operator (#20710)`` +`6af2137ef0 `_ 2022-01-06 ``Fix MyPy issues in ''airflow/providers/amazon/aws/transfers'' (#20708)`` +`1fc0fa5ea9 `_ 2022-01-06 ``Standardize DynamoDB naming (#20360)`` +`9c0ba1b6ab `_ 2022-01-04 ``Standardize AWS ECS naming (#20332)`` +================================================================================================= =========== ============================================================================================ + +2.6.0 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` +`b164124bfe `_ 2021-12-31 ``Fix mypy errors in amazon aws transfer (#20590)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`6d25d63679 `_ 2021-12-30 ``Fixe static checks on few other not sorted stub files (#20572)`` +`a3caea0903 `_ 2021-12-30 ``Fix mypy aws example dags (#20497)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`051fac0776 `_ 2021-12-29 ``Add support to replace S3 file on MySqlToS3Operator (#20506)`` +`2ab2ae8849 `_ 2021-12-22 ``Fix backwards compatibility issue in AWS provider's _get_credentials (#20463)`` +`d557965bab `_ 2021-12-21 ``Organize Sagemaker classes in Amazon provider (#20370)`` +`1ce71f823f `_ 2021-12-21 ``move emr_container hook (#20375)`` +`4dd751d2fc `_ 2021-12-20 ``Standardize AWS Athena naming (#20305)`` +`ecbe160797 `_ 2021-12-20 ``Standardize AWS EKS naming (#20354)`` +`463e3b2b25 `_ 2021-12-19 ``Fix mypy errors in aws/transfers (#20403)`` +`404cd2eb69 `_ 2021-12-19 ``Fix mypy errors in aws/sensors (#20402)`` +`1f4710f16a `_ 2021-12-19 ``Fix mypy errors in providers/amazon/aws/operators (#20401)`` +`1baa648e2a `_ 2021-12-19 ``Standardize AWS Glue naming (#20372)`` +`5769defb2a `_ 2021-12-18 ``Add aws_conn_id to DynamoDBToS3Operator (#20363)`` +`cef498efe9 `_ 2021-12-18 ``Standardize Amazon SES naming (#20367)`` +`2a3db4d385 `_ 2021-12-17 ``Standardize AWS CloudFormation naming (#20357)`` +`bb82cc0fbb `_ 2021-12-17 ``Fix deprecation messages after splitting redshift modules (#20366)`` +`ca492e1681 `_ 2021-12-17 ``Standardize AWS Lambda naming (#20365)`` +`f6a41a036d `_ 2021-12-17 ``Standardize AWS Kinesis/Firehose naming (#20362)`` +`3d354084ef `_ 2021-12-17 ``Standardize Amazon SNS naming (#20368)`` +`bfcaf195a5 `_ 2021-12-16 ``Split redshift sql and cluster objects (#20276)`` +`a3870611a7 `_ 2021-12-16 ``Organize EMR classes in Amazon provider (#20160)`` +`206cce971d `_ 2021-12-16 ``ECSOperator: fix KeyError on missing exitCode (#20264)`` +`38fd65dcfe `_ 2021-12-16 ``Rename DataSync Hook and Operator (#20328)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`5712e2b587 `_ 2021-12-15 ``Deprecate passing execution_date to XCom methods (#19825)`` +`60b72dd8f5 `_ 2021-12-14 ``Organize Dms classes in Amazon provider (#20156)`` +`e77c05fa1b `_ 2021-12-13 ``Add RedshiftResumeClusterOperator and RedshiftPauseClusterOperator (#19665)`` +`a208463802 `_ 2021-12-13 ``Organize S3 Classes in Amazon Provider (#20167)`` +`1d2f2d3dfe `_ 2021-12-13 ``Organize Step Function classes in Amazon provider (#20158)`` +`985bb06ba5 `_ 2021-12-09 ``Organize EC2 classes in Amazon provider (#20157)`` +`0e2a0ccd30 `_ 2021-12-08 ``Added function in AWSAthenaHook to get s3 output query results file URI (#20124)`` +`6e15e3a65e `_ 2021-12-06 ``Bug fix in AWS glue operator when specifying the WorkerType & NumberOfWorkers (#19787)`` +`af28b41903 `_ 2021-12-05 ``Add sensor for AWS Batch (#19850) (#19885)`` +`480c333c45 `_ 2021-12-03 ``Add state details to EMR container failure reason (#19579)`` +`2539cb44b4 `_ 2021-12-01 ``Move to watchtower 2.0.1 (#19907)`` +================================================================================================= =========== ========================================================================================== + +2.5.0 +..... + +Latest change: 2021-11-30 + +================================================================================================= =========== ===================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`83b51e5306 `_ 2021-11-26 ``Amazon provider remove deprecation, second try (#19815)`` +`d58df468c8 `_ 2021-11-24 ``Revert "Adjust built-in base_aws methods to avoid Deprecation warnings (#19725)" (#19791)`` +`4be04143a5 `_ 2021-11-24 ``Adjust built-in base_aws methods to avoid Deprecation warnings (#19725)`` +`fe682ec3d3 `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` +`186513e24e `_ 2021-11-15 ``Catch AccessDeniedException in AWS Secrets Manager Backend (#19324)`` +`4c495ca94e `_ 2021-11-15 ``Cleanup of start_date and default arg use for Amazon example DAGs (#19237)`` +`eb16fd51e0 `_ 2021-11-12 ``Adding support for using ''client_type'' API for interacting with EC2 and support filters (#9011)`` +`aa2cb5545f `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` +`9053de7718 `_ 2021-11-10 ``Do not check for S3 key before attempting download (#19504)`` +`ebb7394005 `_ 2021-11-08 ``MySQLToS3Operator actually allow writing parquet files to s3. (#19094)`` +================================================================================================= =========== ===================================================================================================== + +2.4.0 +..... + +Latest change: 2021-11-04 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`5a113f3027 `_ 2021-11-04 ``Add documentation for RC2 release of Amazon provider for October (#19413)`` +`96dd70348a `_ 2021-11-04 `` fix SagemakerProcessingOperator ThrottlingException (#19195)`` +`a3266ba2b9 `_ 2021-11-03 ``Doc: Fix typos in variable and comments (#19349)`` +`6148ddd365 `_ 2021-11-03 ``Fix S3ToRedshiftOperator (#19358)`` +`1600f1dfd7 `_ 2021-10-30 ``Remove duplicated entries in changelog (#19331)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`1543dc28f4 `_ 2021-10-29 ``Fixing ses email backend (#18042)`` +`3c08c025c5 `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` +`f5ad26dcdd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`258451cfba `_ 2021-10-15 ``MySQLToS3Operator add support for parquet format (#18755)`` +`176165de3b `_ 2021-10-11 ``Update S3PrefixSensor to support checking multiple prefixes within a bucket (#18807)`` +`1d7cfdbcd9 `_ 2021-10-10 ``Remove extra postgres dependency from AWS Provider (#18844)`` +`1df9a512c2 `_ 2021-10-08 ``Add RedshiftSQLHook, RedshiftSQLOperator (#18447)`` +`22768ff61e `_ 2021-10-08 ``Removed duplicated code on S3ToRedshiftOperator (#18671)`` +================================================================================================= =========== ======================================================================================== + +2.3.0 +..... + +Latest change: 2021-10-08 + +================================================================================================= =========== ========================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================= +`a680e876b6 `_ 2021-10-08 ``Prepare documentation for RC2 Amazon Provider release for September (#18830)`` +`ea8f478909 `_ 2021-10-08 ``Add AWS Fargate profile support (#18645)`` +`9344c34522 `_ 2021-10-08 ``Enable AWS Secrets Manager backend to retrieve conns using different fields (#18764)`` +`1a35644b5d `_ 2021-10-08 ``Add emr cluster link (#18691)`` +`e0af0b976c `_ 2021-10-08 ``AwsGlueJobOperator: add wait_for_completion to Glue job run (#18814)`` +`8e56ed234b `_ 2021-10-07 ``Enable FTPToS3Operator to transfer several files (#17937)`` +`28284a37b3 `_ 2021-10-07 ``Amazon Athena Example (#18785)`` +`38c6cf9c27 `_ 2021-10-07 ``AwsGlueJobOperator: add run_job_kwargs to Glue job run (#16796)`` +`72e49ad3a3 `_ 2021-10-06 ``Amazon SQS Example (#18760)`` +`767a4f5207 `_ 2021-10-05 ``ECSOperator: airflow exception on edge case when cloudwatch log stream is not found (#18733)`` +`760bf6e51c `_ 2021-10-06 ``Adds an s3 list prefixes operator (#17145)`` +`12763f125a `_ 2021-10-05 ``Add additional dependency for postgres extra for amazon provider (#18737)`` +`86bf2a29ba `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` +`12133861ec `_ 2021-10-01 ``Support all Unix wildcards in S3KeySensor (#18211)`` +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`8a1437e55e `_ 2021-09-29 ``Refresh credentials for long-running pods on EKS (#17951)`` +`2fbd23878f `_ 2021-09-28 ``Update s3_list.py (#18561)`` +`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +`e25eea052f `_ 2021-09-19 ``Inclusive Language (#18349)`` +`4cd190c9bc `_ 2021-09-18 ``ECSOperator realtime logging (#17626)`` +`27088c4533 `_ 2021-09-18 ``Add IAM Role Credentials to S3ToRedshiftTransfer and RedshiftToS3Transfer (#18156)`` +`2d4f3cb644 `_ 2021-09-15 ``Adding missing 'replace' param in docstring (#18241)`` +`81ebd78db4 `_ 2021-09-12 ``Added upsert method on S3ToRedshift operator (#18027)`` +`02397761af `_ 2021-09-12 ``Deprecate default pod name in EKSPodOperator (#18036)`` +`e6cb2f7beb `_ 2021-09-10 ``ECSOperator returns last logs when ECS task fails (#17209)`` +`b8795501ea `_ 2021-09-10 ``Aws secrets manager backend (#17448)`` +`6e101317a2 `_ 2021-09-10 ``Simplify s3 ''unify_bucket_name_and_key'' (#17325)`` +`3fe948a860 `_ 2021-09-08 ``sftp_to_s3 stream file option (#17609)`` +`867e9305f0 `_ 2021-09-03 ``AwsBaseHook make 'client_type' & 'resource_type' optional params for 'get_client_type' & 'get_resource_type' (#17987)`` +`bcd81f23af `_ 2021-09-03 ``Add Spark to the EMR cluster for the job flow examples (#17563)`` +`7c4d3173f2 `_ 2021-09-02 ``Delete unnecessary parameters in EKSPodOperator (#17960)`` +================================================================================================= =========== ========================================================================================================================= + +2.2.0 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`653c13ec0c `_ 2021-08-30 ``Fix broken XCOM in EKSPodOperator (#17918)`` +`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` +`890bd4310e `_ 2021-08-28 ``Add an Amazon EMR on EKS provider package (#16766)`` +`41632e03b8 `_ 2021-08-27 ``Fix provider.yaml errors due to exit(0) in test (#17858)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`bee48f31f1 `_ 2021-08-19 ``Implemented Basic EKS Integration (#16571)`` +`d26b862330 `_ 2021-08-19 ``Add optional SQL parameters in ''RedshiftToS3Operator'' (#17640)`` +`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` +`1632c9f519 `_ 2021-08-14 ``Add new LocalFilesystemToS3Operator under Amazon provider (#17168) (#17382)`` +`e7eeaa6086 `_ 2021-08-12 ``Doc: Fix docstrings for ''MongoToS3Operator'' (#17588)`` +`987575787d `_ 2021-08-12 ``Add Mongo projections to hook and transfer (#17379)`` +`77c4325fb0 `_ 2021-08-10 ``Fixing ParamValidationError when executing load_file in Glue hooks/operators (#16012)`` +`d28efbfb77 `_ 2021-08-02 ``Improve AWS SQS Sensor (#16880) (#16904)`` +`71088986f1 `_ 2021-08-02 ``make platform version as independent parameter of ECSOperator (#17281)`` +`80fc80ace6 `_ 2021-08-02 ``Fixes #16972 - Slugify role session name in AWS base hook (#17210)`` +================================================================================================= =========== ========================================================================================= + +2.1.0 +..... + +Latest change: 2021-07-26 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`569659db38 `_ 2021-07-26 ``Updating Amazon-AWS example DAGs to use XComArgs (#16868)`` +`763919d415 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` +`8b100fcb42 `_ 2021-07-21 ``ECSOperator / pass context to self.xcom_pull as it was missing (when using reattach) (#17141)`` +`f44d7bd9cf `_ 2021-07-21 ``Made S3ToRedshiftOperator transaction safe (#17117)`` +`32582b5bf1 `_ 2021-07-21 ``Adding SalesforceToS3Operator to Amazon Provider (#17094)`` +`bb1d79cb81 `_ 2021-07-19 ``Fixed template_fields_renderers for Amazon provider (#17087)`` +`8f77a54b53 `_ 2021-07-19 ``removing try-catch block (#17081)`` +`cda78333b4 `_ 2021-07-18 ``Added docs & doc ref's for AWS transfer operators between SFTP & S3 (#16964)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`fc0250f1d5 `_ 2021-07-15 ``Allow attaching to previously launched task in ECSOperator (#16685)`` +`d3f300fba8 `_ 2021-07-11 ``Fix wrong template_fields_renderers for AWS operators (#16820)`` +`f0df184e4d `_ 2021-07-07 ``Update AWS Base hook to use refreshable credentials (#16770) (#16771)`` +`ffe8fab653 `_ 2021-07-03 ``Added select_query to the templated fields in RedshiftToS3Operator (#16767)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +`0d80383bdd `_ 2021-06-28 ``AWS Hook - allow IDP HTTP retry (#12639) (#16612)`` +`3a57d9fc60 `_ 2021-06-26 ``Bump ''sphinxcontrib-spelling'' and minor improvements (#16675)`` +`2543c74c19 `_ 2021-06-24 ``AWS DataSync cancel task on exception (#11011) (#16589)`` +`2ab2cbf93d `_ 2021-06-23 ``Update Boto3 API calls in ECSOperator (#16050)`` +================================================================================================= =========== ================================================================================================= + +2.0.0 +..... + +Latest change: 2021-06-21 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`19ed074e9c `_ 2021-06-21 ``Use safe get with AWS DMS describe replication tasks (#16540)`` +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`db10c6841b `_ 2021-06-18 ``Add AWS DMS replication task operators (#15850)`` +`1c82b4d015 `_ 2021-06-17 ``Fix S3ToFTPOperator (#13796)`` +`36dc6a8100 `_ 2021-06-16 ``Make job name check optional in SageMakerTrainingOperator (#16327)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9cd7930c34 `_ 2021-06-13 ``Update copy command for s3 to redshift (#16241)`` +`643f3c35a6 `_ 2021-06-13 ``fix: AwsGlueJobOperator change order of args for load_file (#16216)`` +`30708b5b25 `_ 2021-06-13 ``Add support of capacity provider strategy for ECSOperator (#15848)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`9fcdf3d4de `_ 2021-06-02 ``Fix S3 Select payload join (#16189)`` +`8d16638285 `_ 2021-05-29 ``remove retry for now (#16150)`` +`5fbc86f036 `_ 2021-05-27 ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)`` +`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`821ea6fc18 `_ 2021-05-17 ``Fix spacing in ''AwsBatchWaitersHook'' docstring (#15839)`` +`1467046058 `_ 2021-05-14 ``CloudwatchTaskHandler reads timestamp from Cloudwatch events (#15173)`` +`dab10d9fae `_ 2021-05-10 ``MongoToS3Operator failed when running with a single query (not aggregate pipeline) (#15680)`` +`9c8391a13f `_ 2021-05-10 ``Fix spelling (#15699)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`9953a047c4 `_ 2021-05-07 ``Add Connection Documentation for the Hive Provider (#15704)`` +`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` +`db557a8c4a `_ 2021-05-01 ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)`` +================================================================================================= =========== =============================================================================================== + +1.4.0 +..... + +Latest change: 2021-05-01 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` +`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` +`d598630cd7 `_ 2021-04-26 ``Fix AthenaSensor calling AthenaHook incorrectly (#15427)`` +`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` +`a82de56b9d `_ 2021-04-13 ``S3Hook.load_file should accept Path object in addition to str (#15232)`` +`b4770725a3 `_ 2021-04-12 ``Add links to new modules for deprecated modules (#15316)`` +`da780fc8b1 `_ 2021-04-12 ``Fixes doc for SQSSensor (#15323)`` +================================================================================================= =========== ========================================================================== + +1.3.0 +..... + +Latest change: 2021-04-06 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`266384a63f `_ 2021-04-05 ``Fix string concatenation using 'f-strings' (#15200)`` +`eda538f56c `_ 2021-04-02 ``AWS: Do not log info when SSM & SecretsManager secret not found (#15120)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`6822665102 `_ 2021-04-01 ``Send region_name into parant class of AwsGlueJobHook (#14251)`` +`5379698892 `_ 2021-03-27 ``Improve docstrings for various modules (#15047)`` +`614be87b23 `_ 2021-03-26 ``Added retry to ECS Operator (#14263)`` +`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` +`0f327788b5 `_ 2021-03-24 ``doc: Fix typo in 'secrets_manager.py' docstring (#14943)`` +`93982e3bb6 `_ 2021-03-22 ``Make script_args templated in AwsGlueJobOperator (#14925)`` +`e172bd0e16 `_ 2021-03-22 ``Update docstrings to adhere to sphinx standards (#14918)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`a3778127ed `_ 2021-03-15 ``Add FTPToS3Operator (#13707)`` +`b896aee8cc `_ 2021-03-07 ``Cache Hook when initializing 'CloudFormationCreateStackSensor' (#14638)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +`697abf399d `_ 2021-03-05 ``S3DataSource is not required (#14220)`` +`8ced652ecf `_ 2021-02-28 ``Implemented S3 Bucket Tagging (#14402)`` +================================================================================================= =========== ============================================================================= + +1.2.0 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`13854c32a3 `_ 2021-02-27 ``Adding support to put extra arguments for Glue Job. (#14027)`` +`0d6cae4172 `_ 2021-02-24 ``Avoid using threads in S3 remote logging uplod (#14414)`` +`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` +`1b14726307 `_ 2021-02-11 ``Allow AWS Operator RedshiftToS3Transfer To Run a Custom Query (#14177)`` +`9034f277ef `_ 2021-02-10 ``Document configuration for email backend credentials. (#14006)`` +`8c5594b02f `_ 2021-02-08 ``includes the STS token if STS credentials are used (#11227)`` +`cddbf9c11d `_ 2021-02-06 ``Use MongoDB color for MongoToS3Operator (#14103)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ========================================================================== + +1.1.0 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`01049ddce2 `_ 2021-01-31 ``Add aws ses email backend for use with EmailOperator. (#13986)`` +`ecfdc60bb6 `_ 2021-01-29 ``Add bucket_name to template fileds in S3 operators (#13973)`` +`d0ab7f6d3a `_ 2021-01-25 ``Add ExasolToS3Operator (#13847)`` +`6d55f329f9 `_ 2021-01-25 ``AWS Glue Crawler Integration (#13072)`` +`f473ca7130 `_ 2021-01-24 ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`29730d7200 `_ 2021-01-20 ``Add acl_policy to S3CopyObjectOperator (#13773)`` +`c065d32189 `_ 2021-01-19 ``AllowDiskUse parameter and docs in MongotoS3Operator (#12033)`` +`ab5fe56ac4 `_ 2021-01-16 ``Fix bug in GCSToS3Operator (#13718)`` +`04d278f93f `_ 2021-01-13 ``Add S3ToFTPOperator (#11747)`` +`8d42d9ed69 `_ 2021-01-11 ``add xcom push for ECSOperator (#12096)`` +`308f1d0666 `_ 2021-01-07 ``[AIRFLOW-3723] Add Gzip capability to mongo_to_S3 operator (#13187)`` +`f69405fb0b `_ 2021-01-07 ``Fix S3KeysUnchangedSensor so that template_fields work (#13490)`` +`4e479e1e1b `_ 2021-01-06 ``Add S3KeySizeSensor (#13049)`` +`f7a1334abe `_ 2021-01-02 ``Add 'mongo_collection' to template_fields in MongoToS3Operator (#13361)`` +`bd74eb0ca0 `_ 2020-12-31 ``Allow Tags on AWS Batch Job Submission (#13396)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`625576a3af `_ 2020-12-18 ``Fix spelling (#13135)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +================================================================================================= =========== ========================================================================================= + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`d5589673a9 `_ 2020-12-08 ``Move dummy_operator.py to dummy.py (#11178) (#11293)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`02d94349be `_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` +`de3b1e687b `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` +`663259d4b5 `_ 2020-11-25 ``Fix AWS DataSync tests failing (#11020)`` +`3fa51f94d7 `_ 2020-11-24 ``Add check for duplicates in provider.yaml files (#12578)`` +`ed09915a02 `_ 2020-11-23 ``[AIRFLOW-5115] Bugfix for S3KeySensor failing to accept template_fields (#12389)`` +`370e7d07d1 `_ 2020-11-21 ``Fix Python Docstring parameters (#12513)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`c94b1241a1 `_ 2020-11-13 ``Add extra error handling to S3 remote logging (#9908)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`250436d962 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`fcb6b00efe `_ 2020-11-08 ``Add authentication to AWS with Google credentials (#12079)`` +`fb6bddba0c `_ 2020-11-07 ``In AWS Secrets backend, a lookup is optional (#12143)`` +`cf9437d79f `_ 2020-11-06 ``Simplify string expressions (#12123)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5e77a61543 `_ 2020-11-02 ``Docstring fix for S3DeleteBucketOperator (#12049)`` +`8222851348 `_ 2020-10-29 ``Add Template Fields to RedshiftToS3Operator & S3ToRedshiftOperator (#11844)`` +`db121f726b `_ 2020-10-28 ``Add truncate table (before copy) option to S3ToRedshiftOperator (#9246)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`8afdb6ac6a `_ 2020-10-26 ``Fix spellings (#11825)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` +`3934ef2249 `_ 2020-10-24 ``Remove redundant builtins imports (#11809)`` +`4c8e033c0e `_ 2020-10-24 ``Fix spelling and grammar (#11814)`` +`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` +`0df60b7736 `_ 2020-10-23 ``Add reattach flag to ECSOperator (#10643)`` +`b9d677cdd6 `_ 2020-10-22 ``Add type hints to aws provider (#11531)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`674368f66c `_ 2020-10-19 ``Fixes MySQLToS3 float to int conversion (#10437)`` +`0823d46a7f `_ 2020-10-16 ``Add type annotations for AWS operators and hooks (#11434)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`d38a0a781e `_ 2020-10-12 ``added type hints for aws cloud formation (#11470)`` +`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` +`c3e340584b `_ 2020-10-11 ``Change prefix of AwsDynamoDB hook module (#11209)`` +`42a23d16fe `_ 2020-10-11 ``Update MySQLToS3Operator's s3_bucket to template_fields (#10778)`` +`422b61a9dd `_ 2020-10-09 ``Adding ElastiCache Hook for creating, describing and deleting replication groups (#8701)`` +`dd98b21494 `_ 2020-10-06 ``Add acl_policy parameter to GCSToS3Operator (#10804) (#10829)`` +`32b3cfbcf0 `_ 2020-10-06 ``Strict type check for all hooks in amazon (#11250)`` +`6d573e8abb `_ 2020-10-03 ``Add s3 key to template fields for s3/redshift transfer operators (#10890)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`00ffedb8c4 `_ 2020-09-30 ``Add amazon glacier to GCS transfer operator (#10947)`` +`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`b61225a885 `_ 2020-09-21 ``Add D204 pydocstyle check (#11031)`` +`2410f592a4 `_ 2020-09-19 ``Get Airflow configs with sensitive data from AWS Systems Manager (#11023)`` +`2bf7b7cac7 `_ 2020-09-19 ``Add typing to amazon provider EMR (#10910)`` +`9edfcb7ac4 `_ 2020-09-19 ``Support extra_args in S3Hook and GCSToS3Operator (#11001)`` +`4e1f3a69db `_ 2020-09-14 ``[AIRFLOW-10645] Add AWS Secrets Manager Hook (#10655)`` +`e9add79160 `_ 2020-09-14 ``Fix Failing static tests on Master (#10927)`` +`383a118d2d `_ 2020-09-14 ``Add more type annotations to AWS hooks (#10671)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`2934220dc9 `_ 2020-09-08 ``Always return a list from S3Hook list methods (#10774)`` +`f40ac9b151 `_ 2020-09-01 ``Add placement_strategy option (#9444)`` +`e4878e6775 `_ 2020-08-31 ``fix type hints for s3 hook read_key method (#10653)`` +`2ca615cffe `_ 2020-08-29 ``Update Google Cloud branding (#10642)`` +`8969b7185e `_ 2020-08-28 ``Removed bad characters from AWS operator (#10590)`` +`8349061f9c `_ 2020-08-26 ``Improve Docstring for AWS Athena Hook/Operator (#10580)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`3734876d98 `_ 2020-08-24 ``Implement impersonation in google operators (#10052)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`c6358045f9 `_ 2020-08-22 ``Fixes S3ToRedshift COPY query (#10436)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`27d08b76a2 `_ 2020-08-21 ``Amazon SES Hook (#10391)`` +`dea345b05c `_ 2020-08-17 ``Fix AwsGlueJobSensor to stop running after the Glue job finished (#9022)`` +`f6734b3b85 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` +`82f744b871 `_ 2020-08-11 ``Add type annotations to AwsGlueJobHook, RedshiftHook modules (#10286)`` +`19bc97d0ce `_ 2020-08-10 ``Revert "Add Amazon SES hook (#10004)" (#10276)`` +`f06fe616e6 `_ 2020-08-10 ``Add Amazon SES hook (#10004)`` +`0c77ea8a3c `_ 2020-08-06 ``Add type annotations to S3 hook module (#10164)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`9667314b2f `_ 2020-08-05 ``Add correct signatures for operators in amazon provider package (#10167)`` +`000287753b `_ 2020-08-03 ``Improve Typing coverage of amazon/aws/athena (#10025)`` +`53ada6e791 `_ 2020-08-03 ``Add S3KeysUnchangedSensor (#9817)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`2b8dea64e9 `_ 2020-08-01 ``Fix typo in Athena sensor retries (#10079)`` +`1508c43ec9 `_ 2020-07-29 ``Adding new SageMaker operator for ProcessingJobs (#9594)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`8b10a4b35e `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (#9982)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`e7c87fe453 `_ 2020-07-20 ``Refactor AwsBaseHook._get_credentials (#9878)`` +`2577f9334a `_ 2020-07-16 ``Fix S3FileTransformOperator to support S3 Select transformation only (#8936)`` +`52b6efe1ec `_ 2020-07-15 ``Add option to delete by prefix to S3DeleteObjectsOperator (#9350)`` +`553bb7af7c `_ 2020-07-13 ``Keep functions signatures in decorators (#9786)`` +`2f31b3060e `_ 2020-07-08 ``Get Airflow configs with sensitive data from Secret Backends (#9645)`` +`07b81029eb `_ 2020-07-08 ``Allow AWSAthenaHook to get more than 1000/first page of results (#6075)`` +`564192c162 `_ 2020-07-08 ``Add AWS StepFunctions integrations to the aws provider (#8749)`` +`ecce1ace7a `_ 2020-07-08 ``[AIRFLOW-XXXX] Remove unnecessary docstring in AWSAthenaOperator`` +`a79e2d4c4a `_ 2020-07-06 ``Move provider's log task handlers to the provider package (#9604)`` +`ee20086b8c `_ 2020-07-02 ``Move S3TaskHandler to the AWS provider package (#9602)`` +`40add26d45 `_ 2020-06-29 ``Remove almost all references to airflow.contrib (#9559)`` +`c858babddf `_ 2020-06-26 ``Remove kwargs from Super calls in AWS Secrets Backends (#9523)`` +`87fdbd0708 `_ 2020-06-25 ``Use literal syntax instead of function calls to create data structure (#9516)`` +`c7a454aa32 `_ 2020-06-22 ``Add AWS ECS system test (#8888)`` +`df8efd04f3 `_ 2020-06-21 ``Enable & Fix "Docstring Content Issues" PyDocStyle Check (#9460)`` +`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`992a18c84a `_ 2020-06-19 ``Move MySqlToS3Operator to transfers (#9400)`` +`a60f589aa2 `_ 2020-06-19 ``Add MySqlToS3Operator (#9054)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`58a8ec0e46 `_ 2020-06-16 ``AWSBatchOperator <> ClientHook relation changed to composition (#9306)`` +`a80cd25e8e `_ 2020-06-15 ``Close/Flush byte stream in s3 hook load_string and load_bytes (#9211)`` +`ffb8574037 `_ 2020-06-14 ``Decrypt secrets from SystemsManagerParameterStoreBackend (#9214)`` +`a69b031f20 `_ 2020-06-10 ``Add S3ToRedshift example dag and system test (#8877)`` +`17adcea835 `_ 2020-06-02 ``Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)`` +`357e11e0cf `_ 2020-05-29 ``Add Delete/Create S3 bucket operators (#8895)`` +`1ed171bfb2 `_ 2020-05-28 ``Add script_args for S3FileTransformOperator (#9019)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`f946f96da4 `_ 2020-05-23 ``Old json boto compat removed from dynamodb_to_s3 operator (#8987)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`f4edd90a94 `_ 2020-05-16 ``Speed up TestAwsLambdaHook by not actually running a function (#8882)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`85bbab27db `_ 2020-05-15 ``Add EMR operators howto docs (#8863)`` +`e61b9bb9bb `_ 2020-05-13 ``Add AWS EMR System tests (#8618)`` +`ed3f5131a2 `_ 2020-05-13 ``Correctly pass sleep time from AWSAthenaOperator down to the hook. (#8845)`` +`7236862a1f `_ 2020-05-12 ``[AIRFLOW-2310] Enable AWS Glue Job Integration (#6007)`` +`d590e5e767 `_ 2020-05-11 ``Add option to propagate tags in ECSOperator (#8811)`` +`0c3db84c3c `_ 2020-05-11 ``[AIRFLOW-7068] Create EC2 Hook, Operator and Sensor (#7731)`` +`cbebed2b4d `_ 2020-05-10 ``Allow passing backend_kwargs to AWS SSM client (#8802)`` +`c7788a6894 `_ 2020-05-10 ``Add imap_attachment_to_s3 example dag and system test (#8669)`` +`ff5b70149b `_ 2020-05-07 ``Add google_api_to_s3_transfer example dags and system tests (#8581)`` +`4421f011ee `_ 2020-05-01 ``Improve template capabilities of EMR job and step operators (#8572)`` +`379a884d64 `_ 2020-04-28 ``fix: aws hook should work without conn id (#8534)`` +`74bc316c56 `_ 2020-04-27 ``[AIRFLOW-4438] Add Gzip compression to S3_hook (#8571)`` +`7ea66a1a95 `_ 2020-04-26 ``Add example DAG for ECSOperator (#8452)`` +`b6434dedf9 `_ 2020-04-24 ``[AIRFLOW-7111] Add generate_presigned_url method to S3Hook (#8441)`` +`becedd5af8 `_ 2020-04-19 ``Remove unrelated EC2 references in ECSOperator (#8451)`` +`ab1290cb0c `_ 2020-04-13 ``Make launch_type parameter optional (#8248)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`b46d6c0602 `_ 2020-04-08 ``Add support for AWS Secrets Manager as Secrets Backend (#8186)`` +`68d1714f29 `_ 2020-04-04 ``[AIRFLOW-6822] AWS hooks should cache boto3 client (#7541)`` +`8a02402576 `_ 2020-03-31 ``Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)`` +`7239d9a82d `_ 2020-03-28 ``Get Airflow Variables from AWS Systems Manager Parameter Store (#7945)`` +`eb4af4f944 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` +`438da7241e `_ 2020-03-28 ``[AIRFLOW-5825] SageMakerEndpointOperator is not idempotent (#7891)`` +`686d7d50bd `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` +`eef87b9953 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` +`5648dfbc30 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` +`a360024123 `_ 2020-03-19 ``[AIRFLOW-5705] Make AwsSsmSecretsBackend consistent with VaultBackend (#7753)`` +`2a54512d78 `_ 2020-03-17 ``[AIRFLOW-5705] Fix bugs in AWS SSM Secrets Backend (#7745)`` +`a8b5fc74d0 `_ 2020-03-16 ``[AIRFLOW-4175] S3Hook load_file should support ACL policy paramete (#7733)`` +`e31e9ddd23 `_ 2020-03-14 ``[AIRFLOW-5705] Add secrets backend and support for AWS SSM (#6376)`` +`3bb60afc7b `_ 2020-03-13 ``[AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML (#7619)`` +`c0c5f11ad1 `_ 2020-03-12 ``[AIRFLOW-6884] Make SageMakerTrainingOperator idempotent (#7598)`` +`b7cdda1c64 `_ 2020-03-10 ``[AIRFLOW-4438] Add Gzip compression to S3_hook (#7680)`` +`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` +`9a94ab246d `_ 2020-03-01 ``[AIRFLOW-6962] Fix compeleted to completed (#7600)`` +`1b38f6d9b6 `_ 2020-02-29 ``[AIRFLOW-5908] Add download_file to S3 Hook (#6577)`` +`3ea3e1a2b5 `_ 2020-02-26 ``[AIRFLOW-6824] EMRAddStepsOperator problem with multi-step XCom (#7443)`` +`6eaa7e3b18 `_ 2020-02-25 ``[AIRFLOW-5924] Automatically unify bucket name and key in S3Hook (#6574)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`7d0e7122dd `_ 2020-02-24 ``[AIRFLOW-6830] Add Subject/MessageAttributes to SNS hook and operator (#7451)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`47a922b864 `_ 2020-02-21 ``[AIRFLOW-6854] Fix missing typing_extensions on python 3.8 (#7474)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`58c3542ed2 `_ 2020-02-12 ``[AIRFLOW-5231] Fix S3Hook.delete_objects method (#7375)`` +`b7aa778b38 `_ 2020-02-10 ``[AIRFLOW-6767] Correct name for default Athena workgroup (#7394)`` +`9282185e66 `_ 2020-02-09 ``[AIRFLOW-6761] Fix WorkGroup param in AWSAthenaHook (#7386)`` +`94fccca970 `_ 2020-02-04 ``[AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding (#7347)`` +`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` +`88e40c714d `_ 2020-02-03 ``[AIRFLOW-6716] Fix AWS Datasync Example DAG (#7339)`` +`a311d3d82e `_ 2020-02-03 ``[AIRFLOW-6718] Fix more occurrences of utils.dates.days_ago (#7341)`` +`cb766b05b1 `_ 2020-02-03 ``[AIRFLOW-XXXX] Fix Static Checks on CI (#7342)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`7527eddc5e `_ 2020-02-02 ``[AIRFLOW-4364] Make all code in airflow/providers/amazon pylint compatible (#7336)`` +`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` +`63aa3db88f `_ 2020-02-02 ``[AIRFLOW-6258] Add CloudFormation operators to AWS providers (#6824)`` +`af4157fdef `_ 2020-02-02 ``[AIRFLOW-6672] AWS DataSync - better logging of error message (#7288)`` +`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`1988a97e8f `_ 2020-01-28 ``[AIRFLOW-6659] Move AWS Transfer operators to providers package (#7274)`` +`ab10443e96 `_ 2020-01-28 ``[AIRFLOW-6424] Added a operator to modify EMR cluster (#7213)`` +`40246132a7 `_ 2020-01-28 ``[AIRFLOW-6654] AWS DataSync - bugfix when creating locations (#7270)`` +`82c0e5aff6 `_ 2020-01-28 ``[AIRFLOW-6655] Move AWS classes to providers (#7271)`` +`599e4791c9 `_ 2020-01-18 ``[AIRFLOW-6541] Use EmrJobFlowSensor for other states (#7146)`` +`c319e81cae `_ 2020-01-17 ``[AIRFLOW-6572] Move AWS classes to providers.amazon.aws package (#7178)`` +`941a070578 `_ 2020-01-15 ``[AIRFLOW-6570] Add dag tag for all example dag (#7176)`` +`78d8fe6944 `_ 2020-01-08 ``[AIRFLOW-6245] Add custom waiters for AWS batch jobs (#6811)`` +`e0b0227257 `_ 2019-12-28 ``[AIRFLOW-6319] Add support for AWS Athena workgroups (#6871)`` +`57da456854 `_ 2019-12-24 ``[AIRFLOW-6333] Bump Pylint to 2.4.4 & fix/disable new checks (#6888)`` +`cf647c27e0 `_ 2019-12-18 ``[AIRFLOW-6038] AWS DataSync reworked (#6773)`` +`7502cad284 `_ 2019-12-17 ``[AIRFLOW-6206] Move and rename AWS batch operator [AIP-21] (#6764)`` +`c4c635df69 `_ 2019-12-17 ``[AIRFLOW-6083] Adding ability to pass custom configuration to lambda client. (#6678)`` +`4fb498f87e `_ 2019-12-09 ``[AIRFLOW-6072] aws_hook: Outbound http proxy setting and other enhancements (#6686)`` +`a1e2f86352 `_ 2019-11-20 ``[AIRFLOW-6021] Replace list literal with list constructor (#6617)`` +`baae140847 `_ 2019-11-19 ``[AIRFLOW-5781] AIP-21 Migrate AWS Kinesis to /providers/amazon/aws (#6588)`` +`504cfbac1a `_ 2019-11-18 ``[AIRFLOW-5783] AIP-21 Move aws redshift into providers structure (#6539)`` +`992f0e3acf `_ 2019-11-12 ``AIRFLOW-5824: AWS DataSync Hook and Operators added (#6512)`` +`c015eb2f64 `_ 2019-11-10 ``[AIRFLOW-5786] Migrate AWS SNS to /providers/amazon/aws (#6502)`` +`3d76fb4bf2 `_ 2019-11-09 ``[AIRFLOW-5782] Migrate AWS Lambda to /providers/amazon/aws [AIP-21] (#6518)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-apache-beam/commits.rst b/docs/apache-airflow-providers-apache-beam/commits.rst index df9152f167541..358f17874f961 100644 --- a/docs/apache-airflow-providers-apache-beam/commits.rst +++ b/docs/apache-airflow-providers-apache-beam/commits.rst @@ -47,3 +47,498 @@ Commit `92a82eb9b8 `_ 2024-10-11 ``Consistent python version checks and troubleshooting (#42944)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +5.8.1 +..... + +Latest change: 2024-10-09 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`eed1d0d254 `_ 2024-09-24 ``Bugfix/dataflow job location passing (#41887)`` +================================================================================================= =========== ============================================================= + +5.8.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +5.7.2 +..... + +Latest change: 2024-07-21 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`0b0f8f0fc9 `_ 2024-07-21 ``Prepare Providers docs RC1 2nd (ad-hoc) wave July 2024 (#40908)`` +`519b0d028c `_ 2024-07-16 ``Fix BeamRunJavaPipelineOperator fails without job_name set (#40645)`` +================================================================================================= =========== ======================================================================= + +5.7.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`1489cf7a03 `_ 2024-05-14 ``Fix deferrable mode for BeamRunJavaPipelineOperator (#39371)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================================ + +5.7.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ============================================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`fd8a05739f `_ 2024-04-19 ``Bugfix to correct GCSHook being called even when not required with BeamRunPythonPipelineOperator (#38716)`` +================================================================================================= =========== ============================================================================================================= + +5.6.3 +..... + +Latest change: 2024-04-10 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`472b646acb `_ 2024-04-07 ``fix: skip apache beam pipeline options if value is set to false (#38496)`` +`a022d7b70c `_ 2024-04-06 ``fix: try002 for provider apache beam (#38790)`` +`4506e7afe5 `_ 2024-03-19 ``Avoid to use subprocess in asyncio loop (#38292)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`2523cbf3ca `_ 2024-03-18 ``bump mypy version to 1.9.0 (#38239)`` +`2ce28d5681 `_ 2024-03-08 ``Avoid change attributes into the constructor in Apache Beam operators (#37934)`` +`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` +`c29d7280bb `_ 2024-03-05 ``Fix side-effect of default options in Beam Operators (#37916)`` +================================================================================================= =========== ================================================================================== + +5.6.2 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`b53fe08797 `_ 2024-02-14 ``Add Python 3.12 exclusions in providers/pyproject.toml (#37404)`` +================================================================================================= =========== =================================================================== + +5.6.1 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`8708bffa87 `_ 2024-01-26 ``Split contributing docs to multiple files (#36969)`` +================================================================================================= =========== ================================================================================== + +5.6.0 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`d105c7115f `_ 2024-01-09 ``Get rid of pyarrow-hotfix for CVE-2023-47248 (#36697)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================================================== + +5.5.0 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ====================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`881d88b4da `_ 2023-12-19 ``Implement deferrable mode for BeamRunJavaPipelineOperator (#36122)`` +`d793fda391 `_ 2023-12-18 ``Add ability to run streaming Job for BeamRunPythonPipelineOperator in non deferrable mode (#36108)`` +================================================================================================= =========== ====================================================================================================== + +5.4.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ======================================================================= + +5.3.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` +================================================================================================= =========== =================================================================== + +5.2.3 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +================================================================================================= =========== =================================================================================================== + +5.2.2 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`32feab4100 `_ 2023-08-22 ``Refactor: Simplify code in Apache/Alibaba providers (#33227)`` +`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` +`bfa09da138 `_ 2023-08-11 ``Fix wrong OR condition when evaluating beam version < 2.39.0 (#33308)`` +`7e79997594 `_ 2023-08-11 ``D205 Support - Providers - Final Pass (#33303)`` +================================================================================================= =========== ========================================================================= + +5.2.1 +..... + +Latest change: 2023-08-11 + +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`1839b683e7 `_ 2023-08-06 ``Allow downloading requirements file from GCS in 'BeamRunPythonPipelineOperator' (#31645)`` +================================================================================================= =========== ============================================================================================ + +5.2.0 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`44b4a3755d `_ 2023-07-13 ``Add deferrable mode to 'BeamRunPythonPipelineOperator' (#31471)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== =================================================================== + +5.1.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` +================================================================================================= =========== ============================================================== + +5.1.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`28d1bf8dfc `_ 2023-05-18 ``Update SDKs for google provider package (#30067)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +================================================================================================= =========== ====================================================================================== + +5.0.0 +..... + +Latest change: 2023-04-21 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` +`fbc1382514 `_ 2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ============================================================ + +4.3.0 +..... + +Latest change: 2023-02-18 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` +`7ba27e7881 `_ 2023-02-17 ``Get rid of state in Apache Beam provider hook (#29503)`` +================================================================================================= =========== ================================================================ + +4.2.0 +..... + +Latest change: 2023-02-08 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`3374fdfcbd `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)`` +`8c4303e1ac `_ 2023-01-18 ``Add support for running a Beam Go pipeline with an executable binary (#28764)`` +================================================================================================= =========== ================================================================================= + +4.1.1 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`8da678ccd2 `_ 2023-01-03 ``Ensure Beam Go file downloaded from GCS still exists when referenced (#28664)`` +================================================================================================= =========== ================================================================================= + +4.1.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`e8ab8ccc0e `_ 2022-11-11 ``Add backward compatibility with old versions of Apache Beam (#27263)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +================================================================================================= =========== ==================================================================================== + +4.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`34e0ab9b23 `_ 2022-06-05 ``AIP-47 - Migrate beam DAGs to new design #22439 (#24211)`` +`41e94b475e `_ 2022-05-31 ``Support impersonation service account parameter for Dataflow runner (#23961)`` +`4a5250774b `_ 2022-05-30 ``Added missing project_id to the wait_for_job (#24020)`` +================================================================================================= =========== ================================================================================== + +3.4.0 +..... + +Latest change: 2022-05-12 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`de65a5cc5a `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` +================================================================================================= =========== =============================================================== + +3.3.0 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`4a1503b39b `_ 2022-03-17 ``Add recipe for BeamRunGoPipelineOperator (#22296)`` +================================================================================================= =========== ============================================================== + +3.2.1 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +3.2.0 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`295efd36ea `_ 2022-02-17 ``Dataflow Assets (#21639)`` +`da485da29a `_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`a71332ebc6 `_ 2022-01-01 ``Fix mypy apache beam operators (#20610)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`43efde6230 `_ 2021-12-15 ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`7640ba4e8e `_ 2021-11-29 ``Fix broken anchors markdown files (#19847)`` +`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` +================================================================================================= =========== ============================================================================== + +3.1.0 +..... + +Latest change: 2021-10-29 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`a418fd96f7 `_ 2021-10-17 ``Use google cloud credentials when executing beam command in subprocess (#18992)`` +================================================================================================= =========== =================================================================================== + +3.0.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== =================================================================== + +3.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` +`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` +================================================================================================= =========== ============================================================================== + +2.0.0 +..... + +Latest change: 2021-04-29 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`e229f3541d `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ======================================================================= + +1.0.1 +..... + +Latest change: 2021-03-08 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` +`4e57630606 `_ 2021-03-03 ``Remove WARNINGs from BeamHook (#14554)`` +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`8a731f536c `_ 2021-02-05 ``Improve Apache Beam operators - refactor operator - common Dataflow logic (#14094)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ====================================================================================== + +1.0.0 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`d45739f7ce `_ 2021-02-04 ``Fixes to release process after releasing 2nd wave of providers (#14059)`` +`1872d8719d `_ 2021-02-03 ``Add Apache Beam operators (#12814)`` +================================================================================================= =========== =========================================================================== diff --git a/docs/apache-airflow-providers-apache-druid/commits.rst b/docs/apache-airflow-providers-apache-druid/commits.rst index d1556517c680e..d370e86003490 100644 --- a/docs/apache-airflow-providers-apache-druid/commits.rst +++ b/docs/apache-airflow-providers-apache-druid/commits.rst @@ -46,3 +46,498 @@ Commit `7202ee84b3 `_ 2024-10-11 ``Add possibility to override the conn type for Druid (#42793)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +3.11.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +3.10.2 +...... + +Latest change: 2024-08-03 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`bef82d6ab3 `_ 2024-07-19 ``Clean up remaining getattr connection DbApiHook (#40665)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ============================================================ + +3.10.1 +...... + +Latest change: 2024-05-26 + +================================================================================================= =========== ========================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================== +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`e396f06041 `_ 2024-05-05 ``Pass SSL arg to all requests in DruidOperator (#39066)`` +================================================================================================= =========== ========================================================== + +3.10.0 +...... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +================================================================================================= =========== ======================================================================= + +3.9.0 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`479ec87166 `_ 2024-03-03 ``Fix SSL verification in druid operator (#37673)`` +`d2ba126404 `_ 2024-02-23 ``Adding optional SSL verification for druid operator (#37629)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +================================================================================================= =========== ================================================================== + +3.8.1 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +================================================================================================= =========== ================================================================================== + +3.8.0 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`5c4364aafe `_ 2024-01-24 ``Fix successful Apache Druid task submissions reported as failed (#36813)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`f7b663d9af `_ 2024-01-07 ``Run mypy checks for full packages in CI (#36638)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +================================================================================================= =========== ==================================================================================================================== + +3.7.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +================================================================================================= =========== ======================================================================= + +3.6.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`89df63b7ce `_ 2023-10-03 ``Allow passing context to DruidDbApiHook (#34603)`` +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` +================================================================================================= =========== ======================================================================= + +3.5.0 +..... + +Latest change: 2023-08-11 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`d24933c3f4 `_ 2023-08-06 ``DruidHook add SQL-based task support (#32795)`` +================================================================================================= =========== ============================================================ + +3.4.2 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ================================================================================ + +3.4.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`13890788ae `_ 2023-06-07 ``Apache provider docstring improvements (#31730)`` +`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` +================================================================================================= =========== ============================================================== + +3.4.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +3.3.1 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +================================================================================================= =========== ================================================================ + +3.3.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`8b5f1d9193 `_ 2022-10-31 ``BugFix - Druid Airflow Exception to about content (#27174)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +================================================================================================= =========== ========================================================================= + +3.2.1 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + +3.2.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` +================================================================================================= =========== ================================================================= + +3.1.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +================================================================================================= =========== ================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`ddc26c4f3e `_ 2022-06-05 ``AIP-47 - Migrate druid DAGs to new design #22439 (#24207)`` +================================================================================================= =========== ================================================================================== + +2.3.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.3.2 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.3.1 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================= =========== ======================================================== + +2.3.0 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ========================================================================== + +2.2.0 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` +`c1bbe3c5bc `_ 2021-12-21 ``Add timeout parameter to DruidOperator (#19984)`` +`64a902d3e0 `_ 2021-12-14 ``Fix MyPy Errors for Apache Druid provider. (#20270)`` +================================================================================================= =========== ========================================================================= + +2.1.0 +..... + +Latest change: 2021-11-30 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`5cd8085d27 `_ 2021-11-05 ``Add DruidOperator template_fields_renderers fields (#19420)`` +`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`f8c31b5bf7 `_ 2021-10-04 ``Add max_ingestion_time to DruidOperator docstring (#18693)`` +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`2643345e4b `_ 2021-09-26 ``Add guide for Apache Druid operators (#18527)`` +================================================================================================= =========== ============================================================================== + +2.0.2 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`97428efc41 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` +================================================================================================= =========== ============================================================================ + +2.0.1 +..... + +Latest change: 2021-07-26 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`acb7a9020b `_ 2021-07-20 ``Fix error in Druid connection attribute retrieval (#17095)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== =================================================================== + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`266384a63f `_ 2021-04-05 ``Fix string concatenation using 'f-strings' (#15200)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ======================================================================= + +1.1.0 +..... + +Latest change: 2021-03-08 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` +`59065400ff `_ 2021-03-05 ``Bugfix: DruidOperator fails to submit ingestion tasks (#14418)`` +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`33214d9326 `_ 2021-02-26 ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)`` +================================================================================================= =========== ============================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`3a72fc8247 `_ 2020-11-14 ``Fix Description of Provider Docs (#12361)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`7e6372a681 `_ 2020-03-23 ``Add call to Super call in apache providers (#7820)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` +`086d731ce0 `_ 2020-01-14 ``[AIRFLOW-6510] Fix druid operator templating (#7127)`` +`0481b9a957 `_ 2020-01-12 ``[AIRFLOW-6539][AIP-21] Move Apache classes to providers.apache package (#7142)`` +================================================================================================= =========== =============================================================================================== diff --git a/docs/apache-airflow-providers-apache-hdfs/commits.rst b/docs/apache-airflow-providers-apache-hdfs/commits.rst index 2bb38a483c343..1c654d899e410 100644 --- a/docs/apache-airflow-providers-apache-hdfs/commits.rst +++ b/docs/apache-airflow-providers-apache-hdfs/commits.rst @@ -48,3 +48,451 @@ Commit `3b9e1569d3 `_ 2024-10-17 ``added MultipleFilesWebHdfsSensor (#43045)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +4.5.1 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`716c4300a6 `_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` +================================================================================================= =========== ===================================================================== + +4.5.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ======================================================================= + +4.4.2 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +================================================================================================= =========== ================================================================================== + +4.4.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +4.4.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`e706416cd5 `_ 2024-04-06 ``fix: try002 for provider apache hdfs (#38792)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +================================================================================================= =========== ======================================================================= + +4.3.3 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`c3f48eeda0 `_ 2024-02-13 ``Turn Pydantic into an optional dependency (#37320)`` +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================================================== + +4.3.2 +..... + +Latest change: 2023-12-28 + +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`dd96be5468 `_ 2023-12-26 ``Remove _read method from hdfs task handler after bumping min airflow version to 2.6 (#36425)`` +`d986bed292 `_ 2023-12-25 ``Consolidate loading delete_local_logs conf in hdfs task handler (#36422)`` +================================================================================================= =========== ================================================================================================ + +4.3.1 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`6ee4d402e5 `_ 2023-12-12 ``fix connection type webhdfs (#36145)`` +================================================================================================= =========== ================================================================================== + +4.3.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`3b8db612ff `_ 2023-11-07 ``Add information about Qubole removal and make it possible to release it (#35492)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ==================================================================================== + +4.2.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` +================================================================================================= =========== =================================================================== + +4.1.1 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`d96f931b99 `_ 2023-08-28 ``Use correct headings in HDFS Provider changelog (#33809)`` +`dfa70b9423 `_ 2023-08-28 ``Fix package name in exception message for hdfs provider (#33813)`` +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` +`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ======================================================================= + +4.1.0 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`d3c8881cc6 `_ 2023-06-08 ``Add HdfsTaskHandler to store task instance logs on HDFS (#31512)`` +`0261bc57bc `_ 2023-06-07 ``Updates release notes for snakebite-py3 incompatibility with protobuf (#31756)`` +`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` +================================================================================================= =========== ================================================================================== + +4.0.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`9a8c2044bd `_ 2023-05-15 ``Remove snakebite-py3 based HDFS hooks and sensors (#31262)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +3.2.1 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ========================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`e141699c8a `_ 2023-03-27 ``Fix HDFSHook HAClient is invalid (#30164)`` +================================================================================================= =========== ========================================================== + +3.2.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + +3.1.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`52cf579352 `_ 2022-07-19 ``Adding Authentication to webhdfs sensor (#25110)`` +================================================================================================= =========== ================================================================= + +3.0.1 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`d8ec1ec8ec `_ 2022-06-28 ``'WebHDFSHook' Bugfix/optional port (#24550)`` +================================================================================================= =========== ================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== ================================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.2.2 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.2.1 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`837ff7ed10 `_ 2022-02-08 ``Add how-to guide for WebHDFS operators (#21393)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` +================================================================================================= =========== ========================================================================= + +2.2.0 +..... + +Latest change: 2021-11-30 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`1b97d654ae `_ 2021-11-24 ``hdfs provider: restore HA support for webhdfs (#19711)`` +================================================================================================= =========== ====================================================================== + +2.1.1 +..... + +Latest change: 2021-09-30 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`2b62a75a34 `_ 2021-09-18 ``fix get_connections deprecation warning in webhdfs hook (#18331)`` +================================================================================================= =========== ==================================================================== + +2.1.0 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`0016007b86 `_ 2021-08-18 ``hdfs provider: allow SSL webhdfs connections (#17637)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` +`6f8ab9e6da `_ 2021-04-12 ``Remove python2 related handlings and dependencies (#15301)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` +`71c5979a17 `_ 2021-03-07 ``Created initial guide for HDFS operators (#11212)`` +================================================================================================= =========== ================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`370e7d07d1 `_ 2020-11-21 ``Fix Python Docstring parameters (#12513)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` +`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`6c670870aa `_ 2020-03-25 ``[AIRFLOW-6833] HA for webhdfs connection (#7454)`` +`7e6372a681 `_ 2020-03-23 ``Add call to Super call in apache providers (#7820)`` +`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` +`0481b9a957 `_ 2020-01-12 ``[AIRFLOW-6539][AIP-21] Move Apache classes to providers.apache package (#7142)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-apache-livy/commits.rst b/docs/apache-airflow-providers-apache-livy/commits.rst index 41c877047d265..c6c5dc06ad5b1 100644 --- a/docs/apache-airflow-providers-apache-livy/commits.rst +++ b/docs/apache-airflow-providers-apache-livy/commits.rst @@ -46,3 +46,464 @@ Commit `c941484066 `_ 2024-10-15 ``pin in providers (#43001)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +3.9.1 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== ======================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`c5aeeff412 `_ 2024-09-04 ``bugfix/livy-set-base-url (#41658)`` +================================================================================================= =========== ======================================================= + +3.9.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ======================================================================= + +3.8.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +3.8.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`04caa6eceb `_ 2024-04-27 ``Update docstring 'LivyOperator' retry_args and deferrable docs (#39266)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`bf5ab8fc46 `_ 2024-04-14 ``Fix bug in LivyOperator when its trigger times out (#38916)`` +`6de420a0ee `_ 2024-04-13 ``Fix 'polling_interval' parameter docs in LivyOperator (#38979)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +================================================================================================= =========== =========================================================================== + +3.7.3 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`82d9a89611 `_ 2024-02-12 ``Fix rendering 'LivyOperator.spark_params' (#37361)`` +================================================================================================= =========== ================================================================== + +3.7.2 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`0c4210af62 `_ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)`` +================================================================================================= =========== ================================================================================ + +3.7.1 +..... + +Latest change: 2024-01-07 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`eac3d95584 `_ 2023-12-29 ``remove unnecessary templated filed (#36490)`` +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +================================================================================================= =========== ================================================================================== + +3.7.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ======================================================================= + +3.6.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`99f320354b `_ 2023-10-04 ``Refactor: consolidate import time in providers (#34402)`` +`c95aa7863f `_ 2023-09-18 ``Consolidate hook management in LivyOperator (#34431)`` +================================================================================================= =========== =============================================================== + +3.5.4 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +================================================================================================= =========== =================================================================================================== + +3.5.3 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` +`32feab4100 `_ 2023-08-22 ``Refactor: Simplify code in Apache/Alibaba providers (#33227)`` +`af0a4a0698 `_ 2023-08-21 ``Simplify conditions on len() in providers/apache (#33564)`` +`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` +================================================================================================= =========== ======================================================================= + +3.5.2 +..... + +Latest change: 2023-07-06 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` +`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +`58784ade88 `_ 2023-06-27 ``Fix 'LivyHook' TypeError exception on 'session_id' log format (#32051)`` +================================================================================================= =========== ========================================================================== + +3.5.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`13890788ae `_ 2023-06-07 ``Apache provider docstring improvements (#31730)`` +`361aa77d5d `_ 2023-06-05 ``Optimize deferred mode execution (#31685)`` +`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` +`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` +`bfb14f6ffa `_ 2023-05-25 ``Push Spark appId to XCOM for LivyOperator with deferrable mode (#31201)`` +================================================================================================= =========== =========================================================================== + +3.5.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` +`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +3.4.0 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`c44c7e1b48 `_ 2023-03-20 ``Add non login-password auth support for SimpleHttpOpeator (#29206)`` +`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` +================================================================================================= =========== ====================================================================== + +3.3.0 +..... + +Latest change: 2023-03-03 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` +`47ebe99972 `_ 2023-02-22 ``Add Livy Operator with deferrable mode (#29047)`` +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`2b92c3c74d `_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +================================================================================================= =========== ================================================================== + +3.2.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`7dd7400dd4 `_ 2022-10-31 ``Add template to livy operator documentation (#27404)`` +`f75582a8eb `_ 2022-10-31 ``Add Spark's 'appId' to xcom output (#27376)`` +`0c94eff950 `_ 2022-10-31 ``add template field renderer to livy operator (#27321)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + +3.1.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`7d3e799f7e `_ 2022-08-07 ``Add auth_type to LivyHook (#25183)`` +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +================================================================================================= =========== ================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`5503603cde `_ 2022-06-05 ``AIP-47 - Migrate livy DAGs to new design #22439 (#24208)`` +================================================================================================= =========== ================================================================================== + +2.2.3 +..... + +Latest change: 2022-04-07 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`97cf76904a `_ 2022-03-30 ``Fix: Add extra headers to all livy API requests instead of only to post_batch (#22510)`` +================================================================================================= =========== ========================================================================================== + +2.2.2 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.2.1 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.2.0 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`5fdd6fa479 `_ 2022-02-15 `` Added retries to LivyHook #19384 (#21550)`` +`c25534be56 `_ 2022-02-11 ``add how-to guide for livy operator (#21529)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +================================================================================================= =========== ============================================================================== + +2.1.0 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`02a33b55d1 `_ 2021-08-20 ``Fetching and logging livy session logs for LivyOperrator (#17393)`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ + +2.0.0 +..... + +Latest change: 2021-06-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`83b23ad197 `_ 2021-06-19 ``Add undocumented parameters to ''LivyOperator'' and ''LivyHook'' docstrings (#16542)`` +`3d8ba64b84 `_ 2021-06-19 ``Add ''extra_headers'' argument to ''LivyHook'' and ''LivyOperator'' (#16512)`` +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +================================================================================================= =========== ======================================================================================== + +1.1.0 +..... + +Latest change: 2021-04-06 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`70731073d0 `_ 2021-03-17 ``Extend HTTP extra_options to LivyHook and operator (#14816)`` +`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` +================================================================================================= =========== ============================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`d3cf23dc07 `_ 2020-02-19 ``[AIRFLOW-5470] Add Apache Livy REST operator (#6090)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-apache-spark/commits.rst b/docs/apache-airflow-providers-apache-spark/commits.rst index bc7fa1640b51b..d408fb42c0fcc 100644 --- a/docs/apache-airflow-providers-apache-spark/commits.rst +++ b/docs/apache-airflow-providers-apache-spark/commits.rst @@ -46,3 +46,580 @@ Commit `509428b1c1 `_ 2024-10-22 ``Changed conf property from str to dict in SparkSqlOperator (#42835)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +4.11.1 +...... + +Latest change: 2024-10-09 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`49e7926f72 `_ 2024-10-07 ``The function resolve_kerberos_principal updated when airflow version 2.8 and above (#42777)`` +================================================================================================= =========== =============================================================================================== + +4.11.0 +...... + +Latest change: 2024-09-21 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`1f10532163 `_ 2024-09-17 ``Add kerberos related connection fields(principal, keytab) on SparkSubmitHook (#40757)`` +================================================================================================= =========== ========================================================================================= + +4.10.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`7f5b8a57df `_ 2024-08-09 ``Resolve 'AirflowProviderDeprecationWarning' in 'SparkSqlOperator' (#41358)`` +================================================================================================= =========== ============================================================================== + +4.9.0 +..... + +Latest change: 2024-07-21 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`0b0f8f0fc9 `_ 2024-07-21 ``Prepare Providers docs RC1 2nd (ad-hoc) wave July 2024 (#40908)`` +`469beef0a0 `_ 2024-07-14 ``Add 'kubernetes_application_id' to 'SparkSubmitHook' (#40753)`` +`7d5f804ac2 `_ 2024-07-11 ``(fix): spark submit pod name with driver as part of its name(#40732)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ======================================================================== + +4.8.2 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +================================================================================================= =========== ================================================================================== + +4.8.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +4.8.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`9d46507f59 `_ 2024-04-11 ``Rename SparkSubmitOperator argument queue as yarn_queue (#38852)`` +================================================================================================= =========== ======================================================================= + +4.7.2 +..... + +Latest change: 2024-04-10 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`baa6f08a5c `_ 2024-03-16 ``Rename 'SparkSubmitOperator''s fields' names to comply with templated fields validation (#38051)`` +`58bffa6862 `_ 2024-03-12 ``Rename 'SparkSqlOperator''s field's name to comply with templated fields validation (#38045)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`08036e5df5 `_ 2024-02-08 ``D401 Support in Providers (simple) (#37258)`` +================================================================================================= =========== ==================================================================================================== + +4.7.1 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`ded01a5aba `_ 2024-01-08 ``Bump min version for grpcio-status in spark provider (#36662)`` +================================================================================================= =========== ==================================================================================================================== + +4.7.0 +..... + +Latest change: 2024-01-07 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`ed9080ae6a `_ 2023-12-29 ``change spark connection form and add spark connections docs (#36419)`` +================================================================================================= =========== ============================================================================ + +4.6.0 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`1b4a7edc54 `_ 2023-12-13 ``SparkSubmit Connection Extras can be overridden (#36151)`` +`195abf8f71 `_ 2023-12-11 ``SparkSubmit: Adding propertyfiles option (#36164)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +================================================================================================= =========== ================================================================================== + +4.5.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`9103ea1702 `_ 2023-11-16 ``Add support for Spark Connect to pyspark decorator (#35665)`` +================================================================================================= =========== ======================================================================= + +4.4.0 +..... + +Latest change: 2023-11-08 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`3b8db612ff `_ 2023-11-07 ``Add information about Qubole removal and make it possible to release it (#35492)`` +`0a4ed7d557 `_ 2023-11-01 ``Add pyspark decorator (#35247)`` +`880a85bbb7 `_ 2023-11-01 ``Add use_krb5ccache option to SparkSubmitOperator (#35331)`` +================================================================================================= =========== ==================================================================================== + +4.3.0 +..... + +Latest change: 2023-10-28 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`645d52f129 `_ 2023-10-21 ``Add 'use_krb5ccache' option to 'SparkSubmitHook' (#34386)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +================================================================================================= =========== ================================================================== + +4.2.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +================================================================================================= =========== =============================================================== + +4.1.5 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` +================================================================================================= =========== ============================================================= + +4.1.4 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`32feab4100 `_ 2023-08-22 ``Refactor: Simplify code in Apache/Alibaba providers (#33227)`` +`c645d8e40c `_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` +================================================================================================= =========== ======================================================================= + +4.1.3 +..... + +Latest change: 2023-08-05 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` +`4f83e831d2 `_ 2023-07-31 ``Validate conn_prefix in extra field for Spark JDBC hook (#32946)`` +================================================================================================= =========== ==================================================================== + +4.1.2 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`e93460383f `_ 2023-07-26 ``Move all k8S classes to cncf.kubernetes provider (#32767)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== =================================================================== + +4.1.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`6becb70316 `_ 2023-06-16 ``SparkSubmitOperator: rename spark_conn_id to conn_id (#31952)`` +`13890788ae `_ 2023-06-07 ``Apache provider docstring improvements (#31730)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a473facf6c `_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` +================================================================================================= =========== ================================================================= + +4.1.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +4.0.1 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`5d1f201bb0 `_ 2023-03-22 ``Only restrict spark binary passed via extra (#30213)`` +`d9dea5ce17 `_ 2023-03-22 ``Validate host and schema for Spark JDBC Hook (#30223)`` +`b3259877fa `_ 2023-03-15 ``Add spark3-submit to list of allowed spark-binary values (#30068)`` +================================================================================================= =========== ===================================================================== + +4.0.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`9358928815 `_ 2022-11-13 ``Remove custom spark home and custom binarires for spark (#27646)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +================================================================================================= =========== ==================================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`b4a5783a2a `_ 2022-06-06 ``chore: Refactoring and Cleaning Apache Providers (#24219)`` +`9dc2851671 `_ 2022-06-05 ``Fix backwards-compatibility introduced by fixing mypy problems (#24230)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`a2bfc0e62d `_ 2022-06-05 ``AIP-47 - Migrate spark DAGs to new design #22439 (#24210)`` +`71e4deb1b0 `_ 2022-05-16 ``Add typing for airflow/configuration.py (#23716)`` +================================================================================================= =========== ================================================================================== + +2.1.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.1.2 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.1.1 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== =========================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`6322dad2ca `_ 2022-02-25 ``fix param rendering in docs of SparkSubmitHook (#21788)`` +================================================================================================= =========== =========================================================== + +2.1.0 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ========================================================================== + +2.0.3 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`485ff6cc64 `_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` +`dad2f8103b `_ 2021-12-15 ``Fix mypy providers (#20190)`` +`1a2a2498d6 `_ 2021-12-14 ``Fix mypy spark hooks (#20290)`` +`a50d2ac872 `_ 2021-12-02 ``Ensure Spark driver response is valid before setting UNKNOWN status (#19978)`` +================================================================================================= =========== ================================================================================ + +2.0.2 +..... + +Latest change: 2021-11-30 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`79b30ff59c `_ 2021-11-24 ``fix bug of SparkSql Operator log going to infinite loop. (#19449)`` +`ae044884d1 `_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`42dc0767b8 `_ 2021-10-08 ``Remove unnecessary string concatenations in AirflowException messages (#18817)`` +================================================================================================= =========== ================================================================================== + +2.0.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`91f4d80ff0 `_ 2021-07-23 ``Updating Apache example DAGs to use XComArgs (#16869)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`5c86e3d509 `_ 2021-06-14 ``Make SparkSqlHook use Connection (#15794)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +================================================================================================= =========== ================================================================= + +1.0.3 +..... + +Latest change: 2021-05-01 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`5b2fe0e740 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` +`9015beb316 `_ 2021-04-10 ``Pass environment variables to process with yarn kill command (#15304)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ========================================================================= + +1.0.2 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== =========================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`f9c9e9c38f `_ 2021-02-11 ``Use apache.spark provider without kubernetes (#14187)`` +================================================================================================= =========== =========================================================== + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`d760265452 `_ 2020-08-25 ``PyDocStyle: No whitespaces allowed surrounding docstring text (#10533)`` +`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`3b3287d7ac `_ 2020-08-05 ``Enforce keyword only arguments on apache operators (#10170)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`1427e4acb4 `_ 2020-07-22 ``Update Spark submit operator for Spark 3 support (#8730)`` +`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` +`0873070e08 `_ 2020-07-11 ``Mask other forms of password arguments in SparkSubmitOperator (#9615)`` +`13a827d80f `_ 2020-07-09 ``Ensure Kerberos token is valid in SparkSubmitOperator before running 'yarn kill' (#9044)`` +`067806d598 `_ 2020-06-29 ``Add tests for spark_jdbc_script (#9491)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`7506c73f17 `_ 2020-05-10 ``Add default 'conf' parameter to Spark JDBC Hook (#8787)`` +`487b5cc50c `_ 2020-05-06 ``Add guide for Apache Spark operators (#8305)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`be1451b0e1 `_ 2020-04-02 ``[AIRFLOW-7026] Improve SparkSqlHook's error message (#7749)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`7e6372a681 `_ 2020-03-23 ``Add call to Super call in apache providers (#7820)`` +`2327aa5a26 `_ 2020-03-12 ``[AIRFLOW-7025] Fix SparkSqlHook.run_query to handle its parameter properly (#7677)`` +`024b4bf962 `_ 2020-03-10 ``[AIRFLOW-7024] Add the verbose parameter support to SparkSqlOperator (#7676)`` +`b59042b5ab `_ 2020-02-28 ``[AIRFLOW-6949] Respect explicit 'spark.kubernetes.namespace' conf to SparkSubmitOperator (#7575)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`0481b9a957 `_ 2020-01-12 ``[AIRFLOW-6539][AIP-21] Move Apache classes to providers.apache package (#7142)`` +================================================================================================= =========== ==================================================================================================== diff --git a/docs/apache-airflow-providers-cloudant/commits.rst b/docs/apache-airflow-providers-cloudant/commits.rst index 4c8a80cfa990d..ced6759f0e17b 100644 --- a/docs/apache-airflow-providers-cloudant/commits.rst +++ b/docs/apache-airflow-providers-cloudant/commits.rst @@ -47,3 +47,337 @@ Commit `892b2f18f1 `_ 2024-10-21 ``Update cloudant versions to be py-version aware so 'uv lock' can work. (#43217)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +4.0.1 +..... + +Latest change: 2024-10-09 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`63ff22f403 `_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` +================================================================================================= =========== ============================================================= + +4.0.0 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`caa94fa466 `_ 2024-09-06 ``Switch cloudant provider from cloudant library to ibmcloudant library (#41555)`` +================================================================================================= =========== ================================================================================== + +3.6.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +3.5.2 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +================================================================================================= =========== ================================================================================== + +3.5.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +3.5.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================================================== + +3.4.1 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +================================================================================================= =========== ================================================================================== + +3.4.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`f23170c9dd `_ 2023-10-16 ``D401 Support - A thru Common (Inclusive) (#34934)`` +================================================================================================= =========== ======================================================================= + +3.3.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ================================================================ + +3.2.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +================================================================================================= =========== ============================================================= + +3.2.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +3.1.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +================================================================================================= =========== ==================================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== ================================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.0.3 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.0.2 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ========================================================================== + +2.0.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +================================================================================================= =========== ============================================================================ + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` +================================================================================================= =========== ======================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== =========================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`35fe97225e `_ 2020-07-15 ``Improve type hinting to provider cloudant (#9825)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`5648dfbc30 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` +================================================================================================= =========== =========================================================================================== diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst index c25c591344771..b3d8834407c11 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst @@ -51,3 +51,1276 @@ Commit `a052d9eebe `_ 2024-10-11 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505) (#42624)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ================================================================================================= + +9.0.0 +..... + +Latest change: 2024-10-09 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`00d6ae72e2 `_ 2024-10-09 ``Fix mark as success when pod fails while fetching log (#42815)`` +`63ff22f403 `_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` +`e5a474bdd1 `_ 2024-10-07 ``kubernetes executor cleanup_stuck_queued_tasks optimization (#41220)`` +`24b7c5b151 `_ 2024-10-04 ``Remove airflow_version from k8s executor pod selector (#42751)`` +`0120515f6c `_ 2024-10-03 ``Added unit tests and restructred 'await_xcom_sidecar_container_start' method. (#42504)`` +`c72dad7eaf `_ 2024-10-01 ``All executors should inherit from BaseExecutor (#41904)`` +`6808619ec5 `_ 2024-09-30 ``KubernetesHook kube_config extra can take dict (#41413)`` +`223acdb13f `_ 2024-09-27 ``Fix SparkKubernetesOperator spark name. (#42427)`` +`7782050201 `_ 2024-09-27 ``KubernetesPodOperator never stops if credentials are refreshed (#42361)`` +================================================================================================= =========== ========================================================================================== + +8.4.2 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`d1e500c450 `_ 2024-09-16 ``Deprecated configuration removed (#42129)`` +`1379376b66 `_ 2024-09-02 ``Add TODOs in providers code for Subdag code removal (#41963)`` +`86af316c87 `_ 2024-09-02 ``docstring update (#41929)`` +`761ad6ec13 `_ 2024-08-26 ``Remove Airflow 2.7 support from Kubernetes Provider (#41746)`` +`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` +================================================================================================= =========== ================================================================ + +8.4.1 +..... + +Latest change: 2024-08-25 + +================================================================================================= =========== ================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================ +`2f952909f5 `_ 2024-08-25 ``Prepare docs for Aug 3rd wave of providers (#41714)`` +`09ce3a5100 `_ 2024-08-23 ``K8s Executor: failing the task in case the watcher receives an event with the reason ProviderFailed (#41186)`` +`170b9ce907 `_ 2024-08-22 ``Fix 'do_xcom_push' and 'get_logs' functionality for KubernetesJobOperator (#40814)`` +`ef5da26166 `_ 2024-08-20 ``Add missing flag (#41464)`` +`5cb582b51f `_ 2024-08-20 ``fix: Missing 'slots_occupied' in 'CeleryKubernetesExecutor' and 'LocalKubernetesExecutor' (#41602)`` +================================================================================================= =========== ================================================================================================================ + +8.4.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`530495c45b `_ 2024-08-14 ``Describe behaviour in docstring correctly (#41458)`` +`6570c6d1bb `_ 2024-08-13 ``Remove deprecated SubDags (#41390)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`2b1ae5f811 `_ 2024-08-12 ``reorder docstring of 'SparkKubernetesOperator' (#41372)`` +================================================================================================= =========== ======================================================================= + +8.3.4 +..... + +Latest change: 2024-08-03 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`f9c1c61537 `_ 2024-08-02 ``Pass content of kube/config file to triggerer as a dictionary (#41178)`` +`4ef847b7d2 `_ 2024-07-31 ``Fix confusing log message in kubernetes executor (#41035)`` +`b014077fe3 `_ 2024-07-31 ``Fix ApiException handling when adopting completed pods (#41109)`` +================================================================================================= =========== ========================================================================== + +8.3.3 +..... + +Latest change: 2024-07-09 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`95e6ee9868 `_ 2024-07-08 ``Solve failing KPO task with task decorator and imported typing elements (#40642)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ==================================================================================== + +8.3.2 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== =============================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`bfe5fd7108 `_ 2024-06-16 ``k8s version bump (#40253)`` +`67798b2b8a `_ 2024-06-13 ``Fix Scheduler restarting due to too many completed pods in cluster (#40183)`` +================================================================================================= =========== =============================================================================== + +8.3.1 +..... + +Latest change: 2024-06-07 + +================================================================================================= =========== ============================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================== +`35bece7dc3 `_ 2024-06-07 ``Prepare docs 1st wave June 2024 (#40057)`` +`8daa53eaa5 `_ 2024-06-07 ``Avoid resetting adopted task instances when retrying for kubernetes executor (#39406)`` +`00a2843649 `_ 2024-06-06 ``Include fatal reason for pod pending events (#39924)`` +`0f6e31f4b9 `_ 2024-06-05 ``Fix reattach_on_restart parameter for the sync mode (#39329)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +`a61e789b9b `_ 2024-06-04 ``Resolve common providers deprecations in tests (#40036)`` +`981ba8f005 `_ 2024-06-03 ``Fixes KubernetesPodTrigger failing running pods with timeout (#40019)`` +`032d27640b `_ 2024-05-30 ``Refresh properties on KubernetesPodOperator on token expiration also when logging (#39789)`` +================================================================================================= =========== ============================================================================================== + +8.3.0 +..... + +Latest change: 2024-05-30 + +================================================================================================= =========== ======================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================================= +`11f219abff `_ 2024-05-30 ``Prepare docs 4th wave May 2024 (#39934)`` +`53970a8d1f `_ 2024-05-28 ``Handling exception getting logs when pods finish success (#39296)`` +`e190cff272 `_ 2024-05-28 ``fix wrong arguments in read_namespaced_pod_log call (#39874)`` +`98c5a3a2c6 `_ 2024-05-27 ``Add a warning message to KPO to warn of one second interval logs duplication (#39861)`` +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`610747d25a `_ 2024-05-15 ``Add timeout when watching pod events in k8s executor (#39551)`` +`f57de6c183 `_ 2024-05-14 ``Move Kubernetes cli to provider package (#39587)`` +`e3897dcbed `_ 2024-05-13 ``Remove compat code for 2.7.0 - its now the min Airflow version (#39591)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`20265fe1fa `_ 2024-05-10 ``Add retry logic for KubernetesCreateResourceOperator and KubernetesJobOperator (#39201)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`0e6c0ab252 `_ 2024-05-05 ``Replace pod_manager.read_pod_logs with client.read_namespaced_pod_log in KubernetesPodOperator._write_logs (#39112)`` +`b5153c1745 `_ 2024-05-03 ``Fix deprecated calls in 'cncf.kubernetes' provider (#39381)`` +================================================================================================= =========== ======================================================================================================================= + +8.2.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`43b48a9ac1 `_ 2024-05-01 ``Refresh properties on KubernetesPodOperator when k8s fails due to token expiration (#39325)`` +`97871a0378 `_ 2024-05-01 ``Fix SparkKubernetesOperator when using initContainers (#38119)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`4920ab25b3 `_ 2024-04-25 ``Remove unnecessary validation from cncf provider. (#39238)`` +`84f1ae23cc `_ 2024-04-24 ``Add missing informative logs in KPO trigger until container has not finished (#37546)`` +`85bc9afcaa `_ 2024-04-20 ``fixes templated env vars for k8s pod operator (#39139)`` +`cf56402f5e `_ 2024-04-16 ``KPO xcom sidecar PodDefault usage (#38951)`` +`b59cef1c83 `_ 2024-04-16 ``Moves airflow import in deprecated pod_generator to local (#39062)`` +================================================================================================= =========== =============================================================================================== + +8.1.1 +..... + +Latest change: 2024-04-16 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`13df6569d6 `_ 2024-04-16 ``Prepare docs 1st wave (RC3) + ad hoc April 2024 (#38995) (#39054)`` +`43919c2fa6 `_ 2024-04-15 ``Avoid logging empty line KPO (#38247)`` +================================================================================================= =========== ===================================================================== + +8.1.0 +..... + +Latest change: 2024-04-10 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`78f84b9147 `_ 2024-04-09 ``fix: try002 for provider cncf kubernetes (#38799)`` +`a19a9cb523 `_ 2024-04-05 ``removed usage of deprecated function for naming the pod in provider k8s pod.py (#38638)`` +`ab5aabe50b `_ 2024-04-02 ``Implement delete_on_status parameter for KubernetesDeleteJobOperator (#38458)`` +`ec6091d498 `_ 2024-03-31 ``Fix spark operator log retrieval from driver (#38106)`` +`afb686c95e `_ 2024-03-26 ``Implement deferrable mode for GKEStartJobOperator (#38454)`` +`a3f7ddd465 `_ 2024-03-26 ``KPO Add follow log in termination step (#38081)`` +`32ed83bd0e `_ 2024-03-25 ``Refactor GKE hooks (#38404)`` +`fc868f4be2 `_ 2024-03-22 ``Implement deferrable mode for KubernetesJobOperator (#38251)`` +`1a9b71a129 `_ 2024-03-21 ``Create KubernetesPatchJobOperator operator (#38146)`` +`29ac05f496 `_ 2024-03-18 ``Create DeleteKubernetesJobOperator and GKEDeleteJobOperator operators (#37793)`` +`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` +`d4350a6bed `_ 2024-03-18 ``Fix dynamic allocation specs handling for custom launcher (#38223)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`f3982aa2a4 `_ 2024-03-18 ``Use startup_check_interval_seconds instead of poll_interval to check pod while startup (#38075)`` +`c32d41d94d `_ 2024-03-18 ``Implement wait_until_job_complete parameter for KubernetesJobOperator (#37998)`` +`1d3010c4ab `_ 2024-03-12 ``Fix case if 'SparkKubernetesOperator.application_file' is templated file (#38035)`` +`8f773a62c1 `_ 2024-03-08 ``Add GKECreateCustomResourceOperator and GKEDeleteCustomResourceOperator operators (#37616)`` +`a7b7928a2a `_ 2024-03-07 ``fix: reduce irrelevant error logs for pod events. (#37944)`` +`8e6f78a735 `_ 2024-03-06 ``Use SIGINT signal number instead of signal name (#37905)`` +`ca72f0fd89 `_ 2024-03-06 ``Add GKEListJobsOperator and GKEDescribeJobOperator (#37598)`` +================================================================================================= =========== =================================================================================================== + +8.0.1 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== =========================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` +`d470674912 `_ 2024-03-01 ``Immediately fail the task in case of worker pod having a fatal container state (#37670)`` +`77341ef6a1 `_ 2024-02-29 ``Avoid non-recommended usage of logging (#37792)`` +`cd33c2a6a7 `_ 2024-02-27 ``Migrate executor docs to respective providers (#37728)`` +`c6ba13adf2 `_ 2024-02-26 ``Skip pod cleanup in case of pod creation failed (#37671)`` +================================================================================================= =========== =========================================================================================== + +8.0.0 +..... + +Latest change: 2024-02-19 + +================================================================================================= =========== ============================================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================================== +`fa234e0d22 `_ 2024-02-19 ``Prepare docs 1st wave (RC3) of Providers February 2024 (#37521)`` +`6412b06a7b `_ 2024-02-18 ``Fix KPO task hanging when pod fails to start within specified timeout (#37514)`` +`d50a25bd35 `_ 2024-02-17 ``Fix KeyError when KPO exits too soon (#37508)`` +`75182363a2 `_ 2024-02-17 ``Prepare docs 1st wave (RC2) of Providers February 2024 (#37471)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`c84efe77a5 `_ 2024-02-15 ``KPO Maintain backward compatibility for execute_complete and trigger run method (#37454)`` +`32ba99b6c2 `_ 2024-02-15 ``Create GKEStartJobOperator and KubernetesJobOperator (#36847)`` +`0be6430938 `_ 2024-02-15 ``Revert "KPO Maintain backward compatibility for execute_complete and trigger run method (#37363)" (#37446)`` +`df132b2dd6 `_ 2024-02-15 ``Add GKEStartKueueInsideClusterOperator (#37072)`` +`0640e6d595 `_ 2024-02-14 ``KPO Maintain backward compatibility for execute_complete and trigger run method (#37363)`` +`34c06c6922 `_ 2024-02-14 ``Convert Kubernetes ApiException status code to string to ensure it's correctly checked (#37405)`` +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`053485ba56 `_ 2024-02-12 ``Modify KPO to log container log periodically (#37279)`` +`f689c3f606 `_ 2024-02-12 ``Add d401 support to kubernetes provider (#37301)`` +`6246eec96f `_ 2024-02-10 ``Fix occasional attr-undefined for the python_kubernetes_script (#37318)`` +`e99487946a `_ 2024-02-10 ``The task is stuck in a queued state forever in case of pod launch errors (#36882)`` +`9a529a8d43 `_ 2024-02-10 ``Fix hanging KPO on deferrable task with do_xcom_push (#37300)`` +`f691adf710 `_ 2024-02-09 ``Fix rendering 'SparkKubernetesOperator.template_body' (#37271)`` +`7932958488 `_ 2024-02-05 ``Fix assignment of template field in '__init__' in 'KubernetesPodOperator' (#37010)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`c36c4db3f7 `_ 2024-01-29 ``Kubernetes version bump (#37040)`` +================================================================================================= =========== ============================================================================================================== + +7.14.0 +...... + +Latest change: 2024-01-26 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`dd627d7f46 `_ 2024-01-26 ``36888-Fix k8 configmap issue in 7.14.0rc1 (#37001)`` +`d78a114aa0 `_ 2024-01-23 ``Increase tenacity wait in read_pod_logs (#36955)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`43d192543e `_ 2024-01-20 ``Template field support for configmaps in the KubernetesPodOperator (#36922)`` +`6dc53524a5 `_ 2024-01-20 ``Create a generic callbacks class for KubernetesPodOperator (#35714)`` +`d3b4a91135 `_ 2024-01-20 ``fix: Avoid retrying after KubernetesPodOperator has been marked as failed (#36749)`` +`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` +`142f08abb5 `_ 2024-01-12 ``Change field type for kube_config (#36752)`` +`aa25affec6 `_ 2024-01-12 ``Add SparkKubernetesOperator crd implementation (#22253)`` +`2ffa6e4c4c `_ 2024-01-12 ``Add support of Pendulum 3 (#36281)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`2f15c95a28 `_ 2024-01-03 ``Changing wording in docstring for CNCF provider (#36547)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ====================================================================================== + +7.13.0 +...... + +Latest change: 2023-12-28 + +================================================================================================= =========== ========================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================== +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`2bd60771a8 `_ 2023-12-26 ``Remove deprecated input parameters in the k8s pod operator (#36433)`` +`a7700c1567 `_ 2023-12-26 ``Add reminder about update stub file in case of change KubernetesPodOperator's arguments (#36434)`` +`ee219e658d `_ 2023-12-26 ``Delete get_python_source from Kubernetes decorator after bumping min airflow version to 2.6.0 (#36426)`` +`af9328e6ff `_ 2023-12-26 ``Remove duplicated methods in K8S pod operator module and import them from helper function (#36427)`` +`3f60482974 `_ 2023-12-24 ``Don't get pod status in KubernetesPodOperator if skip_on_exit_code is not set (#36355)`` +`63544e184d `_ 2023-12-24 ``Allow changing of 'config_file' in 'KubernetesResourceBaseOperator' (#36397)`` +================================================================================================= =========== ========================================================================================================== + +7.12.0 +...... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`33ee0b98b2 `_ 2023-12-22 ``Add _request_timeout to KPO log fetch calls (#36297)`` +`381922f7c0 `_ 2023-12-21 ``Make pod_name length equal to HOST_NAME_MAX (#36332)`` +`49108e15eb `_ 2023-12-20 ``Kubernetes executor running slots leak fix (#36240)`` +`5ab43d5541 `_ 2023-12-19 ``Move KubernetesPodTrigger hook to a cached property (#36290)`` +`f81dfd731f `_ 2023-12-17 ``Add 'pod_template_dict' field to 'KubernetesPodOperator' (#33174)`` +`a398d9d4fa `_ 2023-12-16 ``KubernetesPodTrigger: add exception stack trace in TriggerEvent (#35716)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +`b9c574c61a `_ 2023-12-10 ``list pods performance optimization (#36092)`` +================================================================================================= =========== ================================================================================== + +7.11.0 +...... + +Latest change: 2023-12-08 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`1264316fe7 `_ 2023-12-05 ``Drive-by improvements to convert_env_vars (#36062)`` +`de71a62848 `_ 2023-12-05 ``fix: KPO typing env_vars (#36048)`` +`f5259376b8 `_ 2023-11-28 ``Use fail instead of change_state(failed) in K8S executor (#35900)`` +`623f989329 `_ 2023-11-27 ``Stop converting state to TaskInstanceState when it's None (#35891)`` +`e57232ff8f `_ 2023-11-25 ``Feature pass dictionary configuration in application_file in SparkKubernetesOperator (#35848)`` +================================================================================================= =========== ================================================================================================= + +7.10.0 +...... + +Latest change: 2023-11-24 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`0e157b38a3 `_ 2023-11-23 ``Fix K8S executor override config using pod_override_object (#35185)`` +`ca97feed18 `_ 2023-11-23 ``Revert Remove PodLoggingStatus object #35422 (#35822)`` +`8dc1b23116 `_ 2023-11-22 ``feat: K8S resource operator - CRD (#35600)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`6f51e502df `_ 2023-11-15 ``Add annotations field into in KubernetesPodOperator (#35641)`` +`486ccba4cf `_ 2023-11-13 ``Remove inconsequential code bits in KPO logging (#35416)`` +`31450bbe3c `_ 2023-11-13 ``Remove non existing params from 'KubernetesResourceBaseOperator' docstring`` +`cd296d2068 `_ 2023-11-12 ``KubernetesExecutor observability Improvements (#35579)`` +`4b1e494f47 `_ 2023-11-10 ``Add bandit to pre-commit to detect common security issues (#34247)`` +================================================================================================= =========== ============================================================================== + +7.9.0 +..... + +Latest change: 2023-11-08 + +================================================================================================= =========== =============================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================== +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d6c79ce340 `_ 2023-11-07 ``Remove tenancity on KPO logs inner func consume_logs (#35504)`` +`68b3b7b468 `_ 2023-11-07 ``Simplify KPO multi container log reconciliation logic (#35450)`` +`be2c3b9d9e `_ 2023-11-05 ``Remove PodLoggingStatus object (#35422)`` +`c67a2b0413 `_ 2023-11-05 ``Use constant for empty xcom result sentinel (#35451)`` +`a61da3cc87 `_ 2023-11-04 ``Add verificationy that provider docs are as expected (#35424)`` +`2023a76037 `_ 2023-11-03 ``Remove before_log in KPO retry and add traceback when interrupted (#35423)`` +`2b0bfea837 `_ 2023-11-01 ``Add startup_check_interval_seconds to PodManager's await_pod_start (#34231)`` +`3724a029da `_ 2023-11-01 ``Improve clear_not_launched_queued_tasks call duration (#34985)`` +`63cc915cd3 `_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` +================================================================================================= =========== =============================================================================== + +7.8.0 +..... + +Latest change: 2023-10-28 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`85f0ef35b8 `_ 2023-10-27 ``Added to the rendering of KubernetesOperator V1VolumeMount, sub_path (#35129)`` +`d4002261b5 `_ 2023-10-26 ``Replace blocking IO with async IO in AsyncKubernetesHook (#35162)`` +`4767f48a3b `_ 2023-10-25 ``feat: add hostAliases to pod spec in KubernetesPodOperator (#35063)`` +`4c8c85ccc2 `_ 2023-10-23 ``Consolidate the warning stacklevel in KubernetesPodTrigger (#35079)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +`f23170c9dd `_ 2023-10-16 ``D401 Support - A thru Common (Inclusive) (#34934)`` +================================================================================================= =========== ================================================================================= + +7.7.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`4234d8db7e `_ 2023-10-04 ``Fix parsing KubernetesPodOperator multiline logs (#34412)`` +`cbb04e5133 `_ 2023-10-01 ``Remove duplicated logs by reusing PodLogsConsumer (#34127)`` +`bd512007e5 `_ 2023-09-28 ``Fix KubernetesPodTrigger startup timeout (#34579)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`fb92ff8486 `_ 2023-09-27 ``Fix Pod not being removed after istio-sidecar is removed (#34500)`` +`a169cf2c25 `_ 2023-09-26 ``Update CHANGELOG.rst (#34625)`` +`08729eddbd `_ 2023-09-22 ``warn level for deprecated set to stacklevel 2 (#34530)`` +`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` +`8ecd576de1 `_ 2023-09-14 ``Refactor shorter defaults in providers (#34347)`` +================================================================================================= =========== ====================================================================== + +7.6.0 +..... + +Latest change: 2023-09-14 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`7574e16e75 `_ 2023-09-14 ``Prepare docs for Sep 2023 2nd wave of Providers (#34360)`` +`de92a81f00 `_ 2023-09-13 ``Move definition of Pod*Exceptions to pod_generator (#34346)`` +`b435b8edef `_ 2023-09-09 ``Push to xcom before 'KubernetesPodOperator' deferral (#34209)`` +`b5057e0e1f `_ 2023-09-09 ``Add 'progress_callback' parameter to 'KubernetesPodOperator' (#34153)`` +`c5016f754d `_ 2023-09-08 ``Refactor: Consolidate import textwrap in providers (#34220)`` +================================================================================================= =========== ========================================================================= + +7.5.1 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`6e1de4f9b9 `_ 2023-09-07 ``fix(providers/spark-kubernetes): respect soft_fail argument when exception is raised (#34167)`` +`1005501365 `_ 2023-09-06 ``Used cached property for hook in SparkKubernetesOperator (#34130)`` +`7731255975 `_ 2023-09-06 ``Refactor: Consolidate import datetime (#34110)`` +`5e6e107f73 `_ 2023-09-05 ``Use 'cached_property' for hook in SparkKubernetesSensor (#34106)`` +`fa5e54c4c5 `_ 2023-09-03 ``Combine similar if logics in providers (#33987)`` +`47bd5dd0e1 `_ 2023-09-03 ``Remove useless string join from providers (#33968)`` +`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` +`ff7dcf4e82 `_ 2023-09-01 ``replace loop by any when looking for a positive value in providers (#33984)`` +`1b122c1503 `_ 2023-09-01 ``Move the try outside the loop when this is possible in kubernetes provider (#33977)`` +`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` +`f66df7f6bc `_ 2023-08-31 ``Replace dict.items by values when key is not used in providers (#33939)`` +================================================================================================= =========== ================================================================================================= + +7.5.0 +..... + +Latest change: 2023-08-29 + +================================================================================================= =========== ================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================ +`23174ef1bb `_ 2023-08-29 ``Prepare docs for Aug 2023 3rd wave of Providers (RC2) (#33868)`` +`cede385e93 `_ 2023-08-28 ``Always use 'Literal' from 'typing_extensions' (#33794)`` +`452a978337 `_ 2023-08-27 ``Improve modules import in cncf.kubernetes probvider by move some of them into a type-checking block (#33781)`` +`42bc8fcb6b `_ 2023-08-26 ``Update pod.py (#33779)`` +`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`c477031039 `_ 2023-08-24 ``Inspect container state rather than last_state when deciding whether to skip (#33702)`` +`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` +`6130993d78 `_ 2023-08-24 ``Fix KubernetesPodOperator duplicating logs when interrupted (#33500)`` +`2dbb963324 `_ 2023-08-24 ``Refactor: Improve detection of duplicates and list sorting (#33675)`` +`75ce4d1923 `_ 2023-08-23 ``Add istio test, use curl /quitquitquit to exit sidecar, and some othe… (#33306)`` +`4bdf908041 `_ 2023-08-23 ``Fix 2.7.0 db migration job errors (#33652)`` +`0ca5f700ab `_ 2023-08-23 ``Exclude deprecated "operators.kubernetes_pod" module from provider.yaml (#33641)`` +`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` +`7141c42cc3 `_ 2023-08-22 ``Make cluster_context templated (#33604)`` +`4c4981d1ad `_ 2023-08-21 ``Refactor Sqlalchemy queries to 2.0 style (Part 7) (#32883)`` +`95a930bc0a `_ 2023-08-21 ``Consolidate import and usage of itertools (#33479)`` +`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` +`e991f60a79 `_ 2023-08-18 ``Add 'active_deadline_seconds' parameter to 'KubernetesPodOperator' (#33379)`` +`bfe08a79db `_ 2023-08-16 ``Import utc from datetime and normalize its import (#33450)`` +`46ffc25995 `_ 2023-08-14 ``Adding typing for KPO SCC objects (#33381)`` +`38aada7b8b `_ 2023-08-14 ``Introducing class constant to make worker pod log lines configurable (#33378)`` +`7e79997594 `_ 2023-08-11 ``D205 Support - Providers - Final Pass (#33303)`` +================================================================================================= =========== ================================================================================================================ + +7.4.2 +..... + +Latest change: 2023-08-11 + +================================================================================================= =========== ============================================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================================== +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`1f6257110d `_ 2023-08-09 ``Make the 'OnFinishAction' enum inherit from str to support passing it to 'KubernetesPodOperatpor' (#33228)`` +`0b528e2b2e `_ 2023-08-09 ``Add missing re2 dependency to cncf.kubernetes and celery providers (#33237)`` +`056f1670fe `_ 2023-08-08 ``Refactor: Simplify code in providers/cncf (#33230)`` +`9556d6d5f6 `_ 2023-08-08 ``Replace State by TaskInstanceState in Airflow executors (#32627)`` +================================================================================================= =========== ============================================================================================================== + +7.4.1 +..... + +Latest change: 2023-08-05 + +================================================================================================= =========== ======================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================= +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` +`f4542a30b0 `_ 2023-08-04 ``Fix waiting the base container when reading the logs of other containers (#33127)`` +`4fbbdbc9b1 `_ 2023-08-04 ``Revert "Fix waiting the base container when reading the logs of other containers (#33092)" (#33125)`` +`164526d4c7 `_ 2023-08-04 ``Consider custom pod labels on pod finding process on 'KubernetesPodOperator' (#33057)`` +`d31c77510c `_ 2023-08-04 ``Fix waiting the base container when reading the logs of other containers (#33092)`` +`900ad8c190 `_ 2023-08-04 ``Fix: Configurable Docker image of 'xcom_sidecar' (#32858)`` +`879fd34e97 `_ 2023-08-04 ``aDd documentation generation for CLI commands from executors (#33081)`` +`f83d63ea54 `_ 2023-08-04 ``Fix 'KubernetesPodOperator' sub classes default container_logs (#33090)`` +================================================================================================= =========== ======================================================================================================= + +7.4.0 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`bcc7856b80 `_ 2023-07-29 ``Add 'termination_message_policy' parameter to 'KubernetesPodOperator' (#32885)`` +`f31af91dbd `_ 2023-07-29 ``Raise original import error in CLI vending of executors (#32931)`` +`fcbbf47864 `_ 2023-07-29 ``[AIP-51] Executors vending CLI commands (#29055)`` +`e93460383f `_ 2023-07-26 ``Move all k8S classes to cncf.kubernetes provider (#32767)`` +`fcc6f284c7 `_ 2023-07-22 ``Update the watcher resource version in SparkK8SOp when it's too old (#32768)`` +`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` +================================================================================================= =========== ================================================================================== + +7.3.0 +..... + +Latest change: 2023-07-12 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` +`b3ce116192 `_ 2023-07-12 ``Fix async KPO by waiting pod termination in 'execute_complete' before cleanup (#32467)`` +`c99c03135c `_ 2023-07-08 ``D205 Support - Providers: Stragglers and new additions (#32447)`` +`9a0f41ba53 `_ 2023-07-06 ``Logging from all containers in KubernetesOperatorPod (#31663)`` +================================================================================================= =========== ========================================================================================== + +7.2.0 +..... + +Latest change: 2023-07-06 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` +`df4c8837d0 `_ 2023-07-01 ``Fix KubernetesPodOperator validate xcom json and add retries (#32113)`` +`dd937e51fe `_ 2023-06-30 ``Add 'on_finish_action' to 'KubernetesPodOperator' (#30718)`` +`8f5de83ee6 `_ 2023-06-29 ``Fix 'KubernetesPodTrigger' waiting strategy (#31348)`` +`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` +`6693bdd72d `_ 2023-06-27 ``fix spark-kubernetes-operator compatibality (#31798)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ========================================================================= + +7.1.0 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`66299338eb `_ 2023-06-18 ``add a return when the event is yielded in a loop to stop the execution (#31985)`` +`07ea574fed `_ 2023-06-07 ``Add D400 pydocstyle check (#31742)`` +`d8086a3db5 `_ 2023-06-05 ``Add possibility to disable logging the pod template in a case when task fails (#31595)`` +`def4b53765 `_ 2023-06-05 ``Fix Fargate logging for AWS system tests (#31622)`` +`86b5ba2802 `_ 2023-06-04 ``Remove return statement after yield from triggers class (#31703)`` +`0fa8c44527 `_ 2023-06-04 ``KubernetesResourceOperator - KubernetesDeleteResourceOperator & KubernetesCreateResourceOperator (#29930)`` +`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +================================================================================================= =========== ============================================================================================================= + +7.0.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`a1f5a5425e `_ 2023-05-19 ``Remove deprecated features from KubernetesHook (#31402)`` +`54f1fb0574 `_ 2023-05-19 ``Docstring improvements (#31375)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`caeca2d143 `_ 2023-05-15 ``Add protocol to define methods relied upon by KubernetesPodOperator (#31298)`` +`774a5a9038 `_ 2023-05-11 ``Empty xcom result file log message more specific (#31228)`` +`e7cb9ca2c1 `_ 2023-05-11 ``Fix pod describing on system test failure (#31191)`` +`8eab2e54ee `_ 2023-05-10 ``K8s hook should still work with missing default conn (#31187)`` +`c3c90eaa94 `_ 2023-05-10 ``Add options to KubernetesPodOperator (#30992)`` +`dcf3d39a15 `_ 2023-05-08 ``Fix kubernetes task decorator pickle error (#31110)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` +`b5296b7436 `_ 2023-04-22 ``add missing read for K8S config file from conn in deferred 'KubernetesPodOperator' (#29498)`` +`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +================================================================================================= =========== ================================================================================================ + +6.1.0 +..... + +Latest change: 2023-04-21 + +================================================================================================= =========== =========================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================== +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` +`ebe2f2f626 `_ 2023-04-21 ``Remove skip_exit_code from KubernetesPodOperator (#30788)`` +`afdc95435b `_ 2023-04-21 ``Add multiple exit code handling in skip logic for 'DockerOperator' and 'KubernetesPodOperator' (#30769)`` +`99a3bf2318 `_ 2023-04-19 ``Deprecate 'skip_exit_code' in 'DockerOperator' and 'KubernetesPodOperator' (#30733)`` +`f511653e5a `_ 2023-04-15 ``Skip KubernetesPodOperator task when it returns a provided exit code (#29000)`` +================================================================================================= =========== =========================================================================================================== + +6.0.0 +..... + +Latest change: 2023-04-09 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`874ea9588e `_ 2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)`` +`85b9135722 `_ 2023-04-08 ``Use default connection id for KubernetesPodOperator (#28848)`` +`dc4dd9178c `_ 2023-04-05 ``Allow to set limits for XCOM container (#28125)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ================================================================ + +5.3.0 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`df49ad179b `_ 2023-03-24 ``Ensure setup/teardown work on a previously decorated function (#30216)`` +`b8ab594130 `_ 2023-03-15 ``Remove "boilerplate" from all taskflow decorators (#30118)`` +`9a4f674852 `_ 2023-03-14 ``enhance spark_k8s_operator (#29977)`` +`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` +`1e81a98cc6 `_ 2023-03-07 ``Fix KubernetesPodOperator xcom push when 'get_logs=False' (#29052)`` +`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)`` +`6d2face107 `_ 2023-03-04 ``Fixed hanged KubernetesPodOperator (#28336)`` +================================================================================================= =========== ========================================================================== + +5.2.2 +..... + +Latest change: 2023-03-03 + +================================================================================================= =========== =================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================================== +`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` +`1e536eb43d `_ 2023-02-28 ``'KubernetesPodOperator._render_nested_template_fields' improved by changing the conditionals for a map (#29760)`` +`dba390e323 `_ 2023-02-22 ``Fix and augment 'check-for-inclusive-language' CI check (#29549)`` +================================================================================================= =========== =================================================================================================================== + +5.2.1 +..... + +Latest change: 2023-02-18 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` +`9a5c3e0ac0 `_ 2023-02-18 ``Fix @task.kubernetes to receive input and send output (#28942)`` +================================================================================================= =========== ================================================================== + +5.2.0 +..... + +Latest change: 2023-02-08 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`d26dc22391 `_ 2023-02-01 ``Patch only single label when marking KPO checked (#29279)`` +`246d778e6b `_ 2023-01-30 ``Add deferrable mode to ''KubernetesPodOperator'' (#29017)`` +`70b84b51a5 `_ 2023-01-23 ``Allow setting the name for the base container within K8s Pod Operator (#28808)`` +================================================================================================= =========== ================================================================================== + +5.1.1 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` +`ce677862be `_ 2023-01-07 ``Fix Incorrect 'await_container_completion' (#28771)`` +================================================================================================= =========== ================================================================== + +5.1.0 +..... + +Latest change: 2023-01-02 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`c22fc000b6 `_ 2022-12-30 ``Use labels instead of pod name for pod log read in k8s exec (#28546)`` +`681835a67c `_ 2022-12-21 ``Add Flink on K8s Operator (#28512)`` +`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)`` +`401fc57e8b `_ 2022-12-16 ``Restructure Docs (#27235)`` +`bdc3d2e647 `_ 2022-12-08 ``Keep pod name for k8s executor under 63 characters (#28237)`` +`d93240696b `_ 2022-12-05 ``Allow longer pod names for k8s executor / KPO (#27736)`` +`33c445d92f `_ 2022-12-03 ``Add volume-related nested template fields for KPO (#27719)`` +`ebd7b67dcb `_ 2022-12-02 ``Patch "checked" when pod not successful (#27845)`` +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +================================================================================================= =========== ======================================================================== + +5.0.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`52593b061c `_ 2022-11-11 ``Enable template rendering for env_vars field for the @task.kubernetes decorator (#27433)`` +`47a2b9ee7f `_ 2022-11-09 ``Add container_resources as KubernetesPodOperator templatable (#27457)`` +`aefadb8c5b `_ 2022-11-08 ``Allow xcom sidecar container image to be configurable in KPO (#26766)`` +`2d2f0daad6 `_ 2022-11-08 ``Fix KubernetesHook fail on an attribute absence (#25787)`` +`eee3df4570 `_ 2022-11-07 ``Improve task_id to pod name conversion (#27524)`` +`8c15b0a6d1 `_ 2022-11-07 ``Use log.exception where more economical than log.error (#27517)`` +`20ecefa416 `_ 2022-11-05 ``KPO should use hook's get namespace method to get namespace (#27516)`` +`701239abc3 `_ 2022-11-05 ``Remove deprecated backcompat objects for KPO (#27518)`` +`9337aa92c0 `_ 2022-11-05 ``Remove support for node_selectors param in KPO (#27515)`` +`3aadc44a13 `_ 2022-11-03 ``Remove unused backcompat method in k8s hook (#27490)`` +`0c26ec07be `_ 2022-10-28 ``Drop support for providing ''resource'' as dict in ''KubernetesPodOperator'' (#27197)`` +`4797a0322e `_ 2022-10-28 ``Fix log message for kubernetes hooks (#26999)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`734995ff26 `_ 2022-10-26 ``Add deprecation warning re unset namespace in k8s hook (#27202)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`14a45872e2 `_ 2022-10-22 ``Remove extra__kubernetes__ prefix from k8s hook extras (#27021)`` +`3ecb8dd025 `_ 2022-10-22 ``Make namespace optional for KPO (#27116)`` +`c9e57687b0 `_ 2022-10-21 ``Make pod name optional in KubernetesPodOperator (#27120)`` +`2752f2add1 `_ 2022-10-12 ``Deprecate use of core get_kube_client in PodManager (#26848)`` +`5c97e5be48 `_ 2022-10-10 ``add container_name option for SparkKubernetesSensor (#26560)`` +`53d68049d9 `_ 2022-10-04 ``Don't consider airflow core conf for KPO (#26849)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +================================================================================================= =========== ============================================================================================ + +4.4.0 +..... + +Latest change: 2022-09-22 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`1a07cbe423 `_ 2022-09-22 ``Prepare to release cncf.kubernetes provider (#26588)`` +`e60a459d56 `_ 2022-09-14 ``Avoid calculating all elements when one item is needed (#26377)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`4b26c8c541 `_ 2022-09-09 ``feat(KubernetesPodOperator): Add support of container_security_context (#25530)`` +`0eb0b543a9 `_ 2022-08-23 ``Add @task.kubernetes taskflow decorator (#25663)`` +`db5543ef60 `_ 2022-08-22 ``pretty print KubernetesPodOperator rendered template env_vars (#25850)`` +`ccdd73ec50 `_ 2022-08-22 ``Wait for xcom sidecar container to start before sidecar exec (#25055)`` +================================================================================================= =========== ==================================================================================== + +4.3.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`c8af0592c0 `_ 2022-07-26 ``Improve taskflow type hints with ParamSpec (#25173)`` +`f05a06537b `_ 2022-07-16 ``Fix xcom_sidecar stuck problem (#24993)`` +================================================================================================= =========== ================================================================= + +4.2.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`ef79a0d1c4 `_ 2022-07-11 ``Only assert stuff for mypy when type checking (#24937)`` +`e2fd41f7b1 `_ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)`` +`9d307102b4 `_ 2022-06-29 ``More typing and minor refactor for kubernetes (#24719)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`45b11d4ed1 `_ 2022-06-29 ``Use our yaml util in all providers (#24720)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`5326da4b83 `_ 2022-06-28 ``Add 'airflow_kpo_in_cluster' label to KPO pods (#24658)`` +`45f4290712 `_ 2022-06-28 ``Rename 'resources' arg in Kub op to k8s_resources (#24673)`` +`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +`78ac48872b `_ 2022-06-21 ``Use found pod for deletion in KubernetesPodOperator (#22092)`` +`dba3e4ec51 `_ 2022-06-15 ``Revert "Fix await_container_completion condition (#23883)" (#24474)`` +================================================================================================= =========== ============================================================================= + +4.1.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`b1ad017cee `_ 2022-06-07 ``pydocstyle D202 added (#24221)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`98b4e48fbc `_ 2022-06-06 ``Add param docs to KubernetesHook and KubernetesPodOperator (#23955) (#24054)`` +`42abbf0d61 `_ 2022-06-06 ``Fix await_container_completion condition (#23883)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`7ad4e67c1a `_ 2022-06-03 ``Migrate Cncf.Kubernetes example DAGs to new design #22441 (#24132)`` +`60eb9e106f `_ 2022-05-31 ``Use KubernetesHook to create api client in KubernetesPodOperator (#20578)`` +`e240132934 `_ 2022-05-27 ``[FEATURE] KPO use K8S hook (#22086)`` +`6bbe015905 `_ 2022-05-26 ``Use "remote" pod when patching KPO pod as "checked" (#23676)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +`064c41afda `_ 2022-05-20 ``Don't use the root logger in KPO _suppress function (#23835)`` +================================================================================================= =========== ================================================================================== + +4.0.2 +..... + +Latest change: 2022-05-12 + +================================================================================================= =========== =========================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`2eeb120bf4 `_ 2022-05-12 ``Revert "Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)" (#23656)`` +`ee342b85b9 `_ 2022-05-11 ``Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)`` +`863b257642 `_ 2022-05-10 ``Fix: Exception when parsing log #20966 (#23301)`` +`faae9faae3 `_ 2022-05-10 ``Fixed Kubernetes Operator large xcom content Defect (#23490)`` +`dbdcd0fd1d `_ 2022-04-30 ``Clarify 'reattach_on_restart' behavior (#23377)`` +`a914ec22c1 `_ 2022-04-30 ``Add YANKED to yanked releases of the cncf.kubernetes (#23378)`` +================================================================================================= =========== =========================================================================================================== + +4.0.1 +..... + +Latest change: 2022-04-30 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`11bbe471cd `_ 2022-04-30 ``Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)`` +`8e3abe4180 `_ 2022-04-29 ``Fix ''KubernetesPodOperator'' with 'KubernetesExecutor'' on 2.3.0 (#23371)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`c7399c7190 `_ 2022-04-21 ``KubernetesHook should try incluster first when not otherwise configured (#23126)`` +`70eede5dd6 `_ 2022-04-20 ``Fix KPO to have hyphen instead of period (#22982)`` +`c3d883a971 `_ 2022-04-19 ``KubernetesPodOperator should patch "already checked" always (#22734)`` +`d81703c577 `_ 2022-04-14 ``Add k8s container's error message in airflow exception (#22871)`` +`3c5bc73579 `_ 2022-04-12 ``Delete old Spark Application in SparkKubernetesOperator (#21092)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +`04082ac091 `_ 2022-04-09 ``Cleanup dup code now that k8s provider requires 2.3.0+ (#22845)`` +================================================================================================= =========== ==================================================================================== + +4.0.0 +..... + +Latest change: 2022-04-07 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`67e2723b73 `_ 2022-03-29 ``Log traceback only on ''DEBUG'' for KPO logs read interruption (#22595)`` +`6db30f3207 `_ 2022-03-29 ``Update our approach for executor-bound dependencies (#22573)`` +`0d64d66cea `_ 2022-03-28 ``Stop crashing when empty logs are received from kubernetes client (#22566)`` +`0a99be7411 `_ 2022-03-22 ``Optionally not follow logs in KPO pod_manager (#22412)`` +================================================================================================= =========== ============================================================================== + +3.1.2 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`0f977daa3c `_ 2022-03-22 ``Fix "run_id" k8s and elasticsearch compatibility with Airflow 2.1 (#22385)`` +`7bd165fbe2 `_ 2022-03-16 ``Remove RefreshConfiguration workaround for K8s token refreshing (#20759)`` +================================================================================================= =========== ============================================================================== + +3.1.1 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +3.1.0 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`8d8d072289 `_ 2022-03-03 ``Change KubePodOperator labels from exeuction_date to run_id (#21960)`` +`6c37e47cf6 `_ 2022-03-02 ``Add map_index label to mapped KubernetesPodOperator (#21916)`` +`351fa53432 `_ 2022-03-01 ``Fix Kubernetes example with wrong operator casing (#21898)`` +`a159ae828f `_ 2022-02-25 ``Remove types from KPO docstring (#21826)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +================================================================================================= =========== ======================================================================== + +3.0.2 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`4a73d8f3d1 `_ 2022-02-01 ``Add missed deprecations for cncf (#20031)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`428bd5f228 `_ 2022-01-10 ``Make ''delete_pod'' change more prominent in K8s changelog (#20753)`` +`5569b868a9 `_ 2022-01-09 ``Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)`` +================================================================================================= =========== ========================================================================== + +3.0.1 +..... + +Latest change: 2022-01-08 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`da9210e89c `_ 2022-01-08 ``Add documentation for an ad-hoc release of 2 providers (#20765)`` +`7222f68d37 `_ 2022-01-04 ``Update Kubernetes library version (#18797)`` +================================================================================================= =========== =================================================================== + +3.0.0 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` +`d56ff765e1 `_ 2021-12-30 ``Implement dry_run for KubernetesPodOperator (#20573)`` +`e63417553f `_ 2021-12-30 ``Move pod_mutation_hook call from PodManager to KubernetesPodOperator (#20596)`` +`ca6c210b7d `_ 2021-12-30 ``Rename ''PodLauncher'' to ''PodManager'' (#20576)`` +`e07e831946 `_ 2021-12-30 ``Clarify docstring for ''build_pod_request_obj'' in K8s providers (#20574)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`f200bb1977 `_ 2021-12-29 ``Simplify ''KubernetesPodOperator'' (#19572)`` +`4b8a1201ae `_ 2021-12-16 ``Fix Volume/VolumeMount KPO DeprecationWarning (#19726)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`f9eab1c185 `_ 2021-12-06 ``Add params config, in_cluster, and cluster_context to KubernetesHook (#19695)`` +================================================================================================= =========== ================================================================================= + +2.2.0 +..... + +Latest change: 2021-11-30 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`fe682ec3d3 `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` +`0d60d1af41 `_ 2021-11-23 ``Checking event.status.container_statuses before filtering (#19713)`` +`1e57022953 `_ 2021-11-19 ``Added namespace as a template field in the KPO. (#19718)`` +`f7410dfba2 `_ 2021-11-19 ``Coalesce 'extra' params to None in KubernetesHook (#19694)`` +`bf5f452413 `_ 2021-11-08 ``Change to correct type in KubernetesPodOperator (#19459)`` +`854b70b904 `_ 2021-11-07 ``Decouple name randomization from name kwarg (#19398)`` +================================================================================================= =========== ====================================================================== + +2.1.0 +..... + +Latest change: 2021-10-29 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`0a6850647e `_ 2021-10-21 ``Update docstring to let users use 'node_selector' (#19057)`` +`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` +`b2045d6d1d `_ 2021-10-13 ``Add more type hints to PodLauncher (#18928)`` +`c8b86e69e4 `_ 2021-10-12 ``Add more information to PodLauncher timeout error (#17953)`` +================================================================================================= =========== ====================================================================== + +2.0.3 +..... + +Latest change: 2021-09-30 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`7808be7ffb `_ 2021-09-21 ``Make Kubernetes job description fit on one log line (#18377)`` +`b8d06e812a `_ 2021-09-08 ``Fix KubernetesPodOperator reattach when not deleting pods (#18070)`` +`64d2f5488f `_ 2021-09-07 ``Do not fail KubernetesPodOperator tasks if log reading fails (#17649)`` +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` +================================================================================================= =========== ====================================================================================== + +2.0.2 +..... + +Latest change: 2021-08-24 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`bb5602c652 `_ 2021-08-24 ``Prepare release for Kubernetes Provider (#17798)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`73d2b720e0 `_ 2021-08-21 ``Fix using XCom with ''KubernetesPodOperator'' (#17760)`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`97428efc41 `_ 2021-08-02 ``Fix messed-up changelog in 3 providers (#17380)`` +`b0b2591071 `_ 2021-07-27 ``Fix static checks (#17256)`` +`997f7d0beb `_ 2021-07-27 ``Update spark_kubernetes.py (#17237)`` +================================================================================================= =========== ============================================================================ + +2.0.1 +..... + +Latest change: 2021-07-26 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`d48b4e0caf `_ 2021-07-21 ``Simplify 'default_args' in Kubernetes example DAGs (#16870)`` +`3939e84161 `_ 2021-07-20 ``Enable using custom pod launcher in Kubernetes Pod Operator (#16945)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`b2c66e45b7 `_ 2021-07-11 ``BugFix: Using 'json' string in template_field causes issue with K8s Operators (#16930)`` +`9d6ae609b6 `_ 2021-06-28 ``Updating task dependencies (#16624)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ========================================================================================== + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`4c9735ff9b `_ 2021-06-17 ``Fix unsuccessful KubernetesPod final_state call when 'is_delete_operator_pod=True' (#15490)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`4752fb3eb8 `_ 2021-06-14 ``Fix issue with parsing error logs in the KPO (#15638)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`2f16757e1a `_ 2021-06-03 ``Bug Pod Template File Values Ignored (#16095)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`85b2ccb0c5 `_ 2021-05-20 ``Add 'KubernetesPodOperat' 'pod-template-file' jinja template support (#15942)`` +`733bec9a04 `_ 2021-05-20 ``Bug Fix Pod-Template Affinity Ignored due to empty Affinity K8S Object (#15787)`` +`37d549bde7 `_ 2021-05-14 ``Save pod name to xcom for KubernetesPodOperator (#15755)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +================================================================================================= =========== =============================================================================================== + +1.2.0 +..... + +Latest change: 2021-05-01 + +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`5b2fe0e740 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` +`53fc1a9679 `_ 2021-04-26 ``Change KPO node_selectors warning to proper deprecationwarning (#15507)`` +`d3cc67aa7a `_ 2021-04-24 ``Fix timeout when using XCom with KubernetesPodOperator (#15388)`` +`be421a6b07 `_ 2021-04-23 ``Fix labels on the pod created by ''KubernetsPodOperator'' (#15492)`` +`44480d3673 `_ 2021-04-14 ``Require 'name' with KubernetesPodOperator (#15373)`` +`b4770725a3 `_ 2021-04-12 ``Add links to new modules for deprecated modules (#15316)`` +================================================================================================= =========== =========================================================================== + +1.1.0 +..... + +Latest change: 2021-04-07 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`1806670383 `_ 2021-04-07 ``Retry pod launching on 409 ApiExceptions (#15137)`` +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`6d7a70b88e `_ 2021-04-05 ``Separate Kubernetes pod_launcher from core airflow (#15165)`` +`00453dc4a2 `_ 2021-03-20 ``Add ability to specify api group and version for Spark operators (#14898)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +`7daebefd15 `_ 2021-03-05 ``Use libyaml C library when available. (#14577)`` +================================================================================================= =========== ============================================================================= + +1.0.2 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`809b4f9b18 `_ 2021-02-23 ``Unique pod name (#14186)`` +`649335c043 `_ 2021-02-07 ``Template k8s.V1EnvVar without adding custom attributes to dict. (#14123)`` +`d4c4db8a18 `_ 2021-02-05 ``Allow users of the KPO to template environment variables (#14083)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ============================================================================ + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`1b9e3d1c28 `_ 2021-01-22 ``Revert "Fix error with quick-failing tasks in KubernetesPodOperator (#13621)" (#13835)`` +`94d3ed61d6 `_ 2021-01-21 ``Fix error with quick-failing tasks in KubernetesPodOperator (#13621)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`7a560ab6de `_ 2020-12-24 ``Pass image_pull_policy in KubernetesPodOperator correctly (#13289)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ========================================================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`de3b1e687b `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` +`c02a3f59e4 `_ 2020-11-23 ``Spark-on-k8s sensor logs - properly pass defined namespace to pod log call (#11199)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`9e089ab895 `_ 2020-11-19 ``Fix Kube tests (#12479)`` +`d32fe78c0d `_ 2020-11-18 ``Update readmes for cncf.kube provider fixes (#12457)`` +`d84a52dc8f `_ 2020-11-18 ``Fix broken example_kubernetes DAG (#12455)`` +`7c8b71d201 `_ 2020-11-18 ``Fix backwards compatibility further (#12451)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`763b40d223 `_ 2020-11-18 ``Raise correct Warning in kubernetes/backcompat/volume_mount.py (#12432)`` +`bc4bb30588 `_ 2020-11-18 ``Fix docstrings for Kubernetes Backcompat module (#12422)`` +`cab86d80d4 `_ 2020-11-17 ``Make K8sPodOperator backwards compatible (#12384)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`221f809c1b `_ 2020-11-14 ``Fix full_pod_spec for k8spodoperator (#12354)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`3f59e75cdf `_ 2020-11-09 ``KubernetesPodOperator: use randomized name to get the failure status (#12171)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`7825be50d8 `_ 2020-11-05 ``Randomize pod name (#12117)`` +`91a64db505 `_ 2020-11-04 ``Format all files (without excepions) by black (#12091)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`53e6062105 `_ 2020-10-21 ``Enforce strict rules for yamllint (#11709)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`eee4e30f2c `_ 2020-10-15 ``Add better debug logging to K8sexec and K8sPodOp (#11502)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`8640fb6c10 `_ 2020-10-09 ``fix tests (#11368)`` +`298052fcee `_ 2020-10-10 ``[airflow/providers/cncf/kubernetes] correct hook methods name (#11008)`` +`49aad025b5 `_ 2020-10-09 ``Users can specify sub-secrets and paths k8spodop (#11369)`` +`b93b6c5be3 `_ 2020-10-05 ``Allow labels in KubernetesPodOperator to be templated (#10796)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`a888198c27 `_ 2020-09-27 ``Allow overrides for pod_template_file (#11162)`` +`0161b5ea2b `_ 2020-09-26 ``Increasing type coverage for multiple provider (#11159)`` +`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`b61225a885 `_ 2020-09-21 ``Add D204 pydocstyle check (#11031)`` +`cba51d49ee `_ 2020-09-17 ``Simplify the K8sExecutor and K8sPodOperator (#10393)`` +`1294e15d44 `_ 2020-09-16 ``KubernetesPodOperator template fix (#10963)`` +`5d6d5a2f7d `_ 2020-09-14 ``Allow to specify path to kubeconfig in KubernetesHook (#10453)`` +`7edfac957b `_ 2020-09-09 ``Add connection caching to KubernetesHook (#10447)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`90c1505686 `_ 2020-09-04 ``Make grace_period_seconds option on K8sPodOperator (#10727)`` +`338b412c04 `_ 2020-09-02 ``Add on_kill support for the KubernetesPodOperator (#10666)`` +`596bc13379 `_ 2020-08-31 ``Adds 'cncf.kubernetes' package back to backport provider packages. (#10659)`` +`1e5aa4465c `_ 2020-08-26 ``Spark-on-K8S sensor - add driver logs (#10023)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`8cd2be9e16 `_ 2020-08-11 ``Fix KubernetesPodOperator reattachment (#10230)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`f1fd3e2c45 `_ 2020-07-31 ``Fix typo on reattach property of kubernetespodoperator (#10056)`` +`03c4351744 `_ 2020-07-31 ``Allow 'image' in 'KubernetesPodOperator' to be templated (#10068)`` +`88c1603060 `_ 2020-07-31 ``Improve docstring note about GKEStartPodOperator on KubernetesPodOperator (#10049)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`c2db0dfeb1 `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` +`719ae2bf62 `_ 2020-07-22 ``Dump Pod as YAML in logs for KubernetesPodOperator (#9895)`` +`840799d559 `_ 2020-07-20 ``Improve KubernetesPodOperator guide (#9079)`` +`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` +`8bd15ef634 `_ 2020-07-01 ``Switches to Helm Chart for Kubernetes tests (#9468)`` +`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`e742ef7c70 `_ 2020-05-23 ``Fix typo in test_project_structure (#8978)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`8985df0bfc `_ 2020-05-16 ``Monitor pods by labels instead of names (#6377)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`f82ad452b0 `_ 2020-05-15 ``Fix KubernetesPodOperator pod name length validation (#8829)`` +`1ccafc617c `_ 2020-04-02 ``Add spark_kubernetes system test (#7875)`` +`cd546b664f `_ 2020-03-23 ``Add missing call to Super class in 'cncf' & 'docker' providers (#7825)`` +`6c39a3bf97 `_ 2020-03-10 ``[AIRFLOW-6542] Add spark-on-k8s operator/hook/sensor (#7163)`` +`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`0ec2774120 `_ 2020-02-24 ``[AIRFLOW-5629] Implement Kubernetes priorityClassName in KubernetesPodOperator (#7395)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`967930c0cb `_ 2020-02-11 ``[AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230)`` +`96f834389e `_ 2020-02-03 ``[AIRFLOW-6678] Pull event logs from Kubernetes (#7292)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` +`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +================================================================================================= =========== ================================================================================================ diff --git a/docs/apache-airflow-providers-common-sql/commits.rst b/docs/apache-airflow-providers-common-sql/commits.rst index e4253757bcbec..bb76279ad40a4 100644 --- a/docs/apache-airflow-providers-common-sql/commits.rst +++ b/docs/apache-airflow-providers-common-sql/commits.rst @@ -49,3 +49,527 @@ Commit `b86bb24984 `_ 2024-10-18 ``37437 (#43107)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ================================================================================================================================ + +1.18.0 +...... + +Latest change: 2024-10-09 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`9ba45b6d5f `_ 2024-10-07 ``FIX: Only pass connection to sqlalchemy engine in JdbcHook (#42705)`` +`5973c9cce1 `_ 2024-10-04 ``feat(providers/common/sql): add warning to connection setter (#42736)`` +================================================================================================= =========== ========================================================================= + +1.17.1 +...... + +Latest change: 2024-09-27 + +================================================================================================= =========== ============================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================== +`bcee926d49 `_ 2024-09-27 ``Prepare docs for Sep 2nd adhoc wave of providers (#42519)`` +`7ad586ed6a `_ 2024-09-26 ``fix(providers/common/sql): add dummy connection setter for backward compatibility (#42490)`` +`47c71108a8 `_ 2024-09-22 ``Changed type hinting for handler function (#42275)`` +================================================================================================= =========== ============================================================================================== + +1.17.0 +...... + +Latest change: 2024-09-21 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`17c30b4f21 `_ 2024-09-05 ``feat: log client db messages for provider postgres (#40171)`` +`2e813eb87d `_ 2024-09-04 ``Generalize caching of connection in DbApiHook to improve performance (#40751)`` +`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` +================================================================================================= =========== ================================================================================= + +1.16.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`c8dc1971ad `_ 2024-08-14 ``fix: rm deprecated import (#41461)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +1.15.0 +...... + +Latest change: 2024-08-03 + +================================================================================================= =========== ================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================================= +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`f6c7388cfa `_ 2024-07-26 ``Create SQLAlchemy engine from connection in DB Hook and added autocommit param to insert_rows method (#40669)`` +================================================================================================= =========== ================================================================================================================= + +1.14.2 +...... + +Latest change: 2024-07-09 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`3f0979c9f1 `_ 2024-07-05 ``FIX: DbApiHook.insert_rows unnecessarily restarting connections (#40615)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +`248e0a2eca `_ 2024-06-23 ``Resolve postgres deprecations in tests (#40392)`` +================================================================================================= =========== ============================================================================ + +1.14.1 +...... + +Latest change: 2024-06-22 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +`651a6d6a68 `_ 2024-06-03 ``standardizes template fields for 'BaseSQLOperator' and adds 'database' as a templated field (#39826)`` +================================================================================================= =========== ======================================================================================================== + +1.14.0 +...... + +Latest change: 2024-05-26 + +================================================================================================= =========== =========================================================================================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================================================================================================================================================== +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`1734b15e4e `_ 2024-05-23 ``Add typing for SqlSensor (#39773)`` +`db80e5e21c `_ 2024-05-18 ``DbAPiHook: Don't log a warning message if placeholder is None and make sure warning message is formatted correctly (#39690)`` +`9669f51f0a `_ 2024-05-15 ``refactor: The executemany parameter of insert_rows should not be deprecated as for some hooks we don't want to enable a system-wide supports_executemany parameter, that way we can also keep using it in dedicated situations (#39630)`` +`ce4e8477f1 `_ 2024-05-13 ``Add 'parameters' as template field for SqlSensor (#39588)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== =========================================================================================================================================================================================================================================== + +1.13.0 +...... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`ecc5af70eb `_ 2024-04-22 ``openlineage, snowflake: do not run external queries for Snowflake (#39113)`` +`08f4b923ab `_ 2024-04-14 ``Add 'sqlalchemy_url' property to 'DbApiHook' class (#38871)`` +`ed99893853 `_ 2024-04-12 ``Fix 'DbApiHook.insert_rows' when 'rows' is a generator (#38972)`` +`7ab24c7723 `_ 2024-04-12 ``Always use the executemany method when inserting rows in DbApiHook as it's way much faster (#38715)`` +`4f169bd2f3 `_ 2024-04-11 ``Fix 'update-common-sql-api-stubs' pre-commit check (#38915)`` +================================================================================================= =========== ======================================================================================================= + +1.12.0 +...... + +Latest change: 2024-04-10 + +================================================================================================= =========== ===================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`94153d70ac `_ 2024-04-09 ``fix: try002 for provider common sql (#38800)`` +`ef97ed245b `_ 2024-04-07 ``Add hook_params to template_fields for BaseSQLOperator-related Operators (#38724)`` +`0b1308ce45 `_ 2024-04-06 ``Make 'placeholder' of DbApiHook configurable in UI (#38528)`` +`b06f401fa5 `_ 2024-03-28 ``Undeprecating 'DBApiHookForTests._make_common_data_structure' (#38573)`` +`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +================================================================================================= =========== ===================================================================================== + +1.11.1 +...... + +Latest change: 2024-03-04 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`2ab60812a0 `_ 2024-03-01 ``Make 'executemany' keyword arguments only in 'DbApiHook.insert_rows' (#37840)`` +`9e4bdc9e45 `_ 2024-02-27 ``Limit 'pandas' to '<2.2' (#37748)`` +================================================================================================= =========== ================================================================================= + +1.11.0 +...... + +Latest change: 2024-02-17 + +================================================================================================= =========== =========================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================================== +`75182363a2 `_ 2024-02-17 ``Prepare docs 1st wave (RC2) of Providers February 2024 (#37471)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`b6ca84701e `_ 2024-02-15 ``Fix SQLThresholdCheckOperator error on falsey vals (#37150)`` +`560d073943 `_ 2024-02-12 ``Add more-itertools as dependency of common-sql (#37359)`` +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`70fd6ada39 `_ 2024-02-10 ``Enhancement: Performance enhancement for insert_rows method DbApiHook with fast executemany + SAP Hana support (#37246)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +================================================================================================= =========== =========================================================================================================================== + +1.10.1 +...... + +Latest change: 2024-01-26 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`ecb2c9f24d `_ 2024-01-09 ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================================================== + +1.10.0 +...... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`5fe5d31a46 `_ 2023-12-22 ``Return common data structure in DBApi derived classes`` +`f84eb2ab6f `_ 2023-12-21 ``Make "placeholder" of ODBC configurable in UI (#36000)`` +`5c1d8f40a1 `_ 2023-12-20 ``SQLCheckOperator fails if returns dict with any False values (#36273)`` +================================================================================================= =========== ================================================================================== + +1.9.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`3bb5978e63 `_ 2023-12-06 ``Add Architecture Decision Record for common.sql introduction (#36015)`` +================================================================================================= =========== ========================================================================= + +1.8.1 +..... + +Latest change: 2023-11-24 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`2a469b3713 `_ 2023-11-21 ``Remove backcompat inheritance for DbApiHook (#35754)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`064fc2b775 `_ 2023-11-17 ``Make pyodbc.Row and databricks.Row JSON-serializable via new 'make_serializable' method (#32319)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`11bdfe4c12 `_ 2023-11-07 ``Work around typing issue in examples and providers (#35494)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +`f23170c9dd `_ 2023-10-16 ``D401 Support - A thru Common (Inclusive) (#34934)`` +================================================================================================= =========== ==================================================================================================== + +1.8.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`128f6b9e40 `_ 2023-10-13 ``Add missing header into 'common.sql' changelog (#34910)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` +`f5c2748c33 `_ 2023-09-08 ``fix(providers/sql): respect soft_fail argument when exception is raised (#34199)`` +================================================================================================= =========== ==================================================================================== + +1.7.2 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` +`d757f6a3af `_ 2023-09-03 ``Fix BigQueryValueCheckOperator deferrable mode optimisation (#34018)`` +================================================================================================= =========== ======================================================================== + +1.7.1 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`92474db6a5 `_ 2023-08-23 ``Refactor: Better percentage formatting (#33595)`` +`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` +`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` +================================================================================================= =========== ============================================================ + +1.7.0 +..... + +Latest change: 2023-08-11 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`9736143468 `_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)`` +================================================================================================= =========== ========================================================================== + +1.6.2 +..... + +Latest change: 2023-08-05 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` +`cfac7d379f `_ 2023-08-04 ``Make SQLExecute Query signature consistent with other SQL operators (#32974)`` +`e3d82c6be0 `_ 2023-08-04 ``Get rid of Python2 numeric relics (#33050)`` +================================================================================================= =========== ================================================================================ + +1.6.1 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`ce2841bf6a `_ 2023-07-25 ``Add default port to Openlineage authority method. (#32828)`` +`60c49ab2df `_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` +`ef0ed1aacc `_ 2023-07-06 ``Fix local OpenLineage import in 'SQLExecuteQueryOperator'. (#32400)`` +================================================================================================= =========== ======================================================================= + +1.6.0 +..... + +Latest change: 2023-07-06 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`ee4a838d49 `_ 2023-07-05 ``Pass SQLAlchemy engine to construct information schema query. (#32371)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`f2e2125b07 `_ 2023-06-29 ``openlineage, common.sql: provide OL SQL parser as internal OpenLineage provider API (#31398)`` +`8c37b74a20 `_ 2023-06-28 ``D205 Support - Providers: Apache to Common (inclusive) (#32226)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ================================================================================================= + +1.5.2 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +================================================================================================= =========== ============================================================= + +1.5.1 +..... + +Latest change: 2023-05-24 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`d745cee3db `_ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)`` +`547e352578 `_ 2023-05-23 ``Bring back min-airflow-version for preinstalled providers (#31469)`` +================================================================================================= =========== ====================================================================== + +1.5.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`edd7133a13 `_ 2023-05-09 ``Add conditional output processing in SQL operators (#31136)`` +`00a527f671 `_ 2023-05-08 ``Remove noisy log from SQL table check (#31037)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +1.4.0 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`a9b79a27b2 `_ 2023-03-08 ``Add option to show output of 'SQLExecuteQueryOperator' in the log (#29954)`` +`95710e0cdd `_ 2023-03-03 ``Fix Python API docs formatting for Common SQL provider (#29863)`` +================================================================================================= =========== ============================================================================== + +1.3.4 +..... + +Latest change: 2023-03-03 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` +`19f1e7c27b `_ 2023-02-22 ``Do not process output when do_xcom_push=False (#29599)`` +`0af6f20c5f `_ 2023-01-30 ``Make the S3-to-SQL system test self-contained (#29204)`` +`129f0820cd `_ 2023-01-23 ``Make static checks generated file more stable accross the board (#29080)`` +================================================================================================= =========== ============================================================================= + +1.3.3 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`9a7f07491e `_ 2023-01-09 ``Handle non-compliant behaviour of Exasol cursor (#28744)`` +================================================================================================= =========== ================================================================== + +1.3.2 +..... + +Latest change: 2023-01-02 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`2e7b9f5504 `_ 2022-12-29 ``Defer to hook setting for split_statements in SQLExecuteQueryOperator (#28635)`` +`f115b207bc `_ 2022-12-18 ``fIx isort problems introduced by recent isort release (#28434)`` +`a6cda7cd23 `_ 2022-12-10 ``Fix template rendering for Common SQL operators (#28202)`` +`6852f3fbea `_ 2022-12-05 ``Add pre-commits preventing accidental API changes in common.sql (#27962)`` +`a158fbb6bd `_ 2022-11-28 ``Clarify docstrings for updated DbApiHook (#27966)`` +================================================================================================= =========== ================================================================================== + +1.3.1 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`db5375bea7 `_ 2022-11-26 ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +`ea306c9462 `_ 2022-11-24 ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)`` +`dbb4b59dcb `_ 2022-11-23 ``Restore removed (but used) methods in common.sql (#27843)`` +================================================================================================= =========== ============================================================================== + +1.3.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`3ae98b824d `_ 2022-11-14 ``Use unused SQLCheckOperator.parameters in SQLCheckOperator.execute. (#27599)`` +`5c37b503f1 `_ 2022-10-31 ``Use DbApiHook.run for DbApiHook.get_records and DbApiHook.get_first (#26944)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`87eb46bbc6 `_ 2022-10-26 ``Common sql bugfixes and improvements (#26761)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` +`76014609c0 `_ 2022-10-09 ``DbApiHook consistent insert_rows logging (#26758)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + +1.2.0 +..... + +Latest change: 2022-09-05 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`25d0baa4ee `_ 2022-09-05 ``Prepare bug-fix release of providers out of band (#26109)`` +`27e2101f6e `_ 2022-08-30 ``Better error messsage for pre-common-sql providers (#26051)`` +`a74d934991 `_ 2022-08-27 ``Fix placeholders in 'TrinoHook', 'PrestoHook', 'SqliteHook' (#25939)`` +`874a95cc17 `_ 2022-08-22 ``Discard semicolon stripping in SQL hook (#25855)`` +`dd72e67524 `_ 2022-08-19 ``Fix (and test) SQLTableCheckOperator on postgresql (#25821)`` +`5b3d579a42 `_ 2022-08-19 ``Don't use Pandas for SQLTableCheckOperator (#25822)`` +================================================================================================= =========== ======================================================================== + +1.1.0 +..... + +Latest change: 2022-08-15 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`7d0525a55b `_ 2022-08-15 ``Prepare documentation for RC4 release of providers (#25720)`` +`7a19651369 `_ 2022-08-15 ``Fix SQL split string to include ';-less' statements (#25713)`` +`5923788143 `_ 2022-08-10 ``Fix CHANGELOG for common.sql provider and add amazon commit (#25636)`` +`d82436b382 `_ 2022-08-05 ``Fix fetch_all_handler & db-api tests for it (#25430)`` +`348a28957a `_ 2022-08-04 ``Align Common SQL provider logo location (#25538)`` +`acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` +`b0fd105f4a `_ 2022-07-28 ``Allow Legacy SqlSensor to use the common.sql providers (#25293)`` +`5d4abbd58c `_ 2022-07-27 ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)`` +`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` +`be7cb1e837 `_ 2022-07-22 ``Common SQLCheckOperators Various Functionality Update (#25164)`` +================================================================================================= =========== ============================================================================ + +1.0.0 +..... + +Latest change: 2022-07-07 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +================================================================================================= =========== ======================================================== diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst index 6ad8255a50d81..5b0f80f30912b 100644 --- a/docs/apache-airflow-providers-databricks/commits.rst +++ b/docs/apache-airflow-providers-databricks/commits.rst @@ -49,3 +49,785 @@ Commit `3ca80dd9a4 `_ 2024-10-17 ``Add ClientConnectorError to be a retryable error in databricks provider (#43091)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== =============================================================================================== + +6.11.0 +...... + +Latest change: 2024-10-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`c377e7fceb `_ 2024-10-08 ``add warning log when task_key>100 (#42813)`` +`5d51beee35 `_ 2024-10-03 ``Add 'on_kill' to Databricks Workflow Operator (#42115)`` +`9b90d2f216 `_ 2024-10-03 ``Add debug logs to print Request/Response data in Databricks provider (#42662)`` +================================================================================================= =========== ================================================================================== + +6.10.0 +...... + +Latest change: 2024-09-21 + +================================================================================================= =========== ============================================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================================== +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`365b42f5a1 `_ 2024-08-30 ``[FEAT] databricks repair run with reason match and appropriate new settings (#41412)`` +`8765039214 `_ 2024-08-27 ``Removed deprecated method referance airflow.www.auth.has_access when min airflow version >= 2.8.0 (#41747)`` +`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` +================================================================================================= =========== ============================================================================================================== + +6.9.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +6.8.0 +..... + +Latest change: 2024-08-03 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`4535e08b86 `_ 2024-07-27 ``[Databricks Provider] Revert PRs #40864 and #40471 (#41050)`` +`dd10f472c5 `_ 2024-07-26 ``DatabricksPlugin - Fix dag view redirect URL by using url_for redirect (#41040)`` +`cfe1d53ed0 `_ 2024-07-19 ``Fix named parameters templating in Databricks operators (#40864)`` +`fded2d8969 `_ 2024-07-13 ``Add DatabricksWorkflowPlugin (#40724)`` +`dd6ee34775 `_ 2024-07-11 ``Revert "Add DatabricksWorkflowPlugin (#40153)" (#40714)`` +`22ec726063 `_ 2024-07-09 ``Add DatabricksWorkflowPlugin (#40153)`` +================================================================================================= =========== =================================================================================== + +6.7.0 +..... + +Latest change: 2024-07-09 + +================================================================================================= =========== ===================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================== +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`4fb2140f39 `_ 2024-07-02 ``Make Databricks operators' json parameter compatible with XComs, Jinja expression values (#40471)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +`de5c751cff `_ 2024-06-22 ``Bug/fix support azure managed identities in Databricks operator (#40332)`` +================================================================================================= =========== ===================================================================================================== + +6.6.0 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` +`a1f9b7de28 `_ 2024-06-14 ``Databricks: stop including user names in 'list_jobs' (#40178)`` +`68bd42a7ff `_ 2024-06-04 ``Add DatabricksTaskOperator (#40013)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +`f0ea079594 `_ 2024-05-30 ``Lower log levels from INFO to DEBUG to reduce log verbosity - Databricks provider auth (#39941)`` +`2ecf7fa07d `_ 2024-05-30 ``Add DatabricksWorkflowTaskGroup (#39771)`` +================================================================================================= =========== =================================================================================================== + +6.5.0 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`f18e6340d8 `_ 2024-05-21 ``Better typing for BaseOperator 'defer' (#39742)`` +`1e4663f34c `_ 2024-05-14 ``add deferrable support to 'DatabricksNotebookOperator' (#39295)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`2d103e115c `_ 2024-05-03 ``get all failed tasks errors in when exception raised in DatabricksCreateJobsOperator (#39354)`` +================================================================================================= =========== ================================================================================================= + +6.4.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ================================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`42dbccaac2 `_ 2024-05-01 ``[FEAT] raise exception with main notebook error in DatabricksRunNowDeferrableOperator (#39110)`` +`7683344c9c `_ 2024-04-26 ``Add 'DatabricksNotebookOperator' (#39178)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`04ac0c1b32 `_ 2024-04-23 ``Add notification settings paramaters (#39175)`` +================================================================================================= =========== ================================================================================================== + +6.3.0 +..... + +Latest change: 2024-04-16 + +================================================================================================= =========== ====================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================== +`13df6569d6 `_ 2024-04-16 ``Prepare docs 1st wave (RC3) + ad hoc April 2024 (#38995) (#39054)`` +`66df296a6e `_ 2024-04-16 ``[FIX] typo in parameter (#39050)`` +`629545bea2 `_ 2024-04-14 ``Adds job_id as path param in update permission (#38962)`` +`f9dcc82fb6 `_ 2024-04-13 ``Prepare docs 1st wave (RC2) April 2024 (#38995)`` +`4a669fb1a9 `_ 2024-04-11 ``Remove extra slash from update permission endpoint (#38918)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`6f21f7dc9b `_ 2024-04-10 ``Update ACL during job reset (#38741)`` +`4e6d3fa4cf `_ 2024-04-08 ``Add cancel_previous_run to DatabricksRunNowOperator (#38702)`` +`39b684d91a `_ 2024-04-01 ``add repair_run support to DatabricksRunNowOperator in deferrable mode (#38619)`` +`c74947a69d `_ 2024-03-22 ``refactor(databricks): remove redundant else block (#38397)`` +`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`aa75fbb2b8 `_ 2024-03-16 ``Restore Python 3.12 support for Databricks (#38207)`` +`4742fc0ea5 `_ 2024-03-15 ``Rename 'DatabricksSqlOperator''s fields' names to comply with templated fields validation (#38052)`` +`8fc984873a `_ 2024-03-12 ``Exclude Python 3.12 for Databricks provider (#38070)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`14d9bff3ad `_ 2024-02-24 ``update pre-commit (#37665)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`e346253760 `_ 2024-02-15 ``Fix remaining D401 checks (#37434)`` +================================================================================================= =========== ====================================================================================================== + +6.2.0 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`78294c24e2 `_ 2024-02-11 ``Get rid of pytest-httpx as dependency (#37334)`` +`0c4210af62 `_ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)`` +`6d748c923b `_ 2024-01-30 ``Update DatabricksSqlOperator to work with namedtuple (#37025)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +================================================================================================= =========== ================================================================================== + +6.1.0 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== ====================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`c0f7601391 `_ 2024-01-23 ``Rename columns to valid namedtuple attributes + ensure Row.fields are retrieved as tuple (#36949)`` +`347373986c `_ 2024-01-23 ``check status before DatabricksSubmitRunOperator & DatabricksSubmitRunOperator executes in deferrable mode (#36862)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`13b0930bf4 `_ 2024-01-17 ``Fix databricks_sql hook query failing on empty result for return_tuple (#36827)`` +`574102fd29 `_ 2024-01-11 ``[FEAT] adds repair run functionality for databricks (#36601)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`f7b663d9af `_ 2024-01-07 ``Run mypy checks for full packages in CI (#36638)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ====================================================================================================================== + +6.0.0 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`77b563bfc5 `_ 2023-12-23 ``Update version and added breaking change for databricks provider (#36382)`` +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`5fe5d31a46 `_ 2023-12-22 ``Return common data structure in DBApi derived classes`` +`322aa649ed `_ 2023-12-21 ``fix typos in DatabricksSubmitRunOperator (#36248)`` +`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` +`64931b1a65 `_ 2023-12-12 ``Prepare docs 1st wave of Providers December 2023 RC2 (#36190)`` +`36010f6d0e `_ 2023-12-11 ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks SQL Hook (#36161)`` +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +================================================================================================= =========== ================================================================================================ + +5.0.1 +..... + +Latest change: 2023-11-24 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`064fc2b775 `_ 2023-11-17 ``Make pyodbc.Row and databricks.Row JSON-serializable via new 'make_serializable' method (#32319)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +================================================================================================= =========== ==================================================================================================== + +5.0.0 +..... + +Latest change: 2023-11-08 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`10bac853d2 `_ 2023-11-03 ``Remove offset-based pagination from 'list_jobs' function in 'DatabricksHook' (#34926)`` +================================================================================================= =========== ========================================================================================= + +4.7.0 +..... + +Latest change: 2023-10-28 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`a8784e3c35 `_ 2023-10-28 ``Add operator to create jobs in Databricks (#35156)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`7a93b19138 `_ 2023-10-16 ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)`` +================================================================================================= =========== ========================================================================= + +4.6.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ================================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`946b539f0d `_ 2023-10-12 ``Add 'DatabricksHook' ClusterState (#34643)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`a1ef232230 `_ 2023-09-25 ``Use aiohttp.BasicAuth instead of HTTPBasicAuth for aiohttp session in databricks hook (#34590)`` +`f26fa6d602 `_ 2023-09-22 ``Respect 'soft_fail' parameter in 'DatabricksSqlSensor' (#34544)`` +`3813ed69c7 `_ 2023-09-22 ``Respect 'soft_fail' argument when running DatabricksPartitionSensor (#34517)`` +`966c2bce9f `_ 2023-09-21 ``Decode response in f-string (#34518)`` +`dfec053371 `_ 2023-09-12 ``Update 'list_jobs' function in 'DatabricksHook' to token-based pagination (#33472)`` +================================================================================================= =========== ================================================================================================== + +4.5.0 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`c45617c4d5 `_ 2023-09-07 ``allow DatabricksSubmitRunOperator to accept a pipeline name for a pipeline_task (#32903)`` +`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` +`f7a005db8c `_ 2023-08-30 ``Add "QUEUED" to RUN_LIFE_CYCLE_STATES following deployement of … (#33886)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` +`c90eec9365 `_ 2023-08-26 ``Use f-string instead of in Airflow providers (#33752)`` +================================================================================================= =========== =================================================================================================== + +4.4.0 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`dc47c460dc `_ 2023-08-24 ``Update docs in databricks.py - we use 2.1 now (#32340)`` +`4154cc04ce `_ 2023-08-24 ``Do not create lists we don't need (#33519)`` +`2dbb963324 `_ 2023-08-24 ``Refactor: Improve detection of duplicates and list sorting (#33675)`` +`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` +`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` +`8bf53dd554 `_ 2023-08-14 ``Add Service Principal OAuth for Databricks. (#33005)`` +`5f8f25b34c `_ 2023-08-11 ``Ecldude databrick connector 2.9.0 due to a bug (#33311)`` +================================================================================================= =========== ======================================================================= + +4.3.3 +..... + +Latest change: 2023-08-11 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`9736143468 `_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)`` +================================================================================================= =========== ========================================================================== + +4.3.2 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ========================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================== +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`58e21c66fd `_ 2023-07-25 ``fix(providers/databricks): remove the execute method from to-be-deprecated DatabricksRunNowDeferrableOperator (#32806)`` +`6313e52932 `_ 2023-07-24 ``Add missing execute_complete method for 'DatabricksRunNowOperator' (#32689)`` +`60c49ab2df `_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` +================================================================================================= =========== ========================================================================================================================== + +4.3.1 +..... + +Latest change: 2023-07-06 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` +`6b4350e89c `_ 2023-06-29 ``Modify 'template_fields' of 'DatabricksSqlOperator' to support parent class fields (#32253)`` +`d1aa509bbd `_ 2023-06-28 ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== =============================================================================================== + +4.3.0 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== =========================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`69bc90b824 `_ 2023-06-19 ``Fix type annotation (#31888)`` +`66299338eb `_ 2023-06-18 ``add a return when the event is yielded in a loop to stop the execution (#31985)`` +`7b096483fa `_ 2023-06-14 ``Making Databricks run related multi-query string in one session again (#31898) (#31899)`` +`049c6184b7 `_ 2023-06-08 ``Fix Databricks SQL operator serialization (#31780)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`86b5ba2802 `_ 2023-06-04 ``Remove return statement after yield from triggers class (#31703)`` +`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +================================================================================================= =========== =========================================================================================== + +4.2.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`fdc7a31aeb `_ 2023-05-13 ``Add 'DatabricksPartitionSensor' (#30980)`` +`edd7133a13 `_ 2023-05-09 ``Add conditional output processing in SQL operators (#31136)`` +`3df0be0f6f `_ 2023-05-08 ``Add cancel all runs functionality to Databricks hook (#31038)`` +`ac46902154 `_ 2023-05-04 ``Move TaskInstanceKey to a separate file (#31033)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` +`ecb9a9ea78 `_ 2023-04-23 ``Add retry param in databrics async operator (#30744)`` +`9bebf85e24 `_ 2023-04-22 ``Add repair job functionality to databricks hook (#30786)`` +`7d02277ae1 `_ 2023-04-22 ``Deprecate databricks async operator (#30761)`` +================================================================================================= =========== ====================================================================================== + +4.1.0 +..... + +Latest change: 2023-04-21 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` +`37cf0506b5 `_ 2023-04-14 ``Add delete inactive run functionality to databricks provider (#30646)`` +`1e311cf036 `_ 2023-04-11 ``Databricks SQL sensor (#30477)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ========================================================================= + +4.0.1 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` +`c405ecb63e `_ 2023-03-07 ``DatabricksSubmitRunOperator to support taskflow (#29840)`` +================================================================================================= =========== ============================================================ + +4.0.0 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`db5375bea7 `_ 2022-11-26 ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +`ea306c9462 `_ 2022-11-24 ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)`` +`a343bba1e3 `_ 2022-11-23 ``Fix templating fields and do_xcom_push in DatabricksSQLOperator (#27868)`` +================================================================================================= =========== ============================================================================== + +3.4.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)`` +`eb06c65556 `_ 2022-11-11 ``Use new job search API for triggering Databricks job by name (#27446)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` +================================================================================================= =========== ========================================================================= + +3.3.0 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`89e44c46ad `_ 2022-09-27 ``Remove duplicated connection-type within the provider (#26628)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +`25a9c6a905 `_ 2022-08-26 ``DatabricksSubmitRunOperator dbt task support (#25623)`` +`9535ec0bba `_ 2022-08-22 ``Databricks: fix provider name in the User-Agent string (#25873)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + +3.2.0 +..... + +Latest change: 2022-08-15 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`7d0525a55b `_ 2022-08-15 ``Prepare documentation for RC4 release of providers (#25720)`` +`4d32f61fd0 `_ 2022-08-12 ``Databricks: Fix provider for Airflow 2.2.x (#25674)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`52f2f5bfa8 `_ 2022-08-07 ``Databricks: update user-agent string (#25578)`` +`0255a0a5e7 `_ 2022-08-04 ``Do not convert boolean values to string in deep_string_coerce function (#25394)`` +`679a85325a `_ 2022-08-03 ``Correctly handle output of the failed tasks (#25427)`` +`82f842ffc5 `_ 2022-07-28 ``updated documentation for databricks operator (#24599)`` +`54a8c4fd2a `_ 2022-07-27 ``More improvements in the Databricks operators (#25260)`` +`7438707747 `_ 2022-07-26 ``Improved telemetry for Databricks provider (#25115)`` +`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` +`2f70daf5ac `_ 2022-07-18 ``Databricks: fix test_connection implementation (#25114)`` +================================================================================================= =========== =================================================================================== + +3.1.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`8dfe7bf5ff `_ 2022-07-11 ``Added databricks_conn_id as templated field (#24945)`` +`acaa0635c8 `_ 2022-07-08 ``Automatically detect if non-lazy logging interpolation is used (#24910)`` +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +`96b01a8012 `_ 2022-07-05 ``Remove "bad characters" from our codebase (#24841)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`ed37c3a0e8 `_ 2022-06-28 ``Add 'test_connection' method to Databricks hook (#24617)`` +`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +================================================================================================= =========== ============================================================================= + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ======================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================================= +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`ddf9013098 `_ 2022-06-05 ``AIP-47 - Migrate databricks DAGs to new design #22442 (#24203)`` +`acf89510cd `_ 2022-06-04 ``fix: DatabricksSubmitRunOperator and DatabricksRunNowOperator cannot define .json as template_ext (#23622) (#23641)`` +`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` +`6150d28323 `_ 2022-05-22 ``Add Deferrable Databricks operators (#19736)`` +`cf5a78e91c `_ 2022-05-22 ``Fix UnboundLocalError when sql is empty list in DatabricksSqlHook (#23815)`` +`d0a5b3a4f2 `_ 2022-05-13 ``Add git_source to DatabricksSubmitRunOperator (#23620)`` +================================================================================================= =========== ======================================================================================================================= + +2.7.0 +..... + +Latest change: 2022-05-12 + +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` +`a58506b2a6 `_ 2022-04-26 ``Address review comments`` +`6a3d6cc32b `_ 2022-04-26 ``Update to the released version of DBSQL connector`` +`7b3bf4e435 `_ 2022-04-26 ``DatabricksSqlOperator - switch to databricks-sql-connector 2.x`` +`f02b0b6b40 `_ 2022-04-25 ``Further improvement of Databricks Jobs operators (#23199)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +================================================================================================= =========== =========================================================================== + +2.6.0 +..... + +Latest change: 2022-04-13 + +================================================================================================= =========== =============================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================== +`40831144be `_ 2022-04-13 ``Prepare for RC2 release of March Databricks provider (#22979)`` +`7be57eb256 `_ 2022-04-10 ``Databricks SQL operators are now Python 3.10 compatible (#22886)`` +`aa8c08db38 `_ 2022-04-10 ``Databricks: Correctly handle HTTP exception (#22885)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`1b12c93ed3 `_ 2022-03-31 ``Refactor 'DatabricksJobRunLink' to not create ad hoc TaskInstances (#22571)`` +`95169d1d07 `_ 2022-03-27 ``Add a link to Databricks Job Run (#22541)`` +`352d7f72dd `_ 2022-03-27 ``More operators for Databricks Repos (#22422)`` +`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)`` +================================================================================================= =========== =============================================================================== + +2.5.0 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`cc920963a6 `_ 2022-03-15 ``Operator for updating Databricks Repos (#22278)`` +================================================================================================= =========== ============================================================== + +2.4.0 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`12e9e2c695 `_ 2022-03-14 ``Databricks hook - retry on HTTP Status 429 as well (#21852)`` +`af9d85ccd8 `_ 2022-03-13 ``Skip some tests for Databricks from running on Python 3.10 (#22221)`` +`4014194320 `_ 2022-03-08 ``Add new options to DatabricksCopyIntoOperator (#22076)`` +================================================================================================= =========== ======================================================================= + +2.3.0 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`62bf1276f6 `_ 2022-03-01 ``Add-showing-runtime-error-feature-to-DatabricksSubmitRunOperator (#21709)`` +`27d19e7626 `_ 2022-02-27 ``Databricks SQL operators (#21363)`` +`a1845c68f9 `_ 2022-02-26 ``Databricks: add support for triggering jobs by name (#21663)`` +`7cca82495b `_ 2022-02-15 ``Updated Databricks docs for correct jobs 2.1 API and links (#21494)`` +`0a2d0d1ecb `_ 2022-02-12 ``Added template_ext = ('.json') to databricks operators #18925 (#21530)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ============================================================================= + +2.2.0 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`0bf424f37f `_ 2021-12-30 ``Fix mypy databricks operator (#20598)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`c5c18c54fa `_ 2021-12-29 ``Databricks: fix verification of Managed Identity (#20550)`` +`d3b3161f0d `_ 2021-12-28 ``Remove 'host' as an instance attr in 'DatabricksHook' (#20540)`` +`58afc19377 `_ 2021-12-28 ``Add 'wait_for_termination' argument for Databricks Operators (#20536)`` +`e7659d08b0 `_ 2021-12-27 ``Update connection object to ''cached_property'' in ''DatabricksHook'' (#20526)`` +`cad39274d9 `_ 2021-12-14 ``Fix MyPy Errors for Databricks provider. (#20265)`` +================================================================================================= =========== ================================================================================== + +2.1.0 +..... + +Latest change: 2021-12-10 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`820bfed515 `_ 2021-12-10 ``Prepare docs for provider's RC2 release (#20205)`` +`66f94f95c2 `_ 2021-12-10 ``Remove db call from 'DatabricksHook.__init__()' (#20180)`` +`545ca59ba9 `_ 2021-12-08 ``Unhide changelog entry for databricks (#20128)`` +`637db1a0ba `_ 2021-12-07 ``Update documentation for RC2 release of November Databricks Provider (#20086)`` +`728e94a47e `_ 2021-12-05 ``Refactor DatabricksHook (#19835)`` +`4925b37b66 `_ 2021-12-04 ``Databricks hook: fix expiration time check (#20036)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`11998848a4 `_ 2021-11-24 ``Databricks: add more methods to represent run state information (#19723)`` +`56bdfe7a84 `_ 2021-11-22 ``Databricks - allow Azure SP authentication on other Azure clouds (#19722)`` +`244627e3da `_ 2021-11-14 ``Databricks: allow to specify PAT in Password field (#19585)`` +`0a4a8bdb94 `_ 2021-11-14 ``Databricks jobs 2.1 (#19544)`` +`8ae878953b `_ 2021-11-09 ``Update Databricks API from 2.0 to 2.1 (#19412)`` +`28b51fb7bd `_ 2021-11-08 ``Authentication with AAD tokens in Databricks provider (#19335)`` +`3a0c455855 `_ 2021-11-07 ``Update Databricks operators to match latest version of API 2.0 (#19443)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`f5ad26dcdd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` +================================================================================================= =========== ================================================================================= + +2.0.2 +..... + +Latest change: 2021-09-30 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`0b7b13372f `_ 2021-09-18 ``Move DB call out of ''DatabricksHook.__init__'' (#18339)`` +================================================================================================= =========== ====================================================================================== + +2.0.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`df143aee8d `_ 2021-04-29 ``An initial rework of the "Concepts" docs (#15444)`` +`49cae1f052 `_ 2021-04-17 ``Add documentation for Databricks connection (#15410)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`b027223132 `_ 2020-11-13 ``Add install/uninstall api to databricks hook (#12316)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`7e0d08e1f0 `_ 2020-11-09 ``Add how-to Guide for Databricks operators (#12175)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`54353f8745 `_ 2020-09-27 ``Increase type coverage for five different providers (#11170)`` +`966a06d96b `_ 2020-09-18 ``Fetching databricks host from connection if not supplied in extras. (#10762)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`bfefcce0c9 `_ 2020-08-25 ``Updated REST API call so GET requests pass payload in query string instead of request body (#10462)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`f1073381ed `_ 2020-05-22 ``Add support for spark python and submit tasks in Databricks operator(#8846)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`649935e8ce `_ 2020-04-27 ``[AIRFLOW-8472]: 'PATCH' for Databricks hook '_do_api_call' (#8473)`` +`16903ba3a6 `_ 2020-04-24 ``[AIRFLOW-8474]: Adding possibility to get job_id from Databricks run (#8475)`` +`5648dfbc30 `_ 2020-03-23 ``Add missing call to Super class in 'amazon', 'cloudant & 'databricks' providers (#7827)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst b/docs/apache-airflow-providers-dbt-cloud/commits.rst index eb5c8b6028893..1dfd8289c8f49 100644 --- a/docs/apache-airflow-providers-dbt-cloud/commits.rst +++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst @@ -46,3 +46,440 @@ Commit `c941484066 `_ 2024-10-15 ``pin in providers (#43001)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +3.11.0 +...... + +Latest change: 2024-10-09 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`04ba8ee300 `_ 2024-10-08 ``Simplify code for recent dbt provider change (#42840)`` +`c57be2ffc5 `_ 2024-10-08 ``Add ability to provide proxy for dbt Cloud connection (#42737)`` +================================================================================================= =========== ================================================================== + +3.10.1 +...... + +Latest change: 2024-09-21 + +================================================================================================= =========== ======================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` +================================================================================================= =========== ======================================================= + +3.10.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ======================================================================= + +3.9.0 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`83c118413c `_ 2024-06-04 ``Add 'retry_from_failure' parameter to DbtCloudRunJobOperator (#38868)`` +`5d227860ad `_ 2024-06-04 ``Fix 'DbtCloudRunJobOperator' to Use Correct Status Parameters for 'reuse_existing_run' (#40048)`` +================================================================================================= =========== =================================================================================================== + +3.8.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`3938f71dfa `_ 2024-05-08 ``Scheduler to handle incrementing of try_number (#39336)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`7550a11f1d `_ 2024-05-07 ``Add (optional) dependency between dbt-cloud and openlineage providers (#39366)`` +`c528090335 `_ 2024-05-06 ``Validate dbt 'cause' field to be less than 255 characters (#38896)`` +================================================================================================= =========== ================================================================================== + +3.8.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ========================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`d4bdffc45c `_ 2024-04-30 ``migrate to dbt v3 api for project endpoints (#39214)`` +`79b5443d40 `_ 2024-04-30 ``fix(dbt): fix wrong payload set when reuse_existing_run set to True in DbtCloudRunJobOperator (#39271)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +================================================================================================= =========== ========================================================================================================== + +3.7.1 +..... + +Latest change: 2024-04-10 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`9c4e333f5b `_ 2024-03-25 ``fix: disabled_for_operators now stops whole event emission (#38033)`` +`cddf1cc7dc `_ 2024-03-22 ``fix(dbt): add return statement to yield within a while loop in triggers (#38395)`` +================================================================================================= =========== ==================================================================================== + +3.7.0 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== ================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`26964f8a8e `_ 2024-02-20 ``feat(providers/dbt): add reuse_existing_run for allowing DbtCloudRunJobOperator to reuse existing run (#37474)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +================================================================================================= =========== ================================================================================================================== + +3.6.1 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`0c4210af62 `_ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +================================================================================================= =========== ================================================================================== + +3.6.0 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` +`95a83102e8 `_ 2024-01-09 ``feat: Add dag_id when generating OpenLineage run_id for task instance. (#36659)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== =================================================================================== + +3.5.1 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +================================================================================================= =========== ================================================================================== + +3.5.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`c905fe88de `_ 2023-11-25 ``Update information about links into the provider.yaml files (#35837)`` +================================================================================================= =========== ======================================================================== + +3.4.1 +..... + +Latest change: 2023-11-24 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`a8bc6c551d `_ 2023-11-13 ``added cancelled handling in dbt deferred (#35597)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`7a93b19138 `_ 2023-10-16 ``D401 Support - Providers: DaskExecutor to Github (Inclusive) (#34935)`` +================================================================================================= =========== ========================================================================= + +3.4.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`6703f720cc `_ 2023-09-13 ``Remove useless print from dbt operator (#34322)`` +================================================================================================= =========== =============================================================== + +3.3.0 +..... + +Latest change: 2023-09-12 + +================================================================================================= =========== ====================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================== +`e1fd8d83d1 `_ 2023-09-12 ``Prepare docs for Sep 2023 1st wave of Providers (RC2) (#34294)`` +`87fd884c0b `_ 2023-09-11 ``dbt, openlineage: set run_id after defer, do not log error if operator has no run_id set (#34270)`` +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`0ecbbacd21 `_ 2023-09-07 ``fix(providers/redis): respect soft_fail argument when exception is raised (#34164)`` +`5eea4e632c `_ 2023-09-07 ``Add OpenLineage support for DBT Cloud. (#33959)`` +`0a5e2281e0 `_ 2023-08-31 ``Remove some useless try/except from providers code (#33967)`` +`6d182beec6 `_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` +================================================================================================= =========== ====================================================================================================== + +3.2.3 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` +`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` +================================================================================================= =========== ============================================================ + +3.2.2 +..... + +Latest change: 2023-07-06 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` +`d1aa509bbd `_ 2023-06-28 ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ======================================================================= + +3.2.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +================================================================================================= =========== ============================================================== + +3.2.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`bb4a0b39e8 `_ 2023-05-15 ``Optimize deferred execution mode for DbtCloudRunJobOperator (#31188)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`43916c5034 `_ 2023-05-01 ``Optimize deferred execution mode in DbtCloudJobRunSensor (#30968)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` +`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +================================================================================================= =========== ====================================================================================== + +3.1.1 +..... + +Latest change: 2023-04-21 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`6663ec5b2e `_ 2023-04-03 ``Merge DbtCloudJobRunAsyncSensor logic to DbtCloudJobRunSensor (#30227)`` +`a3d59c8c75 `_ 2023-03-09 ``Move typing imports behind TYPE_CHECKING in DbtCloudHook (#29989)`` +`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` +================================================================================================= =========== ========================================================================== + +3.1.0 +..... + +Latest change: 2023-03-03 + +================================================================================================= =========== ======================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================= +`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` +`e6d3176082 `_ 2023-02-23 ``Add 'DbtCloudJobRunAsyncSensor' (#29695)`` +================================================================================================= =========== ======================================================= + +3.0.0 +..... + +Latest change: 2023-02-08 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`91c0ce7666 `_ 2023-02-02 ``Drop Connection.schema use in DbtCloudHook (#29166)`` +`f805b4154a `_ 2023-01-23 ``Allow downloading of dbt Cloud artifacts to non-existent paths (#29048)`` +`55049c50d5 `_ 2023-01-23 ``Add deferrable mode to 'DbtCloudRunJobOperator' (#29014)`` +`4f91931b35 `_ 2023-01-17 ``Provide more context for 'trigger_reason' in DbtCloudRunJobOperator (#28994)`` +================================================================================================= =========== ================================================================================ + +2.3.1 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`141338b24e `_ 2023-01-12 ``Use entire tenant domain name in dbt Cloud connection (#28890)`` +================================================================================================= =========== ================================================================== + +2.3.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +================================================================================================= =========== ========================================================================= + +2.2.0 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`55d8bc0bba `_ 2022-09-26 ``Add 'DbtCloudListJobsOperator' (#26475)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + +2.1.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`c8af0592c0 `_ 2022-07-26 ``Improve taskflow type hints with ParamSpec (#25173)`` +================================================================================================= =========== ================================================================= + +2.0.1 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +================================================================================================= =========== ============================================================================= + +2.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`7498fba826 `_ 2022-06-06 ``Enable dbt Cloud provider to interact with single tenant instances (#24264)`` +`5e6997ed45 `_ 2022-06-06 ``Update dbt.py (#24218)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`8f2213fcd0 `_ 2022-06-05 ``AIP-47 - Migrate dbt DAGs to new design #22472 (#24202)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`f935c9f163 `_ 2022-04-23 ``Fix typo in dbt Cloud provider description (#23179)`` +`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== ================================================================================== + +1.0.2 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +1.0.1 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` +`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` +`f8c01317ef `_ 2022-03-10 ``Pass explicit overrides in 'DbtCloudJobRunOperator' to 'DbtCloudHook' (#22136)`` +`4388808e0e `_ 2022-03-10 ``Add more template fields to 'DbtCloudJobRunOperator' (#22126)`` +`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` +`e782b37a3f `_ 2022-02-27 ``Add dbt Cloud provider (#20998)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-fab/commits.rst b/docs/apache-airflow-providers-fab/commits.rst index 0db40c3538542..781a2319a6c48 100644 --- a/docs/apache-airflow-providers-fab/commits.rst +++ b/docs/apache-airflow-providers-fab/commits.rst @@ -51,3 +51,226 @@ Commit `978bb0c6b6 `_ 2024-10-10 ``Move the session auth backend to FAB auth manager (#42878)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +1.4.1 +..... + +Latest change: 2024-10-09 + +================================================================================================= =========== ================================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================================ +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`9536c98a43 `_ 2024-10-01 ``Update Rest API tests to no longer rely on FAB auth manager. Move tests specific to FAB permissions to FAB provider (#42523)`` +`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` +`2beb6a765d `_ 2024-09-25 ``Simplify expression for get_permitted_dag_ids query (#42484)`` +================================================================================================= =========== ================================================================================================================================ + +1.4.0 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`6a527c9fac `_ 2024-09-21 ``Fix pre-commit for auto update of fab migration versions (#42382)`` +`8741e9c176 `_ 2024-09-20 ``Handle 'AUTH_ROLE_PUBLIC' in FAB auth manager (#42280)`` +`9f167bbc34 `_ 2024-09-19 ``Add FAB migration commands (#41804)`` +`db7f92787a `_ 2024-09-17 ``Deprecated kerberos auth removed (#41693)`` +`d1e500c450 `_ 2024-09-16 ``Deprecated configuration removed (#42129)`` +`a094f9105c `_ 2024-09-12 ``Move 'is_active' user property to FAB auth manager (#42042)`` +`7b6eb92537 `_ 2024-09-04 ``Move 'register_views' to auth manager interface (#41777)`` +`1379376b66 `_ 2024-09-02 ``Add TODOs in providers code for Subdag code removal (#41963)`` +`f16107017c `_ 2024-09-02 ``Revert "Provider fab auth manager deprecated methods removed (#41720)" (#41960)`` +`b0391838c1 `_ 2024-08-26 ``Provider fab auth manager deprecated methods removed (#41720)`` +`59dc98178b `_ 2024-08-25 ``Separate FAB migration from Core Airflow migration (#41437)`` +`c78a004210 `_ 2024-08-20 ``Add fixes by breeze/precommit-lint static checks (#41604) (#41618)`` +`d6df0786cf `_ 2024-08-20 ``Make kerberos an optional and devel dependency for impala and fab (#41616)`` +================================================================================================= =========== =================================================================================== + +1.3.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`6570c6d1bb `_ 2024-08-13 ``Remove deprecated SubDags (#41390)`` +`090607d92a `_ 2024-08-08 ``Feature: Allow set Dag Run resource into Dag Level permission (#40703)`` +================================================================================================= =========== ========================================================================== + +1.2.2 +..... + +Latest change: 2024-07-28 + +================================================================================================= =========== ===================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================== +`7126678e87 `_ 2024-07-28 ``Prepare Providers docs ad hoc release (#41074)`` +`95cab23792 `_ 2024-07-25 ``Bug fix: sync perm command not able to use custom security manager (#41020)`` +`6684481c67 `_ 2024-07-20 ``AIP-44 make database isolation mode work in Breeze (#40894)`` +`d029e77f2f `_ 2024-07-15 ``Bump version checked by FAB provider on logout CSRF protection to 2.10.0 (#40784)`` +================================================================================================= =========== ===================================================================================== + +1.2.1 +..... + +Latest change: 2024-07-09 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`2423238295 `_ 2024-06-28 ``Add backward compatibility to CSRF protection of '/logout' method (#40479)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ============================================================================== + +1.2.0 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`e24b7c1de3 `_ 2024-06-20 ``Add '[webserver]update_fab_perms' to deprecated configs (#40317)`` +`4fbdd07c13 `_ 2024-06-20 ``fix: sqa deprecations for airflow providers (#39293)`` +`14deaa2f1f `_ 2024-06-12 ``Add CSRF protection to "/logout" (#40145)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +`483d408041 `_ 2024-05-27 ``Upgrade to FAB 4.5.0 (#39851)`` +================================================================================================= =========== ================================================================================== + +1.1.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`959e52bf3c `_ 2024-05-02 ``Simplify action name retrieval in FAB auth manager (#39358)`` +`4910c0439b `_ 2024-05-01 ``Add 'jmespath' as an explicit dependency (#39350)`` +================================================================================================= =========== =============================================================== + +1.1.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`7635ff3555 `_ 2024-04-25 ``Remove plugins permissions from Viewer role (#39254)`` +`f7a2f60325 `_ 2024-04-22 ``Update 'is_authorized_custom_view' from auth manager to handle custom actions (#39167)`` +================================================================================================= =========== ========================================================================================== + +1.0.4 +..... + +Latest change: 2024-04-16 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`13df6569d6 `_ 2024-04-16 ``Prepare docs 1st wave (RC3) + ad hoc April 2024 (#38995) (#39054)`` +`f8104325b7 `_ 2024-04-15 ``Activate RUF019 that checks for unnecessary key check (#38950)`` +`c3bb80da93 `_ 2024-04-12 ``Remove button for reset my password when we have reset password (#38957)`` +================================================================================================= =========== ============================================================================ + +1.0.3 +..... + +Latest change: 2024-04-10 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`53cd7173b4 `_ 2024-04-10 ``Fix azure authentication when no email is set (#38872)`` +`6d3d2075ae `_ 2024-04-07 ``fix: try002 for provider fab (#38801)`` +`e700f4150a `_ 2024-03-30 ``Rename 'allowed_filter_attrs' to 'allowed_sort_attrs' (#38626)`` +================================================================================================= =========== ================================================================== + +1.0.2 +..... + +Latest change: 2024-03-25 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`256911aa62 `_ 2024-03-25 ``Prepare fab provider RC1 (#38451)`` +`7776e9154d `_ 2024-03-20 ``Upgrade FAB to 4.4.1 (#38319)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`2e35854a05 `_ 2024-03-15 ``Make the method 'BaseAuthManager.is_authorized_custom_view' abstract (#37915)`` +`c0b849ad2b `_ 2024-03-11 ``Avoid use of 'assert' outside of the tests (#37718)`` +`c6f34394c4 `_ 2024-03-11 ``Improve suffix handling for provider-generated dependencies (#38029)`` +`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` +`fd4dfd875d `_ 2024-03-06 ``Remove useless methods from security manager (#37889)`` +`3211a5fcea `_ 2024-03-06 ``Use 'next' when redirecting (#37904)`` +`89e7f3e7bd `_ 2024-03-05 ``Add "MENU" permission in auth manager (#37881)`` +`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` +`9b17ff3aa3 `_ 2024-02-26 ``Add post endpoint for dataset events (#37570)`` +`16d2671704 `_ 2024-02-20 ``Add "queuedEvent" endpoint to get/delete DatasetDagRunQueue (#37176)`` +`79603f9302 `_ 2024-02-19 ``Add swagger path to FAB Auth manager and Internal API (#37525)`` +`f2ea8a3e17 `_ 2024-02-19 ``Revoking audit_log permission from all users except admin (#37501)`` +`68e20aa702 `_ 2024-02-17 ``Enable the 'Is Active?' flag by default in user view (#37507)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`4551c592b2 `_ 2024-02-14 ``Until we release 2.9.0, we keep airflow >= 2.9.0.dev0 for FAB provider (#37421)`` +================================================================================================= =========== =================================================================================== + +1.0.1 +..... + +Latest change: 2024-02-14 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`54a400fcb6 `_ 2024-02-14 ``Mark FAB provider as ready (#37362)`` +`ec97a07197 `_ 2024-02-13 ``standardize get_app appbuilder usage (#37397)`` +`28f94f8891 `_ 2024-02-10 ``Move 'IMPORT_ERROR' from DAG related permissions to view related permissions (#37292)`` +`00ed46769e `_ 2024-02-09 ``D401 support in fab provider (#37283)`` +`e99cfbbd51 `_ 2024-02-07 ``Upgrade to FAB 4.3.11 (#37233)`` +`daa2bceba1 `_ 2024-02-07 ``Use 'next_url' instead of 'next' (#37225)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`0fce3b6047 `_ 2024-01-28 ``Add "airflow users reset-password" command (#37044)`` +`ce246c0ed8 `_ 2024-01-26 ``fix for role and permission count in export (#36589)`` +`18d2498e44 `_ 2024-01-11 ``Generate doc for fab CLI commands (#36672)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`28cad70223 `_ 2024-01-03 ``Move config related to FAB auth manager to FAB provider (#36232)`` +`2093b6f3b9 `_ 2024-01-03 ``Fix security manager inheritance in fab provider (#36538)`` +`dec78ab3f1 `_ 2024-01-03 ``Remove MSSQL support form Airflow core (#36514)`` +`e28627f6a5 `_ 2024-01-02 ``Cli export / import roles including permissions (#36347)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`83bdc297ce `_ 2023-12-30 ``added cli command to list auth managers under 'airflow providers' (#36445)`` +`341d5b747d `_ 2023-12-23 ``Add feture of "not-ready" provider. (#36391)`` +================================================================================================= =========== ========================================================================================= + +1.0.0 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`2be7149598 `_ 2023-12-21 ``fix inheritance checking of security manager in FabAuthManager (#36343)`` +`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` +`f7f7183617 `_ 2023-12-17 ``Update permission docs (#36120)`` +`4d96a9a3a1 `_ 2023-12-13 ``Remove dependency of 'Connexion' from auth manager interface (#36209)`` +`357355ac09 `_ 2023-12-11 ``Remove 'is_authorized_cluster_activity' from auth manager (#36175)`` +`1eca667e5f `_ 2023-12-11 ``Create FAB provider and move FAB auth manager in it (#35926)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst index d25f3f6360759..b64bdf2af3ac4 100644 --- a/docs/apache-airflow-providers-google/commits.rst +++ b/docs/apache-airflow-providers-google/commits.rst @@ -63,3 +63,2270 @@ Commit `70b8e50ddc `_ 2024-10-10 ``Remove dag.run() method (#42761)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +10.24.0 +....... + +Latest change: 2024-10-09 + +================================================================================================= =========== ====================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`1cb9294c64 `_ 2024-10-06 ``Removed conditional check for task context logging in airflow version 2.8.0 and above (#42764)`` +`2ffc389574 `_ 2024-10-04 ``Add 'retry_if_resource_not_ready' logic for DataprocCreateClusterOperator and DataprocCreateBatchOperator (#42703)`` +`8a255f3e1e `_ 2024-10-04 ``Publish Dataproc Serverless Batch link after it starts if batch_id was provided (#41153)`` +`9ec21405c0 `_ 2024-10-03 ``fix PubSubAsyncHook in PubsubPullTrigger to use gcp_conn_id (#42671)`` +`64e972c977 `_ 2024-10-02 ``Fix consistent return response from PubSubPullSensor (#42080)`` +`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` +`5689d64911 `_ 2024-09-27 ``Undo partition exclusion from the table name when splitting a full BigQuery table name (#42541)`` +`dc43d31c5a `_ 2024-09-27 ``Fix gcp text to speech uri fetch (#42309)`` +`56ab422a97 `_ 2024-09-27 ``Deprecate AutoMLBatchPredictOperator and refactor AutoMl system tests (#42260)`` +`b0234cbaf7 `_ 2024-09-27 ``Refactor ''bucket.get_blob'' calls in ''GCSHook'' to handle validation for non-existent objects. (#42474)`` +`eed1d0d254 `_ 2024-09-24 ``Bugfix/dataflow job location passing (#41887)`` +================================================================================================= =========== ====================================================================================================================== + +10.23.0 +....... + +Latest change: 2024-09-21 + +================================================================================================= =========== ==================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================================== +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`c051d0aa4c `_ 2024-09-20 ``Add ability to create Flink Jobs in dataproc cluster (#42342)`` +`f278e62255 `_ 2024-09-19 ``Minor fixes to ensure successful Vertex AI LLMops pipeline (#41997)`` +`d7343816b3 `_ 2024-09-19 ``Mark VertexAI AutoMLText deprecation (#42251)`` +`567926535a `_ 2024-09-19 ``Add new Google Search 360 Reporting Operators (#42255)`` +`73f7d89158 `_ 2024-09-11 ``Exclude partition from BigQuery table name (#42130)`` +`1a255f53e4 `_ 2024-09-09 ``Add return_immediately as argument to the PubSubPullSensor class (#41842)`` +`96640a7580 `_ 2024-09-09 ``Add parent_model param in 'UploadModelOperator' (#42091)`` +`a2ea35ba49 `_ 2024-09-04 ``Exclude google-cloud-spanner 3.49.0 (#42011)`` +`7d3a402f48 `_ 2024-09-02 ``Add DataflowStartYamlJobOperator (#41576)`` +`7f9f923d64 `_ 2024-09-02 ``[Fix #41763]: Redundant forward slash in SFTPToGCSOperator when destination_path is not specified or have default value (#41928)`` +`d59db11cb5 `_ 2024-09-02 ``Add RunEvaluationOperator for Google Vertex AI Rapid Evaluation API (#41940)`` +`f52bfd987e `_ 2024-09-02 ``Remove system test for derepcated Google analytics operators (#41946)`` +`7cf54a734e `_ 2024-09-01 ``Add CountTokensOperator for Google Generative AI CountTokensAPI (#41908)`` +`2823acd125 `_ 2024-09-01 ``Fix poll_interval in GKEJobTrigger (#41712)`` +`9a66882ed5 `_ 2024-09-01 ``update pattern for dataflow job id extraction (#41794)`` +`86e3d2919c `_ 2024-09-01 ``Enforce deprecation message format with EOL for google provider package (#41637)`` +`35ce2f1566 `_ 2024-08-30 ``Add Supervised Fine Tuning Train Operator, Hook, Tests, Docs (#41807)`` +`bbb0085603 `_ 2024-08-30 ``Update min version of google-cloud-bigquery package (#41882)`` +`2af908db00 `_ 2024-08-29 ``Unpin google-cloud-bigquery package version for Google provider (#41839)`` +`ef80f6b028 `_ 2024-08-28 ``Move away from deprecated DAG.following_schedule() method (#41773)`` +`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` +`170b9ce907 `_ 2024-08-22 ``Fix 'do_xcom_push' and 'get_logs' functionality for KubernetesJobOperator (#40814)`` +`2727d5db92 `_ 2024-08-21 ``Update the version of google-ads (#41638)`` +`716c4300a6 `_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` +================================================================================================= =========== ==================================================================================================================================== + +10.22.0 +....... + +Latest change: 2024-08-19 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`55d49cc12f `_ 2024-08-16 ``Refactor DataprocCreateBatchOperator and Dataproc system tests (#41527)`` +`b1e506b1a7 `_ 2024-08-13 ``fix(providers/google): add missing sync_hook_class to CloudDataTransferServiceAsyncHook (#41417)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`0aad0c8107 `_ 2024-08-10 ``Add 'CloudRunServiceHook' and 'CloudRunCreateServiceOperator' (#40008)`` +`16abb911e8 `_ 2024-08-06 ``Upgrade package gcloud-aio-auth>=5.2.0 (#41262)`` +================================================================================================= =========== ==================================================================================================== + +10.21.1 +....... + +Latest change: 2024-08-03 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`8f616551ca `_ 2024-07-30 ``Fix cloudsql-query system tests (#41092)`` +`7126678e87 `_ 2024-07-28 ``Prepare Providers docs ad hoc release (#41074)`` +`6e3bc84905 `_ 2024-07-26 ``fix unnecessary imports for CloudSQL hook (#41009)`` +`95b5a0a2ac `_ 2024-07-24 ``Refactor dataproc system tests (#40720)`` +`0eaa6117bf `_ 2024-07-24 ``Move sensitive information to the secret manager for the system test google_analytics_admin (#40951)`` +`0206a4cbcf `_ 2024-07-23 ``openlineage: migrate OpenLineage provider to V2 facets. (#39530)`` +`67befb71bf `_ 2024-07-18 ``Resolve CloudSQLDatabaseHook deprecation warning (#40834)`` +`519b0d028c `_ 2024-07-16 ``Fix BeamRunJavaPipelineOperator fails without job_name set (#40645)`` +`f09b2201fa `_ 2024-07-13 ``Fix Custom Training Job operators to accept results without managed model (#40685)`` +`c29eeb18ec `_ 2024-07-10 ``Fix behavior for reattach_state parameter in BigQueryInsertJobOperator (#40664)`` +================================================================================================= =========== ======================================================================================================== + +10.21.0 +....... + +Latest change: 2024-07-09 + +================================================================================================= =========== ======================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================= +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`f12714d0c7 `_ 2024-07-08 ``Update dataproc.py (#40643)`` +`be271827e0 `_ 2024-07-07 ``Resolve google deprecations in tests (#40629)`` +`9c9706730c `_ 2024-07-04 ``Update Google Cloud Generative Model Hooks/Operators to bring parity with Vertex AI API (#40484)`` +`93488d09f9 `_ 2024-07-04 ``DataflowStartFlexTemplateOperator. Check for Dataflow job type each check cycle. (#40584)`` +`3c1120afd9 `_ 2024-07-04 ``Resolve google vertex ai deprecations in tests (#40506)`` +`3583329c1b `_ 2024-07-03 ``Add notes about reverting the change in GCSToGCSOperator (#40579)`` +`c5c50cc07f `_ 2024-07-03 ``Revert "Fix 'GCSToGCSOperator' behavior difference for moving single object (#40162)" (#40577)`` +`7e80dc6afa `_ 2024-07-03 ``Add support for query parameters to BigQueryCheckOperator (#40556) (#40558)`` +`bd7306455e `_ 2024-07-02 ``40559: fix add project_id to submit_batch_job hook (#40560)`` +`db16eeb6ef `_ 2024-07-02 ``fix BigQueryInsertJobOperator's return value and openlineage extraction in deferrable mode (#40457)`` +`47e7e254ba `_ 2024-07-01 ``fix OpenLineage extraction for GCP deferrable operators (#40521)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +`68a87f7676 `_ 2024-06-23 ``Added chunk_size parameter to LocalFilesystemToGCSOperator (#40379)`` +================================================================================================= =========== ======================================================================================================= + +10.20.0 +....... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`2f2796f675 `_ 2024-06-21 ``Fix 'GCSToGCSOperator' behavior difference for moving single object (#40162)`` +`19fc7d2e73 `_ 2024-06-20 ``feat: added OL support for AzureBlobStorageToGCSOperator in google provider package (#40290)`` +`ca7e2a05b5 `_ 2024-06-20 ``Fix replace parameter for BigQueryToPostgresOperator (#40278)`` +`81c331e29a `_ 2024-06-17 ``Update pandas minimum requirement for Python 3.12 (#40272)`` +`35871f8bb5 `_ 2024-06-15 ``Add dependency to httpx >= 0.25.0 everywhere (#40256)`` +`1a8d12ffe5 `_ 2024-06-14 ``openlineage: execute extraction and message sending in separate process (#40078)`` +`3e88f47c2c `_ 2024-06-14 ``Refactor datapipeline operators and fix system tests (#39716)`` +`e2b8f68ddf `_ 2024-06-14 ``add generation_config and safety_settings to google cloud multimodal model operators (#40126)`` +`f0bae33ee1 `_ 2024-06-14 ``Add missing location param to 'BigQueryUpdateTableSchemaOperator' (#40237)`` +`23a0152de2 `_ 2024-06-12 ``Bump minimum version of google auth (#40190)`` +`a586ea8b3a `_ 2024-06-11 ``Add support for external IdP OIDC token retrieval for Google Cloud Operators. (#39873)`` +`8e7b48984b `_ 2024-06-11 ``Bump google-ads version to use v17 by default (#40158)`` +`5c5a495c2c `_ 2024-06-11 ``Add encryption_configuration parameter to BigQuery operators (#40063)`` +`f7708acab9 `_ 2024-06-10 ``Fix hive_partition_sensor system test (#40023)`` +`65dbf86f72 `_ 2024-06-07 ``Fix openai 1.32 breaking openai tests (#40110)`` +`86e613029b `_ 2024-06-07 ``Implement CloudComposerDAGRunSensor (#40088)`` +`013523e5d3 `_ 2024-06-07 ``Fix credentials intialization revealed by mypy version of google auth (#40108)`` +`f2a5b1dee1 `_ 2024-06-06 ``feat(providers/google): add default gcp_conn_id to GoogleBaseAsyncHook (#40080)`` +`fe9159635f `_ 2024-06-06 ``google: move openlineage imports inside methods (#40062)`` +`f6148e6e33 `_ 2024-06-04 ``Update dataplex.py (#40041)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +`385d79bfd7 `_ 2024-06-02 ``Added ordering key option for PubSubPublishMessageOperator GCP Operator (#39955)`` +`ce5cd52635 `_ 2024-06-01 ``Change regular expression to exclude double quote and newline (#39991)`` +`a2c09d203e `_ 2024-05-29 ``Fetch intermediate log async GKEStartPod (#39348)`` +`70121f82f7 `_ 2024-05-28 ``Implement 'CloudDataTransferServiceRunJobOperator' (#39154)`` +`23e03db2d7 `_ 2024-05-27 ``Add method to get metadata from GCS blob in GCSHook (#38398)`` +`d4fe325f84 `_ 2024-05-26 ``Adding params. to create_auto_ml_forecasting_training_job in AutoMl hook (#39767)`` +================================================================================================= =========== ================================================================================================= + +10.19.0 +....... + +Latest change: 2024-05-26 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`4fe55e5992 `_ 2024-05-24 ``Deprecate AutoML Tables operators (#39752)`` +`57dab1303c `_ 2024-05-23 ``typo: wrong OpenLineage facet key in spec (#39782)`` +`5aad588ef9 `_ 2024-05-23 ``Fix BigQueryCursor execute method if the location is missing (#39659)`` +`8d5b43443a `_ 2024-05-22 ``Reroute AutoML operator links to Google Translation links (#39668)`` +`791f3cfc5c `_ 2024-05-21 ``Fix acknowledged functionality in deferrable mode for PubSubPullSensor (#39711)`` +`0f717ea5e6 `_ 2024-05-21 ``removed stale code (#39744)`` +`4ee46b984d `_ 2024-05-20 ``Remove 'openlineage.common' dependencies in Google and Snowflake providers. (#39614)`` +`27b3a22e34 `_ 2024-05-19 ``Introduce anonymous credentials in GCP base hook (#39695)`` +`a31169bd63 `_ 2024-05-19 ``Pin google-cloud-bigquery to < 3.21.0 (#39583)`` +`74c3fb366e `_ 2024-05-17 ``Remove parent_model version suffix if it is passed to Vertex AI operators (#39640)`` +`6621874bf5 `_ 2024-05-14 ``Resolve deprecation warnings in Azure FileShare-to-GCS tests (#39599)`` +================================================================================================= =========== ======================================================================================== + +10.18.0 +....... + +Latest change: 2024-05-12 + +================================================================================================= =========== ============================================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================================================================= +`97e867f170 `_ 2024-05-12 ``Prepare docs 2nd wave May 2024 (#39565)`` +`ffa523f442 `_ 2024-05-12 ``Fix validation of label values in BigQueryInsertJobOperator (#39568)`` +`86caf84934 `_ 2024-05-11 ``Remove Airflow 2.6 back compact code (#39558)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`8dcee5b24d `_ 2024-05-10 ``Add deprecation warnings and raise exception for already deprecated ones (#38673)`` +`c7c680ee3b `_ 2024-05-09 ``Add encryption_configuration parameter to BigQueryCheckOperator and BigQueryTableCheckOperator (#39432)`` +`5abe7acf66 `_ 2024-05-09 ``Fix generation temp filename in 'DataprocSubmitPySparkJobOperator' (#39498)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`62b845e2d7 `_ 2024-05-08 ``Disconnect GKE operators from deprecated hooks (#39434)`` +`387acd0a36 `_ 2024-05-08 ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for DataprocSubmitJobOperator (#39447)`` +`e7aa4d2289 `_ 2024-05-08 ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for BigQueryInsertJobOperator (#39442)`` +`3d575fe78c `_ 2024-05-08 ``Fix logic to cancel the external job if the TaskInstance is not in a running or deferred state for DataprocCreateClusterOperator (#39446)`` +`f00006d1c6 `_ 2024-05-08 ``Fix 'DataprocCreateBatchOperator' with 'result_retry' raises 'AttributeError' (#39462)`` +`287c107543 `_ 2024-05-07 ``Bugfix yaml parsing for GKEStartKueueInsideClusterOperator (#39234)`` +`795592c8ba `_ 2024-05-03 ``Add 'job_id' param. to 'BigQueryGetDataOperator' (#39315)`` +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`e3e6aa9b3e `_ 2024-04-30 ``Add support for role arn for aws creds (#38911)`` +`28a240a18f `_ 2024-04-29 ``Fix deferrable mode for DataflowTemplatedJobStartOperator and DataflowStartFlexTemplateOperator (#39018)`` +`78fa36518a `_ 2024-04-27 ``Fix batching for BigQueryToPostgresOperator (#39233)`` +`2a913b682d `_ 2024-04-26 ``Fix DataprocSubmitJobOperator in deferrable mode=True when task is marked as failed. (#39230)`` +`bea1b7f70c `_ 2024-04-26 ``Improve 'DataprocCreateClusterOperator' Triggers for Better Error Handling and Resource Cleanup (#39130)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`09f3446d48 `_ 2024-04-25 ``Fix GCSObjectExistenceSensor operator to return the same XCOM value in deferrable and non-deferrable mode (#39206)`` +`c434c6b989 `_ 2024-04-24 ``Create 'CloudComposerRunAirflowCLICommandOperator' operator (#38965)`` +`4ae85d754e `_ 2024-04-23 ``Bugfix BigQueryToMsSqlOperator (#39171)`` +`b0e9613125 `_ 2024-04-22 ``add templated fields for google llm operators (#39174)`` +`59084fd1f4 `_ 2024-04-21 ``fix: add retry logic in case of google auth refresh credential error (#38961)`` +`90acbfbba1 `_ 2024-04-19 ``Apply PROVIDE_PROJECT_ID mypy workaround across Google provider (#39129)`` +`eee17f0a26 `_ 2024-04-19 ``fix: BigQueryCheckOperator skipped value and error check in deferrable mode (#38408)`` +`17e60b0a2b `_ 2024-04-18 ``fix: Use prefixes instead of all file paths for OpenLineage datasets in GCSDeleteObjectsOperator (#39059)`` +`927e3643c2 `_ 2024-04-18 ``fix: Use prefixes instead of full file paths for OpenLineage datasets in GCSToGCSOperator (#39058)`` +`b41cf629c8 `_ 2024-04-18 ``Deferrable mode for Dataflow sensors (#37693)`` +`066708352e `_ 2024-04-17 ``fix: OpenLineage datasets in GCSTimeSpanFileTransformOperator (#39064)`` +`0c630fadad `_ 2024-04-15 ``handle KubernetesDeleteJobOperator import (#39036)`` +`e237041142 `_ 2024-04-15 ``Add logic to handle on_kill for BigQueryInsertJobOperator when deferrable=True (#38912)`` +`f8104325b7 `_ 2024-04-15 ``Activate RUF019 that checks for unnecessary key check (#38950)`` +`1c9a6609f3 `_ 2024-04-14 ``Adding MSGraphOperator in Microsoft Azure provider (#38111)`` +`c4a106e69b `_ 2024-04-12 ``Create GKESuspendJobOperator and GKEResumeJobOperator operators (#38677)`` +`5ff26586cd `_ 2024-04-11 ``Deferrable mode for Custom Training Job operators (#38584)`` +`1757704d8f `_ 2024-04-11 ``Enhancement for SSL-support in CloudSQLExecuteQueryOperator (#38894)`` +================================================================================================= =========== ============================================================================================================================================= + +10.17.0 +....... + +Latest change: 2024-04-10 + +================================================================================================= =========== ================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================ +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`42c3eaf23a `_ 2024-04-09 ``Fix BigQuery connection and add docs (#38430)`` +`ca501eff4d `_ 2024-04-09 ``fix: try002 for provider google (#38803)`` +`5c8510a1f1 `_ 2024-04-05 ``Add google-cloud-bigquery as explicit google-provider dependency (#38753)`` +`091d5e6267 `_ 2024-04-03 ``fix(google,log): Avoid log name overriding (#38071)`` +`c4439713cf `_ 2024-04-02 ``Revert "Delete deprecated AutoML operators and deprecate AutoML hook and links (#38418)" (#38633)`` +`d3dc88f084 `_ 2024-04-01 ``Avoid to use 'functools.lru_cache' in class methods in 'google' provider (#38652)`` +`13e9a0d0d5 `_ 2024-04-01 ``Fix credentials error for S3ToGCSOperator trigger (#37518)`` +`0f513472a7 `_ 2024-03-30 ``Add 'impersonation_scopes' to BigQuery (#38169)`` +`afb686c95e `_ 2024-03-26 ``Implement deferrable mode for GKEStartJobOperator (#38454)`` +`067fedbb99 `_ 2024-03-26 ``Add the deferrable mode to RunPipelineJobOperator (#37969)`` +`32ed83bd0e `_ 2024-03-25 ``Refactor GKE hooks (#38404)`` +`4a4eee113f `_ 2024-03-24 ``Delete deprecated AutoML operators and deprecate AutoML hook and links (#38418)`` +`3ac0aaf748 `_ 2024-03-24 ``Fix 'parent_model' parameter in GCP Vertex AI AutoML and Custom Job operators (#38417)`` +`da4f6f077c `_ 2024-03-22 ``fix(google): add return statement to yield within a while loop in triggers (#38394)`` +`8e7b1add43 `_ 2024-03-20 ``Remove unused loop variable from airflow package (#38308)`` +`e0feb7b80b `_ 2024-03-20 ``Fix cursor unique name surpasses Postgres identifier limit in 'PostgresToGCSOperator' (#38040)`` +`29ac05f496 `_ 2024-03-18 ``Create DeleteKubernetesJobOperator and GKEDeleteJobOperator operators (#37793)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`80e60d7303 `_ 2024-03-18 ``Create GKEStartKueueJobOperator operator (#37477)`` +`0acd6b27af `_ 2024-03-16 ``templated fields logic checks for cloud_storage_transfer_service (#37519)`` +`17ce4ac219 `_ 2024-03-16 ``Update GCS hook to get crc32c hash for CMEK-protected objects (#38191)`` +`3e2bfb8b3e `_ 2024-03-15 ``Set job labels for traceability in BigQuery jobs (#37736)`` +`cbb0cad49c `_ 2024-03-15 ``Rename mlengine's operators' fields' names to comply with templated fields validation (#38053)`` +`9442435b87 `_ 2024-03-15 ``Rename Vertex AI AutoML operators fields' names to comply with templated fields validation (#38049)`` +`83060e16e1 `_ 2024-03-15 ``Rename 'DeleteCustomTrainingJobOperator''s fields' names to comply with templated fields validation (#38048)`` +`0e2f2bc0ff `_ 2024-03-14 ``Fix gcs Anonymous user issue because none token (#38102)`` +`8f773a62c1 `_ 2024-03-08 ``Add GKECreateCustomResourceOperator and GKEDeleteCustomResourceOperator operators (#37616)`` +`e256badea9 `_ 2024-03-08 ``Restore delegate_to for Google Transfer Operators retrieving from Google Cloud. (#37925)`` +`46666af9ec `_ 2024-03-07 ``Refactor CreateHyperparameterTuningJobOperator (#37938)`` +`1e6140ba25 `_ 2024-03-06 ``Add VertexAI Language Model and Multimodal Model Operators for Google Cloud Generative AI use (#37721)`` +`ca11b7af23 `_ 2024-03-06 ``Fix BigQueryTablePartitionExistenceTrigger partition query (#37655)`` +`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` +`ec220a8679 `_ 2024-03-06 ``Deferrable mode for CreateBatchPredictionJobOperator (#37818)`` +`ca72f0fd89 `_ 2024-03-06 ``Add GKEListJobsOperator and GKEDescribeJobOperator (#37598)`` +`0c09338556 `_ 2024-03-06 ``Upgrade google-ads version (#37787)`` +================================================================================================= =========== ================================================================================================================ + +10.16.0 +....... + +Latest change: 2024-03-04 + +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` +`2ab60812a0 `_ 2024-03-01 ``Make 'executemany' keyword arguments only in 'DbApiHook.insert_rows' (#37840)`` +`77341ef6a1 `_ 2024-02-29 ``Avoid non-recommended usage of logging (#37792)`` +`2bc103698f `_ 2024-02-28 ``Unify 'aws_conn_id' type to always be 'str | None' (#37768)`` +`f001576a94 `_ 2024-02-28 ``Fix invalid deprecation of 'DataFusionPipelineLinkHelper' (#37755)`` +`9e4bdc9e45 `_ 2024-02-27 ``Limit 'pandas' to '<2.2' (#37748)`` +`8e42a2e019 `_ 2024-02-27 ``Remove broken deprecated fallback into the Google provider operators (#37740)`` +`b52b227c04 `_ 2024-02-26 ``Implement AIP-60 Dataset URI formats (#37005)`` +`046fb49420 `_ 2024-02-25 ``fix templated field assignment 'google/cloud/operators/compute.py' (#37659)`` +`8c05e59922 `_ 2024-02-23 ``fix bq_to_mysql init checks (#37653)`` +`ca4c559865 `_ 2024-02-23 ``Fix Async GCSObjectsWithPrefixExistenceSensor xcom push (#37634)`` +`810fb5f2a8 `_ 2024-02-22 ``feat(GKEPodAsyncHook): use async credentials token implementation (#37486)`` +`5fc866aebe `_ 2024-02-22 ``'CloudRunExecuteJobOperator': Add project_id to hook.get_job calls (#37201)`` +`2cb96a8e85 `_ 2024-02-21 ``resolve template fields init checks for 'bigquery' (#37586)`` +`52d2032887 `_ 2024-02-21 ``Fix typo on DataflowStartFlexTemplateOperator documentation (#37595)`` +`68fc80e42e `_ 2024-02-20 ``Update docs for the DataprocCreateBatchOperator (#37562)`` +`011cd3debb `_ 2024-02-20 ``Use offset-naive datetime in _CredentialsToken (#37539)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`123b656151 `_ 2024-02-16 ``Fix GCSSynchronizeBucketsOperator timeout error (#37237)`` +`42f8d048d2 `_ 2024-02-16 ``Replace usage of 'datetime.utcnow' and 'datetime.utcfromtimestamp' in providers (#37138)`` +`32ba99b6c2 `_ 2024-02-15 ``Create GKEStartJobOperator and KubernetesJobOperator (#36847)`` +`107b3e2621 `_ 2024-02-15 ``Add developer token as authentication method to GoogleAdsHook (#37417)`` +`df132b2dd6 `_ 2024-02-15 ``Add GKEStartKueueInsideClusterOperator (#37072)`` +`270282f4cd `_ 2024-02-13 ``fix (#37391)`` +`2d0d78b20a `_ 2024-02-12 ``Add D401 fixes (#37348)`` +`d43c804f2b `_ 2024-02-12 ``Add optional 'location' parameter to the BigQueryInsertJobTrigger (#37282)`` +`028fbdfed3 `_ 2024-02-12 ``Use wait_for_operation in DataprocInstantiateInlineWorkflowTemplateOperator (#37145)`` +================================================================================================= =========== ============================================================================================ + +10.15.0 +....... + +Latest change: 2024-02-12 + +================================================================================================= =========== ========================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`9c4a9d7947 `_ 2024-02-11 ``D401 lint fixes for all hooks in google provider (#37296)`` +`e31aa4e1ea `_ 2024-02-10 ``fix(providers/google): fix how GKEPodAsyncHook.service_file_as_context is used (#37306)`` +`0a8e771fb7 `_ 2024-02-10 ``D401 lint fixes for google provider (#37304)`` +`90e2b12d6b `_ 2024-02-08 ``Upgrade mypy to 1.8.0 (#36428)`` +`6b49bb3a4f `_ 2024-02-08 ``Fix metadata override for ComputeEngineSSHHook (#37192)`` +`7883bcc85c `_ 2024-02-07 ``Fix assignment of template field in '__init__' in 'custom_job' (#36789)`` +`1fe8cddde8 `_ 2024-02-05 ``Fix location requirement in DataflowTemplatedJobStartOperator (#37069)`` +`2372e21d9d `_ 2024-02-05 ``add service_file support to GKEPodAsyncHook (#37081)`` +`46470aba68 `_ 2024-02-04 ``Fix assignment of template field in '__init__' in 'CloudDataTransferServiceCreateJobOperator' (#36909)`` +`11564a0297 `_ 2024-02-04 ``Fixed the hardcoded default namespace value for GCP Data Fusion links. (#35379)`` +`41503140fc `_ 2024-01-31 ``Do not ignore the internal_ip_only if set to false in Dataproc cluster config (#37014)`` +`fb62cf281e `_ 2024-01-31 ``Revert protection against back-compatibilty issue with google-core-api (#37111)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`770a96f4c5 `_ 2024-01-26 ``Update GCP Dataproc ClusterGenerator to support GPU params (#37036)`` +`0f2670e7ac `_ 2024-01-26 ``Create DataprocStartClusterOperator and DataprocStopClusterOperator (#36996)`` +`35617620a9 `_ 2024-01-26 ``Implement deferrable mode for CreateHyperparameterTuningJobOperator (#36594)`` +`35daa3462b `_ 2024-01-26 ``Enable '_enable_tcp_keepalive' functionality for GKEPodHook (#36999)`` +================================================================================================= =========== ========================================================================================================== + +10.14.0 +....... + +Latest change: 2024-01-26 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`10ad8d9e38 `_ 2024-01-25 ``Add operator to diagnose cluster (#36899)`` +`241b50a46e `_ 2024-01-24 ``Add scopes into a GCP token (#36974)`` +`fbd21eda1e `_ 2024-01-23 ``feat: full support for google credentials in gcloud-aio clients (#36849)`` +`1c14767638 `_ 2024-01-23 ``Fix google operators handling of impersonation chain (#36903)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`700e9e4890 `_ 2024-01-22 ``docs(providers/google): reword GoogleBaseHookAsync as GoogleBaseAsyncHook in docstring (#36946)`` +`e07a42e69d `_ 2024-01-22 ``Check cluster state before defer Dataproc operators to trigger (#36892)`` +`9e4f5ba67a `_ 2024-01-21 ``fix templating field to super constructor (#36934)`` +`f1758fdd7d `_ 2024-01-20 ``fix: respect connection ID and impersonation in GKEStartPodOperator (#36861)`` +`09bb1a87a5 `_ 2024-01-20 ``style(providers/google): improve BigQueryInsertJobOperator type hinting (#36894)`` +`681859c7bf `_ 2024-01-18 ``Change default 'parquet_row_group_size' in 'BaseSQLToGCSOperator' (#36817)`` +`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` +`1ea623a834 `_ 2024-01-17 ``Fix deprecations into the GCP Dataproc links (#36834)`` +`437d4e4467 `_ 2024-01-17 ``Deprecate AutoMLTrainModelOperator for Vision and Video (#36473)`` +`8e6bfc2956 `_ 2024-01-13 ``fix assignment of templated field in constructor (#36603)`` +`4a5da8e05e `_ 2024-01-10 ``Remove backward compatibility check for KubernetesPodOperator module (#36724)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`ead75286dc `_ 2024-01-10 ``Remove backward compatibility check for KubernetesPodTrigger module (#36721)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`ecb2c9f24d `_ 2024-01-09 ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)`` +`584087f087 `_ 2024-01-09 ``Add templated fields to 'BigQueryToSqlBaseOperator' from 'BigQueryToPostgresOperator' (#36663)`` +`f7b663d9af `_ 2024-01-07 ``Run mypy checks for full packages in CI (#36638)`` +`f28643b7bd `_ 2024-01-03 ``Implement Google Analytics Admin (GA4) operators (#36276)`` +`75aa4a3385 `_ 2024-01-03 ``Preserve ASCII control characters directly through the BigQuery load API (#36533)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`db0679de12 `_ 2023-12-30 ``Added Check for Cancel Workflow Invocation and added new Query Workflow Invocation operator (#36351)`` +`f070efa95c `_ 2023-12-30 ``remove unecessary templated field (#36491)`` +`918552acad `_ 2023-12-29 ``prevent templated field logic checks in operators __init__ (#36489)`` +================================================================================================= =========== ==================================================================================================================== + +10.13.1 +....... + +Latest change: 2023-12-28 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`49ce3ed006 `_ 2023-12-28 ``Remove backcompat code for stackdriver (#36442)`` +`cba3ca7067 `_ 2023-12-28 ``Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443) (#36457)`` +`127c0725b9 `_ 2023-12-27 ``Revert "Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443)" (#36453)`` +`9e55f51a9f `_ 2023-12-27 ``Remove unused '_parse_version' function (#36450)`` +`75faf1115d `_ 2023-12-27 ``Remove remaining Airflow 2.5 backcompat code from GCS Task Handler (#36443)`` +`794ce730aa `_ 2023-12-26 ``Revert "Remove remaining Airflow 2.5 backcompat code from Google Provider (#36366)" (#36440)`` +================================================================================================= =========== ================================================================================================= + +10.13.0 +....... + +Latest change: 2023-12-23 + +================================================================================================= =========== ============================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================================================ +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`2c2763f806 `_ 2023-12-22 ``Remove remaining Airflow 2.5 backcompat code from Google Provider (#36366)`` +`10c4c352f9 `_ 2023-12-20 ``Minor fix to DataprocCreateClusterOperator operator docs. (#36322)`` +`881d88b4da `_ 2023-12-19 ``Implement deferrable mode for BeamRunJavaPipelineOperator (#36122)`` +`5ab43d5541 `_ 2023-12-19 ``Move KubernetesPodTrigger hook to a cached property (#36290)`` +`d793fda391 `_ 2023-12-18 ``Add ability to run streaming Job for BeamRunPythonPipelineOperator in non deferrable mode (#36108)`` +`92335417d8 `_ 2023-12-17 ``Add use_glob to GCSObjectExistenceSensor (#34137)`` +`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` +`ffb003a58e `_ 2023-12-17 ``fix(bigquery.py): pass correct project_id to triggerer (#35200)`` +`e83a98603e `_ 2023-12-14 ``iterate through blobs before checking prefixes (#36202)`` +`4c73d613b1 `_ 2023-12-13 ``Fix incompatibility with google-cloud-monitoring 2.18.0 (#36200)`` +`8fbacb8a5f `_ 2023-12-13 ``Update 'retry' param typing in PubSubAsyncHook (#36198)`` +`64931b1a65 `_ 2023-12-12 ``Prepare docs 1st wave of Providers December 2023 RC2 (#36190)`` +`47a9c8a4a4 `_ 2023-12-12 ``Added Datascan Profiling (#35696)`` +`3dddfb4a4a `_ 2023-12-11 ``Add overrides to template fields of Google Cloud Run Jobs Execute Operator (#36133)`` +`fcd993b852 `_ 2023-12-11 ``Upgrade to latest pre-commit plugins (#36163)`` +`343bac956b `_ 2023-12-11 ``Review and mark found potential SSH security issues by bandit (#36162)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +`8d0c5d9008 `_ 2023-12-09 ``Change retry type for Google Dataflow Client to async one (#36141)`` +`aba58adb83 `_ 2023-12-08 ``Allow storage options to be passed (#35820)`` +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`ca20f07a16 `_ 2023-12-06 ``GCP Secrets Backend Impersonation (#36072)`` +`d0f4512ecb `_ 2023-12-04 ``Fix DataprocSubmitJobOperator to retrieve failed job error message (#36053)`` +`86b1bd22d1 `_ 2023-12-01 ``Fix CloudRunExecuteJobOperator not able to retrieve the Cloud Run job status in deferrable mode (#36012)`` +`cf052dc64f `_ 2023-12-01 ``Add feature to build "chicken-egg" packages from sources (#35890)`` +`5d74ffb320 `_ 2023-11-27 ``Fix gcs listing - ensure blobs are loaded (#34919)`` +`99b68e2db2 `_ 2023-11-27 ``Add OpenLineage support to GcsOperators - Delete, Transform and TimeSpanTransform (#35838)`` +`373d8a57b2 `_ 2023-11-25 ``Deprecate 'CloudComposerEnvironmentSensor' in favor of 'CloudComposerCreateEnvironmentOperator' with defer mode (#35775)`` +`e2a5dbf8b4 `_ 2023-11-25 ``allow multiple elements in impersonation chain (#35694)`` +`770f16425c `_ 2023-11-25 ``Add support for service account impersonation with computeEngineSSHHook (google provider) and IAP tunnel (#35136)`` +================================================================================================= =========== ============================================================================================================================ + +10.12.0 +....... + +Latest change: 2023-11-24 + +================================================================================================= =========== ========================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================= +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`72ba63e0b9 `_ 2023-11-22 ``added Topic params for schema_settings and message_retention_duration. (#35767)`` +`2a06e278d2 `_ 2023-11-21 ``Check attr on parent not self re TaskContextLogger set_context (#35780)`` +`1fae1a50e9 `_ 2023-11-21 ``Add OpenLineage support to GCSToBigQueryOperator (#35778)`` +`9207e7d5e5 `_ 2023-11-20 ``Remove usage of deprecated method from BigQueryToBigQueryOperator (#35605)`` +`d8075cd04c `_ 2023-11-20 ``Remove backcompat with Airflow 2.3/2.4 in providers (#35727)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`f30d5b8ec1 `_ 2023-11-19 ``Restore delegate_to param in GoogleDiscoveryApiHook (#35728)`` +`ed6fe240c3 `_ 2023-11-18 ``Align documentation of 'MSSQLToGCSOperator' (#35715)`` +`ce16963e9d `_ 2023-11-17 ``Add OpenLineage support to BigQueryToGCSOperator (#35660)`` +`b9f3a5392f `_ 2023-11-17 ``Extend task context logging support for remote logging using GCP GCS (#32970)`` +`0c6fd5be86 `_ 2023-11-17 ``Remove usage of deprecated methods from BigQueryCursor (#35606)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`08d15d06ba `_ 2023-11-16 ``Add support for driver pool, instance flexibility policy, and min_num_instances for Dataproc (#34172)`` +`a9ce7135ff `_ 2023-11-16 ``Add "NON_PREEMPTIBLE" as a valid preemptibility type for Dataproc workers (#35669)`` +`054904bb9a `_ 2023-11-15 ``Add ability to pass impersonation_chain to BigQuery triggers (#35629)`` +`9d5f726c8a `_ 2023-11-15 ``Add a filter for local files in GoogleDisplayVideo360CreateQueryOperator (#35635)`` +`8fd5ac6530 `_ 2023-11-10 ``Fix the logic of checking dataflow job state (#34785)`` +================================================================================================= =========== ========================================================================================================= + +10.11.1 +....... + +Latest change: 2023-11-08 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`64d1085cb9 `_ 2023-11-03 ``Update Google Ads API version from v14 to v15 (#35295)`` +`63cc915cd3 `_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` +================================================================================================= =========== ============================================================= + +10.11.0 +....... + +Latest change: 2023-10-28 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`04e2fbd92b `_ 2023-10-27 ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)`` +`acff4c79dc `_ 2023-10-26 ``Make Dataprep system test self-sufficient (#34880)`` +`0bb56315e6 `_ 2023-10-25 ``Added 'overrides' parameter to CloudRunExecuteJobOperator (#34874)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`63f3712d2e `_ 2023-10-18 ``Update gcs.py Create and List comment Examples (#35028)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +================================================================================================= =========== ====================================================================== + +10.10.1 +....... + +Latest change: 2023-10-18 + +================================================================================================= =========== ============================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================== +`39e611b43b `_ 2023-10-18 ``Prepare docs 2nd wave of Providers in October 2023 (#35020)`` +`f16906d13b `_ 2023-10-18 ``Create operators for VertexAI Pipeline Job (#34915)`` +`86e27c7cd7 `_ 2023-10-18 ``Fix cloud run operation timeout error (#34755)`` +`e444bca140 `_ 2023-10-18 ``Add links between documentation related to Google Cloud Storage (#34994)`` +`92204b36b0 `_ 2023-10-18 ``Migrate legacy version of AI Platform Prediction to VertexAI (#34922)`` +`0b49f338b9 `_ 2023-10-16 ``Cancel workflow in on_kill in DataprocInstantiate{Inline}WorkflowTemplateOperator (#34957)`` +================================================================================================= =========== ============================================================================================== + +10.10.0 +....... + +Latest change: 2023-10-13 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`d27d0bb60b `_ 2023-10-13 ``Refactor DataFusionInstanceLink usage (#34514)`` +`4dc2c40dfe `_ 2023-10-12 ``Fix GCSToGoogleDriveOperator and gdrive system tests (#34545)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`99f320354b `_ 2023-10-04 ``Refactor: consolidate import time in providers (#34402)`` +`7c440ca184 `_ 2023-10-03 ``Fix typo in DataplexGetDataQualityScanResultOperator (#34681)`` +`562b98a622 `_ 2023-10-02 ``Fix LookerHook serialize missing 1 argument error (#34678)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`07fe1d2a69 `_ 2023-09-27 ``Refactor dedent nested loops (#34409)`` +`2b082f1e5a `_ 2023-09-27 ``Use 'airflow.models.dag.DAG' in Google Provider examples (#34614)`` +`8bea45f37f `_ 2023-09-26 ``Refactor multiple equals to contains in providers (#34441)`` +`20b7cfc395 `_ 2023-09-26 ``respect soft_fail argument when exception is raised for google sensors (#34501)`` +`6a03870d1c `_ 2023-09-24 ``improvement: introduce proejct_id in BigQueryIntervalCheckOperator (#34573)`` +`f56acdad16 `_ 2023-09-22 ``Deprecate Life Sciences Operator and Hook (#34549)`` +`659d94f0ae `_ 2023-09-21 ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` +`d20c32f6b7 `_ 2023-09-20 ``Refactor: reduce some conditions in providers (#34440)`` +`a6fcd69fe5 `_ 2023-09-15 ``Fix Dataform system tests (#34329)`` +`8ecd576de1 `_ 2023-09-14 ``Refactor shorter defaults in providers (#34347)`` +`013c95bfe6 `_ 2023-09-14 ``Update Vertex AI system tests (#34364)`` +================================================================================================= =========== =================================================================================== + +10.9.0 +...... + +Latest change: 2023-09-14 + +================================================================================================= =========== ================================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================================ +`7574e16e75 `_ 2023-09-14 ``Prepare docs for Sep 2023 2nd wave of Providers (#34360)`` +`b042042086 `_ 2023-09-14 ``Remove unnecessary call to keys() method on dictionaries (#34260)`` +`05036e619c `_ 2023-09-13 ``Refactor: Think positively in providers (#34279)`` +`3fa9d46ec7 `_ 2023-09-12 ``Refactor: Simplify code in providers/google (#33229)`` +`4dcdc34996 `_ 2023-09-11 ``Add explicit support of stream (realtime) pipelines for CloudDataFusionStartPipelineOperator (#34271)`` +`94d07908a2 `_ 2023-09-11 ``Refactor: Simplify comparisons (#34181)`` +`0110b22a60 `_ 2023-09-11 ``Fix 'ComputeEngineInsertInstanceOperator' doesn't respect jinja-templated instance name when given in body argument (#34171)`` +`050a47add8 `_ 2023-09-11 ``Add 'expected_terminal_state' parameter to Dataflow operators (#34217)`` +`25d463c3e3 `_ 2023-09-11 ``Deprecate AutoMLTrainModelOperator for NL (#34212)`` +`db38a6fc66 `_ 2023-09-11 ``GKEPodHook ignores gcp_conn_id parameter. (#34194)`` +`38ecd4c4da `_ 2023-09-10 ``Bump min common-sql provider version for Google provider (#34257)`` +`c5ec7cd294 `_ 2023-09-10 ``Simplify to bool(...) (#34258)`` +`bf9769bebf `_ 2023-09-09 ``Make Google Dataform operators templated_fields more consistent (#34187)`` +`774125ae25 `_ 2023-09-09 ``fix: BigQuery job error message (#34208)`` +================================================================================================= =========== ================================================================================================================================ + +10.8.0 +...... + +Latest change: 2023-09-08 + +================================================================================================= =========== ========================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`ff23a30e5b `_ 2023-09-07 ``fix(providers/google-marketing-platform): respect soft_fail argument when exception is raised (#34165)`` +`9c66132af6 `_ 2023-09-07 ``fix: docstring in endpoint_service.py (#34135)`` +`9079093291 `_ 2023-09-07 ``Consolidate importing of os.path.* (#34060)`` +`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` +`c88e746494 `_ 2023-09-04 ``Dynamic setting up of artifact versinos for Datafusion pipelines (#34068)`` +`ba59f3475c `_ 2023-09-04 ``Add deferrable mode to Dataplex DataQuality. (#33954)`` +`4f20b0f442 `_ 2023-09-03 ``Move the try outside the loop when this is possible in Google provider (#33976)`` +`d757f6a3af `_ 2023-09-03 ``Fix BigQueryValueCheckOperator deferrable mode optimisation (#34018)`` +`fa5e54c4c5 `_ 2023-09-03 ``Combine similar if logics in providers (#33987)`` +`47bd5dd0e1 `_ 2023-09-03 ``Remove useless string join from providers (#33968)`` +`b7f84e913b `_ 2023-09-02 ``Update Azure fileshare hook to use azure-storage-file-share instead of azure-storage-file (#33904)`` +`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` +`04e9b0bd78 `_ 2023-09-01 ``fix google CHANGELOG.rst (#34007)`` +`ff7dcf4e82 `_ 2023-09-01 ``replace loop by any when looking for a positive value in providers (#33984)`` +`a9bbb430fc `_ 2023-09-01 ``Replace try - except pass by contextlib.suppress in providers (#33980)`` +`5d60c742a7 `_ 2023-09-01 ``Fix Google 10.7.0 changelog (#33953)`` +`0a5e2281e0 `_ 2023-08-31 ``Remove some useless try/except from providers code (#33967)`` +`55976af32e `_ 2023-08-31 ``Replace sequence concatination by unpacking in Airflow providers (#33933)`` +`3b86842120 `_ 2023-08-31 ``Remove a deprecated option from 'BigQueryHook.get_pandas_df' (#33819)`` +`a35c0d42cc `_ 2023-08-30 ``replace unnecessary dict comprehension by dict() in providers (#33857)`` +`eaf34718a4 `_ 2023-08-30 ``Fix Cloud Worflows system test (#33386)`` +`d361761dee `_ 2023-08-30 ``Early delete a Dataproc cluster if started in the ERROR state. (#33668)`` +`075afe5a2a `_ 2023-08-30 ``allow impersonation_chain to be set on Google Cloud connection (#33715)`` +`3b3650e87d `_ 2023-08-29 ``fix entry in Google provider CHANGELOG.rst (#33890)`` +`2663b177a6 `_ 2023-08-28 ``Generate Python API docs for Google ADS (#33814)`` +`6802d4136f `_ 2023-08-27 ``Improve modules import in google provider by move some of them into a type-checking block (#33783)`` +`6d182beec6 `_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` +`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` +`353b1482d3 `_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)`` +`784e0ef04b `_ 2023-08-26 ``Refactor: Simplify a few loops (#33736)`` +`3d01919a30 `_ 2023-08-26 ``Avoid blocking event loop when using DataFusionAsyncHook by replacing sleep by asyncio.sleep (#33756)`` +`2a00f18ebb `_ 2023-08-26 ``E731: replace lambda by a def method in Airflow providers (#33757)`` +`c90eec9365 `_ 2023-08-26 ``Use f-string instead of in Airflow providers (#33752)`` +================================================================================================= =========== ========================================================================================================== + +10.7.0 +...... + +Latest change: 2023-08-26 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`94c8291629 `_ 2023-08-25 ``Refactor: Use f-strings (#33734)`` +`ba0bab0114 `_ 2023-08-25 ``Refactor: Use random.choices (#33631)`` +`66d0222947 `_ 2023-08-25 ``Add CloudRunHook and operators (#33067)`` +`96efcfb830 `_ 2023-08-24 ``Further improvements for provider verification (#33670)`` +`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` +`1953648fda `_ 2023-08-24 ``Refactor: lists and paths in dev (#33626)`` +`4154cc04ce `_ 2023-08-24 ``Do not create lists we don't need (#33519)`` +`94f70d8184 `_ 2023-08-23 ``Replace strftime with f-strings where nicer (#33455)`` +`92474db6a5 `_ 2023-08-23 ``Refactor: Better percentage formatting (#33595)`` +`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` +`08fa814533 `_ 2023-08-21 ``Add missing template fields to DataformCreateCompilationResultOperator (#33585)`` +`c8de9a5f68 `_ 2023-08-21 ``Adding Support for Google Cloud's Data Pipelines Run Operator (#32846)`` +`46fa5a2743 `_ 2023-08-21 ``Fix BigQueryCreateExternalTableOperator when using a foramt different to CSV (#33540)`` +`3157002eeb `_ 2023-08-19 ``Fix DataplexDataQualityJobStatusSensor and add unit tests (#33440)`` +`533afb5128 `_ 2023-08-19 ``Add parameter sftp_prefetch to SFTPToGCSOperator (#33274)`` +`c6a014a370 `_ 2023-08-18 ``Add 'CloudBatchHook' and operators (#32606)`` +`ea8519c055 `_ 2023-08-18 ``Avoid importing pandas and numpy in runtime and module level (#33483)`` +`8e88eb8fa7 `_ 2023-08-17 ``Consolidate import and usage of pandas (#33480)`` +`bfe08a79db `_ 2023-08-16 ``Import utc from datetime and normalize its import (#33450)`` +`843a3b8c3e `_ 2023-08-16 ``Fix system test example_cloud_storage_transfer_service_aws (#33429)`` +`a1e42f6626 `_ 2023-08-14 ``Enable D205 Support (#33398)`` +`b4102ce0b5 `_ 2023-08-14 ``Update Error details for Generic Error Code (#32847)`` +`a2a0d05345 `_ 2023-08-14 ``Add Source Code and Testing for Google Cloud's Data Pipelines Create Operator (#32843)`` +`dfb2403ec4 `_ 2023-08-14 ``Add Dataplex Data Quality operators. (#32256)`` +`7e79997594 `_ 2023-08-11 ``D205 Support - Providers - Final Pass (#33303)`` +================================================================================================= =========== ========================================================================================== + +10.6.0 +...... + +Latest change: 2023-08-09 + +================================================================================================= =========== ================================================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================================================ +`f82acc1579 `_ 2023-08-09 ``Prepare docs for RC3 providers (google) (#33253)`` +`e1af008711 `_ 2023-08-09 ``make 'sql' a cached property in 'BigQueryInsertJobOperator' (#33218)`` +`e43206eb2e `_ 2023-08-08 ``refactor(providers.google): use module level __getattr__ for DATAPROC_JOB_LOG_LINK to DATAPROC_JOB_LINK and add deprecation warning (#33189)`` +`8f27d3ff47 `_ 2023-08-08 ``Prepare docs for RC2 providers (google, redis) (#33185)`` +`15ede4a1a1 `_ 2023-08-07 ``Fix DataflowStartSqlJobOperator system test (#32823)`` +`9736143468 `_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)`` +`0e076dceaf `_ 2023-08-07 ``Fix catching 409 error (#33173)`` +`8997b5e95f `_ 2023-08-07 ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)`` +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` +`e10aa6ae6a `_ 2023-08-04 ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)`` +`e3d82c6be0 `_ 2023-08-04 ``Get rid of Python2 numeric relics (#33050)`` +`1ea7ae809b `_ 2023-08-03 ``Refactor of links in Dataproc. (#31895)`` +`d9121a7b9e `_ 2023-08-02 ``Fix 'DataFusionAsyncHook' catch 404 (#32855)`` +`0c894dbb24 `_ 2023-08-02 ``Handle multiple connections using exceptions (#32365)`` +`915f9e4060 `_ 2023-07-31 ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)`` +`f9cddf332d `_ 2023-07-31 ``openlineage,gcs: use proper name for openlineage methods (#32956)`` +`ce5eebd004 `_ 2023-07-31 ``Fix system test for MetastoreHivePartitionSensor (#32861)`` +`c422920c6e `_ 2023-07-31 ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)`` +================================================================================================= =========== ================================================================================================================================================ + +10.5.0 +...... + +Latest change: 2023-07-29 + +================================================================================================= =========== ======================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================= +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`81b85ebcbd `_ 2023-07-29 ``Fix 'BigQueryInsertJobOperator' not exiting deferred state (#31591)`` +`9d68492f87 `_ 2023-07-27 ``misc: update MLEngine system tests (#32881)`` +`b73366799d `_ 2023-07-27 ``openlineage, gcs: add openlineage methods for GcsToGcsOperator (#31350)`` +`583f407c54 `_ 2023-07-26 ``Fixup docstring for deprecated DataprocSubmitSparkJobOperator and refactoring system tests (#32743)`` +`4c2ef99772 `_ 2023-07-26 ``Add Spot Instances support with Dataproc Operators (#31644)`` +`82e6226738 `_ 2023-07-23 ``Fix Datafusion system tests (#32749)`` +`0fbb05a459 `_ 2023-07-21 ``Fixup system test for DataprocSubmitJobOperator (SparkSQL job) (#32745)`` +`fbeddc3017 `_ 2023-07-21 ``Fixup docstring for deprecated DataprocSubmitPigJobOperator (#32739)`` +`440c9eb2b4 `_ 2023-07-21 ``Fixup system test for DataprocSubmitJobOperator (PySpark job) (#32740)`` +`49921763eb `_ 2023-07-21 ``Migrate system test for PostgresToGCSOperator to new design AIP-47 (#32641)`` +`978adb309a `_ 2023-07-21 ``Install sqlalchemy-spanner package into Google provider (#31925)`` +`99b8a90346 `_ 2023-07-20 ``Filtering and ordering results of DataprocListBatchesOperator (#32500)`` +`3c14753b03 `_ 2023-07-20 ``Fix BigQueryGetDataOperator where project_id is not being respected in deferrable mode (#32488)`` +`e8287734cb `_ 2023-07-20 ``Fixup docstring for deprecated DataprocSubmitHiveJobOperator (#32723)`` +`8b7ae76026 `_ 2023-07-20 ``Fixup docs and optimize system test for DataprocSubmitJobOperator (Hadoop job) (#32722)`` +`848c69a194 `_ 2023-07-20 ``Refresh GKE OAuth2 tokens (#32673)`` +`60c49ab2df `_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` +`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` +================================================================================================= =========== ======================================================================================================= + +10.4.0 +...... + +Latest change: 2023-07-12 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` +`2ad91a7808 `_ 2023-07-11 ``Bugfix GCSToGCSOperator when copy files to folder without wildcard (#32486)`` +`86c6cc9a9a `_ 2023-07-11 ``Combine 8 into 1 (#29462)`` +`3a8da4b55b `_ 2023-07-11 ``Allow a destination folder to be provided (#31885)`` +`0f73647bda `_ 2023-07-08 ``D205 Support - Provider: Google (#32356)`` +`e70bee00cd `_ 2023-07-08 ``Fix 'cache_control' parameter of upload function in 'GCSHook' (#32440)`` +`257136786c `_ 2023-07-08 ``Moves 'AzureBlobStorageToGCSOperator' from Azure to Google provider (#32306)`` +`723eb7d453 `_ 2023-07-07 ``Give better link to job configuration docs in BigQueryInsertJobOperator (#31736)`` +`6c854dcb16 `_ 2023-07-07 ``Migrating Google AutoML example_dags to sys tests (#32368)`` +`53d9421905 `_ 2023-07-07 ``build(pre-commit): check deferrable default value (#32370)`` +`2d690de110 `_ 2023-07-07 ``Fix BigQuery transfer operators to respect project_id arguments (#32232)`` +`e7587b3369 `_ 2023-07-06 ``Fix the gcp_gcs_delete_objects on empty list (#32383)`` +`becfb3c64f `_ 2023-07-06 ``Fix endless loop of defer in cloud_build (#32387)`` +`e4757d6dfa `_ 2023-07-06 ``Fix GCSToGCSOperator copy without wildcard and exact_match=True (#32376)`` +================================================================================================= =========== ==================================================================================== + +10.3.0 +...... + +Latest change: 2023-07-06 + +================================================================================================= =========== ============================================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================================= +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` +`d6e254db68 `_ 2023-06-30 ``Deprecate 'delimiter' param and source object's wildcards in GCS, introduce 'match_glob' param. (#31261)`` +`dd937e51fe `_ 2023-06-30 ``Add 'on_finish_action' to 'KubernetesPodOperator' (#30718)`` +`c0eaa9b25d `_ 2023-06-29 ``Add deferrable mode to CloudSQLExportInstanceOperator (#30852)`` +`f3f69bf1e0 `_ 2023-06-29 ``Refactor GKECreateClusterOperator's body validation (#31923)`` +`7d2ec76c72 `_ 2023-06-29 ``Make the deferrable version of DataprocCreateBatchOperator handle a batch_id that already exists (#32216)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +`b156db3a70 `_ 2023-06-23 ``Adding 'src_fmt_configs' to the list of template fields. (#32097)`` +`59d64d8f2e `_ 2023-06-22 ``[Issue-32069] Fix name format in the batch requests (#32070)`` +`fd116cc196 `_ 2023-06-22 ``Google provider docstring improvements (#31731)`` +`8f41584777 `_ 2023-06-21 ``Optimize deferrable mode execution for 'BigQueryValueCheckOperator' (#31872)`` +`fe7a1aa096 `_ 2023-06-21 ``Switch Google Ads API version from v13 to v14 (#32028)`` +`43fa157e51 `_ 2023-06-20 ``Fix 'BigQueryInsertJobOperator' error handling in deferrable mode (#32034)`` +`2a79fb74fd `_ 2023-06-20 ``Fix 'BIGQUERY_JOB_DETAILS_LINK_FMT' in 'BigQueryConsoleLink' (#31953)`` +================================================================================================= =========== ============================================================================================================= + +10.2.0 +...... + +Latest change: 2023-06-20 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`f2ebc292fe `_ 2023-06-19 ``Provide missing project id and creds for TabularDataset (#31991)`` +`66299338eb `_ 2023-06-18 ``add a return when the event is yielded in a loop to stop the execution (#31985)`` +`e6960f1ad6 `_ 2023-06-15 ``Revert "Fix 'BIGQUERY_JOB_DETAILS_LINK_FMT' in 'BigQueryConsoleLink' (#31457)" (#31935)`` +`c7072c0490 `_ 2023-06-15 ``Fix 'BIGQUERY_JOB_DETAILS_LINK_FMT' in 'BigQueryConsoleLink' (#31457)`` +`a81ac70b33 `_ 2023-06-15 ``Add deferrable mode to PubsubPullSensor (#31284)`` +`b502e665d6 `_ 2023-06-14 ``Add a new param to set parquet row group size in 'BaseSQLToGCSOperator' (#31831)`` +`810d46776a `_ 2023-06-11 ``Implement MetastoreHivePartitionSensor (#31016)`` +`233663046d `_ 2023-06-08 ``Add 'cacheControl' field to google cloud storage (#31338)`` +`ba3665f76a `_ 2023-06-08 ``Bigquery: fix links for already existing tables and datasets. (#31589)`` +`fbeb01cb17 `_ 2023-06-07 ``Replace unicodecsv with standard csv library (#31693)`` +`d91861d3bd `_ 2023-06-07 ``Optimize deferrable mode (#31758)`` +`9e268e13b1 `_ 2023-06-07 ``Replace spelling directive with spelling:word-list (#31752)`` +`36ffbee4aa `_ 2023-06-05 ``Add D400 pydocstyle check - Google provider only (#31422)`` +`495ae23d45 `_ 2023-06-05 ``Optimize deferrable mode execution for 'DataprocSubmitJobOperator' (#31317)`` +`86b5ba2802 `_ 2023-06-04 ``Remove return statement after yield from triggers class (#31703)`` +`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` +`47c2023df2 `_ 2023-05-31 ``Add 'preserveAsciiControlCharacters' to 'src_fmt_configs' (#31643)`` +`e3ec1ac72e `_ 2023-05-30 ``Add support for credential configuation file auth to Google Secrets Manager secrets backend (#31597)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +`ef40148170 `_ 2023-05-26 ``Add credential configuration file support to Google Cloud Hook (#31548)`` +`22e44ab9f2 `_ 2023-05-26 ``FIPS environments: Mark uses of md5 as "not-used-for-security" (#31171)`` +`5ae9728db7 `_ 2023-05-25 ``Add deferrable mode to 'GCSUploadSessionCompleteSensor' (#31081)`` +`28f2e70916 `_ 2023-05-25 ``Optimize deferrable mode execution for 'BigQueryInsertJobOperator' (#31249)`` +`769e204d53 `_ 2023-05-24 ``Add append_job_name parameter in DataflowStartFlexTemplateOperator (#31511)`` +================================================================================================= =========== ======================================================================================================== + +10.1.1 +...... + +Latest change: 2023-05-24 + +================================================================================================= =========== ============================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================== +`d745cee3db `_ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)`` +`c082aec089 `_ 2023-05-23 ``Fix accessing a GKE cluster through the private endpoint in 'GKEStartPodOperator' (#31391)`` +`0d6e626b05 `_ 2023-05-22 ``Fix 'BigQueryGetDataOperator''s query job bugs in deferrable mode (#31433)`` +================================================================================================= =========== ============================================================================================== + +10.1.0 +...... + +Latest change: 2023-05-19 + +================================================================================================= =========== =========================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`54f1fb0574 `_ 2023-05-19 ``Docstring improvements (#31375)`` +`cfe759dc59 `_ 2023-05-19 ``Switch default Google ads to v13 (#31382)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`db8cbf6ab5 `_ 2023-05-18 ``Add get_namespace to GKEPodHook (#31397)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d677a263be `_ 2023-05-18 ``Switch to google ads v13 (#31369)`` +`28d1bf8dfc `_ 2023-05-18 ``Update SDKs for google provider package (#30067)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`cf1e26b046 `_ 2023-05-16 ``Add BigQueryToPostgresOperator (#30658)`` +`d9f70dffd1 `_ 2023-05-16 ``Add CloudBuild build id log (#30516)`` +`caeca2d143 `_ 2023-05-15 ``Add protocol to define methods relied upon by KubernetesPodOperator (#31298)`` +`d3a2dbe028 `_ 2023-05-15 ``GKEPodHook needs to have all methods KPO calls (#31266)`` +`fb6c501124 `_ 2023-05-13 ``Add flag apply_gcs_prefix to S3ToGCSOperator (b/245077385) (#31127)`` +`a66edcbb2c `_ 2023-05-13 ``'CreateBatchPredictionJobOperator' Add batch_size param for Vertex AI BatchPredictionJob objects (#31118)`` +`d1fe67184d `_ 2023-05-12 ``Add 'use_legacy_sql' param to 'BigQueryGetDataOperator' (#31190)`` +`b8f73768ec `_ 2023-05-09 ``Add 'as_dict' param to 'BigQueryGetDataOperator' (#30887)`` +`e68d4a7764 `_ 2023-05-08 ``implement gcs_schema_object for BigQueryCreateExternalTableOperator (#30961)`` +`810b5d4da4 `_ 2023-05-08 ``'DataflowTemplatedJobStartOperator' fix overwriting of location with default value, when a region is provided. (#31082)`` +`ac46902154 `_ 2023-05-04 ``Move TaskInstanceKey to a separate file (#31033)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`b0a40bb812 `_ 2023-04-30 ``Optimize deferred execution mode (#30946)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`f89d7b9848 `_ 2023-04-28 ``Poke once before defer for GCSObjectsWithPrefixExistenceSensor (#30939)`` +`a3741e0e02 `_ 2023-04-28 ``Optimize deferrable mode execution (#30920)`` +`0d95acef1d `_ 2023-04-28 ``Add deferrable mode to DataprocInstantiateInlineWorkflowTemplateOperator (#30878)`` +`3a5b583c91 `_ 2023-04-27 ``Optimize deferrable mode in 'GCSObjectExistenceSensor' (#30901)`` +`eed5d5b7cc `_ 2023-04-27 ``Add deferrable mode to 'GCSObjectsWithPrefixExistenceSensor' (#30618)`` +`48c9625c70 `_ 2023-04-24 ``Add 'priority' parameter to BigQueryHook (#30655)`` +`9409446097 `_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` +`432697d90c `_ 2023-04-23 ``allow multiple prefixes in gcs delete/list hooks and operators (#30815)`` +`c499b6beb2 `_ 2023-04-22 ``Small refactors in ClusterGenerator of dataproc (#30714)`` +`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +`676a95b220 `_ 2023-04-22 ``Fix removed delegate_to parameter in deferrable GCS sensor (#30810)`` +`9e49d91a0a `_ 2023-04-22 ``Add deferrable mode to 'GCSObjectUpdateSensor' (#30579)`` +================================================================================================= =========== =========================================================================================================================== + +10.0.0 +...... + +Latest change: 2023-04-21 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` +`fbc1382514 `_ 2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)`` +`b48f959ae9 `_ 2023-04-21 ``Update DataprocCreateCluster operator to use 'label' parameter properly (#30741)`` +`da2749cae5 `_ 2023-04-15 ``Update Google Campaign Manager360 operators to use API v4 (#30598)`` +`4eab616e9f `_ 2023-04-15 ``add missing project_id in BigQueryGetDataOperator (#30651)`` +`57c09e59ee `_ 2023-04-14 ``Display Video 360 cleanup v1 API usage (#30577)`` +================================================================================================= =========== ==================================================================================== + +9.0.0 +..... + +Latest change: 2023-04-12 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`0f3b6579cb `_ 2023-04-12 ``Prepare docs for RC2 of provider wave (#30606)`` +`874ea9588e `_ 2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)`` +`71db47a73d `_ 2023-04-09 ``Update DV360 operators to use API v2 (#30326)`` +`3d2c96e3f5 `_ 2023-04-08 ``Add deferrable mode to GKEStartPodOperator (#29266)`` +`4703f9a0e5 `_ 2023-04-08 ``BigQueryHook list_rows/get_datasets_list can return iterator (#30543)`` +`d9896fd96e `_ 2023-04-08 ``Fix dynamic imports in google ads vendored in library (#30544)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`2ba1e63c37 `_ 2023-04-04 ``Fix cloud build async credentials (#30441)`` +`cc6fd5c0d9 `_ 2023-04-03 ``Small quotation fix (#30448)`` +================================================================================================= =========== ========================================================================= + +8.12.0 +...... + +Latest change: 2023-04-02 + +================================================================================================= =========== ======================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`25048fa6b2 `_ 2023-04-01 ``Switch to using vendored-in google ads. (#30410)`` +`2e65c70e99 `_ 2023-04-01 ``Merging of the google ads vendored-in code. (#30399)`` +`540a076801 `_ 2023-03-30 ``merge BigQueryTableExistenceAsyncSensor into BigQueryTableExistenceSensor (#30235)`` +`29eba167ea `_ 2023-03-22 ``Merge BigQueryTableExistencePartitionAsyncSensor into BigQueryTableExistencePartitionSensor (#30231)`` +`79a2fa7db9 `_ 2023-03-21 ``Merge GCSObjectExistenceAsyncSensor logic to GCSObjectExistenceSensor (#30014)`` +`af4627fec9 `_ 2023-03-20 ``fix setting project_id for gs to bq and bq to gs (#30053)`` +`75fd5e8c54 `_ 2023-03-16 ``Add missing 'poll_interval' in Bigquery operator (#30132)`` +`5a3be7256b `_ 2023-03-15 ``Handling project location param on async BigQuery dts trigger (#29786)`` +`a6715805c7 `_ 2023-03-14 ``Add poll_interval param in BigQueryInsertJobOperator (#30091)`` +`57fb80cff0 `_ 2023-03-14 ``Support CloudDataTransferServiceJobStatusSensor without specifying a project_id (#30035)`` +`def1f89e70 `_ 2023-03-10 ``Fix location on cloud build operators (#29937)`` +`599c587e26 `_ 2023-03-10 ``Add 'job_id' to 'BigQueryToGCSOperator' templated_fields (#30006)`` +`c3867781e0 `_ 2023-03-08 ``adding trigger info to provider yaml (#29950)`` +`b6392ae5fd `_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)`` +`464ab1b7ca `_ 2023-03-05 ``Wait insert_job result in normal mode (#29925)`` +`f55b9576b1 `_ 2023-03-05 ``'GoogleDriveHook': Fixing log message + adding more verbose documentation (#29694)`` +`035ad26d79 `_ 2023-03-04 ``Add "BOOLEAN" to type_map of MSSQLToGCSOperator, fix incorrect bit->int type conversion by specifying BIT fields explicitly (#29902)`` +`5a632f78eb `_ 2023-03-04 ``Google Cloud Providers - Fix _MethodDefault deepcopy failure (#29518)`` +`971039454a `_ 2023-03-04 ``Align cncf provider file names with AIP-21 (#29905)`` +`864ff2e3ce `_ 2023-03-04 ``Remove unnecessary upper constraints from google provider (#29915)`` +================================================================================================= =========== ======================================================================================================================================== + +8.11.0 +...... + +Latest change: 2023-03-03 + +================================================================================================= =========== ====================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================== +`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` +`3fc9461654 `_ 2023-03-03 ``Add 'CloudSQLCloneInstanceOperator' (#29726)`` +`47ab0ca629 `_ 2023-03-03 ``Move help message to the google auth code (#29888)`` +`972fca2253 `_ 2023-02-28 ``Fix 'NoneType' object is not subscriptable. (#29820)`` +`ec844eaa0a `_ 2023-02-27 ``Add deferrable mode to BigQueryTablePartitionExistenceSensor. (#29735)`` +`a5adb87ab4 `_ 2023-02-26 ``Add a new param for BigQuery operators to support additional actions when resource exists (#29394)`` +`1e7c064560 `_ 2023-02-25 ``Google Cloud Providers - Introduce GoogleCloudBaseOperator (#29680)`` +`ad08f66228 `_ 2023-02-22 ``Remove <2.0.0 limit on google-cloud-bigtable (#29644)`` +`dba390e323 `_ 2023-02-22 ``Fix and augment 'check-for-inclusive-language' CI check (#29549)`` +`f51742d20b `_ 2023-02-21 ``Don't push secret in XCOM in BigQueryCreateDataTransferOperator (#29348)`` +`3dbcf99d20 `_ 2023-02-21 ``Update google cloud dlp package and adjust hook and operators (#29234)`` +`6ef5ba9104 `_ 2023-02-20 ``Refactor Dataproc Trigger (#29364)`` +`7e3a9fc858 `_ 2023-02-20 ``Dataproc batches (#29136)`` +`1677d80e65 `_ 2023-02-20 ``Add deferrable mode to DataprocInstantiateWorkflowTemplateOperator (#28618)`` +================================================================================================= =========== ====================================================================================================== + +8.10.0 +...... + +Latest change: 2023-02-18 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` +`f37772adfd `_ 2023-02-18 ``'GoogleDriveHook': Add folder_id param to upload_file (#29477)`` +`28126c12fb `_ 2023-02-14 ``Add defer mode to GKECreateClusterOperator and GKEDeleteClusterOperator (#28406)`` +`32c571e592 `_ 2023-02-14 ``Move cloud_sql_binary_path from connection to Hook (#29499)`` +`41fade2d21 `_ 2023-02-13 ``Upgrade Mypy to 1.0 (#29468)`` +`5e6f8eb4d5 `_ 2023-02-13 ``Check that cloud sql provider version is valid (#29497)`` +`f9e9d23457 `_ 2023-02-11 ``Restore trigger logging (#29482)`` +`7ee1a56244 `_ 2023-02-11 ``Add documentation for BigQuery transfer operators (#29466)`` +`60d4bcd1d1 `_ 2023-02-10 ``Revert "Enable individual trigger logging (#27758)" (#29472)`` +`6c1eeb5839 `_ 2023-02-11 ``Revert "Upgrade mypy to 0.991 (#28926)" (#29470)`` +`6ae0a80cba `_ 2023-02-11 ``Upgrade mypy to 0.991 (#28926)`` +================================================================================================= =========== ==================================================================================== + +8.9.0 +..... + +Latest change: 2023-02-08 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`1b18a501fe `_ 2023-02-03 ``Enable individual trigger logging (#27758)`` +`872df121e2 `_ 2023-02-03 ``Add deferrable capability to existing ''DataprocDeleteClusterOperator'' (#29349)`` +`094d6bf01b `_ 2023-01-30 ``Add deferrable mode to dataflow operators (#27776)`` +`9d9351728c `_ 2023-01-30 ``Add deferrable mode to DataprocCreateBatchOperator (#28457)`` +`9fd80130e2 `_ 2023-01-25 ``Add deferrable mode to DataprocCreateClusterOperator and DataprocUpdateClusterOperator (#28529)`` +`02bebf897b `_ 2023-01-25 ``Add deferrable mode to MLEngineStartTrainingJobOperator (#27405)`` +`cf90a1a567 `_ 2023-01-25 ``Keyfile dict can be dict not str (#29135)`` +`b4c50dadd3 `_ 2023-01-24 ``GCSTaskHandler may use remote log conn id (#29117)`` +`b2825e1185 `_ 2023-01-24 ``Fix GoogleDriveHook writing files to trashed folders on upload v2 (#29119)`` +`be0e35321f `_ 2023-01-24 ``fix Google provider CHANGELOG.rst (#29122)`` +`3374fdfcbd `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)`` +`7e2493e3c8 `_ 2023-01-23 ``fix Google provider CHANGELOG.rst (#29114)`` +`90e6277da6 `_ 2023-01-23 ``Auto ML assets (#25466)`` +`e926bb9bb0 `_ 2023-01-20 ``Add deferrable mode to DataFusionStartPipelineOperator (#28690)`` +`5fcdd321c5 `_ 2023-01-20 ``Add deferrable mode for Big Query Transfer operator (#27833)`` +`5350be2194 `_ 2023-01-19 ``Add support for write_on_empty in BaseSQLToGCSOperator (#28959)`` +`dc3a3c7c52 `_ 2023-01-16 ``Add DataprocCancelOperationOperator (#28456)`` +================================================================================================= =========== =================================================================================================== + +8.8.0 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ========================================================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================================================= +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` +`f1eb2f1af4 `_ 2023-01-12 ``'BigQueryCreateExternalTableOperator' fix field delimiter not working with csv (#28856)`` +`a337e6209a `_ 2023-01-11 ``Fix using private _get_credentials instead of public get_credentials (#28588)`` +`284cd52989 `_ 2023-01-10 ``Add deferrable ''GCSObjectExistenceSensorAsync'' (#28763)`` +`35a8ffc55a `_ 2023-01-10 ``Support partition_columns in BaseSQLToGCSOperator (#28677)`` +`c0b2fcff24 `_ 2023-01-09 ``assign "datasetReference" attribute to dataset_reference dict. by default if not already set in create_empty_dataset method of bigquery hook (#28782)`` +`71306b31f1 `_ 2023-01-09 ``Fix'GoogleCampaignManagerReportSensor' with 'QUEUED' status (#28735)`` +`c67f4af667 `_ 2023-01-09 ``Fix BigQueryColumnCheckOperator runtime error (#28796)`` +================================================================================================= =========== ========================================================================================================================================================= + +8.7.0 +..... + +Latest change: 2023-01-02 + +================================================================================================= =========== ============================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================= +`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`fec1460eb7 `_ 2023-01-01 ``Push job_id in xcom for dataproc submit job op (#28639)`` +`0fae6a0c9e `_ 2022-12-28 ``Add table_resource to template fields for BigQueryCreateEmptyTableOperator (#28235)`` +`d7f5f6d737 `_ 2022-12-24 ``GCSToBigQueryOperator allows autodetect None and infers schema (#28564)`` +`034039beb2 `_ 2022-12-24 ``Remove 'pylint' messages control instructions (#28555)`` +`8fb7be2fb5 `_ 2022-12-22 ``Set bigquery ''use_legacy_sql'' param in job config correctly (#28522)`` +`23264fb820 `_ 2022-12-21 ``Fix for issue with reading schema fields for JSON files in GCSToBigQueryOperator (#28284)`` +`7950fb9711 `_ 2022-12-21 ``Remove deprecated AIPlatformConsoleLinkk from google/provider.yaml (#28449)`` +`820f5a9374 `_ 2022-12-20 ``Use object instead of array in config.yml for config template (#28417)`` +`9eacf607be `_ 2022-12-20 ``Fix GCSToBigQueryOperator not respecting schema_obj (#28444)`` +`bdf3175e96 `_ 2022-12-06 ``Improve memory usage in Dataproc deferrable operators (#28117)`` +`3fef462838 `_ 2022-12-06 ``Fix GCSToGCSOperator copying list of objects without wildcard (#28111)`` +`2d663df055 `_ 2022-12-04 ``Fix: re-enable use of parameters in gcs_to_bq which had been disabled (#27961)`` +`5cdff50557 `_ 2022-12-04 ``Add retry param in GCSObjectExistenceSensor (#27943)`` +`8f98bfeb53 `_ 2022-12-03 ``Add preserveAsciiControlCharacters to src_fmt_configs (#27679)`` +`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)`` +`6b3bb3c3e9 `_ 2022-12-03 ``Change log level to DEBUG when secret not found for google secret manager (#27856)`` +`527b948856 `_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)`` +`c931d88893 `_ 2022-12-03 ``Add deferrable mode to CloudBuildCreateBuildOperator (#27783)`` +================================================================================================= =========== ============================================================================================= + +8.6.0 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`f0820e8d9e `_ 2022-11-25 ``Add Export Format to Template Fields in BigQueryToGCSOperator (#27910)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +`bc0063af99 `_ 2022-11-16 ``Fix to read location parameter properly in BigQueryToBigQueryOperator (#27661)`` +`0cb6450d6d `_ 2022-11-16 ``Persist DataprocLink for workflow operators regardless of job status (#26986)`` +`ddbc758540 `_ 2022-11-16 ``Deferrable mode for BigQueryToGCSOperator (#27683)`` +================================================================================================= =========== ================================================================================== + +8.5.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)`` +`1059de6294 `_ 2022-11-11 ``Dataform operators, links, update system tests and docs (#27144)`` +`3aed495f50 `_ 2022-11-11 ``Rename hook bigquery function '_bq_cast' to 'bq_cast' (#27543)`` +`e8ab8ccc0e `_ 2022-11-11 ``Add backward compatibility with old versions of Apache Beam (#27263)`` +`59e3198f7e `_ 2022-11-10 ``Change dataprep system tests assets (#26488)`` +`98a9c574e3 `_ 2022-11-08 ``set project_id and location when canceling BigQuery job (#27521)`` +`a691ab56a6 `_ 2022-11-08 ``Add new Compute Engine Operators and fix system tests (#25608)`` +`199359bb38 `_ 2022-11-07 ``Use non-deprecated method for on_kill in BigQueryHook (#27547)`` +`7297892558 `_ 2022-11-07 ``Remove unnecessary newlines around single arg in signature (#27525)`` +`5cd78cf425 `_ 2022-11-06 ``Upgrade dependencies in order to avoid backtracking (#27531)`` +`332c01d6e0 `_ 2022-10-31 ``Allow values in WorkflowsCreateExecutionOperator execution argument to be dicts (#27361)`` +`50d217a129 `_ 2022-10-31 ``DataflowStopJobOperator Operator (#27033)`` +`eb8c0cf0d2 `_ 2022-10-31 ``Migration of System Tests: Cloud Composer (AIP-47) (#27227)`` +`528ecbbc00 `_ 2022-10-31 ``Rewrite system tests for ML Engine service (#26915)`` +`bcb026bf7c `_ 2022-10-31 ``use the proper key to retrieve the dataflow job_id (#27336)`` +`42841f70d5 `_ 2022-10-31 ``Migration of System Tests: Cloud BigQuery Data Transfer (AIP-47) (#27312)`` +`1447158e69 `_ 2022-10-31 ``Typecast biquery job response col value (#27236)`` +`95e5675714 `_ 2022-10-31 ``Migration of System Tests: Dataplex (AIP-47) (#26989)`` +`124fb3948d `_ 2022-10-31 ``Add deferrable mode to GCPToBigQueryOperator + tests (#27052)`` +`7a7c5f8fc4 `_ 2022-10-31 ``Add system tests for Vertex AI operators in new approach (#27053)`` +`4e55d7fa2b `_ 2022-10-31 ``Migration of System Tests: Cloud Vision Operators (AIP-47) (#26963)`` +`896479d1a0 `_ 2022-10-31 ``Google Drive to local - system tests migrations (AIP-47) (#26798)`` +`3d5f34cb0f `_ 2022-10-28 ``Allow and prefer non-prefixed extra fields for dataprep hook (#27039)`` +`04f674c13b `_ 2022-10-27 ``Migrate Bigtable operators system tests according to AIP-47 (#26911)`` +`58d61826a3 `_ 2022-10-27 ``Migrate Dataproc Metastore system tests according to AIP-47 (#26858)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`87eb46bbc6 `_ 2022-10-26 ``Common sql bugfixes and improvements (#26761)`` +`7653c61df8 `_ 2022-10-26 ``Make GSheetsHook return an empty list when there are no values (#27261)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`58378cfd42 `_ 2022-10-23 ``Cloud ML Engine operators assets (AIP-47) (#26836)`` +`de9633f93a `_ 2022-10-22 ``Update google hooks to prefer non-prefixed extra fields (#27023)`` +`b54a2de8c7 `_ 2022-10-09 ``Local filesystem to Google Drive Operator - system tests migration (AIP-47) (#26797)`` +`b4cef6da21 `_ 2022-10-09 ``SFTP to Google Cloud Storage Transfer system tests migration (AIP-47) (#26799)`` +`6f0b600293 `_ 2022-10-09 ``Fix delay in Dataproc CreateBatch operator (#26126)`` +`2f326a6c03 `_ 2022-10-06 ``Remove <2 limit on google-cloud-storage (#26922)`` +`a67bcf3eca `_ 2022-10-06 ``Allow for the overriding of stringify_dict for json/jsonb column data type in Postgres #26875 (#26876)`` +================================================================================================= =========== ========================================================================================================== + +8.4.0 +..... + +Latest change: 2022-10-04 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`403ed7163f `_ 2022-10-04 ``Add docs for Google/Slack RC providers (#26860)`` +`fa0cb363b8 `_ 2022-10-01 ``Correcting the transfer config name. (#25719)`` +`cee610ae5c `_ 2022-10-01 ``Fix parsing of optional 'mode' field in BigQuery Result Schema (#26786)`` +`b7203cd36e `_ 2022-10-01 ``Fix MaxID logic for GCSToBigQueryOperator (#26768)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`dce27557eb `_ 2022-09-28 ``Fix GCS sensor system tests failing with DebugExecutor (#26742)`` +`26f94c5370 `_ 2022-09-26 ``Cloud Data Loss Prevention Operators assets (#26618)`` +`01ac40af75 `_ 2022-09-22 ``Update gcs.py (#26570)`` +`e61d823f18 `_ 2022-09-21 ``Cloud Storage Transfer Operators assets & system tests migration (AIP-47) (#26072)`` +`a60e3b9317 `_ 2022-09-21 ``Migrate Data Loss Prevention system tests according to AIP-47 (#26060)`` +`c4256ca1a0 `_ 2022-09-21 ``Add BigQuery Column and Table Check Operators (#26368)`` +`4c33f6bcf5 `_ 2022-09-20 ``Merge deferrable BigQuery operators to exisitng one (#26433)`` +`8e98b1c6df `_ 2022-09-20 ``Google Drive to Google Cloud Storage Transfer Operator - system tests migration (AIP-47) (#26487)`` +`e315900396 `_ 2022-09-20 ``specifying project id when calling wait_for_operation in delete/create cluster (#26418)`` +`6045f7ad69 `_ 2022-09-19 ``Cloud Functions Operators assets & system tests migration (AIP-47) (#26073)`` +`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` +`07fe356de0 `_ 2022-09-18 ``GCSToBigQueryOperator Resolve 'max_id_key' job retrieval and xcom return (#26285)`` +`b4f8a069f0 `_ 2022-09-18 ``Allow for the overriding of 'stringify_dict' for json export format on BaseSQLToGCSOperator (#26277)`` +`706a618014 `_ 2022-09-18 ``Append GoogleLink base in the link class (#26057)`` +`97b144fbed `_ 2022-09-18 ``Fix JSONDecodeError in Datafusion operators (#26202)`` +`9444d9789b `_ 2022-09-14 ``Work around pyupgrade edge cases (#26384)`` +`d67ac5932d `_ 2022-09-14 ``Apply PEP-563 (Postponed Evaluation of Annotations) to core airflow (#26290)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`23ad7e292a `_ 2022-09-10 ``Cloud Video Intelligence Operators assets & system tests migration (AIP-47) (#26132)`` +`3a539ff663 `_ 2022-09-09 ``Life Science assets & system tests migration (AIP-47) (#25548)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +`f938cd4fc8 `_ 2022-09-08 ``Add deferrable big query operators and sensors (#26156)`` +`8cac96918b `_ 2022-09-07 ``GCSToBigQueryOperator allow for schema_object in alternate GCS Bucket (#26190)`` +`12cbc0f1dd `_ 2022-09-07 ``Don't throw an exception when a BQ cusor job has no schema (#26096)`` +`8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` +`1d06374194 `_ 2022-08-30 ``Hook into Mypy to get rid of those cast() (#26023)`` +`da8f133053 `_ 2022-08-29 ``Use AsyncClient for Composer Operators in deferrable mode (#25951)`` +`1ed014647e `_ 2022-08-29 ``Add 'output' property to MappedOperator (#25604)`` +`d4eb60712d `_ 2022-08-27 ``Use project_id to get authenticated client (#25984)`` +`4c3fb1ff2b `_ 2022-08-27 ``Google Cloud Tasks Sensor for queue being empty (#25622)`` +`c81178063a `_ 2022-08-27 ``Cloud Build assets & system tests migration (AIP-47) (#25895)`` +`62a46c1e18 `_ 2022-08-27 ``Added append_job_name parameter to DataflowTemplatedJobStartOperator (#25746)`` +`15b49add28 `_ 2022-08-23 ``Sql to GSC operators update docs for parquet format (#25878)`` +`25a9ae3b2e `_ 2022-08-23 ``Limit Google Protobuf for compatibility with biggtable client (#25886)`` +`ecf0460b7d `_ 2022-08-22 ``Dataproc submit job operator async (#25302)`` +`fc6dfa338a `_ 2022-08-20 ``Support project_id argument in BigQueryGetDataOperator (#25782)`` +`6e66dd7776 `_ 2022-08-19 ``Make GoogleBaseHook credentials functions public (#25785)`` +`6e41c7eb33 `_ 2022-08-16 ``Fixed never ending loop to in CreateWorkflowInvocation (#25737)`` +`6c5b0776c0 `_ 2022-08-14 ``Adding a parameter for exclusion of trashed files in GoogleDriveHook (#25675)`` +`1b412c9cbe `_ 2022-08-10 ``Consolidate to one 'schedule' param (#25410)`` +================================================================================================= =========== ======================================================================================================== + +8.3.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`2e2d4bffd5 `_ 2022-08-09 ``Dataform operators (#25587)`` +`c8c4a42723 `_ 2022-08-08 ``Fix GCSListObjectsOperator docstring (#25614)`` +`029e3ae96f `_ 2022-08-05 ``Remove deprecated modules (#25543)`` +`7d2c2ee879 `_ 2022-08-04 ``add description method in BigQueryCursor class (#25366)`` +`e84d753015 `_ 2022-08-04 ``Fix BigQueryInsertJobOperator cancel_on_kill (#25342)`` +`803c0e252f `_ 2022-08-03 ``Fix BaseSQLToGCSOperator approx_max_file_size_bytes (#25469)`` +`faf3c4fe47 `_ 2022-08-02 ``Fix PostgresToGCSOperat bool dtype (#25475)`` +`c8cacad4d6 `_ 2022-08-02 ``Migrate Google example trino_to_gcs to new design AIP-47 (#25420)`` +`d2900022a2 `_ 2022-08-02 ``Migrate Google example automl_nl_text_extraction to new design AIP-47 (#25418)`` +`acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` +`f6b48ac6df `_ 2022-07-28 ``Memorystore assets & system tests migration (AIP-47) (#25361)`` +`f4b93cc097 `_ 2022-07-28 ``Translate system tests migration (AIP-47) (#25340)`` +`a8e4519815 `_ 2022-07-28 ``Fix Vertex AI Custom Job training issue (#25367)`` +`5d4abbd58c `_ 2022-07-27 ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)`` +`8bc147192c `_ 2022-07-27 ``Fix Flask Login user setting for Flask 2.2 and Flask-Login 0.6.2 (#25318)`` +`28db8c10b2 `_ 2022-07-26 ``Migrate Google example life_sciences to new design AIP-47 (#25264)`` +`10c9a3697a `_ 2022-07-26 ``Migrate Google example natural_language to new design AIP-47 (#25262)`` +`b288bf4da4 `_ 2022-07-26 ``Delete redundant system test bigquery_to_bigquery (#25261)`` +`c8af0592c0 `_ 2022-07-26 ``Improve taskflow type hints with ParamSpec (#25173)`` +`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` +`66b3ca1d28 `_ 2022-07-21 ``Migrate Google example bigquery_to_mssql to new design AIP-47 (#25174)`` +`9644451676 `_ 2022-07-19 ``Migrate Google example compute_igm to new design AIP-47 (#25132)`` +`3a80b36ed9 `_ 2022-07-19 ``Migrate Google example automl_vision to new design AIP-47 (#25152)`` +`c0ce8a8375 `_ 2022-07-18 ``Migrate Google example gcs_to_sftp to new design AIP-47 (#25107)`` +`e32e9c5880 `_ 2022-07-18 ``Bump typing-extensions and mypy for ParamSpec (#25088)`` +`4473b27d08 `_ 2022-07-16 ``Migrate Google campaign manager example to new design AIP-47 (#25069)`` +`9b7e4a7324 `_ 2022-07-16 ``Migrate Google analytics example to new design AIP-47 (#25006)`` +`77626b7fc8 `_ 2022-07-13 ``Add project_id as a templated variable in two BQ operators (#24768)`` +================================================================================================= =========== ================================================================================== + +8.2.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`93992f2361 `_ 2022-07-12 ``PubSub assets & system tests migration (AIP-47) (#24867)`` +`a13c51e224 `_ 2022-07-12 ``Migrate Google sheets example to new design AIP-47 (#24975)`` +`a038b52b5a `_ 2022-07-12 ``Migrate Google ads example to new design AIP-47 (#24941)`` +`c618da444e `_ 2022-07-12 ``Modify BigQueryCreateExternalTableOperator to use updated hook function (#24363)`` +`626d9db290 `_ 2022-07-12 ``Migrate Google example gcs_to_gdrive to new design AIP-47 (#24949)`` +`fb51e04cfd `_ 2022-07-12 ``Migrate Google firestore example to new design AIP-47 (#24830)`` +`b777514253 `_ 2022-07-12 ``Add handling state of existing Dataproc batch (#24924)`` +`acaa0635c8 `_ 2022-07-08 ``Automatically detect if non-lazy logging interpolation is used (#24910)`` +`fb7162418e `_ 2022-07-07 ``Add links for Google Kubernetes Engine operators (#24786)`` +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +`80b6754746 `_ 2022-07-06 ``Migrate Google example sql_to_sheets to new design AIP-47 (#24814)`` +`3b35325840 `_ 2022-07-06 ``Add test_connection method to 'GoogleBaseHook' (#24682)`` +`96b01a8012 `_ 2022-07-05 ``Remove "bad characters" from our codebase (#24841)`` +`9227d56e68 `_ 2022-07-04 ``Datacatalog assets & system tests migration (AIP-47) (#24600)`` +`fe13eae3bf `_ 2022-07-04 ``perf(BigQuery): pass table_id as str type (#23141)`` +`37ea530cb7 `_ 2022-07-04 ``Migrate Google example DAG mssql_to_gcs to new design AIP-47 (#24541)`` +`46ac083f7e `_ 2022-07-01 ``Align Black and blacken-docs configs (#24785)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`45b11d4ed1 `_ 2022-06-29 ``Use our yaml util in all providers (#24720)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`7a7ca50160 `_ 2022-06-28 ``Migrate Google example DAG s3_to_gcs to new design AIP-47 (#24641)`` +`abb304c92f `_ 2022-06-25 ``Migrate Google example DAG bigquery_transfer to new design AIP-47 (#24543)`` +`ded22eb5b6 `_ 2022-06-24 ``Add gcp_conn_id argument to GoogleDriveToLocalOperator (#24622)`` +`e2f19505bf `_ 2022-06-22 ``Upgrade FAB to 4.1.1 (#24399)`` +`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +`88ddf65708 `_ 2022-06-20 ``Migrate Google example DAG oracle_to_gcs to new design AIP-47 (#24542)`` +`32fc4be502 `_ 2022-06-20 ``Migrate Google example DAG mysql_to_gcs to new design AIP-47 (#24540)`` +`a35f342833 `_ 2022-06-20 ``Migrate Google search_ads DAG to new design AIP-47 (#24298)`` +`e7a1c50d62 `_ 2022-06-20 ``GCSDeleteObjectsOperator empty prefix bug fix (#24353)`` +`dd35fdaf35 `_ 2022-06-20 ``Migrate Google gcs_to_sheets DAG to new design AIP-47 (#24501)`` +`0561c1aac4 `_ 2022-06-19 ``Add DeprecationWarning for column_transformations parameter in AutoML (#24467)`` +================================================================================================= =========== ==================================================================================== + +8.1.0 +..... + +Latest change: 2022-06-15 + +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`952a5ea8d8 `_ 2022-06-15 ``Update release docs for Google and Oracle providers (#24461)`` +`ce50d3731a `_ 2022-06-15 ``Use insert_job in the BigQueryToGCPOpertor and adjust links (#24416)`` +`2a084ee8d7 `_ 2022-06-14 ``Update Oracle library to latest version (#24311)`` +`69c46252dd `_ 2022-06-14 ``fix typo in google provider additional extras (#24431)`` +`08b675cf66 `_ 2022-06-13 ``Fix links to sources for examples (#24386)`` +`94257f48f4 `_ 2022-06-13 ``Expose SQL to GCS Metadata (#24382)`` +`8e0bddaea6 `_ 2022-06-12 ``Deprecate remaining occurrences of 'bigquery_conn_id' in favor of 'gcp_conn_id' (#24376)`` +`6eb60f816c `_ 2022-06-12 ``Migrate Google calendar example DAG to new design AIP-47 (#24333)`` +`bc3fc8c9fc `_ 2022-06-12 ``Migrate Google azure_fileshare example DAG to new design AIP-47 (#24349)`` +`6ab02b69a0 `_ 2022-06-12 ``Remove bigquery example already migrated to AIP-47 (#24379)`` +`cb90ca7afb `_ 2022-06-12 ``Migrate Google sheets example DAG to new design AIP-47 (#24351)`` +================================================================================================= =========== ============================================================================================ + +8.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ======================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================================= +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`047a6162b0 `_ 2022-06-08 ``Workaround job race bug on biguery to gcs transfer (#24330)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`b1ad017cee `_ 2022-06-07 ``pydocstyle D202 added (#24221)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`c3a9ef1ada `_ 2022-06-07 ``AIP-47 - Migrate google leveldb DAGs to new design ##22447 (#24233)`` +`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` +`80c1ce76e1 `_ 2022-06-06 ``Cloud Storage assets & StorageLink update (#23865)`` +`ec84ffe71c `_ 2022-06-06 ``Fix GCSToGCSOperator cannot copy a single file/folder without copying other files/folders with that prefix (#24039)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`55fd02a389 `_ 2022-06-04 ``Add key_secret_project_id parameter which specifies a project with KeyFile (#23930)`` +`90233bc7cb `_ 2022-06-04 ``Added impersonation_chain for DataflowStartFlexTemplateOperator and DataflowStartSqlJobOperator (#24046)`` +`c01a5a50b4 `_ 2022-06-04 ``Fix BigQuery system tests (#24013)`` +`a597a76e8f `_ 2022-06-03 ``fix BigQueryInsertJobOperator (#24165)`` +`e13b15946e `_ 2022-06-03 ``Workflows assets & system tests migration (AIP-47) (#24105)`` +`368f292ca1 `_ 2022-06-03 ``Update credentials when using ADC in Compute Engine (#23773)`` +`96e8fb4a07 `_ 2022-06-01 ``Fix the link to google workplace (#24080)`` +`3dd7b1ddba `_ 2022-06-01 ``set color to operators in cloud_sql.py (#24000)`` +`841ed27101 `_ 2022-06-01 ``Spanner assets & system tests migration (AIP-47) (#23957)`` +`fedab9d64a `_ 2022-06-01 ``Remove hack from BigQuery DTS hook (#23887)`` +`e58985598f `_ 2022-05-30 ``Ensure @contextmanager decorates generator func (#23103)`` +`92ddcf4ac6 `_ 2022-05-27 ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +`65f3b18fc1 `_ 2022-05-22 ``Sql to gcs with exclude columns (#23695)`` +`a43e98d050 `_ 2022-05-22 ``Fix DataprocJobBaseOperator not being compatible with dotted names (#23439). (#23791)`` +`5bfacf81c6 `_ 2022-05-20 ``[Issue#22846] allow option to encode or not encode UUID when uploading from Cassandra to GCS (#23766)`` +`f60fa98a2e `_ 2022-05-19 ``Cloud SQL assets & system tests migration (AIP-47) (#23583)`` +`d3b0880286 `_ 2022-05-17 ``Speech To Text assets & system tests migration (AIP-47) (#23643)`` +`3bf9a1df38 `_ 2022-05-16 ``Add fields to CLOUD_SQL_EXPORT_VALIDATION. (#23724)`` +`bc0dcddfb5 `_ 2022-05-12 ``Migrate Dataproc to new system tests design (#22777)`` +================================================================================================= =========== ======================================================================================================================= + +7.0.0 +..... + +Latest change: 2022-05-12 + +================================================================================================= =========== =================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`cd49a8b9f6 `_ 2022-05-11 ``[FEATURE] google provider - BigQueryInsertJobOperator log query (#23648)`` +`60a1d9d191 `_ 2022-05-10 ``[FEATURE] google provider - split GkeStartPodOperator execute (#23518)`` +`74557e41e3 `_ 2022-05-10 ``Add exportContext.offload flag to CLOUD_SQL_EXPORT_VALIDATION. (#23614)`` +`428a439953 `_ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)`` +`766726f2e3 `_ 2022-05-09 ``Fix 'PostgresToGCSOperator' does not allow nested JSON (#23063)`` +`82c244f9c7 `_ 2022-05-08 ``Fix GCSToGCSOperator ignores replace parameter when there is no wildcard (#23340)`` +`627b5698ec `_ 2022-05-04 ``Add Stackdriver assets and migrate system tests to AIP-47 (#23320)`` +`3977e1798d `_ 2022-05-04 ``CloudTasks assets & system tests migration (AIP-47) (#23282)`` +`dfe0f75938 `_ 2022-05-04 ``TextToSpeech assets & system tests migration (AIP-47) (#23247)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`427e14b763 `_ 2022-05-03 ``Fix code-snippets in google provider (#23438)`` +`fa0cc7cec7 `_ 2022-05-02 ``Cleanup Google provider CHANGELOG.rst (#23390)`` +`3f6d5eef42 `_ 2022-05-01 ``'DataprocHook': Remove deprecated function 'submit' (#23389)`` +`511d0ee256 `_ 2022-04-30 ``Bigquery assets (#23165)`` +`3f9845095e `_ 2022-04-29 ``Remove redundant docstring in 'BigQueryUpdateTableSchemaOperator' (#23349)`` +`0fcdc5e1fb `_ 2022-04-29 ``'S3ToGCSOperator': Remove 'dest_gcs_conn_id' (#23348)`` +`05ccfd42f2 `_ 2022-04-29 ``Dataproc: Remove default value of 'region' (#23350)`` +`359dc58207 `_ 2022-04-29 ``Google provider: Remove 'bigquery_conn_id', 'google_cloud_storage_conn_id' (#23326)`` +`c82b3b9466 `_ 2022-04-28 ``'GCSFileTransformOperator': New templated fields 'source_object', 'destination_object' (#23328)`` +`9449a107f0 `_ 2022-04-28 ``'DatastoreHook': Remove 'datastore_conn_id' (#23323)`` +`1f32603549 `_ 2022-04-28 ``update processor to fix broken download URLs (#23299)`` +`8a7b61a8e4 `_ 2022-04-28 ``Migrate gcs to new system tests design (#22778)`` +`72e2ea68a1 `_ 2022-04-27 ``'CloudBuildCreateBuildOperator': Remove deprecated 'body' parameter (#23263)`` +`6cf0176f2a `_ 2022-04-27 ``Remove deprecated parameters from PubSub operators: (#23261)`` +`4d9c55c9d9 `_ 2022-04-27 ``Remove deprecated parameters from BigQueryHook: (#23269)`` +`915b0c689e `_ 2022-04-27 ``add missing docstring in 'BigQueryHook.create_empty_table' (#23270)`` +`710eb6f3e6 `_ 2022-04-26 ``* 'CloudDatastoreImportEntitiesOperator' : Remove 'xcom_push'. Please use 'BaseOperator.do_xcom_push' (#23252)`` +`2d569fdaf0 `_ 2022-04-26 ``Create links for Biqtable operators (#23164)`` +`434ab5a03c `_ 2022-04-26 ``'BigtableCreateInstanceOperator' & 'BigtableHook.create_instance' Remove 'replica_cluster_id', 'replica_cluster_zone'. (#23251)`` +`5ca1f3bf70 `_ 2022-04-26 ``Dataproc : remove 'location' in favor of 'region' (#23250)`` +`1416ac4195 `_ 2022-04-26 ``'PubSubPullSensor': Remove 'project' and 'return_immediately' (#23231)`` +`06dfc2536c `_ 2022-04-26 ``Remove deprecated 'params' from google operators (#23230)`` +`37a7b27242 `_ 2022-04-26 ``'LookerStartPdtBuildOperator', 'LookerCheckPdtBuildSensor' : fix empty materialization id handling (#23025)`` +`967140e6c3 `_ 2022-04-25 ``Add location support to BigQueryDataTransferServiceTransferRunSensor.`` +`d6094e58ba `_ 2022-04-25 ``Fix static checks`` +`22ea28f23e `_ 2022-04-25 ``Remove run_in_gke_cluster flag`` +`c46d04eb2d `_ 2022-04-25 ``Create system test for K8s and dataproc operators`` +`35cbc89c3a `_ 2022-04-25 ``Create Dataproc operators for GKE`` +`27ad3b7827 `_ 2022-04-25 ``Remove 'GCSObjectsWtihPrefixExistenceSensor'`` +`544d658921 `_ 2022-04-25 ``Change CloudDatastoreExportEntitiesLink to StorageLink`` +`b3cc2f5d10 `_ 2022-04-25 ``Fix pre-commit check`` +`43ded6c877 `_ 2022-04-25 ``Add links for Cloud Datastore operators`` +`de65a5cc5a `_ 2022-04-25 ``Support serviceAccount attr for dataflow in the Apache beam`` +`76dc7375b2 `_ 2022-04-25 ``Migrate Datastore system tests to new design (AIP-47)`` +`0373fb0247 `_ 2022-04-25 ``'GoogleDriveToGCSOperator': Remove 'destination_bucket' and 'destination_object'`` +`6b459995b2 `_ 2022-04-25 ``Add the format of Vertex Endpoint ID to the docstrings`` +`27af0b7ebe `_ 2022-04-25 ``Add the new parameter to the docstring`` +`48abf571be `_ 2022-04-25 ``Add 'endpoint_id' arg to 'google.cloud.operators.vertex_ai.CreateEndpointOperator'`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`07a13bb708 `_ 2022-04-21 ``Change ComputeSSH to throw provider import error instead paramiko (#23035)`` +`c36bcc4c06 `_ 2022-04-15 ``Upgrade to support Google Ads v10 (#22965)`` +`ea1ae1963e `_ 2022-04-14 ``Fix cancel_on_kill after execution timeout for DataprocSubmitJobOperator (#22955)`` +`9a623e94cb `_ 2022-04-13 ``migrate system test gcs_to_bigquery into new design (#22753)`` +`aa317d92ea `_ 2022-04-13 ``Fix select * query xcom push for BigQueryGetDataOperator (#22936)`` +`27b3e31178 `_ 2022-04-11 ``implements #22859 - Add .sql as templatable extension (#22920)`` +`03e1c9b152 `_ 2022-04-11 ``MSSQLToGCSOperator fails: datetime is not JSON Serializable (#22882)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +`6aa65a38e0 `_ 2022-04-08 ``Add example DAG for demonstrating usage of GCS sensors (#22808)`` +================================================================================================= =========== =================================================================================================================================== + +6.8.0 +..... + +Latest change: 2022-04-07 + +================================================================================================= =========== =============================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`838cf401b9 `_ 2022-04-06 ``Fail ''LocalFilesystemToGCSOperator'' if src does not exist (#22772)`` +`99b0211d50 `_ 2022-04-04 ``Modify transfer operators to handle more data (#22495)`` +`f9e18472c0 `_ 2022-04-04 ``Add autodetect arg in BQCreateExternalTable Operator (#22710)`` +`327eab3e26 `_ 2022-03-31 ``Add links for BigQuery Data Transfer (#22280)`` +`02976bef88 `_ 2022-03-27 ``Refactor: BigQuery to GCS Operator (#22506)`` +`719135ade0 `_ 2022-03-27 ``Remove references to deprecated operators/params in PubSub operators (#22519)`` +`ca4b8d1744 `_ 2022-03-27 ``Create Endpoint and Model Service, Batch Prediction and Hyperparameter Tuning Jobs operators for Vertex AI service (#22088)`` +`388723950d `_ 2022-03-27 ``PostgresToGoogleCloudStorageOperator - BigQuery schema type for time zone naive fields (#22536)`` +`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)`` +`3c7cd47319 `_ 2022-03-25 ``New design of system tests (#22311)`` +`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` +`d231e9b448 `_ 2022-03-24 ``Remove coerce_datetime usage from GCSTimeSpanFileTransformOperator (#22501)`` +`82a26c0591 `_ 2022-03-24 ``Fix the docstrings (#22497)`` +`38fde2ea79 `_ 2022-03-23 ``Fix 'download_media' url in 'GoogleDisplayVideo360SDFtoGCSOperator' (#22479)`` +`0f0a1a7d22 `_ 2022-03-23 ``Fix to 'CloudBuildRunBuildTriggerOperator' fails to find build id. (#22419)`` +================================================================================================= =========== =============================================================================================================================== + +6.7.0 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +`7b851edc91 `_ 2022-03-21 ``Add 'LocalFilesystemToGoogleDriveOperator' (#22219)`` +`14e6b657c2 `_ 2022-03-21 ``Add timeout and retry to the BigQueryInsertJobOperator (#22395)`` +`a3ffbee7c9 `_ 2022-03-20 ``Fix skipping non-GCS located jars (#22302)`` +`88402038ca `_ 2022-03-19 ``Add dataflow_default_options to templated_fields (#22367)`` +`6448b2458c `_ 2022-03-15 ``[FIX] typo doc of gcs operator (#22290)`` +================================================================================================= =========== =================================================================== + +6.6.0 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`87c1246b79 `_ 2022-03-14 ``Add Dataplex operators (#20377)`` +`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` +`c108f264ab `_ 2022-03-13 ``Change the default 'chunk_size' to a clear representation & add documentation (#22222)`` +`45435399fe `_ 2022-03-13 ``Support Uploading Bigger Files to Google Drive (#22179)`` +`42a891d605 `_ 2022-03-13 ``Update ''GKEDeleteClusterOperator', ''GKECreateClusterOperator'' docstrings (#22212)`` +`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` +`828d1cba4d `_ 2022-03-10 ``Add support for ARM platform (#22127)`` +`4ac771c316 `_ 2022-03-09 ``Fix spelling (#22107)`` +`dd0724fdd2 `_ 2022-03-08 ``Add guide for DataprocInstantiateInlineWorkflowTemplateOperator (#22062)`` +`dfd9805a23 `_ 2022-03-08 ``Use yaml safe load (#22091)`` +`eba9703751 `_ 2022-03-08 ``Revert "Use yaml safe load (#22085)" (#22089)`` +`7f4935bab3 `_ 2022-03-08 ``Use yaml safe load (#22085)`` +`a11d831e3f `_ 2022-03-07 ``Allow for uploading metadata with GCS Hook Upload (#22058)`` +================================================================================================= =========== ========================================================================================== + +6.5.0 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`6db9b0029b `_ 2022-03-07 ``Add Looker PDT operators (#20882)`` +`9020b3a89d `_ 2022-03-06 ``Add autodetect arg to external table creation in GCSToBigQueryOperator (#21944)`` +`a0e2ebaa27 `_ 2022-03-02 ``Unpin 'google-cloud-memcache' (#21912)`` +`84ed747db8 `_ 2022-03-02 ``Unpin ''pandas-gbq'' and remove unused code (#21915)`` +`fb6b2d1fee `_ 2022-03-01 ``Make project_id argument optional in all dataproc operators (#21866)`` +`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` +`6ca118dff1 `_ 2022-03-01 ``Allow templates in more DataprocUpdateClusterOperator fields (#21865)`` +`0c55ca2cda `_ 2022-02-28 ``Suppress hook warnings from the Bigquery transfers (#20119)`` +`73eb24f25c `_ 2022-02-24 ``Fix bigquery_dts parameter docstring typo (#21786)`` +`3b4c26eb3a `_ 2022-02-23 ``Add Dataproc assets/links (#21756)`` +`6061cc4219 `_ 2022-02-20 ``Add Auto ML operators for Vertex AI service (#21470)`` +`295efd36ea `_ 2022-02-17 ``Dataflow Assets (#21639)`` +`af2c047320 `_ 2022-02-16 ``Add GoogleCalendarToGCSOperator (#20769)`` +`1b568d73e1 `_ 2022-02-15 ``Extract ClientInfo to module level (#21554)`` +`dc03000de8 `_ 2022-02-15 ``Datafusion assets (#21518)`` +`56365b102c `_ 2022-02-15 ``Dataproc metastore assets (#21267)`` +`6692e9191d `_ 2022-02-15 ``Normalize *_conn_id parameters in BigQuery sensors (#21430)`` +`2eb10565b2 `_ 2022-02-15 ``Fixed PostgresToGCSOperator fail on empty resultset for use_server_side_cursor=True (#21307)`` +`da1e6578e0 `_ 2022-02-15 ``Fix multi query scenario in bigquery example DAG (#21575)`` +================================================================================================= =========== ================================================================================================ + +6.4.0 +..... + +Latest change: 2022-02-14 + +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`28378d867a `_ 2022-02-14 ``Add documentation for RC3 release of providers for Jan 2022 (#21553)`` +`6bb0857df9 `_ 2022-02-13 ``(providers_google) add a location check in bigquery (#19571)`` +`6579648af2 `_ 2022-02-13 ``Fix bigquery-hook when no engine_kwargs are passed`` +`da485da29a `_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)`` +`05a883b35e `_ 2022-02-11 ``Google Cloud Composer opearators (#21251)`` +`833087f4f9 `_ 2022-02-10 ``Enable asynchronous job submission in BigQuery hook (#21385)`` +`51aff276ca `_ 2022-02-10 ``Optionally raise an error if source file does not exist in GCSToGCSOperator (#21391)`` +`07fe9e8c6a `_ 2022-02-09 ``Never set DagRun.state to State.NONE (#21263)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`e973740208 `_ 2022-02-08 ``Create CustomJob and Datasets operators for Vertex AI service (#21253)`` +`34d63fabc0 `_ 2022-02-08 ``Fix BigQueryDataTransferServiceHook.get_transfer_run() request parameter (#21293)`` +`6b88d432d9 `_ 2022-02-06 ``Support to upload file to Google Shared Drive (#21319)`` +`1a77bc6481 `_ 2022-02-06 ``:bug: (BigQueryHook) fix compatibility with sqlalchemy engine (#19508)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`e840acf8d1 `_ 2022-02-04 ``Fix BigQuery system test (#21320)`` +`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` +`1d4b709e20 `_ 2022-01-28 ``Revert "Create CustomJob and Datasets operators for Vertex AI service (#20077)" (#21203)`` +`48d44b885b `_ 2022-01-28 ``Cloudsql import links fix. (#21199)`` +`640c0b6763 `_ 2022-01-28 ``Create CustomJob and Datasets operators for Vertex AI service (#20077)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`60aa518ebf `_ 2022-01-26 ``batch as templated field in DataprocCreateBatchOperator (#20905)`` +`623163f16a `_ 2022-01-25 ``Extend dataproc example dag (#21091)`` +`86ef016eab `_ 2022-01-23 ``Make timeout Optional for wait_for_operation (#20981)`` +`506efb6fa3 `_ 2022-01-21 ``Squelch more deprecation warnings (#21003)`` +`372849486c `_ 2022-01-21 ``Fix last google provider MyPy errors (#21010)`` +`73c0d241d8 `_ 2022-01-21 ``Remove a few stray ':type's in docs (#21014)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`b8526abc2c `_ 2022-01-19 ``Add encoding parameter to 'GCSToLocalFilesystemOperator' to fix #20901 (#20919)`` +`58452f97db `_ 2022-01-03 ``Add hook for integrating with Google Calendar (#20542)`` +================================================================================================= =========== ============================================================================================ + +6.3.0 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ===================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`a22d5bd076 `_ 2021-12-31 ``Fix mypy errors in Google Cloud provider (#20611)`` +`4233ebe5ce `_ 2021-12-31 ``Fix setting of project ID in ''provide_authorized_gcloud'' (#20428)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`746ee587da `_ 2021-12-31 ``Delete pods by default in KubernetesPodOperator (#20575)`` +`41dbe2c4fc `_ 2021-12-30 ``Fix mypy errors in google/cloud/operators/stackdriver (#20601)`` +`dda688776c `_ 2021-12-30 ``Fix Google mlengine MyPy errors (#20569)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`bd9e8cef26 `_ 2021-12-30 ``Fix Google Mypy Dataproc errors (#20570)`` +`a6e60ce25d `_ 2021-12-30 ``Change download_video parameter to resourceName (#20528)`` +`af4a2b0240 `_ 2021-12-30 ``Fix big query to mssql/mysql transfer issues (#20001)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`da88ed1943 `_ 2021-12-29 ``Fix MyPy errors in Google Cloud (again) (#20469)`` +`3a480f5ff4 `_ 2021-12-29 ``Fix passing the gzip compression parameter on sftp_to_gcs. (#20553)`` +`bfd6d45cec `_ 2021-12-29 ``switch to follow_redirects on httpx.get call in CloudSQL provider (#20239)`` +`7d4d38b546 `_ 2021-12-29 ``avoid deprecation warnings in BigQuery transfer operators (#20502)`` +`b7086f9815 `_ 2021-12-28 ``Use Python3.7+ syntax in pyupgrade (#20501)`` +`a4622e19fa `_ 2021-12-22 ``Support regional GKE cluster (#18966)`` +`2ffdcf4b41 `_ 2021-12-21 ``Fixes docstring for PubSubCreateSubscriptionOperator (#20237)`` +`d4c4f9e09e `_ 2021-12-21 ``Fix mypy errors for google.cloud_build (#20234)`` +`c6dbb3f885 `_ 2021-12-21 ``Fix MyPy for Google Bigquery (#20329)`` +`ed604b62f3 `_ 2021-12-18 ``Fix remaining MyPy errors in Google Provider (#20358)`` +`17404f1f10 `_ 2021-12-16 ``Move source_objects datatype check out of GCSToBigQueryOperator.__init__ (#20347)`` +`174681911f `_ 2021-12-16 ``Fix MyPy Errors for dataproc package (#20327)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`21b8661886 `_ 2021-12-15 ``Fix missing get_backup method for Dataproc Metastore (#20326)`` +`cdaa9a2529 `_ 2021-12-15 ``Fix MyPy errors for google.cloud.tasks (#20233)`` +`43efde6230 `_ 2021-12-15 ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)`` +`c4b3694101 `_ 2021-12-15 ``Fix MyPy errors in leveldb (#20222)`` +`1570519a97 `_ 2021-12-14 ``Fix MyPy errors for google.cloud.transfers (#20229)`` +`632bd0133e `_ 2021-12-13 ``Fix MyPY errors for google.cloud.example_dags (#20232)`` +`644051abcb `_ 2021-12-13 ``Fix MyPy errors for google/marketing_platform and suite (#20227)`` +`a208463802 `_ 2021-12-13 ``Organize S3 Classes in Amazon Provider (#20167)`` +`98514cc159 `_ 2021-12-13 ``Add optional location to bigquery data transfer service (#15088) (#20221)`` +`1f662571b2 `_ 2021-12-12 ``Fix MyPy errors in google.cloud.sensors (#20228)`` +`22341b90da `_ 2021-12-11 ``Add Google Cloud Tasks how-to documentation (#20145)`` +`e9262752dc `_ 2021-12-11 ``Finalised Datastore documentation (#20138)`` +`fa96b09395 `_ 2021-12-09 ``Update Sphinx and Sphinx-AutoAPI (#20079)`` +`ed8b63ba24 `_ 2021-12-08 ``Providers facebook hook multiple account (#19377)`` +`50bf536656 `_ 2021-12-08 ``Remove deprecated method call (blob.download_as_string) (#20091)`` +`564fe635bd `_ 2021-12-06 ``Added example DAG for MSSQL to Google Cloud Storage (GCS) (#19873)`` +`cb082d361a `_ 2021-12-02 ``Remove deprecated template_fields from GoogleDriveToGCSOperator (#19991)`` +`6977c47572 `_ 2021-12-01 ``BigQueryHook fix typo in run_load doc string (#19924)`` +`f6dca1fa5e `_ 2021-12-01 ``Update doc reference links (#19909)`` +================================================================================================= =========== ===================================================================================== + +6.2.0 +..... + +Latest change: 2021-11-30 + +================================================================================================= =========== ======================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`fb478c00cd `_ 2021-11-28 ``Move 'bucket_name' validation out of '__init__' in Google Marketing Platform operators (#19383)`` +`e9e530979a `_ 2021-11-28 ``Update 'default_args' value in example_functions DAG from str to int (#19865)`` +`bf68b9a846 `_ 2021-11-26 ``Create dataproc serverless spark batches operator (#19248)`` +`a192cecf6b `_ 2021-11-26 ``updates pipeline_timeout CloudDataFusionStartPipelineOperator (#18773)`` +`eb163c81d1 `_ 2021-11-25 ``Fix GCS system tests (#19227)`` +`744d11bdb2 `_ 2021-11-25 ``Clean up ''default_args'' usage in docs (#19803)`` +`0b2e1a8744 `_ 2021-11-22 ``Added wait mechanizm to the DataprocJobSensor to avoid 509 errors when Job is not available (#19740)`` +`3336bb6c3c `_ 2021-11-19 ``Fix badly merged impersonation in GKEPodOperator (#19696)`` +`952ef908bc `_ 2021-11-19 ``Support impersonation_chain parameter in the GKEStartPodOperator (#19518)`` +`853c16465a `_ 2021-11-18 ``Clean-up of google cloud example dags - batch 3 (#19664)`` +`355dec8fea `_ 2021-11-17 ``Misc. documentation typos and language improvements (#19599)`` +`b9d31cd449 `_ 2021-11-17 ``Cleanup dynamic 'start_date' use for miscellaneous Google example DAGs (#19400)`` +`daf234bd5e `_ 2021-11-16 ``Remove reference to deprecated operator in example_dataproc (#19619)`` +`48f228cf9e `_ 2021-11-15 ``#16691 Providing more information in docs for DataprocCreateCluster operator migration (#19446)`` +`6ef44b6a50 `_ 2021-11-15 ``Clean-up of google cloud example dags - batch 2 (#19527)`` +`dc0159e7e4 `_ 2021-11-14 ``Add support in GCP connection for reading key from Secret Manager (#19164)`` +`4212c49324 `_ 2021-11-14 ``Update Azure modules to comply with AIP-21 (#19431)`` +`aa2cb5545f `_ 2021-11-12 ``Remove remaining 'pylint: disable' comments (#19541)`` +`c8dc0311da `_ 2021-11-08 ``Fix Cloud SQL system tests (#19014)`` +`26ad55beb0 `_ 2021-11-08 ``Add dataproc metastore operators (#18945)`` +`9efb989d19 `_ 2021-11-07 ``Clean-up of google cloud example dags (#19436)`` +`f421409b4d `_ 2021-11-05 ``Fix typos in warnings, docstrings, exceptions (#19424)`` +`a3c9956f79 `_ 2021-10-30 ``Add support of 'path' parameter for GCloud Storage Transfer Service operators (#17446)`` +================================================================================================= =========== ======================================================================================================== + +6.1.0 +..... + +Latest change: 2021-10-29 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`55abc2f620 `_ 2021-10-28 ``Support query timeout as an argument in CassandraToGCSOperator (#18927)`` +`e4aa377da7 `_ 2021-10-28 ``Update BigQueryCreateExternalTableOperator doc and parameters (#18676)`` +`20847fdbf8 `_ 2021-10-27 ``Add value to "namespaceId" of query (#19163)`` +`3c08c025c5 `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` +`eba1b68b30 `_ 2021-10-27 ``Update dataflow.py (#19231)`` +`7ecf29f70d `_ 2021-10-26 ``Fix hard-coded /tmp directory in CloudSQL Hook (#19229)`` +`726a1517ec `_ 2021-10-26 ``Fix bug in Dataflow hook when no jobs are returned (#18981)`` +`d9192a55ba `_ 2021-10-22 ``Replacing non-attribute template_fields for BigQueryToMsSqlOperator (#19052)`` +`4fae04a471 `_ 2021-10-21 ``Upgrade the Dataproc package to 3.0.0 and migrate from v1beta2 to v1 api (#18879)`` +`0e95b57772 `_ 2021-10-19 ``Google provider catch invalid secret name (#18790)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`a418fd96f7 `_ 2021-10-17 ``Use google cloud credentials when executing beam command in subprocess (#18992)`` +`5c3e453820 `_ 2021-10-15 ``Fix BigQueryToMsSqlOperator documentation (#18995)`` +`406b38b2e3 `_ 2021-10-15 ``Replace default api_version of FacebookAdsReportToGcsOperator (#18996)`` +`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` +`20df60de24 `_ 2021-10-07 ``Dataflow Operators - use project and location from job in on_kill method. (#18699)`` +`86bf2a29ba `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` +================================================================================================= =========== ====================================================================================== + +6.0.0 +..... + +Latest change: 2021-09-30 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`9279c44c91 `_ 2021-09-29 ``Fix part of Google system tests (#18494)`` +`2fadf3c3cf `_ 2021-09-27 ``Fix kubernetes engine system test (#18548)`` +`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +`97d6892318 `_ 2021-09-25 ``Rename AzureDataLakeStorage to ADLS (#18493)`` +`a5439eee72 `_ 2021-09-23 ``Add index to the dataset name to have separate dataset for each example DAG (#18459)`` +`18d7e1e227 `_ 2021-09-21 ``Fix BigQuery system test (#18373)`` +`e25eea052f `_ 2021-09-19 ``Inclusive Language (#18349)`` +`7458f1e786 `_ 2021-09-18 ``Remove check for at least one schema in GCSToBigquery (#18150)`` +`2474f8922d `_ 2021-09-13 ``Migrate Google Cloud Build from Discovery API to Python SDK (#18184)`` +`8ae2bb9bfa `_ 2021-09-13 ``Fix error when create external table using table resource (#17998)`` +`9140ad8d8f `_ 2021-09-11 ``Use parameters instead of params (#18143)`` +`3d4bfdcbb9 `_ 2021-09-10 ``Add missing __init__.py files for some test packages (#18142)`` +`cfb602a33d `_ 2021-09-10 ``Fix ''BigQuery'' data extraction in ''BigQueryToMySqlOperator'' (#18073)`` +`2fd3f27ebd `_ 2021-09-10 ``Make next_dagrun_info take a data interval (#18088)`` +`944dcfbb91 `_ 2021-09-07 ``Change TaskInstance and TaskReschedule PK from execution_date to run_id (#17719)`` +`bfad233b91 `_ 2021-09-06 ``Fix providers tests in main branch with eager upgrades (#18040)`` +`21348c194d `_ 2021-09-03 ``fix(CloudSqlProxyRunner): don't query connections from Airflow DB (#18006)`` +`9a0c10ba3f `_ 2021-09-01 ``deduplicate running jobs on BigQueryInsertJobOperator (#17496)`` +`fe34582fc2 `_ 2021-09-01 ``New google operator: SQLToGoogleSheetsOperator (#17887)`` +`500780651c `_ 2021-08-31 ``Add possibility to run DAGs from system tests and see DAGs logs (#17868)`` +================================================================================================= =========== ======================================================================================== + +5.1.0 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ========================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================= +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`b5da846dd1 `_ 2021-08-30 ``Fix missing Data Fusion sensor integration (#17914)`` +`07405e6df4 `_ 2021-08-30 ``[AIRFLOW-9300] Add DatafusionPipelineStateSensor and aync option to the CloudDataFusionStartPipelineOperator (#17787)`` +`42e13e1a5a `_ 2021-08-30 ``Remove all deprecation warnings in providers (#17900)`` +`aa5952e58c `_ 2021-08-27 ``Gcp ai hyperparameter tuning (#17790)`` +`87769db98f `_ 2021-08-27 ``Allow omission of 'initial_node_count' if 'node_pools' is specified (#17820)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`d04aa13526 `_ 2021-08-20 ``[Airflow 13779] use provided parameters in the wait_for_pipeline_state hook (#17137)`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`b68d1935f9 `_ 2021-08-19 ``Add error check for config_file parameter in GKEStartPodOperator (#17700)`` +`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` +`b06d528603 `_ 2021-08-11 ``Don't cache Google Secret Manager client (#17539)`` +`67cbb0f181 `_ 2021-08-02 ``Enable specifying dictionary paths in 'template_fields_renderers' (#17321)`` +`c384f9b0f5 `_ 2021-07-29 ``GCP Secret Manager error handling for missing credentials (#17264)`` +================================================================================================= =========== ========================================================================================================================= + +5.0.0 +..... + +Latest change: 2021-07-26 + +================================================================================================= =========== ======================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`448e50bd23 `_ 2021-07-26 ``Updating Google Cloud example DAGs to use XComArgs (#16875)`` +`aaf44ccace `_ 2021-07-26 ``Updating miscellaneous Google example DAGs to use XComArgs (#16876)`` +`d01cc945dd `_ 2021-07-26 ``Fixes several failing tests after broken main (#17222)`` +`babc4250f3 `_ 2021-07-26 ``Fixes statich check failures (#17218)`` +`5d2224795b `_ 2021-07-25 ``Google Ads Hook: Support newer versions of the google-ads library (#17160)`` +`966b250199 `_ 2021-07-25 ``Fix GCStoGCS operator with replace diabled and existing destination object (#16991)`` +`763919d415 `_ 2021-07-25 ``Adding custom Salesforce connection type + SalesforceToS3Operator updates (#17162)`` +`81bd40933e `_ 2021-07-23 ``[CASSANDRA-16814] Fix cassandra to gcs type inconsistency. (#17183)`` +`026ffe65d4 `_ 2021-07-19 ``fix: dataprocpysparkjob project_id as self.project_id (#17075)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`a3f5c93806 `_ 2021-07-13 ``Update alias for field_mask in Google Memmcache (#16975)`` +`b0f7f91fe2 `_ 2021-07-07 ``Standardise dataproc location param to region (#16034)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ======================================================================================= + +4.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`8a9c337838 `_ 2021-06-15 ``Remove class references in changelogs (#16454)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`3c5cc42e13 `_ 2021-06-14 ``Fix deprecation warnings location in google provider (#16403)`` +`b272f9cec9 `_ 2021-06-13 ``fix: ensure datetime-related values fully compatible with MySQL and BigQuery (#15026)`` +`7f8f75eb80 `_ 2021-06-12 ``Add BigQueryToMsSqlOperator (#15422)`` +`0c80a7d411 `_ 2021-06-11 ``Fixes AzureFileShare connection extras (#16388)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` +`99d1535287 `_ 2021-05-31 ``Fix: GCS To BigQuery source_object (#16160)`` +`e1137523d4 `_ 2021-05-30 ``Fix: Unnecessary downloads in ''GCSToLocalFilesystemOperator'' (#16171)`` +`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` +`86768859c6 `_ 2021-05-26 ``Fix bigquery type error when export format is parquet (#16027)`` +`6ae9aeec3f `_ 2021-05-26 ``pass wait_for_done parameter down to _DataflowJobsController (#15541)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`aa4713e43f `_ 2021-05-21 ``Use api version only in GoogleAdsHook not operators (#15266)`` +`76a80bb17c `_ 2021-05-19 ``Move plyvel to google provider extra (#15812)`` +`bb115da0b7 `_ 2021-05-17 ``Get rid of requests as core dependency (#15781)`` +`9c8391a13f `_ 2021-05-10 ``Fix spelling (#15699)`` +`3711a29e5e `_ 2021-05-09 ``Fix argument ordering and type of bucket and object (#15738)`` +`a01567c471 `_ 2021-05-08 ``Fix sql_to_gcs docstring lint error (#15730)`` +`f3fada9101 `_ 2021-05-07 ``Add short description to BaseSQLToGCSOperator docstring (#15728)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`b8c0fde38a `_ 2021-05-07 ``Add extra links for google dataproc (#10343)`` +`3b4fdd0a7a `_ 2021-05-06 ``add oracle connection link (#15632)`` +`cf6324e43b `_ 2021-05-04 ``Implement BigQuery Table Schema Update Operator (#15367)`` +`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` +================================================================================================= =========== ========================================================================================= + +3.0.0 +..... + +Latest change: 2021-05-01 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`814e471d13 `_ 2021-04-29 ``Update pre-commit checks (#15583)`` +`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`e229f3541d `_ 2021-04-27 ``Use Pip 21.* to install airflow officially (#15513)`` +`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` +`3b9a91806e `_ 2021-04-22 ``Bugfix: Fix rendering of ''object_name'' in ''GCSToLocalFilesystemOperator'' (#15487)`` +`c5e302030d `_ 2021-04-21 ``Fix typo in DataprocCreateClusterOperator (#15462)`` +`42a1ca8aab `_ 2021-04-20 ``Fixes wrongly specified path for leveldb hook (#15453)`` +`6da36bad2c `_ 2021-04-18 ``[Airflow-15245] - passing custom image family name to the DataProcClusterCreateoperator (#15250)`` +`f649905606 `_ 2021-04-15 ``fix docstring typos (#15392)`` +`7bf69edca0 `_ 2021-04-08 ``Fix typo in a docstring (#15276)`` +================================================================================================= =========== ==================================================================================================== + +2.2.0 +..... + +Latest change: 2021-04-06 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`eae22cec9c `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` +`e49722859b `_ 2021-04-05 ``Updates 3.6 limits for latest versions of a few libraries (#15209)`` +`1d641d8f11 `_ 2021-04-01 ``update remaining old import paths of operators (#15127)`` +`099c490cff `_ 2021-03-28 ``Override project in dataprocSubmitJobOperator (#14981)`` +`5379698892 `_ 2021-03-27 ``Improve docstrings for various modules (#15047)`` +`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` +`a7e144bec8 `_ 2021-03-23 ``Google Dataflow Hook to handle no Job Type (#14914)`` +`72ea841b4b `_ 2021-03-22 ``GCS to BigQuery Transfer Operator with Labels and Description parameter (#14881)`` +`e172bd0e16 `_ 2021-03-22 ``Update docstrings to adhere to sphinx standards (#14918)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`ddc9133d36 `_ 2021-03-15 ``Add GCS timespan transform operator (#13996)`` +`943baff670 `_ 2021-03-10 ``Add job labels to bigquery check operators. (#14685)`` +`6dc24c95e3 `_ 2021-03-07 ``Fix grammar and remove duplicate words (#14647)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +`7daebefd15 `_ 2021-03-05 ``Use libyaml C library when available. (#14577)`` +`35c9a90292 `_ 2021-03-01 ``Add Google leveldb hook and operator (#13109) (#14105)`` +================================================================================================= =========== ==================================================================================== + +2.1.0 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== =============================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`50a1504c52 `_ 2021-02-27 ``Fix spellings (#14483)`` +`bfef559cf6 `_ 2021-02-27 ``Corrects order of argument in docstring in GCSHook.download method (#14497)`` +`33214d9326 `_ 2021-02-26 ``Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)`` +`c281979982 `_ 2021-02-23 ``Documentation and example dag for CloudDLPDeidentifyContentOperator, GCSObjectExistenceSensor, GCSObjectsWithPrefixExistenceSensor (#14033)`` +`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` +`a7e4266d67 `_ 2021-02-21 ``Refactor GoogleDriveToGCSOperator to use common methods (#14276)`` +`1ab406663e `_ 2021-02-16 ``Add GoogleDriveToLocalOperator (#14191)`` +`59c94c679e `_ 2021-02-13 ``Add 'exists_ok' flag to BigQueryCreateEmptyTable(Dataset)Operator (#14026)`` +`e31b27d593 `_ 2021-02-13 ``Add materialized view support for BigQuery (#14201)`` +`e3bcaa3ba3 `_ 2021-02-12 ``Correct typo in GCSObjectsWtihPrefixExistenceSensor (#14179)`` +`7faa2d978c `_ 2021-02-10 ``Add BigQueryUpdateTableOperator (#14149)`` +`1da6972165 `_ 2021-02-10 ``Fixes to dataproc operators and hook (#14086)`` +`02288cf2ba `_ 2021-02-10 ``Add param to CloudDataTransferServiceOperator (#14118)`` +`7d38645472 `_ 2021-02-09 ``#9803 fix bug in copy operation without wildcard (#13919)`` +`b0c382426c `_ 2021-02-07 ``Add gdrive_to_gcs operator, drive sensor, additional functionality to drive hook, and supporting tests (#13982)`` +`5d7d46bb33 `_ 2021-02-05 ``Improve GCSToSFTPOperator paths handling (#11284)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== =============================================================================================================================================== + +2.0.0 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`1872d8719d `_ 2021-02-03 ``Add Apache Beam operators (#12814)`` +`0e8c77b93a `_ 2021-02-03 ``Support google-cloud-logging' >=2.0.0 (#13801)`` +`833e338323 `_ 2021-02-02 ``Fix four bugs in StackdriverTaskHandler (#13784)`` +`d2efb33239 `_ 2021-02-02 ``Support google-cloud-monitoring>=2.0.0 (#13769)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`823741cfea `_ 2021-01-28 ``Improve GCS system test envs (#13946)`` +`6d6588fe2b `_ 2021-01-28 ``Add Google Cloud Workflows Operators (#13366)`` +`810c15ed85 `_ 2021-01-27 ``Fix and improve GCP BigTable hook and system test (#13896)`` +`6616617331 `_ 2021-01-27 ``Add env variables to PubSub example dag (#13794)`` +`f473ca7130 `_ 2021-01-24 ``Replace 'google_cloud_storage_conn_id' by 'gcp_conn_id' when using 'GCSHook' (#13851)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`9592be88e5 `_ 2021-01-22 ``Fix Google Spanner example dag (#13842)`` +`af52fdb511 `_ 2021-01-22 ``Improve environment variables in GCP Dataflow system test (#13841)`` +`e7946f1cb7 `_ 2021-01-22 ``Improve environment variables in GCP Datafusion system test (#13837)`` +`61c1d6ec6c `_ 2021-01-22 ``Improve environment variables in GCP Memorystore system test (#13833)`` +`202f66093a `_ 2021-01-22 ``Improve environment variables in GCP Lifeciences system test (#13834)`` +`70bf307f38 `_ 2021-01-21 ``Add How To Guide for Dataflow (#13461)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`309788e5e2 `_ 2021-01-18 ``Refactor DataprocOperators to support google-cloud-dataproc 2.0 (#13256)`` +`7ec858c452 `_ 2021-01-17 ``updated Google DV360 Hook to fix SDF issue (#13703)`` +`ef8617ec9d `_ 2021-01-14 ``Support google-cloud-tasks>=2.0.0 (#13347)`` +`189af54043 `_ 2021-01-13 ``Add system tests for Stackdriver operators (#13644)`` +`a6f999b62e `_ 2021-01-11 ``Support google-cloud-automl >=2.1.0 (#13505)`` +`947dbb73bb `_ 2021-01-11 ``Support google-cloud-datacatalog>=3.0.0 (#13534)`` +`2fb68342b0 `_ 2021-01-07 ``Replace deprecated module and operator in example_tasks.py (#13527)`` +`003584bbf1 `_ 2021-01-05 ``Fix failing backport packages test (#13497)`` +`7d1ea4cb10 `_ 2021-01-05 ``Replace deprecated module and operator in example_tasks.py (#13473)`` +`c7d75ad887 `_ 2021-01-05 ``Revert "Support google-cloud-datacatalog 3.0.0 (#13224)" (#13482)`` +`feb84057d3 `_ 2021-01-04 ``Support google-cloud-datacatalog 3.0.0 (#13224)`` +`3a3e739981 `_ 2021-01-04 ``Fix insert_all method of BigQueryHook to support tables without schema (#13138)`` +`c33d2c06b6 `_ 2021-01-02 ``Fix another pylint c-extension-no-member (#13438)`` +`f6518dd6a1 `_ 2021-01-02 ``Generalize MLEngineStartTrainingJobOperator to custom images (#13318)`` +`9de7127083 `_ 2020-12-31 ``Support google-cloud-bigquery-datatransfer>=3.0.0 (#13337)`` +`406181d64a `_ 2020-12-31 ``Add Parquet data type to BaseSQLToGCSOperator (#13359)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`13a9747bf1 `_ 2020-12-28 ``Revert "Support google-cloud-tasks>=2.0.0 (#13334)" (#13341)`` +`04ec45f045 `_ 2020-12-28 ``Add DataprocCreateWorkflowTemplateOperator (#13338)`` +`1f712219fa `_ 2020-12-28 ``Support google-cloud-tasks>=2.0.0 (#13334)`` +`f4745c8ce1 `_ 2020-12-26 ``Fix typo in example (#13321)`` +`e9d65bd458 `_ 2020-12-24 ``Decode Remote Google Logs (#13115)`` +`e7aeacf335 `_ 2020-12-24 ``Add OracleToGCS Transfer (#13246)`` +`323084e97d `_ 2020-12-24 ``Add timeout option to gcs hook methods. (#13156)`` +`0b626c8042 `_ 2020-12-22 ``Support google-cloud-redis>=2.0.0 (#13117)`` +`9042a58553 `_ 2020-12-22 ``Add more operators to example DAGs for Cloud Tasks (#13235)`` +`8c00ec89b9 `_ 2020-12-22 ``Support google-cloud-pubsub>=2.0.0 (#13127)`` +`b26b0df5b0 `_ 2020-12-22 ``Update compatibility with google-cloud-kms>=2.0 (#13124)`` +`9a1d3820d6 `_ 2020-12-22 ``Support google-cloud-datacatalog>=1.0.0 (#13097)`` +`f95b1c9c95 `_ 2020-12-21 ``Add regional support to dataproc workflow template operators (#12907)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`23f27c1b1c `_ 2020-12-18 ``Add system tests for CloudKMSHook (#13122)`` +`cddbf81b12 `_ 2020-12-17 ``Fix Google BigQueryHook method get_schema() (#13136)`` +`1259c712a4 `_ 2020-12-17 ``Update compatibility with google-cloud-os-login>=2.0.0 (#13126)`` +`bcf77586ef `_ 2020-12-16 ``Fix Data Catalog operators (#13096)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +`b4b9cf5597 `_ 2020-12-14 ``Check for missing references to operator guides (#13059)`` +`1c1ef7ee69 `_ 2020-12-14 ``Add project_id to client inside BigQuery hook update_table method (#13018)`` +================================================================================================= =========== ========================================================================================= + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`1dcd3e13fd `_ 2020-12-05 ``Add support for extra links coming from the providers (#12472)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`02d94349be `_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` +`76bcd08dca `_ 2020-11-28 ``Added '@apply_defaults' decorator. (#12620)`` +`e1ebfa68b1 `_ 2020-11-27 ``Add DataflowJobMessagesSensor and DataflowAutoscalingEventsSensor (#12249)`` +`3fa51f94d7 `_ 2020-11-24 ``Add check for duplicates in provider.yaml files (#12578)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`9e3b2c554d `_ 2020-11-19 ``GCP Secrets Optional Lookup (#12360)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`8d09506464 `_ 2020-11-18 ``Fix download method in GCSToBigQueryOperator (#12442)`` +`2c0920fba5 `_ 2020-11-17 ``Adds mechanism for provider package discovery. (#12383)`` +`2cda2f2a0a `_ 2020-11-17 ``Add missing pre-commit definition - provider-yamls (#12393)`` +`80a957f142 `_ 2020-11-17 ``Add Dataflow sensors - job metrics (#12039)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`917e6c4424 `_ 2020-11-16 ``Add provide_file_and_upload to GCSHook (#12310)`` +`cfa4ecfeb0 `_ 2020-11-15 ``Add DataflowJobStatusSensor and support non-blocking execution of jobs (#11726)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`32b59f8350 `_ 2020-11-12 ``Fixes the sending of an empty list to BigQuery 'list_rows' (#12307)`` +`250436d962 `_ 2020-11-10 ``Fix spelling in Python files (#12230)`` +`502ba309ea `_ 2020-11-10 ``Enable Markdownlint rule - MD022/blanks-around-headings (#12225)`` +`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` +`f37c6e6fce `_ 2020-11-10 ``Add Compute Engine SSH hook (#9879)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`61feb6ec45 `_ 2020-11-09 ``Provider's readmes generated for elasticsearch and google packages (#12194)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`fcb6b00efe `_ 2020-11-08 ``Add authentication to AWS with Google credentials (#12079)`` +`2ef3b7ef8c `_ 2020-11-08 ``Fix ERROR - Object of type 'bytes' is not JSON serializable when using store_to_xcom_key parameter (#12172)`` +`0caec9fd32 `_ 2020-11-06 ``Dataflow - add waiting for successful job cancel (#11501)`` +`cf9437d79f `_ 2020-11-06 ``Simplify string expressions (#12123)`` +`91a64db505 `_ 2020-11-04 ``Format all files (without excepions) by black (#12091)`` +`fd3db778e7 `_ 2020-11-04 ``Add server side cursor support for postgres to GCS operator (#11793)`` +`f1f1940261 `_ 2020-11-04 ``Add DataflowStartSQLQuery operator (#8553)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`5f5244b74d `_ 2020-11-04 ``Add template fields renderers to Biguery and Dataproc operators (#12067)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`45ae145c25 `_ 2020-11-03 ``Log BigQuery job id in insert method of BigQueryHook (#12056)`` +`e324b37a67 `_ 2020-11-03 ``Add job name and progress logs to Cloud Storage Transfer Hook (#12014)`` +`6071fdd584 `_ 2020-11-02 ``Improve handling server errors in DataprocSubmitJobOperator (#11947)`` +`2f703df12d `_ 2020-10-30 ``Add SalesforceToGcsOperator (#10760)`` +`e5713e00b3 `_ 2020-10-29 ``Add drain option when canceling Dataflow pipelines (#11374)`` +`37eaac3c5d `_ 2020-10-29 ``The PRs which are not approved run subset of tests (#11828)`` +`79cb771992 `_ 2020-10-28 ``Fixing re pattern and changing to use a single character class. (#11857)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`240c7d4d72 `_ 2020-10-26 ``Google Memcached hooks - improve protobuf messages handling (#11743)`` +`8afdb6ac6a `_ 2020-10-26 ``Fix spellings (#11825)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` +`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` +`727c739afb `_ 2020-10-22 ``Improve Cloud Memorystore for Redis example (#11735)`` +`1da8379c91 `_ 2020-10-22 ``Fix static checks after merging #10121 (#11737)`` +`91503308c7 `_ 2020-10-22 ``Add Google Cloud Memorystore Memcached Operators (#10121)`` +`950c16d0b0 `_ 2020-10-21 ``Retry requests in case of error in Google ML Engine Hook (#11712)`` +`2bfc53b5eb `_ 2020-10-21 ``Fix doc errors in google provider files. (#11713)`` +`53e6062105 `_ 2020-10-21 ``Enforce strict rules for yamllint (#11709)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`2d854c3505 `_ 2020-10-19 ``Add service_account to Google ML Engine operator (#11619)`` +`46a121fb7b `_ 2020-10-18 ``docs: Update Bigquery clustering docstrings (#11232)`` +`49c58147fe `_ 2020-10-18 ``Strict type checking for provider Google (#11609)`` +`0823d46a7f `_ 2020-10-16 ``Add type annotations for AWS operators and hooks (#11434)`` +`3c10ca6504 `_ 2020-10-16 ``Add DataflowStartFlexTemplateOperator (#8550)`` +`8865d14df4 `_ 2020-10-16 ``Strict type checking for provider google cloud (#11548)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`06141d6d01 `_ 2020-10-12 ``Google cloud operator strict type check (#11450)`` +`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` +`1845cd11b7 `_ 2020-10-11 ``Strict type check for google ads and cloud hooks (#11390)`` +`bd204bb91b `_ 2020-10-11 ``Optionally set null marker in csv exports in BaseSQLToGCSOperator (#11409)`` +`75071831ba `_ 2020-10-10 ``Remove redundant parentheses from Python files (#10967)`` +`8baf657fc2 `_ 2020-10-09 ``Fix regression in DataflowTemplatedJobStartOperator (#11167)`` +`b0fcf67559 `_ 2020-10-07 ``Add AzureFileShareToGCSOperator (#10991)`` +`47b05a87f0 `_ 2020-10-07 ``Improve handling of job_id in BigQuery operators (#11287)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`cb52fb0ae1 `_ 2020-09-27 ``Add example DAG and system test for MySQLToGCSOperator (#10990)`` +`99accec29d `_ 2020-09-25 ``Fix incorrect Usage of Optional[str] & Optional[int] (#11141)`` +`e3f96ce7a8 `_ 2020-09-24 ``Fix incorrect Usage of Optional[bool] (#11138)`` +`daf8f31080 `_ 2020-09-23 ``Add template fields renderers for better UI rendering (#11061)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`cb979f9f21 `_ 2020-09-22 ``Get Airflow configs with sensitive data from CloudSecretManagerBackend (#11024)`` +`76545bb3d6 `_ 2020-09-16 ``Add example dag and system test for S3ToGCSOperator (#10951)`` +`22c631625f `_ 2020-09-16 ``Fix more docs spellings (#10965)`` +`12a652f534 `_ 2020-09-13 ``Fix parameter name collision in AutoMLBatchPredictOperator #10723 (#10869)`` +`41a62735ed `_ 2020-09-11 ``Add on_kill method to BigQueryInsertJobOperator (#10866)`` +`3e91da56e8 `_ 2020-09-11 ``fix typo in firebase/example_filestore DAG (#10875)`` +`68cc7273bf `_ 2020-09-10 ``Add on_kill method to DataprocSubmitJobOperator (#10847)`` +`f920957214 `_ 2020-09-10 ``Fix and remove some more typos from spelling_wordlist.txt (#10845)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`078bfaf60a `_ 2020-09-08 ``Extract missing gcs_to_local example DAG from gcs example (#10767)`` +`10ce31127f `_ 2020-09-08 ``Deprecate using global as the default region in Google Dataproc operators and hooks (#10772)`` +`f14f379716 `_ 2020-09-07 ``[AIRFLOW-10672] Refactor BigQueryToGCSOperator to use new method (#10773)`` +`c8ee455685 `_ 2020-09-07 ``Refactor DataprocCreateCluster operator to use simpler interface (#10403)`` +`ece685b5b8 `_ 2020-09-05 ``Asynchronous execution of Dataproc jobs with a Sensor (#10673)`` +`6e3d7b63d3 `_ 2020-09-04 ``Add masterConfig parameter to MLEngineStartTrainingJobOperator (#10578)`` +`804548d58f `_ 2020-09-01 ``Add Dataprep operators (#10304)`` +`11c00bc820 `_ 2020-08-30 ``Fix typos: duplicated "the" (#10647)`` +`2ca615cffe `_ 2020-08-29 ``Update Google Cloud branding (#10642)`` +`1b533f617e `_ 2020-08-28 ``Fix broken master - DLP (#10635)`` +`5ae82a56da `_ 2020-08-28 ``Fix Google DLP example and improve ops idempotency (#10608)`` +`3867f76625 `_ 2020-08-28 ``Update Google Cloud branding (#10615)`` +`91ff31ad10 `_ 2020-08-27 ``Documentation for Google Cloud Data Loss Prevention (#8201) (#9651)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`d760265452 `_ 2020-08-25 ``PyDocStyle: No whitespaces allowed surrounding docstring text (#10533)`` +`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` +`866701c801 `_ 2020-08-25 ``Fix typo in "Cloud" (#10534)`` +`47265e7b58 `_ 2020-08-24 ``Fix typo in PostgresHook (#10529)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`3734876d98 `_ 2020-08-24 ``Implement impersonation in google operators (#10052)`` +`b0598b5351 `_ 2020-08-24 ``Add support for creating multiple replicated clusters in Bigtable hook and operator (#10475)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`515cc72c99 `_ 2020-08-22 ``Fix typo in timed_out (#10459)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`88c7d2e526 `_ 2020-08-21 ``Dataflow operators don't not always create a virtualenv (#10373)`` +`083c3c129b `_ 2020-08-18 ``Simplified GCSTaskHandler configuration (#10365)`` +`1ae5bdf23e `_ 2020-08-17 ``Add test for GCSTaskHandler (#9600) (#9861)`` +`e195a980bc `_ 2020-08-16 ``Add type annotations for mlengine_operator_utils (#10297)`` +`382c1011b6 `_ 2020-08-16 ``Add Bigtable Update Instance Hook/Operator (#10340)`` +`bfa5a8d5f1 `_ 2020-08-15 ``CI: Fix failing docs-build (#10342)`` +`be46d20fb4 `_ 2020-08-15 ``Improve idempotency of BigQueryInsertJobOperator (#9590)`` +`47387a69e6 `_ 2020-08-14 ``Catch Permission Denied exception when getting secret from GCP Secret Manager. (#10326)`` +`2f0613b0c2 `_ 2020-08-13 ``Implement Google BigQuery Table Partition Sensor (#10218)`` +`f6734b3b85 `_ 2020-08-12 ``Enable Sphinx spellcheck for doc generation (#10280)`` +`8f8db8959e `_ 2020-08-12 ``DbApiHook: Support kwargs in get_pandas_df (#9730)`` +`ef088314f8 `_ 2020-08-09 ``Added DataprepGetJobsForJobGroupOperator (#10246)`` +`b43f90abf4 `_ 2020-08-09 ``Fix various typos in the repo (#10263)`` +`c29533888f `_ 2020-08-08 ``Add labels param to Google MLEngine Operators (#10222)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`eff0f03210 `_ 2020-08-06 `` Update guide for Google Cloud Secret Manager Backend (#10172)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`010322692e `_ 2020-08-06 ``Improve handling Dataproc cluster creation with ERROR state (#9593)`` +`1437cb7495 `_ 2020-08-04 ``Add correct signatures for operators in google provider package (#10144)`` +`6efa1b9cb7 `_ 2020-08-03 ``Add additional Cloud Datastore operators (#10032)`` +`27020f8e58 `_ 2020-08-03 ``Add try clause to DataFusionHook.wait_for_pipeline_state (#10031)`` +`4e3799fec4 `_ 2020-08-02 ``[AIRFLOW-4541] Replace os.mkdirs usage with pathlib.Path(path).mkdir (#10117)`` +`85c56b1737 `_ 2020-08-02 ``Add missing params to GCP Pub/Sub creation_subscription (#10106)`` +`b79466c12f `_ 2020-08-02 ``Fix sensor not providing arguments for GCSHook (#10074)`` +`4ee35d0279 `_ 2020-08-02 ``Fix hook not passing gcp_conn_id to base class (#10075)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`4c84661adb `_ 2020-07-31 ``Split Display Video 360 example into smaler DAGs (#10077)`` +`59cbff0874 `_ 2020-07-29 ``Fix docstrings in BigQueryGetDataOperator (#10042)`` +`81b87d48ed `_ 2020-07-27 ``Add unit tests for GcpBodyFieldSanitizer in Google providers (#9996)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`8b10a4b35e `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (#9982)`` +`ef98edf4da `_ 2020-07-23 ``Add more information about using GoogleAdsHook (#9951)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`39a0288a47 `_ 2020-07-22 ``Add Google Authentication for experimental API (#9848)`` +`c2db0dfeb1 `_ 2020-07-22 ``More strict rules in mypy (#9705) (#9906)`` +`c4244e18bb `_ 2020-07-22 ``Fix calling 'get_client' in BigQueryHook.table_exists (#9916)`` +`5eacc16420 `_ 2020-07-22 ``Add support for impersonation in GCP hooks (#9915)`` +`1cfdebf5f8 `_ 2020-07-21 ``Fix insert_job method of BigQueryHook (#9899)`` +`c8c52e69c8 `_ 2020-07-21 ``Remove type hint causing DeprecationWarning in Firestore operators (#9819)`` +`eb6f1d1cf0 `_ 2020-07-16 ``Fix typo in datafusion operator (#9859)`` +`b01d95ec22 `_ 2020-07-15 ``Change DAG.clear to take dag_run_state (#9824)`` +`6d65c15d15 `_ 2020-07-15 ``Add guide for AI Platform (previously Machine Learning Engine) Operators (#9798)`` +`770de53eb5 `_ 2020-07-15 ``BigQueryTableExistenceSensor needs to specify keyword arguments (#9832)`` +`2d8dbacdf6 `_ 2020-07-15 ``Add CloudVisionDeleteReferenceImageOperator (#9698)`` +`9f017951b9 `_ 2020-07-15 ``Add Google Deployment Manager Hook (#9159)`` +`ed5004cca7 `_ 2020-07-14 ``Allow 'replace' flag in gcs_to_gcs operator. (#9667)`` +`553bb7af7c `_ 2020-07-13 ``Keep functions signatures in decorators (#9786)`` +`68925904e4 `_ 2020-07-13 ``Add multiple file upload functionality to GCS hook (#8849)`` +`1de78e8f97 `_ 2020-07-12 ``Add Google Stackdriver link (#9765)`` +`092d33f298 `_ 2020-07-11 ``Fix StackdriverTaskHandler + add system tests (#9761)`` +`b2305660f0 `_ 2020-07-09 ``Update example DAG for AI Platform operators (#9727)`` +`23f80f34ad `_ 2020-07-08 ``Move gcs & wasb task handlers to their respective provider packages (#9714)`` +`44d4ae809c `_ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)`` +`a79e2d4c4a `_ 2020-07-06 ``Move provider's log task handlers to the provider package (#9604)`` +`cd3d9d9340 `_ 2020-07-02 ``Fix using .json template extension in GMP operators (#9566)`` +`4799af30ee `_ 2020-06-30 ``Extend BigQuery example with include clause (#9572)`` +`e33f1a12d7 `_ 2020-06-30 ``Add template_ext to BigQueryInsertJobOperator (#9568)`` +`40add26d45 `_ 2020-06-29 ``Remove almost all references to airflow.contrib (#9559)`` +`c420dbd6e1 `_ 2020-06-27 ``Bump Pylint to 2.5.3 (#9294)`` +`0051c89cba `_ 2020-06-26 ``nitpick fix (#9527)`` +`87fdbd0708 `_ 2020-06-25 ``Use literal syntax instead of function calls to create data structure (#9516)`` +`7256f4caa2 `_ 2020-06-22 ``Pylint fixes and deprecation of rare used methods in Connection (#9419)`` +`e13a14c873 `_ 2020-06-21 ``Enable & Fix Whitespace related PyDocStyle Checks (#9458)`` +`5b680e27e8 `_ 2020-06-19 ``Don't use connection to store task handler credentials (#9381)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`416334e2ec `_ 2020-06-19 ``Properly propagated warnings in operators (#9348)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`4e09c64423 `_ 2020-06-18 ``Adds GCP Secret Manager Hook (#9368)`` +`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`639972d995 `_ 2020-06-16 ``Add support for latest Apache Beam SDK in Dataflow operators (#9323)`` +`1459970b3b `_ 2020-06-15 ``Rename CloudBuildCreateBuildOperator to CloudBuildCreateOperator (#9314)`` +`431ea3291c `_ 2020-06-15 ``Resolve upstream tasks when template field is XComArg (#8805)`` +`aee6ab94eb `_ 2020-06-15 ``Wait for pipeline state in Data Fusion operators (#8954)`` +`fb1c8b83d4 `_ 2020-06-10 ``Add test for BQ operations using location (#9206)`` +`a26afbfa51 `_ 2020-06-10 ``Make generated job_id more informative in BQ insert_job (#9203)`` +`c41192fa1f `_ 2020-06-10 ``Upgrade pendulum to latest major version ~2.0 (#9184)`` +`b1c8c5ed5b `_ 2020-06-09 ``Allows using private endpoints in GKEStartPodOperator (#9169)`` +`5918efc86a `_ 2020-06-05 ``Add 3.8 to the test matrices (#8836)`` +`9bcdadaf7e `_ 2020-06-05 ``Add 'main' param to template_fields in DataprocSubmitPySparkJobOperator (#9154)`` +`f56811dff3 `_ 2020-06-05 ``[AIRFLOW-6290] Create guide for GKE operators (#8883)`` +`76962867b5 `_ 2020-06-04 ``Fix sql_to_gcs hook gzip of schema_file (#9140)`` +`17adcea835 `_ 2020-06-02 ``Fix handling of subprocess error handling in s3_file_transform and gcs (#9106)`` +`7898525468 `_ 2020-06-01 ``Add BigQueryInsertJobOperator (#8868)`` +`29eb68b90b `_ 2020-05-31 ``Create guide for Dataproc Operators (#9037)`` +`886afaf622 `_ 2020-05-29 ``Add example dag and system test for LocalFilesystemToGCSOperator (#9043)`` +`a779c4dfc2 `_ 2020-05-29 ``add separate example dags and system tests for GCSToGoogleSheetsOperator (#9066)`` +`ada26be23c `_ 2020-05-29 ``Add correct description for dst param in LocalFilesystemToGCSOperator (#9055)`` +`81b2761b86 `_ 2020-05-29 ``add example dag and system test for GoogleSheetsToGCSOperator (#9056)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`3994030ea6 `_ 2020-05-26 ``Refactor BigQuery operators (#8858)`` +`cdb3f25456 `_ 2020-05-26 ``All classes in backport providers are now importable in Airflow 1.10 (#8991)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`cf5cf45e1c `_ 2020-05-23 ``Support YAML input for CloudBuildCreateOperator (#8808)`` +`499493c5c5 `_ 2020-05-19 ``[AIRFLOW-6586] Improvements to gcs sensor (#7197)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`841d816647 `_ 2020-05-19 ``Allow setting the pooling time in DLPHook (#8824)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`15273f0ea0 `_ 2020-05-16 ``Check for same task instead of Equality to detect Duplicate Tasks (#8828)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`e1e833bb26 `_ 2020-05-13 ``Update GoogleBaseHook to not follow 308 and use 60s timeout (#8816)`` +`8b54919711 `_ 2020-05-12 ``Refactor BigQuery hook methods to use python library (#8631)`` +`6911dfe837 `_ 2020-05-12 ``Fix template fields in Google operators (#8840)`` +`4b06fde0f1 `_ 2020-05-12 ``Fix Flake8 errors (#8841)`` +`1d12c347cb `_ 2020-05-12 ``Refactor BigQuery check operators (#8813)`` +`493b685d78 `_ 2020-05-10 ``Add separate example DAGs and system tests for google cloud speech (#8778)`` +`79ef8bed89 `_ 2020-05-10 ``Added Upload Multiple Entity Read Files to specified big query dataset (#8610)`` +`280f1f0c4c `_ 2020-05-10 ``Correctly restore upstream_task_ids when deserializing Operators (#8775)`` +`58aefb23b1 `_ 2020-05-08 ``Added SDFtoGCSOperator (#8740)`` +`723c52c942 `_ 2020-05-07 ``Add documentation for SpannerDeployInstanceOperator (#8750)`` +`25ee4211b3 `_ 2020-05-06 ``Support all RuntimeEnvironment parameters in DataflowTemplatedJobStartOperator (#8531)`` +`8d6f1aa4b5 `_ 2020-05-05 ``Support num_retries field in env var for GCP connection (#8700)`` +`67caae0f25 `_ 2020-05-04 ``Add system test for gcs_to_bigquery (#8556)`` +`bc45fa6759 `_ 2020-05-03 ``Add system test and docs for Facebook Ads operators (#8503)`` +`a28c66f23d `_ 2020-04-30 ``[AIRFLOW-4734] Upsert functionality for PostgresHook.insert_rows() (#8625)`` +`992a24ce41 `_ 2020-04-28 ``Split and improve BigQuery example DAG (#8529)`` +`c1fb28230f `_ 2020-04-28 ``Refactor BigQueryHook dataset operations (#8477)`` +`e8d0f8feab `_ 2020-04-26 ``Improve idempodency in CloudDataTransferServiceCreateJobOperator (#8430)`` +`37fdfa9775 `_ 2020-04-26 ``[AIRFLOW-6281] Create guide for GCS to GCS transfer operators (#8442)`` +`14b22e6ffe `_ 2020-04-25 ``Add hook and operator for Google Cloud Life Sciences (#8481)`` +`72ddc94d1e `_ 2020-04-23 ``Pass location using parmamter in Dataflow integration (#8382)`` +`912aa4b423 `_ 2020-04-23 ``Added GoogleDisplayVideo360DownloadLineItemsOperator (#8174)`` +`57c8c05839 `_ 2020-04-22 ``Use python client in BQ hook create_empty_table/dataset and table_exists (#8377)`` +`5d3a7eef30 `_ 2020-04-20 ``Allow multiple extra_packages in Dataflow (#8394)`` +`79c99b1b6a `_ 2020-04-18 ``Added location parameter to BigQueryCheckOperator (#8273)`` +`79d3f33c1b `_ 2020-04-17 ``Clean up temporary files in Dataflow operators (#8313)`` +`efcffa323d `_ 2020-04-16 ``Add Dataproc SparkR Example (#8240)`` +`b198a1fa94 `_ 2020-04-15 ``Create guide for BigQuery operators (#8276)`` +`2636cc932c `_ 2020-04-14 ``Raise exception when GCP credential doesn't support account impersonation (#8213)`` +`eee4ebaeeb `_ 2020-04-14 ``Added Facebook Ads Operator #7887 (#8008)`` +`8cae07ea18 `_ 2020-04-14 ``fixed typo (#8294)`` +`45c8983306 `_ 2020-04-13 ``Less aggressive eager upgrade of requirements (#8267)`` +`1fd9ed3840 `_ 2020-04-13 ``Add mypy plugin for decorators. (#8145)`` +`327b0a9f77 `_ 2020-04-13 ``Added GoogleDisplayVideo360UploadLineItemsOperator (#8216)`` +`bb5e403a32 `_ 2020-04-10 ``Honor schema type for MySQL to GCS data pre-process (#8090)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`3fc89f29f5 `_ 2020-04-06 ``[AIRFLOW-7106] Cloud data fusion integration - Allow to pass args to start pipeline (#7849)`` +`7ef75d2393 `_ 2020-04-03 ``[AIRFLOW-7117] Honor self.schema in sql_to_gcs as schema to upload (#8049)`` +`ed2bc00576 `_ 2020-04-02 ``Add Google Ads list accounts operator (#8007)`` +`3808a6206e `_ 2020-04-01 ``Unify Google class/package names (#8033)`` +`8a02402576 `_ 2020-03-31 ``Rename CloudBaseHook to GoogleBaseHook and move it to google.common (#8011)`` +`8e89780071 `_ 2020-03-31 ``Add more refactor steps for providers.google (#8010)`` +`aae3b8fb27 `_ 2020-03-31 ``Individual package READMEs (#8012)`` +`779023968f `_ 2020-03-30 ``[AIRFLOW-7075] Operators for storing information from GCS into GA (#7743)`` +`49abce5217 `_ 2020-03-30 ``Improve system tests for Cloud Build (#8003)`` +`0f19a930d1 `_ 2020-03-29 ``Remove GKEStartPodOperator when backporting (#7908)`` +`0e1c238b2f `_ 2020-03-28 ``Get Airflow Variables from GCP Secrets Manager (#7946)`` +`eb4af4f944 `_ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)`` +`01f99426fd `_ 2020-03-28 ``Add download/upload operators for GCS and Google Sheets (#7866)`` +`892522f8e2 `_ 2020-03-26 ``Change signature of GSheetsHook methods (#7853)`` +`bfd425157a `_ 2020-03-26 ``Improve idempotency in MLEngineHook.create_model (#7811)`` +`f9c226343d `_ 2020-03-26 ``Fix CloudSecretsManagerBackend invalid connections_prefix (#7861)`` +`e3920f12f4 `_ 2020-03-26 ``Improve setUp/tearDown in Cloud Firestore system test (#7862)`` +`8ba8a7295a `_ 2020-03-26 ``Improve example DAGs for Cloud Memorystore (#7855)`` +`f7d1a437c1 `_ 2020-03-26 ``Fix CloudMemorystoreCreateInstanceAndImportOperator operator (#7856)`` +`beef6c230e `_ 2020-03-26 ``Improve authorization in GCP system tests (#7863)`` +`5f165f3e42 `_ 2020-03-26 ``[AIRFLOW-5801] Get GCP credentials from file instead of JSON blob (#7869)`` +`686d7d50bd `_ 2020-03-25 ``Standardize SecretBackend class names (#7846)`` +`1982c3fdca `_ 2020-03-24 ``Run Dataflow for ML Engine summary in venv (#7809)`` +`eef87b9953 `_ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)`` +`529db07b2e `_ 2020-03-23 ``Improve Google PubSub hook publish method (#7831)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`a001489b59 `_ 2020-03-23 ``Improve example DAG for ML Engine (#7810)`` +`9e5a8e7f83 `_ 2020-03-23 ``Add call to Super class in 'google' providers (#7823)`` +`b86bf79bff `_ 2020-03-23 ``Fix typo in GCP credentials_provider's docstring (#7818)`` +`56c013ce92 `_ 2020-03-23 ``Add missing docstring in BigQueryHook.create_empty_table (#7817)`` +`426a79847c `_ 2020-03-23 ``Imrove support for laatest API in MLEngineStartTrainingJobOperator (#7812)`` +`cdf1809fce `_ 2020-03-23 ``[AIRFLOW-7104] Add Secret backend for GCP Secrets Manager (#7795)`` +`27dac00e12 `_ 2020-03-22 ``[AIRFLOW-7099] Improve system test for cloud transfer service (#7794)`` +`0daf5d729a `_ 2020-03-22 ``Add ability to specify a maximum modified time for objects in GCSToGCSOperator (#7791)`` +`c8088c2bd7 `_ 2020-03-20 ``[AIRFLOW-7100] Add GoogleAnalyticsGetAdsLinkOperator (#7781)`` +`5106a29314 `_ 2020-03-20 ``[AIRFLOW-6752] Add GoogleAnalyticsRetrieveAdsLinksListOperator (#7748)`` +`759ce2a80c `_ 2020-03-20 ``[AIRFLOW-6978] Add PubSubPullOperator (#7766)`` +`6b9b214e4c `_ 2020-03-20 ``[AIRFLOW-6732] Add GoogleAdsHook and GoogleAdsToGcsOperator (#7692)`` +`b118916969 `_ 2020-03-19 ``[AIRFLOW-7069] Fix cloudsql system tests (#7770)`` +`ae854cae5a `_ 2020-03-19 ``[AIRFLOW-7082] Remove catch_http_exception decorator in GCP hooks (#7756)`` +`7e1e954d23 `_ 2020-03-19 ``[AIRFLOW-7085] Cache credentials, project_id in GCP Base Hook (#7759)`` +`6e21c139b3 `_ 2020-03-19 ``[AIRFLOW-XXXX] Fix reference to GCP classes in guides (#7762)`` +`ce022a3f72 `_ 2020-03-19 ``[AIRFLOW-XXXX] Add cross-references for operators guide (#7760)`` +`029c84e552 `_ 2020-03-18 ``[AIRFLOW-5421] Add Presto to GCS transfer operator (#7718)`` +`63a3102ede `_ 2020-03-18 ``[AIRFLOW-7064] Add CloudFirestoreExportDatabaseOperator (#7725)`` +`73305c7bd5 `_ 2020-03-18 ``[AIRFLOW-7081] Remove env variables from GCP guide (#7755)`` +`60fdbf6d92 `_ 2020-03-18 ``[AIRFLOW-5610] Add ability to specify multiple objects to copy in GCSToGCSOperator (#7728)`` +`de7e934ca3 `_ 2020-03-17 ``[AIRFLOW-7079] Remove redundant code for storing template_fields (#7750)`` +`0de0347b27 `_ 2020-03-17 ``[AIRFLOW-6855]: Escape project_dataset_table in SQL query in gcs to bq … (#7475)`` +`91557c6f87 `_ 2020-03-17 ``[AIRFLOW-7073] GKEStartPodOperator always use connection credentials (#7738)`` +`51161dbd9d `_ 2020-03-16 ``[AIRFLOW-5664] Store timestamps with microseconds precision (#6354)`` +`2bc020c431 `_ 2020-03-14 ``[AIRFLOW-7055] Verbose logging option for google provider (#7711)`` +`c997cab42d `_ 2020-03-13 ``[AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator (#7630)`` +`137896f326 `_ 2020-03-12 ``[AIRFLOW-7034] Remove feature: Assigning Dag to task using Bitshift Op (#7685)`` +`1f77f943d5 `_ 2020-03-10 ``[AIRFLOW-6980] Improve system tests and building providers package (#7615)`` +`bf9b6b6d70 `_ 2020-03-09 ``[AIRFLOW-5013] Add GCP Data Catalog Hook and operators (#7664)`` +`e5130dc9fe `_ 2020-03-09 ``[AIRFLOW-2911] Add job cancellation capability to Dataflow service (#7659)`` +`faf0df4b94 `_ 2020-03-09 ``[AIRFLOW-XXXX] Fix upsert operator in BQ example DAG (#7666)`` +`42eef38217 `_ 2020-03-07 ``[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)`` +`b5b9795f04 `_ 2020-03-07 ``[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix) (#7624)`` +`6b65038fb4 `_ 2020-03-06 ``[AIRFLOW-6990] Improve system tests for Google Marketing Platform (#7631)`` +`755fe52249 `_ 2020-03-05 ``[AIRFLOW-6915] Add AI Platform Console Link for MLEngineStartTrainingJobOperator (#7535)`` +`cb2f339116 `_ 2020-03-04 ``[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (#7609)`` +`09fea3ce8e `_ 2020-03-04 ``[AIRFLOW-6977] Fix BigQuery DTS example DAG (#7612)`` +`8230ccc48b `_ 2020-03-04 ``[AIRFLOW-6926] Fix Google Tasks operators return types and idempotency (#7547)`` +`0d1e3088aa `_ 2020-03-04 ``[AIRFLOW-6970] Improve GCP Video Intelligence system tests (#7604)`` +`ab6bb0012c `_ 2020-03-03 ``[AIRFLOW-6971] Fix return type in CloudSpeechToTextRecognizeSpeechOperator (#7607)`` +`3db4ade3dc `_ 2020-02-29 ``[AIRFLOW-6924] Fix Google DLP operators return types (#7546)`` +`008b4bab14 `_ 2020-02-27 ``[AIRFLOW-6730] Use total_seconds instead of seconds (#7363)`` +`bb552b2d9f `_ 2020-02-25 ``[AIRFLOW-6908] Lazy load AirflowException (#7528)`` +`d1a34246ac `_ 2020-02-25 ``[AIRFLOW-6593] Add GCP Stackdriver Alerting Hooks and Operators (#7322)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`dcf8743521 `_ 2020-02-24 ``[AIRFLOW-6894] Prevent db query in example_dags (#7516)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`35b9616378 `_ 2020-02-21 ``[AIRFLOW-4973] Add Cloud Data Fusion Pipeline integration (#7486)`` +`aff3a361b4 `_ 2020-02-20 ``[AIRFLOW-6558] Campaign Manager operators for conversions (#7420)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`5b199cb86b `_ 2020-02-17 ``[AIRFLOW-XXXX] Typo in example_bigquery DAG (#7429)`` +`2c9345a8e0 `_ 2020-02-17 ``[AIRFLOW-6759] Added MLEngine operator/hook to cancel MLEngine jobs (#7400)`` +`946bdc23c0 `_ 2020-02-16 ``[AIRFLOW-6405] Add GCP BigQuery Table Upsert Operator (#7126)`` +`2381c820c8 `_ 2020-02-13 ``[AIRFLOW-6505] Let emoji encoded properly for json.dumps() (#7399)`` +`04c1fefbf2 `_ 2020-02-03 ``[AIRFLOW-6676] added GCSDeleteBucketOperator (#7307)`` +`a0252748ff `_ 2020-02-03 ``[AIRFLOW-6717] Remove non-existent field from templated_fields (#7340)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`9d8d075578 `_ 2020-02-03 ``[AIRFLOW-6715] Fix Google Cloud DLP Example DAG (#7337)`` +`cf141506a2 `_ 2020-02-02 ``[AIRFLOW-6708] Set unique logger names (#7330)`` +`373c6aa4a2 `_ 2020-01-30 ``[AIRFLOW-6682] Move GCP classes to providers package (#7295)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` +`ceea293c16 `_ 2020-01-28 ``[AIRFLOW-6656] Fix AIP-21 moving (#7272)`` +`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +`f4d3e5e545 `_ 2020-01-13 ``[AIRFLOW-6102] [AIP-21] Rename Dataproc operators (#7151)`` +`e7bf8ecb48 `_ 2020-01-13 ``[AIRFLOW-6119] [AIP-21] Rename GCS operators, hooks and sensors (#7125)`` +`5b6772cb83 `_ 2020-01-09 ``[AIRFLOW-6125] [AIP-21] Rename S3 operator and SFTP operator (#7112)`` +`4f8592ae8f `_ 2020-01-08 ``[AIRFLOW-6118] [AIP-21] Rename Pubsub operators and hook (#7046)`` +`20299473f1 `_ 2020-01-03 ``[AIRFLOW-6115] [AIP-21] Rename GCP vision operators (#7020)`` +`18e8cea4e7 `_ 2020-01-03 ``[AIRFLOW-6428] Fix import path for airflow.utils.dates.days_ago in Example DAGs (#7007)`` +`95087af140 `_ 2019-12-31 ``[AIRFLOW-6110] [AIP-21] Rename natural_language service (#6968)`` +`69629a5a94 `_ 2019-12-09 ``[AIRFLOW-5807] Move SFTP from contrib to providers. (#6464)`` +`25e9047a4a `_ 2019-12-09 ``[AIRFLOW-6193] Do not use asserts in Airflow main code (#6749)`` +`ed0a14f321 `_ 2019-12-09 ``[AIRFLOW-6120] Rename GoogleCloudBaseHook (#6734)`` +`2f2f89c148 `_ 2019-12-01 ``[AIRFLOW-6139] Consistent spaces in pylint enable/disable (#6701)`` +`03c870a617 `_ 2019-11-26 ``[AIRFLOW-6010] Remove cyclic imports and pylint hacks (#6601)`` +`5c4cfea8c0 `_ 2019-11-15 ``[AIRFLOW-5718] Add SFTPToGoogleCloudStorageOperator (#6393)`` +`44a8c37a9a `_ 2019-11-13 ``[AIRFLOW-XXX] Fix the docstring for Dataproc get_job method (#6581)`` +`d633d3ac44 `_ 2019-11-13 ``[AIRFLOW-5691] Rewrite Dataproc operators to use python library (#6371)`` +`d985c02d9f `_ 2019-11-05 ``[AIRFLOW-XXX] Add How-To-Guide to GCP PubSub (#6497)`` +`a296cdabdb `_ 2019-11-04 ``[AIRFLOW-5743] Move Google PubSub to providers package (#6476)`` +`470b2a779d `_ 2019-10-30 ``[AIRFLOW-5741] Move Cloud Natural Language to providers (#6421)`` +`f2caa451fc `_ 2019-10-27 ``[AIRFLOW-5742] Move Google Cloud Vision to providers package (#6424)`` +`16d7accb22 `_ 2019-10-22 ``[AIRFLOW-4971] Add Google Display & Video 360 integration (#6170)`` +`4e661f535d `_ 2019-10-22 ``[AIRFLOW-5379] Add Google Search Ads 360 operators (#6228)`` +`19e32b4e2c `_ 2019-10-18 ``[AIRFLOW-5656] Rename provider to providers module (#6333)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-http/commits.rst b/docs/apache-airflow-providers-http/commits.rst index 5be0048e5738e..b3002bcdd1dca 100644 --- a/docs/apache-airflow-providers-http/commits.rst +++ b/docs/apache-airflow-providers-http/commits.rst @@ -49,3 +49,559 @@ Commit `df4df2a8f9 `_ 2024-10-10 ``Use url_from_endpoint inside HttpHook. (#42785)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ===================================================================================================== + +4.13.1 +...... + +Latest change: 2024-09-21 + +================================================================================================= =========== ======================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`00e5976bde `_ 2024-08-25 ``remove soft_fail part2 (#41727)`` +================================================================================================= =========== ======================================================= + +4.13.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ======================================================================= + +4.12.0 +...... + +Latest change: 2024-06-22 + +================================================================================================= =========== ========================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================= +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`b358d0a6de `_ 2024-06-06 ``Add 'retry_args' parameter to 'HttpOperator' (#40086)`` +================================================================================================= =========== ========================================================= + +4.11.1 +...... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +4.11.0 +...... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`9619536e6f `_ 2024-04-24 ``Allow trust env parameter to be defined in extra options of HTTP Connection (#39161)`` +================================================================================================= =========== ======================================================================================== + +4.10.1 +...... + +Latest change: 2024-04-10 + +================================================================================================= =========== ===================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`6d4746f899 `_ 2024-03-31 ``Consolidate HttpOperator http request between sync and async mode (#37293)`` +`eead6c2479 `_ 2024-03-22 ``fix(http): add return statement to yield within a while loop in triggers (#38392)`` +`b5b972a106 `_ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)`` +================================================================================================= =========== ===================================================================================== + +4.10.0 +...... + +Latest change: 2024-03-04 + +================================================================================================= =========== ======================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================= +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`9c980f7a5c `_ 2024-02-27 ``Return back removed public HttpHook's method (#37738)`` +`9207f9ba0f `_ 2024-02-26 ``Change the URL building in HttpHookAsync to match the behavior of HttpHook (#37696)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +================================================================================================= =========== ======================================================================================= + +4.9.1 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`78294c24e2 `_ 2024-02-11 ``Get rid of pytest-httpx as dependency (#37334)`` +`bb414f0122 `_ 2024-02-10 ``Added D401 support to http, smtp and sftp provider (#37303)`` +`90e2b12d6b `_ 2024-02-08 ``Upgrade mypy to 1.8.0 (#36428)`` +`0c4210af62 `_ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +================================================================================================= =========== ================================================================================== + +4.9.0 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== =========================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`9596bbdafa `_ 2024-01-23 ``Add deferrable implementation in HTTPSensor (#36904)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` +`c2d02b450a `_ 2024-01-13 ``Allow default requests parameters like proxy to be defined in extra options field of a Airflow HTTP Connection (#36733)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +================================================================================================= =========== =========================================================================================================================== + +4.8.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`5588a956c0 `_ 2023-11-22 ``Fix HttpOperator pagination with 'str' data (#35782)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +================================================================================================= =========== ======================================================================= + +4.7.0 +..... + +Latest change: 2023-11-12 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`de5b3a60b5 `_ 2023-11-12 ``Prepare docs 1st wave of Providers November 2023 (RC2) (#35589)`` +`1f76986b7b `_ 2023-11-11 ``Fix: Paginate on lastest Response (#35560)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`fd78908097 `_ 2023-11-03 ``json data for async PUTs fixed (#35405)`` +`70b3bd3fb9 `_ 2023-11-03 ``Add pagination to 'HttpOperator' and make it more modular (#34669)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +================================================================================================= =========== ====================================================================== + +4.6.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ===================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`c55fd77f76 `_ 2023-09-18 ``fix(providers/http): respect soft_fail argument when exception is raised (#34391)`` +================================================================================================= =========== ===================================================================================== + +4.5.2 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +`b1f2a1693c `_ 2023-08-26 ``Convert hard-coded allowlist error code to be argument of HttpSensor (#33717)`` +================================================================================================= =========== =================================================================================================== + +4.5.1 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` +================================================================================================= =========== ============================================================ + +4.5.0 +..... + +Latest change: 2023-07-12 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` +`17e9434dee `_ 2023-07-09 ``Add deferrable mode to SimpleHttpOperator (#32448)`` +`358e6e8fa1 `_ 2023-07-06 ``Fix headers passed into HttpAsyncHook (#32409)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ================================================================= + +4.4.2 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +================================================================================================= =========== ============================================================= + +4.4.1 +..... + +Latest change: 2023-05-24 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`d745cee3db `_ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)`` +`547e352578 `_ 2023-05-23 ``Bring back min-airflow-version for preinstalled providers (#31469)`` +================================================================================================= =========== ====================================================================== + +4.4.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +4.3.0 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`c44c7e1b48 `_ 2023-03-20 ``Add non login-password auth support for SimpleHttpOpeator (#29206)`` +================================================================================================= =========== ====================================================================== + +4.2.0 +..... + +Latest change: 2023-02-18 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` +`47edfe9a22 `_ 2023-02-14 ``Add HttpHookAsync for deferrable implementation (#29038)`` +================================================================================================= =========== ================================================================ + +4.1.1 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`a9d5471c66 `_ 2023-01-13 ``Change logging for HttpHook to debug (#28911)`` +================================================================================================= =========== ================================================================== + +4.1.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + +4.0.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`8c4120c195 `_ 2022-07-12 ``Add TCP_KEEPALIVE option to http provider (#24967)`` +`e2fd41f7b1 `_ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`ccd28cbf44 `_ 2022-06-28 ``fix document about response_check in HttpSensor (#24708)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`5ad42d7fbf `_ 2022-06-13 ``Fix HttpHook.run_with_advanced_retry document error (#24380)`` +================================================================================================= =========== ================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`9398586a7c `_ 2022-06-01 ``Migrate HTTP example DAGs to new design AIP-47 (#23991)`` +================================================================================================= =========== ================================================================================== + +2.1.2 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.1.1 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.1.0 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== =========================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`13b2c400b9 `_ 2022-02-28 ``Add 'method' to attributes in HttpSensor. (#21831)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +================================================================================================= =========== =========================================================== + +2.0.3 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`4dcc35e020 `_ 2022-02-01 ``Split out confusing path combination logic to separate method (#21247)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ========================================================================== + +2.0.2 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`9876e19273 `_ 2021-12-21 ``Un-ignore DeprecationWarning (#20322)`` +`12fdf9b4f9 `_ 2021-12-13 ``Fix MyPy Errors for HTTP provider. (#20246)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +================================================================================================= =========== ====================================================================================== + +2.0.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`0264fea8c2 `_ 2021-08-24 ``Remove airflow dependency from http provider`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`0dbd0f420c `_ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================= + +2.0.0 +..... + +Latest change: 2021-06-22 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`61fdf8442e `_ 2021-06-22 ``Add test connection method to http hook (#16568)`` +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`904709d34f `_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` +`f122e2826d `_ 2021-05-10 ``Update 'SimpleHttpOperator' to take auth object (#15605)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`ca432eebdf `_ 2021-05-04 ``HttpHook: Use request factory and respect defaults (#14701)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`d7bc217957 `_ 2021-04-16 ``Add documentation for the HTTP connection (#15379)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ================================================================= + +1.1.1 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ======================================================================= + +1.1.0 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ====================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`1602ec97c8 `_ 2021-01-20 ``Add a new argument for HttpSensor to accept a list of http status code to Continue Poking (#13499)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ====================================================================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`c1cd50465c `_ 2020-12-05 ``Add 'headers' to template_fields in HttpSensor (#12809)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`370e7d07d1 `_ 2020-11-21 ``Fix Python Docstring parameters (#12513)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`badd890675 `_ 2020-11-09 ``Extend the same keyword args callable support in PythonOperator to some other sensors/operators (#11922)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`3cddc11821 `_ 2020-10-16 ``Updated template_fields_rendereds for PostgresOperator and SimpleHttpOperator (#11555)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`dc3a4938ca `_ 2020-08-22 ``Fix duplicate task_ids in example_http.py (#10485)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`ac93419d1d `_ 2020-07-22 ``Add response_filter parameter to SimpleHttpOperator (#9885)`` +`4d74ac2111 `_ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`40bf8f28f9 `_ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`249e80b960 `_ 2020-04-30 ``Add http system test (#8591)`` +`ddd005e3b9 `_ 2020-04-18 ``[AIRFLOW-5156] Fixed doc strigns for HttpHook (#8434)`` +`d61a476da3 `_ 2020-04-18 ``[AIRFLOW-5156] Added auth type to HttpHook (#8429)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`be2b2baa7c `_ 2020-03-23 ``Add missing call to Super class in 'http', 'grpc' & 'slack' providers (#7826)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`f3ad5cf618 `_ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`9a04013b0e `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-jenkins/commits.rst b/docs/apache-airflow-providers-jenkins/commits.rst index 9f3bb7898d850..51237d78102e8 100644 --- a/docs/apache-airflow-providers-jenkins/commits.rst +++ b/docs/apache-airflow-providers-jenkins/commits.rst @@ -46,3 +46,441 @@ Commit `ccd7b86142 `_ 2024-10-22 ``Remove unnecessary return value from 'jenkins_request_with_headers' (#43207)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +3.7.1 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== ======================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` +================================================================================================= =========== ======================================================= + +3.7.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ======================================================================= + +3.6.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +3.6.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`08036e5df5 `_ 2024-02-08 ``D401 Support in Providers (simple) (#37258)`` +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================================================== + +3.5.1 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +================================================================================================= =========== ================================================================================== + +3.5.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ======================================================================= + +3.4.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`43f5d13535 `_ 2023-09-20 ``fix(providers/jenkins): respect soft_fail argument when exception is raised (#34475)`` +`0d1f2d9ba8 `_ 2023-09-18 ``Consolidate hook management in JenkinsJobTriggerOperator (#34433)`` +================================================================================================= =========== ======================================================================================== + +3.3.2 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`a6a7a89fda `_ 2023-09-04 ``Refactor attempting loops in jenkins (#34057)`` +`794bd43aa8 `_ 2023-09-01 ``Move the try outside the loop when this is possible in jenkins provider (#33979)`` +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ==================================================================================== + +3.3.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +================================================================================================= =========== ============================================================= + +3.3.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +3.2.1 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ========================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`1f8bf783b8 `_ 2023-03-25 ``'JenkinsHook' fix connection intake on https (#30301)`` +================================================================================================= =========== ========================================================== + +3.2.0 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`149a7ea3de `_ 2023-01-06 ``check jenkins result state (#28659)`` +================================================================================================= =========== ================================================================== + +3.1.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +================================================================================================= =========== ==================================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ======================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================= +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`5bd64183f9 `_ 2022-06-03 ``Migrate Jenkins example DAGs to new design #22451 (#24138)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`e5dd6fdcfd `_ 2022-04-12 ``Bug Fix for 'apache-airflow-providers-jenkins' 'JenkinsJobTriggerOperator' (#22802)`` +================================================================================================= =========== ======================================================================================= + +2.1.0 +..... + +Latest change: 2022-04-07 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`c30ab6945e `_ 2022-04-04 ``extra condition to check returned object not None (#22608)`` +`4e24b22379 `_ 2022-03-24 ``Add 'JenkinsBuildSensor' (#22421)`` +================================================================================================= =========== ============================================================== + +2.0.7 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.0.6 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.0.5 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ========================================================================== + +2.0.4 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`85bedd03c3 `_ 2021-12-20 ``Clean up JenkinsJobTriggerOperator (#19019)`` +================================================================================================= =========== ========================================================================= + +2.0.3 +..... + +Latest change: 2021-10-29 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`e4888a061f `_ 2021-10-21 ``Remove distutils usages for Python 3.10 (#19064)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +================================================================================================= =========== ====================================================================================== + +2.0.2 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +================================================================================================= =========== ============================================================================ + +2.0.1 +..... + +Latest change: 2021-07-26 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`a777537594 `_ 2021-07-26 ``Updating Jenkins example DAGs to use XComArgs (#16874)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`9ff781ad8f `_ 2021-07-13 ``Fixed to check number key from jenkins response (#16963)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== =================================================================== + +2.0.0 +..... + +Latest change: 2021-06-20 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`15baf737ee `_ 2021-06-20 ``update example_jenkins_job_trigger.py (#16532)`` +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`266384a63f `_ 2021-04-05 ``Fix string concatenation using 'f-strings' (#15200)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ======================================================================= + +1.1.0 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`78adaed5e6 `_ 2021-02-08 ``Add allowed_jenkins_states to JenkinsJobTriggerOperator (#14131)`` +================================================================================================= =========== ==================================================================== + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`a83be66840 `_ 2020-11-06 ``Replace conditional with builtin max (#12122)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`8afdb6ac6a `_ 2020-10-26 ``Fix spellings (#11825)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`73a08ed757 `_ 2020-08-04 ``Add type annotation to providers/jenkins (#9947)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`05443c6dc8 `_ 2020-03-23 ``Add missing call to Super class in remaining providers (#7828)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`dbcd3d8787 `_ 2020-02-18 ``[AIRFLOW-6804] Add the basic test for all example DAGs (#7419)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`633eca1de5 `_ 2020-02-02 ``[AIRFLOW-6692] Generate excluded_patterns in docs/conf.py (#7304)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`ceea293c16 `_ 2020-01-28 ``[AIRFLOW-6656] Fix AIP-21 moving (#7272)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst index 46e945ab649e7..8e4c4a89160c2 100644 --- a/docs/apache-airflow-providers-microsoft-azure/commits.rst +++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst @@ -50,3 +50,1101 @@ Commit `7d8ea68bda `_ 2024-10-12 ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +10.5.1 +...... + +Latest change: 2024-10-09 + +================================================================================================= =========== ================================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`1cb9294c64 `_ 2024-10-06 ``Removed conditional check for task context logging in airflow version 2.8.0 and above (#42764)`` +`d89f305a34 `_ 2024-09-29 ``Bugfix/42575 workaround pin azure kusto data (#42576)`` +`193defd289 `_ 2024-09-25 ``(bugfix): Paginated results in MSGraphAsyncOperator (#42414)`` +================================================================================================= =========== ================================================================================================== + +10.5.0 +...... + +Latest change: 2024-09-21 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`ede34ebee7 `_ 2024-09-05 ``Allow custom api versions in MSGraphAsyncOperator (#41331)`` +`85ad5c374d `_ 2024-09-05 `` Add callback to process Azure Service Bus message contents (#41601)`` +`1613e9ec1c `_ 2024-08-25 ``remove soft_fail (#41710)`` +`716c4300a6 `_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` +================================================================================================= =========== ======================================================================== + +10.4.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`01390839dd `_ 2024-08-14 ``Microsoft Power BI operator to refresh the dataset (#40356)`` +`d2c9e8cfc0 `_ 2024-08-14 ``Export Azure Container Instance log messages to XCOM (#41142)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`68a6a0583b `_ 2024-08-11 ``Fix mypy checks for new azure libraries (#41386)`` +================================================================================================= =========== ======================================================================= + +10.3.0 +...... + +Latest change: 2024-08-03 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`e6d382244e `_ 2024-07-13 ``Bump minimum version for azure containerinstance. (#40767)`` +`63000a77ba `_ 2024-07-09 ``Added priority to Azure Container Instances (#40616)`` +================================================================================================= =========== ============================================================== + +10.2.0 +...... + +Latest change: 2024-07-09 + +================================================================================================= =========== =========================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================== +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`03b1840e18 `_ 2024-07-08 ``S3 to wasb (#40511)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== =========================================================== + +10.1.2 +...... + +Latest change: 2024-06-22 + +================================================================================================= =========== ======================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`d9d09638a5 `_ 2024-06-20 ``BUGFIX: Make sure XComs work correctly in MSGraphAsyncOperator with paged results and dynamic task mapping (#40301)`` +`e7052d4244 `_ 2024-06-18 ``Revert "refactor: Make sure xcoms work correctly in multi-threaded environmen…" (#40300)`` +`9b394a7229 `_ 2024-06-18 ``refactor: Make sure xcoms work correctly in multi-threaded environment by taking the map_index into account (#40297)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +`d5f81a4e2d `_ 2024-05-27 ``Switch AzureDataLakeStorageV2Hook to use DefaultAzureCredential for managed identity/workload auth (#38497)`` +================================================================================================= =========== ======================================================================================================================== + +10.1.1 +...... + +Latest change: 2024-05-26 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`e81cefb8a6 `_ 2024-05-26 ``Remove unused backward compatibility _read function in WasbTaskHandler (#39827)`` +`ecf6e57e27 `_ 2024-05-13 ``Update example AzureContainerInstancesOperator (#39466)`` +================================================================================================= =========== =================================================================================== + +10.1.0 +...... + +Latest change: 2024-05-12 + +================================================================================================= =========== ======================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================= +`97e867f170 `_ 2024-05-12 ``Prepare docs 2nd wave May 2024 (#39565)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`a61f393ec4 `_ 2024-05-05 ``Implemented MSGraphSensor as a deferrable sensor (#39304)`` +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`df1f75b676 `_ 2024-04-25 ``add dns_config and diagnostics parameters to AzureContainerInstancesOperator (#39156)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`15c2734c4c `_ 2024-04-25 ``Implement run-method on KiotaRequestAdapterHook and move logic away from triggerer to hook (#39237)`` +`14b631294d `_ 2024-04-24 ``Fix: Only quote the keys of the query_parameters in MSGraphOperator (#39207)`` +`63c87cd6cd `_ 2024-04-23 ``Add stacklevel into the 'AzureSynapsePipelineHook' deprecation warnings (#39192)`` +`1c9a6609f3 `_ 2024-04-14 ``Adding MSGraphOperator in Microsoft Azure provider (#38111)`` +`db8471cc07 `_ 2024-04-12 ``Make handling of connection by fs/adls.py closer to that of WasbHook and add unit tests. (#38747)`` +================================================================================================= =========== ======================================================================================================= + +10.0.0 +...... + +Latest change: 2024-04-10 + +================================================================================================= =========== ============================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`768e1169b1 `_ 2024-04-10 ``fix cosmos hook static checks by making providing partition_key mandatory (#38199)`` +`b687f59008 `_ 2024-04-08 ``fix: try002 for provider microsoft azure (#38805)`` +`901c3a6504 `_ 2024-04-04 ``Feature/refactor azure synapse pipeline class (#38723)`` +`694826d1bd `_ 2024-03-24 ``refactor: Refactored __new__ magic method of BaseOperatorMeta to avoid bad mixing classic and decorated operators (#37937)`` +`ac50669c82 `_ 2024-03-23 ``update to latest service bus (#38384)`` +`51c94e12eb `_ 2024-03-22 ``fix(microsoft/azure): add return statement to yield within a while loop in triggers (#38393)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`60b95c75cd `_ 2024-03-15 ``Add 'ADLSCreateObjectOperator' (#37821)`` +`832571c6f3 `_ 2024-03-15 ``Limit azure-cosmos (#38175)`` +================================================================================================= =========== ============================================================================================================================== + +9.0.1 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== ===================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`87a249a02f `_ 2024-03-01 ``fix: Pass proxies config when using ClientSecretCredential in AzureDataLakeStorageV2Hook (#37103)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`9d91bb435d `_ 2024-02-12 ``D401 Support in Microsoft providers (#37327)`` +================================================================================================= =========== ===================================================================================================== + +9.0.0 +..... + +Latest change: 2024-01-30 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`ba053f79ed `_ 2024-01-30 ``Prepare docs for ad-hoc release of microsoft.azure provider (#37099)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`c8775fc012 `_ 2024-01-22 ``add WasbPrefixSensorTrigger params breaking change to azure provider changelog (#36940)`` +`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` +`5305f4b696 `_ 2024-01-16 ``Fix WasbPrefixSensor arg inconsistency between sync and async mode (#36806)`` +`57c921193b `_ 2024-01-16 ``Fix failed tasks are not detected in 'AzureBatchHook' (#36785)`` +`d7081ac763 `_ 2024-01-14 ``Fix assignment of template field in '__init__' in 'container_instances.py' (#36529)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================================================== + +8.5.1 +..... + +Latest change: 2023-12-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`9e55f51a9f `_ 2023-12-27 ``Remove unused '_parse_version' function (#36450)`` +`72a6264e20 `_ 2023-12-25 ``Clean WASB task handler code after bumping min Airflow version to 2.6.0 (#36421)`` +================================================================================================= =========== ==================================================================================== + +8.5.0 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`198b149d08 `_ 2023-12-19 ``azurefilesharehook fix with connection type azure (#36309)`` +`e9ba37bb58 `_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +`aba58adb83 `_ 2023-12-08 ``Allow storage options to be passed (#35820)`` +================================================================================================= =========== ================================================================================== + +8.4.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ================================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================================== +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`3f354c0c92 `_ 2023-12-03 ``Do not catch too broad exception in 'WasbHook.delete_container' (#36034)`` +`8f2cf41538 `_ 2023-12-01 ``Fix reraise outside of try block in 'AzureSynapsePipelineRunLink.get_fields_from_url' (#36009)`` +`cf052dc64f `_ 2023-12-01 ``Add feature to build "chicken-egg" packages from sources (#35890)`` +================================================================================================= =========== ================================================================================================== + +8.3.0 +..... + +Latest change: 2023-11-24 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`2a06e278d2 `_ 2023-11-21 ``Check attr on parent not self re TaskContextLogger set_context (#35780)`` +`d8075cd04c `_ 2023-11-20 ``Remove backcompat with Airflow 2.3/2.4 in providers (#35727)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`429ca47b02 `_ 2023-11-18 ``Add Azure Synapse Pipeline connection-type in the UI (#35709)`` +`bb57a240b4 `_ 2023-11-17 ``Extend task context logging support for remote logging using WASB (Azure Blob Storage) (#32972)`` +`2f69b5f007 `_ 2023-11-17 ``Add task context logging feature to allow forwarding messages to task logs (#32646)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`5983506df3 `_ 2023-11-16 ``Add operator to invoke Azure-Synapse pipeline (#35091)`` +================================================================================================= =========== =================================================================================================== + +8.2.0 +..... + +Latest change: 2023-11-08 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`22d583403b `_ 2023-11-08 ``Fix AzureContainerInstanceOperator remove_on_error (#35212)`` +`1addff5511 `_ 2023-11-06 ``Remove empty TYPE_CHECKING block into the Azure provider (#35477)`` +`2980eb137d `_ 2023-11-05 ``fix(providers/microsoft): setting use_async=True for get_async_default_azure_credential (#35432)`` +`13865ab05a `_ 2023-11-03 ``add managed identity support to AsyncDefaultAzureCredential (#35394)`` +`b27047430f `_ 2023-11-02 ``Refactor azure managed identity (#35367)`` +`f84c45827e `_ 2023-11-01 ``feat(provider/azure): add managed identity support to container_registry hook (#35320)`` +`2e8ce5d778 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to wasb hook (#35326)`` +`20afbf8036 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to asb hook (#35324)`` +`a13c091f2d `_ 2023-11-01 ``feat(provider/azure): add managed identity support to cosmos hook (#35323)`` +`a2658368ba `_ 2023-11-01 ``feat(provider/azure): add managed identity support to container_volume hook (#35321)`` +`9114256fd3 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to container_instance hook (#35319)`` +`8d2364bb25 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to adx hook (#35325)`` +`309f8363fd `_ 2023-11-01 ``feat(provider/azure): add managed identity support to batch hook (#35327)`` +`15c952f449 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to data_factory hook (#35328)`` +`0652038c09 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to synapse hook (#35329)`` +`7689db2cc0 `_ 2023-11-01 ``feat(provider/azure): add managed identity support to fileshare hook (#35330)`` +`e22f961071 `_ 2023-11-01 ``Reuse get_default_azure_credential method from Azure utils method (#35318)`` +`63cc915cd3 `_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` +`ebcb16201a `_ 2023-10-30 `` make DefaultAzureCredential configurable in AzureKeyVaultBackend (#35052)`` +`2b011b28ad `_ 2023-10-30 ``Make DefaultAzureCredential in AzureBaseHook configuration (#35051)`` +================================================================================================= =========== ==================================================================================================== + +8.1.0 +..... + +Latest change: 2023-10-28 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`04e2fbd92b `_ 2023-10-27 ``AIP-58: Add Airflow ObjectStore (AFS) (#34729)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +================================================================================================= =========== ================================================================== + +8.0.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`8e383e87e1 `_ 2023-10-13 ``Fix hardcoded container name in remote logging option for Azure Blob Storage (#32779)`` +`546c850a43 `_ 2023-10-13 ``Error handling for when Azure container log cannot be read in properly. (#34627)`` +`434f571915 `_ 2023-10-10 ``Add subnet_ids param in AzureContainerInstancesOperator (#34850)`` +`9ee14a01ac `_ 2023-10-10 ``Bump azure-mgmt-containerinstance (#34738)`` +`1fc286791f `_ 2023-10-06 ``Upgrade azure-mgmt-datafactory in microsift azure provider (#34040)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`99f320354b `_ 2023-10-04 ``Refactor: consolidate import time in providers (#34402)`` +`8a387a9217 `_ 2023-10-04 ``Name params while invoking ClientSecretCredential (#34732)`` +`2e39fbd7d2 `_ 2023-10-03 ``allow providing credentials through keyword argument in AzureKeyVaultBackend (#34706)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`6aa30f2ad6 `_ 2023-09-20 ``fix(providers/microsoft-azure): respect soft_fail argument when exception is raised (#34494)`` +`d20c32f6b7 `_ 2023-09-20 ``Refactor: reduce some conditions in providers (#34440)`` +`5b85442fdc `_ 2023-09-19 ``Consolidate hook management in AzureBatchOperator (#34437)`` +`aee3cfc91e `_ 2023-09-18 ``Consolidate hook management in AzureDataExplorerQueryOperator (#34436)`` +================================================================================================= =========== ================================================================================================ + +7.0.0 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ====================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`a7310f9c91 `_ 2023-09-05 ``Refactor regex in providers (#33898)`` +`18ef30221e `_ 2023-09-05 ``Improve docs on AzureBatchHook DefaultAzureCredential support (#34098)`` +`e294608c6a `_ 2023-09-04 ``feat(providers/microsoft): add AzureContainerInstancesOperator.volume as template field (#34070)`` +`6f1f624f04 `_ 2023-09-03 ``Remove azure-storage-common from microsoft azure providers (#34038)`` +`47bd5dd0e1 `_ 2023-09-03 ``Remove useless string join from providers (#33968)`` +`d946ff40d6 `_ 2023-09-02 ``Remove 'AzureDataFactoryPipelineRunStatusAsyncSensor' class (#34036)`` +`ae67a142b8 `_ 2023-09-02 ``Remove 'LocalToAzureDataLakeStorageOperator' class (#34035)`` +`b7f84e913b `_ 2023-09-02 ``Update Azure fileshare hook to use azure-storage-file-share instead of azure-storage-file (#33904)`` +`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` +`539797fdfb `_ 2023-08-30 ``Add DefaultAzureCredential support to AzureContainerRegistryHook (#33825)`` +`23b15e6428 `_ 2023-08-30 ``feat(providers/microsoft): add DefaultAzureCredential support to AzureContainerVolumeHook (#33822)`` +================================================================================================= =========== ====================================================================================================== + +6.3.0 +..... + +Latest change: 2023-08-29 + +================================================================================================= =========== ========================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================== +`23174ef1bb `_ 2023-08-29 ``Prepare docs for Aug 2023 3rd wave of Providers (RC2) (#33868)`` +`9e2d607f43 `_ 2023-08-29 ``Truncate Wasb storage account name if it's more than 24 characters (#33851)`` +`9d5327806f `_ 2023-08-28 ``Bump azure-mgmt-containerinstance>=7.0.0,<9.0.0 (#33696)`` +`76c2ade2c6 `_ 2023-08-28 ``feat(providers/microsoft): add DefaultAzureCredential to data_lake (#33433)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +`6d182beec6 `_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` +`4bae275edd `_ 2023-08-26 ``Remove duplicated message commit in Azure MessageHook (#33776)`` +`3d575fed54 `_ 2023-08-26 ``Allow passing fully_qualified_namespace and credential to initialize Azure Service Bus Client (#33493)`` +`353b1482d3 `_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)`` +`03529d524f `_ 2023-08-26 ``Add DefaultAzureCredential support to cosmos (#33436)`` +`faf32539d6 `_ 2023-08-26 ``Optimise Airflow DB backend usage in Azure Provider (#33750)`` +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`947b504d5b `_ 2023-08-25 ``Add DefaultAzureCredential support to AzureBatchHook (#33469)`` +`55ff4cf935 `_ 2023-08-25 ``fix(providers/azure): remove json.dumps when querying AzureCosmosDBHook (#33653)`` +`95ece9feef `_ 2023-08-25 ``Move Azure examples into system tests (#33727)`` +`38f2737153 `_ 2023-08-25 ``Fix Azure Batch Hook instantation (#33731)`` +`0931abdb25 `_ 2023-08-25 ``Add AzureBatchOperator example (#33716)`` +`faa50cbe2f `_ 2023-08-24 ``feat(providers/microsoft): add DefaultAzureCredential support to AzureContainerInstanceHook (#33467)`` +`96efcfb830 `_ 2023-08-24 ``Further improvements for provider verification (#33670)`` +`85acbb4ae9 `_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` +`9dac4878c7 `_ 2023-08-24 ``Add DefaultAzureCredential auth for ADX service (#33627)`` +`4a7cd606cc `_ 2023-08-23 ``Bump azure-kusto-data>=4.1.0 (#33598)`` +`a54c2424df `_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` +`b43fcae14b `_ 2023-08-21 ``Simplify conditions on len() in providers/microsoft (#33566)`` +`7700fb12cc `_ 2023-08-20 ``Simplify 'X for X in Y' to 'Y' where applicable (#33453)`` +`bd608a56ab `_ 2023-08-17 ``Fix updating account url for WasbHook (#33457)`` +`4460356c03 `_ 2023-08-14 ``Set logging level to WARNING (#33314)`` +================================================================================================= =========== ========================================================================================================== + +6.2.4 +..... + +Latest change: 2023-08-11 + +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`8da1ff573b `_ 2023-08-07 ``Clean microsoft azure provider by deleting the custom prefix from conn extra fields (#30558)`` +================================================================================================= =========== ================================================================================================ + +6.2.3 +..... + +Latest change: 2023-08-05 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` +`a069965df8 `_ 2023-08-03 ``Add issue link for TODO wrt Azure integration pinned dependencies (#33064)`` +`fea8c9024f `_ 2023-08-02 ``Delete azure cosmos DB sensor example_dag (#32906)`` +`df74553ec4 `_ 2023-08-02 ``Refactor account_url use in WasbHook (#32980)`` +================================================================================================= =========== ============================================================================== + +6.2.2 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`42b4b43c4c `_ 2023-07-23 ``Add Redis task handler (#31855)`` +`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` +================================================================================================= =========== ================================================================================ + +6.2.1 +..... + +Latest change: 2023-07-12 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`e7f59a913e `_ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)`` +`fcbf15947f `_ 2023-07-12 ``Fix breaking change when Active Directory ID is used as host in WASB (#32560)`` +`a67427af37 `_ 2023-07-12 ``Fix get_blobs_list_async method to return BlobProperties (#32545)`` +`c99c03135c `_ 2023-07-08 ``D205 Support - Providers: Stragglers and new additions (#32447)`` +`257136786c `_ 2023-07-08 ``Moves 'AzureBlobStorageToGCSOperator' from Azure to Google provider (#32306)`` +================================================================================================= =========== ================================================================================= + +6.2.0 +..... + +Latest change: 2023-07-06 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` +`f8593503cb `_ 2023-07-05 ``Add default_deferrable config (#31712)`` +`1d6f6131df `_ 2023-07-04 ``refresh connection if an exception is caught in "AzureDataFactory" (#32323)`` +`17132ef4c6 `_ 2023-07-04 ``Added 'AzureBlobStorageToS3Operator' transfer operator (#32270)`` +`985a6cd2a8 `_ 2023-07-03 ``invalid args fix (#32326)`` +`c03d7b7c33 `_ 2023-07-03 ``Adds Sensor section in the Azure providers docs (#32299)`` +`2ce51ac5d3 `_ 2023-06-29 ``Cancel pipeline if unexpected exception caught (#32238)`` +`57b7ba16a3 `_ 2023-06-29 ``Doc changes: Added Transfers section in Azure provider docs (#32241)`` +`46ee1c2c8d `_ 2023-06-28 ``Fix where account url is build if not provided using login (account name) (#32082)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +`dc9b516494 `_ 2023-06-26 ``Adds connection test for ADLS Gen2 (#32126)`` +`c508b8e531 `_ 2023-06-21 ``Add option to pass extra configs to ClientSecretCredential (#31783)`` +================================================================================================= =========== ====================================================================================== + +6.1.2 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`4266a545b0 `_ 2023-06-20 ``Microsoft provider docstring improvements (#31708)`` +`94128303e1 `_ 2023-06-08 ``Removed unused variables in AzureBlobStorageToGCSOperator (#31765)`` +`fbeb01cb17 `_ 2023-06-07 ``Replace unicodecsv with standard csv library (#31693)`` +`9e268e13b1 `_ 2023-06-07 ``Replace spelling directive with spelling:word-list (#31752)`` +`3a0b8bded9 `_ 2023-06-05 ``Add D400 pydocstyle check - Microsoft provider only (#31425)`` +`dc5bf3fd02 `_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` +`ce7766e0a5 `_ 2023-05-31 ``Add docstring and signature for _read_remote_logs (#31623)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +================================================================================================= =========== ====================================================================== + +6.1.1 +..... + +Latest change: 2023-05-24 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d745cee3db `_ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)`` +`45b6cfa138 `_ 2023-05-23 ``Fix deferrable mode execution in WasbPrefixSensor (#31411)`` +`26b8997fb1 `_ 2023-05-23 ``Optimize deferred mode execution for wasb sensors (#31009)`` +================================================================================================= =========== ============================================================== + +6.1.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`ec2f0f12db `_ 2023-05-11 ``Optimize deferred execution for AzureDataFactoryRunPipelineOperator (#31214)`` +`ac46902154 `_ 2023-05-04 ``Move TaskInstanceKey to a separate file (#31033)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`607068f4f0 `_ 2023-05-01 ``Optimize deferrable execution mode 'AzureDataFactoryPipelineRunStatusSensor' (#30983)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +`0cea23a43f `_ 2023-04-22 ``Add deferrable mode to 'WasbPrefixSensor' (#30252)`` +================================================================================================= =========== ========================================================================================= + +6.0.0 +..... + +Latest change: 2023-04-21 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` +`fbc1382514 `_ 2023-04-21 ``remove delegate_to from GCP operators and hooks (#30748)`` +`6b5db07e0d `_ 2023-04-17 ``Merge WasbBlobAsyncSensor to WasbBlobSensor (#30488)`` +================================================================================================= =========== ============================================================ + +5.3.1 +..... + +Latest change: 2023-04-12 + +================================================================================================= =========== =================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================== +`0f3b6579cb `_ 2023-04-12 ``Prepare docs for RC2 of provider wave (#30606)`` +`7ce3b66237 `_ 2023-04-10 ``Load subscription_id from extra__azure__subscriptionId (#30556)`` +`874ea9588e `_ 2023-04-09 ``Prepare docs for ad hoc release of Providers (#30545)`` +`a09fd0d121 `_ 2023-04-08 ``Fix AzureDataFactoryPipelineRunLink get_link method (#30514)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== =================================================================== + +5.3.0 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ========================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`54a59d7cae `_ 2023-03-31 ``Add 'WasbBlobAsyncSensor' (#30197)`` +`0e69ca7c0f `_ 2023-03-29 ``Fix ADF job failure during deferral (#30248)`` +`c39097c07a `_ 2023-03-29 ``merge AzureDataFactoryPipelineRunStatusAsyncSensor to AzureDataFactoryPipelineRunStatusSensor (#30250)`` +`c99201afa2 `_ 2023-03-17 ``Add deferrable 'AzureDataFactoryRunPipelineOperator' (#30147)`` +`9a417a54ba `_ 2023-03-17 ``organize azure provider.yaml (#30155)`` +`a755c5e82b `_ 2023-03-15 ``Expose missing params in AzureSynapseHook API docs (#30099)`` +`2f25ba572e `_ 2023-03-13 ``Add deferrable 'AzureDataFactoryPipelineRunStatusSensor' (#29801)`` +`008f52444a `_ 2023-03-10 ``Fix AzureDataLakeStorageV2Hook 'account_url' with Active Directory authentication (#29980) (#29981)`` +`b6392ae5fd `_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)`` +================================================================================================= =========== ========================================================================================================== + +5.2.1 +..... + +Latest change: 2023-02-18 + +================================================================================================= =========== =============================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================== +`470fdaea27 `_ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)`` +`ce28775397 `_ 2023-02-16 ``Handle deleting more than 256 blobs using 'WasbHook.delete_file()' (#29565)`` +`f9e9d23457 `_ 2023-02-11 ``Restore trigger logging (#29482)`` +`60d4bcd1d1 `_ 2023-02-10 ``Revert "Enable individual trigger logging (#27758)" (#29472)`` +================================================================================================= =========== =============================================================================== + +5.2.0 +..... + +Latest change: 2023-02-08 + +================================================================================================= =========== =========================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================== +`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`1b18a501fe `_ 2023-02-03 ``Enable individual trigger logging (#27758)`` +`3374fdfcbd `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)`` +`6c50a691a8 `_ 2023-01-19 ``Fix params rendering in AzureSynapseHook Python API docs (#29041)`` +================================================================================================= =========== =========================================================================== + +5.1.0 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`3decb189f7 `_ 2023-01-13 ``Hide 'extra' field in WASB connection form (#28914)`` +`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` +`ad7f8e09f8 `_ 2023-01-05 ``Add hook for Azure Data Lake Storage Gen2 (#28262)`` +================================================================================================= =========== ================================================================== + +5.0.2 +..... + +Latest change: 2023-01-02 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`6e3cee1f6e `_ 2022-12-19 ``Re-enable azure service bus on ARM as it now builds cleanly (#28442)`` +================================================================================================= =========== ======================================================================== + +5.0.1 +..... + +Latest change: 2022-12-13 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`443df3b9c8 `_ 2022-12-13 ``Prepare ad hoc providers release (#28327)`` +`7e776db254 `_ 2022-12-09 ``Make arguments 'offset' and 'length' not required (#28234)`` +================================================================================================= =========== ============================================================== + +5.0.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`547e6e80f3 `_ 2022-11-10 ``Fix Azure Batch errors revealed by added typing to azure batch lib (#27601)`` +`a50195d617 `_ 2022-11-07 ``Add azure, google, authentication library limits to eaager upgrade (#27535)`` +`5cd78cf425 `_ 2022-11-06 ``Upgrade dependencies in order to avoid backtracking (#27531)`` +`a16f24b5d7 `_ 2022-11-06 ``Remove deprecated classes in Azure provider (#27417)`` +`59da943428 `_ 2022-11-04 ``Suppress any Exception in wasb task handler (#27495)`` +`680965b2ea `_ 2022-11-03 ``Look for 'extra__' instead of 'extra_' in 'get_field' (#27489)`` +`5df1d6ec20 `_ 2022-10-28 ``Allow and prefer non-prefixed extra fields for remaining azure (#27220)`` +`c49740eb25 `_ 2022-10-28 ``Allow and prefer non-prefixed extra fields for AzureFileShareHook (#27041)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`3676d3a402 `_ 2022-10-24 ``Allow and prefer non-prefixed extra fields for AzureDataExplorerHook (#27219)`` +`6b9e76b7b3 `_ 2022-10-23 ``Allow and prefer non-prefixed extra fields for AzureDataFactoryHook (#27047)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`d51de50e5c `_ 2022-10-22 ``Update WasbHook to reflect preference for unprefixed extra (#27024)`` +`59cba36db0 `_ 2022-10-13 ``Update azure-storage-blob version (#25426)`` +`32434a128a `_ 2022-09-30 ``Fix separator getting added to variables_prefix when empty (#26749)`` +================================================================================================= =========== ================================================================================= + +4.3.0 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`24d88e8fee `_ 2022-09-19 ``Add DataFlow operations to Azure DataFactory hook (#26345)`` +`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`5060785988 `_ 2022-09-09 ``Add network_profile param in AzureContainerInstancesOperator (#26117)`` +`4bd0734a35 `_ 2022-09-01 ``Add Azure synapse operator (#26038)`` +`afb282aee4 `_ 2022-08-27 ``Fix AzureBatchOperator false negative task status (#25844)`` +`5c7c518aa0 `_ 2022-08-16 ``Implement Azure Service Bus Topic Create, Delete Operators (#25436)`` +================================================================================================= =========== ==================================================================================== + +4.2.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`d5f40d739f `_ 2022-08-09 ``Set default wasb Azure http logging level to warning; fixes #16224 (#18896)`` +`8bb0c4fd32 `_ 2022-07-28 ``Add 'test_connection' method to AzureContainerInstanceHook (#25362)`` +`eab0167f1b `_ 2022-07-22 ``Add test_connection to Azure Batch hook (#25235)`` +`e32e9c5880 `_ 2022-07-18 ``Bump typing-extensions and mypy for ParamSpec (#25088)`` +`292440d54f `_ 2022-07-14 ``Implement Azure Service Bus (Update and Receive) Subscription Operator (#25029)`` +================================================================================================= =========== =================================================================================== + +4.1.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`bfd506cbfc `_ 2022-07-13 ``Add 'test_connection' method to AzureCosmosDBHook (#25018)`` +`aa8bf2cf85 `_ 2022-07-12 ``Implement Azure service bus subscription Operators (#24625)`` +`b27fc0367c `_ 2022-07-06 ``Add test_connection method to AzureFileShareHook (#24843)`` +`f18c609d12 `_ 2022-07-01 ``Add test_connection method to Azure WasbHook (#24771)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`09f38ad3f6 `_ 2022-06-23 ``Implement Azure Service Bus Queue Operators (#24038)`` +`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +================================================================================================= =========== ============================================================================= + +4.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`c23826915d `_ 2022-06-07 ``Apply per-run log templates to log handlers (#24153)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`389e858d93 `_ 2022-06-03 ``Pass connection extra parameters to wasb BlobServiceClient (#24154)`` +`6e83885c95 `_ 2022-06-03 ``Migrate Microsoft example DAGs to new design #22452 - azure (#24141)`` +`3393647aa6 `_ 2022-05-26 ``Add typing to Azure Cosmos Client Hook (#23941)`` +`ec6761a5c0 `_ 2022-05-23 ``Clean up f-strings in logging calls (#23597)`` +================================================================================================= =========== ================================================================================== + +3.9.0 +..... + +Latest change: 2022-05-12 + +================================================================================================= =========== =============================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================== +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8f181c1034 `_ 2022-05-08 ``wasb hook: user defaultAzureCredentials instead of managedIdentity (#23394)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`49e336ae03 `_ 2022-04-13 ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)`` +`6933022e94 `_ 2022-04-10 ``Fix new MyPy errors in main (#22884)`` +================================================================================================= =========== =============================================================================== + +3.8.0 +..... + +Latest change: 2022-04-07 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`56ab82ed7a `_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` +`d3976d9b20 `_ 2022-04-04 ``Docs: Fix example usage for 'AzureCosmosDocumentSensor' (#22735)`` +`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)`` +================================================================================================= =========== ================================================================================== + +3.7.2 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +3.7.1 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`c1ab8e2d7b `_ 2022-03-14 ``Protect against accidental misuse of XCom.get_value() (#22244)`` +`d08284ed25 `_ 2022-03-11 `` Add map_index to XCom model and interface (#22112)`` +================================================================================================= =========== ==================================================================== + +3.7.0 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`ba79adb631 `_ 2022-03-02 ``Make container creation configurable when uploading files via WasbHook (#20510)`` +`f42559a773 `_ 2022-03-02 ``Add 'test_connection' method to 'AzureDataFactoryHook' (#21924)`` +`08575ddd8a `_ 2022-03-01 ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)`` +`3c4524b4ec `_ 2022-02-23 ``(AzureCosmosDBHook) Update to latest Cosmos API (#21514)`` +`0a3ff43d41 `_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)`` +================================================================================================= =========== =================================================================================== + +3.6.0 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`ddb5246bd1 `_ 2022-02-03 ``Refactor operator links to not create ad hoc TaskInstances (#21285)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`730db3fb77 `_ 2022-01-18 ``Remove all "fake" stub files (#20936)`` +`f8fd0f7b4c `_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` +================================================================================================= =========== ========================================================================== + +3.5.0 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`a22d5bd076 `_ 2021-12-31 ``Fix mypy errors in Google Cloud provider (#20611)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`3299064958 `_ 2021-12-29 ``Use isort on pyi files (#20556)`` +`e63e23c582 `_ 2021-12-23 ``Fixing MyPy issues inside providers/microsoft (#20409)`` +`341bf5ab1f `_ 2021-12-22 ``Azure: New sftp to wasb operator (#18877)`` +`05e4cd1c6a `_ 2021-12-18 ``Add operator link to monitor Azure Data Factory pipeline runs (#20207)`` +`2fb5e1d0ec `_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`42f133c5f6 `_ 2021-12-06 ``Removes InputRequired validation with azure extra (#20084)`` +`374574b8d0 `_ 2021-12-06 ``Fix mypy errors in Microsoft Azure provider (#19923)`` +================================================================================================= =========== ========================================================================== + +3.4.0 +..... + +Latest change: 2021-11-30 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`e25446a8b1 `_ 2021-11-18 ``Fix argument error in AzureContainerInstancesOperator (#19668)`` +`11e73d2db1 `_ 2021-11-16 ``Remove unnecessary connection form customizations in Azure (#19595)`` +`4212c49324 `_ 2021-11-14 ``Update Azure modules to comply with AIP-21 (#19431)`` +`0f516458be `_ 2021-11-08 ``Remove 'host' from hidden fields in 'WasbHook' (#19475)`` +`ca679c014c `_ 2021-11-07 ``use DefaultAzureCredential if login not provided for Data Factory (#19079)`` +`490a382ed6 `_ 2021-11-04 ``Ensure ''catchup=False'' is used in example dags (#19396)`` +================================================================================================= =========== ============================================================================== + +3.3.0 +..... + +Latest change: 2021-10-29 + +================================================================================================= =========== =========================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`61d0093054 `_ 2021-10-27 ``Added sas_token var to BlobServiceClient return. Updated tests (#19234)`` +`ceb2b53a10 `_ 2021-10-20 ``Static start_date and default arg cleanup for Microsoft providers example DAGs (#19062)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` +`1b75f9181f `_ 2021-10-05 ``Fix changelog for Azure Provider (#18736)`` +`181ac36db3 `_ 2021-10-05 ``update azure cosmos to latest version (#18695)`` +`6d504b43ea `_ 2021-10-04 ``Expanding docs on client auth for AzureKeyVaultBackend (#18659)`` +`c8485a83bc `_ 2021-10-03 ``Revert "update azure cosmos version (#18663)" (#18694)`` +`10421c6931 `_ 2021-10-01 ``update azure cosmos version (#18663)`` +================================================================================================= =========== =========================================================================================== + +3.2.0 +..... + +Latest change: 2021-09-30 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`a458fcc573 `_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +`46484466c4 `_ 2021-09-25 ``Removing redundant relabeling of password conn field (#18386)`` +`97d6892318 `_ 2021-09-25 ``Rename AzureDataLakeStorage to ADLS (#18493)`` +`1d2924c94e `_ 2021-09-24 ``Proper handling of Account URL custom conn field in AzureBatchHook (#18456)`` +`11e34535e8 `_ 2021-09-19 ``Creating ADF pipeline run operator, sensor + ADF custom conn fields (#17885)`` +`410e6d7967 `_ 2021-09-18 ``Initial commit (#18203)`` +`2dac083ae2 `_ 2021-09-16 ``Fixed wasb hook attempting to create container when getting a blob client (#18287)`` +`d119ae8f3f `_ 2021-09-12 ``Rename LocalToAzureDataLakeStorageOperator to LocalFilesystemToADLSOperator (#18168)`` +`28de326d61 `_ 2021-09-09 ``Rename FileToWasbOperator to LocalFilesystemToWasbOperator (#18109)`` +================================================================================================= =========== ======================================================================================== + +3.1.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`29aab6434f `_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` +================================================================================================= =========== ============================================================================ + +3.1.0 +..... + +Latest change: 2021-07-26 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`48ca9374bf `_ 2021-07-26 ``Remove/refactor default_args pattern for Microsoft example DAGs (#16873)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +`caf0a8499f `_ 2021-06-25 ``Add support for managed identity in WASB hook (#16628)`` +`ffb1fcacff `_ 2021-06-24 ``Fix multiple issues in Microsoft AzureContainerInstancesOperator (#15634)`` +`a2a58d27ef `_ 2021-06-24 ``Reduce log messages for happy path (#16626)`` +================================================================================================= =========== ============================================================================= + +3.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`0c80a7d411 `_ 2021-06-11 ``Fixes AzureFileShare connection extras (#16388)`` +`29b7f795d6 `_ 2021-06-07 ``fix wasb remote logging when blob already exists (#16280)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`476d0f6e3d `_ 2021-05-22 ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)`` +`c844ff742e `_ 2021-05-18 ``Fix colon spacing in ''AzureDataExplorerHook'' docstring (#15841)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`3b4fdd0a7a `_ 2021-05-06 ``add oracle connection link (#15632)`` +`b1bd59440b `_ 2021-05-04 ``Add delimiter argument to WasbHook delete_file method (#15637)`` +`0f97a3970d `_ 2021-05-04 ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)`` +`db557a8c4a `_ 2021-05-01 ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)`` +================================================================================================= =========== ============================================================================== + +2.0.0 +..... + +Latest change: 2021-05-01 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`657384615f `_ 2021-04-27 ``Fix 'logging.exception' redundancy (#14823)`` +`d65e492a3e `_ 2021-04-25 ``Removes unnecessary AzureContainerInstance connection type (#15514)`` +`cb1344b63d `_ 2021-04-16 ``Update azure connection documentation (#15352)`` +`1a85ba9e93 `_ 2021-04-13 ``Add dynamic connection fields to Azure Connection (#15159)`` +================================================================================================= =========== ======================================================================= + +1.3.0 +..... + +Latest change: 2021-04-06 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`4372d45615 `_ 2021-03-12 ``Fix attributes for AzureDataFactory hook (#14704)`` +================================================================================================= =========== ============================================================================= + +1.2.0 +..... + +Latest change: 2021-03-08 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`b753c7fa60 `_ 2021-03-08 ``Prepare ad-hoc release of the four previously excluded providers (#14655)`` +`e7bb17aeb8 `_ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)`` +`630aeff72c `_ 2021-03-02 ``Fix AzureDataFactoryHook failing to instantiate its connection (#14565)`` +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`11d03d2f63 `_ 2021-02-26 ``Add Azure Data Factory hook (#11015)`` +`5bfa0f123b `_ 2021-02-25 ``BugFix: Fix remote log in azure storage blob displays in one line (#14313)`` +`ca35bd7f7f `_ 2021-02-21 ``By default PIP will install all packages in .local folder (#14125)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ============================================================================== + +1.1.0 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`94b1531230 `_ 2021-01-23 ``Upgrade azure blob to v12 (#12188)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`b2cb6ee5ba `_ 2021-01-07 ``Fix Azure Data Explorer Operator (#13520)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`a1e9195076 `_ 2020-12-26 ``add system test for azure local to adls operator (#13190)`` +`5185d81ff9 `_ 2020-12-24 ``add AzureDatalakeStorageDeleteOperator (#13206)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`5090fb0c89 `_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` +================================================================================================= =========== ============================================================= + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ====================================================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`543d88b3a1 `_ 2020-11-28 ``Add example dag and system tests for azure wasb and fileshare (#12673)`` +`6b3c6add9e `_ 2020-11-27 ``Update setup.py to get non-conflicting set of dependencies (#12636)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`7ca0b6f121 `_ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`3ff7e0743a `_ 2020-11-08 ``azure key vault optional lookup (#12174)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`6ce855af11 `_ 2020-10-24 ``Fix spelling (#11821)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`f8ff217e2f `_ 2020-10-18 ``Fix incorrect typing and move config args out of extra connection config to operator args (#11635)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`686e0ee7df `_ 2020-10-11 ``Fix incorrect typing, remove hardcoded argument values and improve code in AzureContainerInstancesOperator (#11408)`` +`d2754ef769 `_ 2020-10-09 ``Strict type check for Microsoft (#11359)`` +`832a7850f1 `_ 2020-10-08 ``Add Azure Blob Storage to GCS transfer operator (#11321)`` +`5d007fd2ff `_ 2020-10-08 ``Strict type check for azure hooks (#11342)`` +`b0fcf67559 `_ 2020-10-07 ``Add AzureFileShareToGCSOperator (#10991)`` +`c51016b0b8 `_ 2020-10-05 ``Add LocalToAzureDataLakeStorageOperator (#10814)`` +`fd682fd70a `_ 2020-10-05 ``fix job deletion (#11272)`` +`4210618789 `_ 2020-10-03 ``Ensure target_dedicated_nodes or enable_auto_scale is set in AzureBatchOperator (#11251)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`5093245d6f `_ 2020-09-30 ``Strict type coverage for Oracle and Yandex provider (#11198)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`f77a11d5b1 `_ 2020-09-13 ``Add Secrets backend for Microsoft Azure Key Vault (#10898)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`2f552233f5 `_ 2020-08-21 ``Add AzureBaseHook (#9747)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`7d24b088cd `_ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)`` +`0bf330ba86 `_ 2020-07-24 ``Add get_blobs_list method to WasbHook (#9950)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`d3c76da952 `_ 2020-07-12 ``Improve type hinting to provider microsoft (#9774)`` +`23f80f34ad `_ 2020-07-08 ``Move gcs & wasb task handlers to their respective provider packages (#9714)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`87969a350d `_ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)`` +`d99833c9b5 `_ 2020-04-03 ``[AIRFLOW-4529] Add support for Azure Batch Service (#8024)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`a83eb335e5 `_ 2020-03-23 ``Add call to Super call in microsoft providers (#7821)`` +`f0e2421807 `_ 2020-02-24 ``[AIRFLOW-6896] AzureCosmosDBHook: Move DB call out of __init__ (#7520)`` +`4bec1cc489 `_ 2020-02-24 ``[AIRFLOW-6895] AzureFileShareHook: Move DB call out of __init__ (#7519)`` +`3320e432a1 `_ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)`` +`086e307245 `_ 2020-02-23 ``[AIRFLOW-6890] AzureDataLakeHook: Move DB call out of __init__ (#7513)`` +`4d03e33c11 `_ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)`` +`175a160463 `_ 2020-02-19 ``[AIRFLOW-6828] Stop using the zope library (#7448)`` +`1e00243014 `_ 2020-02-10 ``[AIRFLOW-5176] Add Azure Data Explorer (Kusto) operator (#5785)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`83c037873f `_ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)`` +`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` +`290330ba60 `_ 2020-01-15 ``[AIRFLOW-6552] Move Azure classes to providers.microsoft package (#7158)`` +================================================================================================= =========== ====================================================================================================================================================================== diff --git a/docs/apache-airflow-providers-mongo/commits.rst b/docs/apache-airflow-providers-mongo/commits.rst index fb2e235024201..d32cd85a325c5 100644 --- a/docs/apache-airflow-providers-mongo/commits.rst +++ b/docs/apache-airflow-providers-mongo/commits.rst @@ -46,3 +46,415 @@ Commit `fda45143cd `_ 2024-10-16 ``fix(providers/mongo): prevent applying lower method on boolean field (#43024)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +4.2.1 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`4da35b5766 `_ 2024-09-20 ``Adjust typing in Mongo hook to prevent mypy errors (#42354)`` +`3819ac4f7a `_ 2024-09-17 ``Improve Mongo connection validation and UI (#41717)`` +================================================================================================= =========== =============================================================== + +4.2.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +4.1.2 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +================================================================================================= =========== ================================================================================== + +4.1.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +4.1.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`7e6b7e1667 `_ 2024-03-10 ``Fix D105 for mongo provider (#38016)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`e346253760 `_ 2024-02-15 ``Fix remaining D401 checks (#37434)`` +================================================================================================= =========== ======================================================================= + +4.0.0 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`ed346c78ae `_ 2024-02-12 ``Typo fix in changelog for mongo provider (#37350)`` +`c297f55d7a `_ 2024-02-08 ``Fixing the version for mongo provider (#37250)`` +`0d338e6051 `_ 2024-02-08 ``Change docs type in insert_many to list of dicts (#37230)`` +`a5a6549e5b `_ 2024-02-08 ``Adding certificate validation for ssl in mongo hook (#37214)`` +`c3c1fce629 `_ 2024-01-30 ``Change 'MongoHook.conn_name_attr' to 'mongo_conn_id' (#37104)`` +================================================================================================= =========== ================================================================= + +3.6.0 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`78b179f0c1 `_ 2024-01-19 ``Switch to 'mongo_conn_id' argument into the MongoHook constructor (#36896)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +================================================================================================= =========== ==================================================================================================================== + +3.5.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`c905fe88de `_ 2023-11-25 ``Update information about links into the provider.yaml files (#35837)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +================================================================================================= =========== ======================================================================== + +3.4.0 +..... + +Latest change: 2023-10-28 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`647e76716e `_ 2023-10-25 ``Add distinct function to MongoHook in apache-airflow-providers-mongo (#34466)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ================================================================================= + +3.3.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +================================================================================================= =========== =============================================================== + +3.2.2 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`cede385e93 `_ 2023-08-28 ``Always use 'Literal' from 'typing_extensions' (#33794)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== =================================================================================================== + +3.2.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +================================================================================================= =========== ============================================================= + +3.2.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`0117246db6 `_ 2023-05-15 ``Add future-compatible mongo Hook typing (#31289)`` +`d4dc73416a `_ 2023-05-11 ``Remove the upper version bound on pymongo (#31189)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +3.1.1 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`6af796f459 `_ 2023-01-06 ``MongoHook optimization (#28675)`` +================================================================================================= =========== ================================================================== + +3.1.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 `_ 2022-06-13 ``Fix links to sources for examples (#24386)`` +================================================================================================= =========== ==================================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`2d109401b3 `_ 2022-05-04 ``Bump pre-commit hook versions (#22887)`` +================================================================================================= =========== ================================================================================== + +2.3.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.3.2 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.3.1 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +================================================================================================= =========== ========================================================================== + +2.3.0 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`fe682ec3d3 `_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` +`454ca2ff92 `_ 2021-10-29 ``add mongo_db param to function doc string (#19280)`` +================================================================================================= =========== ========================================================================= + +2.2.0 +..... + +Latest change: 2021-10-29 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`fd569e7144 `_ 2021-10-28 ``#19223 add mongo_db param to MongoSensor (#19276)`` +================================================================================================= =========== ================================================================= + +2.1.0 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`987575787d `_ 2021-08-12 ``Add Mongo projections to hook and transfer (#17379)`` +================================================================================================= =========== ============================================================================ + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`5b2fe0e740 `_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` +`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` +================================================================================================= =========== ================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`46cdb0e080 `_ 2020-07-19 ``Add type hinting for mongo provider (#9875)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`05443c6dc8 `_ 2020-03-23 ``Add missing call to Super class in remaining providers (#7828)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst index b42904bb739a1..45f14ded940ed 100644 --- a/docs/apache-airflow-providers-mysql/commits.rst +++ b/docs/apache-airflow-providers-mysql/commits.rst @@ -46,3 +46,628 @@ Commit `9e8fb40ba7 `_ 2024-10-25 ``Improve the cursor type definition of mysql (#43376)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +5.7.2 +..... + +Latest change: 2024-10-09 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` +================================================================================================= =========== ================================================================== + +5.7.1 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`2e813eb87d `_ 2024-09-04 ``Generalize caching of connection in DbApiHook to improve performance (#40751)`` +================================================================================================= =========== ================================================================================= + +5.7.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +5.6.3 +..... + +Latest change: 2024-08-03 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`bef82d6ab3 `_ 2024-07-19 ``Clean up remaining getattr connection DbApiHook (#40665)`` +================================================================================================= =========== ============================================================ + +5.6.2 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +`e3c31752f1 `_ 2024-05-26 ``Resolving mysql deprecated operator warnings (#39725)`` +================================================================================================= =========== ================================================================================== + +5.6.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +5.6.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +================================================================================================= =========== ======================================================================= + +5.5.4 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`2bc103698f `_ 2024-02-28 ``Unify 'aws_conn_id' type to always be 'str | None' (#37768)`` +`b52b227c04 `_ 2024-02-26 ``Implement AIP-60 Dataset URI formats (#37005)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`e346253760 `_ 2024-02-15 ``Fix remaining D401 checks (#37434)`` +================================================================================================= =========== ================================================================== + +5.5.3 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +================================================================================================= =========== ================================================================================== + +5.5.2 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`c29632aab4 `_ 2024-01-08 ``Bump min version of mysql-connector-python (#36668)`` +================================================================================================= =========== ==================================================================================== + +5.5.1 +..... + +Latest change: 2024-01-07 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`3598a52a2d `_ 2024-01-03 ``Sanitize filenames in MySQLHook (#33328)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`9b5d6bfe27 `_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +================================================================================================= =========== ================================================================================== + +5.5.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`c905fe88de `_ 2023-11-25 ``Update information about links into the provider.yaml files (#35837)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ======================================================================== + +5.4.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +================================================================================================= =========== =============================================================== + +5.3.1 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ====================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +`6d182beec6 `_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` +================================================================================================= =========== ====================================================================================================== + +5.3.0 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`dce9796861 `_ 2023-08-18 ``Add init_command parameter to MySqlHook (#33359)`` +`744aa609c8 `_ 2023-08-17 ``Add 'local_infile' parameter to 'S3ToMySqlOperator' (#33459)`` +================================================================================================= =========== ================================================================ + +5.2.1 +..... + +Latest change: 2023-08-05 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` +`108a07b580 `_ 2023-08-04 ``Bring back mysql-connector-python as required depednency (#32989)`` +================================================================================================= =========== ===================================================================== + +5.2.0 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`ce2841bf6a `_ 2023-07-25 ``Add default port to Openlineage authority method. (#32828)`` +`98a999034c `_ 2023-07-21 ``Add OpenLineage support for MySQL. (#31609)`` +`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ================================================================================ + +5.1.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`fbeb01cb17 `_ 2023-06-07 ``Replace unicodecsv with standard csv library (#31693)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +================================================================================================= =========== ============================================================= + +5.1.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +================================================================================================= =========== ====================================================================================== + +5.0.0 +..... + +Latest change: 2023-04-21 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` +`312f7e873d `_ 2023-04-13 ``Remove mysql-connector-python (#30487)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ======================================================== + +4.0.2 +..... + +Latest change: 2023-03-03 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` +`ff8fae1baf `_ 2023-02-22 ``Use MariaDB client binaries in arm64 image for support MySQL backend (#29519)`` +================================================================================================= =========== ================================================================================= + +4.0.1 +..... + +Latest change: 2023-02-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`23da4daaa0 `_ 2023-01-18 ``Revert "Remove conn.close() ignores (#29005)" (#29010)`` +`85f8df7b8a `_ 2023-01-18 ``Remove conn.close() ignores (#29005)`` +`aa97474020 `_ 2023-01-18 ``Fixed MyPy errors introduced by new mysql-connector-python (#28995)`` +================================================================================================= =========== ======================================================================= + +4.0.0 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`45dd0c484e `_ 2023-01-11 ``Move local_infile option from extra to hook parameter (#28811)`` +================================================================================================= =========== ================================================================== + +3.4.0 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +`83dc604650 `_ 2022-11-17 ``Allow SSL mode in MySQL provider (#27717)`` +================================================================================================= =========== ================================================================ + +3.3.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` +================================================================================================= =========== ========================================================================= + +3.2.1 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + +3.2.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` +================================================================================================= =========== ============================================================================ + +3.1.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`55b16444ad `_ 2022-06-20 ``Close the MySQL connections once operations are done. (#24508)`` +================================================================================================= =========== ================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`3df8ff7407 `_ 2022-06-03 ``Migrate MySQL example DAGs to new design #22453 (#24142)`` +================================================================================================= =========== ================================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.2.2 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.2.1 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`59c450ee54 `_ 2022-02-25 ``Make DbApiHook use get_uri from Connection (#21764)`` +`68da4d84ef `_ 2022-02-19 ``Update MySqlOperator example dag (#21434)`` +================================================================================================= =========== ======================================================== + +2.2.0 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`8f81b9a01c `_ 2022-02-08 ``Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`919ff4567d `_ 2022-01-05 ``Refactor vertica_to_mysql to make it more 'mypy' friendly (#20618)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`86a2a19ad2 `_ 2021-10-17 ``More f-strings (#18855)`` +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +================================================================================================= =========== ====================================================================================== + +2.1.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`4dae4ec9a4 `_ 2021-08-03 ``refactor: fixed type annotation for 'sql' in MySqlOperator (#17388)`` +================================================================================================= =========== ============================================================================ + +2.1.0 +..... + +Latest change: 2021-07-26 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`0dbd0f420c `_ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)`` +`a1d3b271ed `_ 2021-07-19 ``Parse template parameters field for MySQL operator (#17080)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`6ab00bfcfd `_ 2021-07-14 ``Extended template_fields_renderers for MySQL provider (#16987)`` +`c3b8212b6e `_ 2021-07-10 ``Added template_fields_renderers for MySQL Operator (#16914)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================= + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` +`4b031d39e1 `_ 2021-04-27 ``Make Airflow code Pylint 2.8 compatible (#15534)`` +`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` +================================================================================================= =========== ================================================================= + +1.1.0 +..... + +Latest change: 2021-04-06 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`eae22cec9c `_ 2021-04-06 ``Adds 'Trino' provider (with lower memory footprint for tests) (#15187)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`9b428bbbdf `_ 2021-03-28 ``Fix autocommit calls for mysql-connector-python (#14869)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ============================================================================= + +1.0.2 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`cdc20904a5 `_ 2021-02-17 ``MySQL hook respects conn_name_attr (#14240)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ======================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`0d214575a1 `_ 2020-12-28 ``Refactored setup.py to better reflect changes in providers (#13314)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`6bf9acb90f `_ 2020-12-14 ``Fix import from core to mysql provider in mysql example DAG (#13060)`` +================================================================================================= =========== ======================================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`bd90136aaf `_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`75f229601e `_ 2020-11-04 ``Adding MySql howto-documentation and example DAG (#12077)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`01f37967c9 `_ 2020-08-18 ``Add typing coverage to mysql providers package (#10095)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`68d1714f29 `_ 2020-04-04 ``[AIRFLOW-6822] AWS hooks should cache boto3 client (#7541)`` +`329e6a5f72 `_ 2020-04-01 ``[AIRFLOW-5907] Add S3 to MySql Operator (#6578)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`b39468d287 `_ 2020-03-09 ``[AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook (#6576)`` +`9cbd7de6d1 `_ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)`` +`94fccca970 `_ 2020-02-04 ``[AIRFLOW-XXXX] Add pre-commit check for utf-8 file encoding (#7347)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`1e576f1234 `_ 2020-02-02 ``[AIRFLOW-6680] Last changes for AIP-21 (#7301)`` +`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` +`82c0e5aff6 `_ 2020-01-28 ``[AIRFLOW-6655] Move AWS classes to providers (#7271)`` +`eee34ee808 `_ 2020-01-24 ``[AIRFLOW-4204] Update super() calls (#7248)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +================================================================================================= =========== =============================================================================================== diff --git a/docs/apache-airflow-providers-odbc/commits.rst b/docs/apache-airflow-providers-odbc/commits.rst index 470cc2b5f3b66..015ccb6903324 100644 --- a/docs/apache-airflow-providers-odbc/commits.rst +++ b/docs/apache-airflow-providers-odbc/commits.rst @@ -46,3 +46,423 @@ Commit `69af18592f `_ 2024-10-23 ``refactor: OdbcHook must use it's own connection when creating a sqlalchemy engine (#43145)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ============================================================================================== + +4.7.1 +..... + +Latest change: 2024-09-21 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`2e813eb87d `_ 2024-09-04 ``Generalize caching of connection in DbApiHook to improve performance (#40751)`` +================================================================================================= =========== ================================================================================= + +4.7.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +4.6.3 +..... + +Latest change: 2024-08-03 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`bef82d6ab3 `_ 2024-07-19 ``Clean up remaining getattr connection DbApiHook (#40665)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ============================================================ + +4.6.2 +..... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +================================================================================================= =========== ================================================================================== + +4.6.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +4.6.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`7ab24c7723 `_ 2024-04-12 ``Always use the executemany method when inserting rows in DbApiHook as it's way much faster (#38715)`` +================================================================================================= =========== ======================================================================================================= + +4.5.0 +..... + +Latest change: 2024-04-10 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`0b1308ce45 `_ 2024-04-06 ``Make 'placeholder' of DbApiHook configurable in UI (#38528)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`08036e5df5 `_ 2024-02-08 ``D401 Support in Providers (simple) (#37258)`` +================================================================================================= =========== ================================================================== + +4.4.1 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== ===================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`c0f7601391 `_ 2024-01-23 ``Rename columns to valid namedtuple attributes + ensure Row.fields are retrieved as tuple (#36949)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`ed08999e22 `_ 2024-01-10 ``Fix ODBC Hook sql select return empty table (#36709)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ===================================================================================================== + +4.4.0 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`5fe5d31a46 `_ 2023-12-22 ``Return common data structure in DBApi derived classes`` +`f84eb2ab6f `_ 2023-12-21 ``Make "placeholder" of ODBC configurable in UI (#36000)`` +================================================================================================= =========== ================================================================================== + +4.3.0 +..... + +Latest change: 2023-12-12 + +================================================================================================= =========== ================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================ +`64931b1a65 `_ 2023-12-12 ``Prepare docs 1st wave of Providers December 2023 RC2 (#36190)`` +`36010f6d0e `_ 2023-12-11 ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks SQL Hook (#36161)`` +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +================================================================================================= =========== ================================================================================================ + +4.2.0 +..... + +Latest change: 2023-11-24 + +================================================================================================= =========== ==================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================== +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`064fc2b775 `_ 2023-11-17 ``Make pyodbc.Row and databricks.Row JSON-serializable via new 'make_serializable' method (#32319)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ==================================================================================================== + +4.1.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ================================================================ + +4.0.0 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`b683698684 `_ 2023-06-18 ``Check if sqlalchemy_scheme extra contains forbidden characters (#31984)`` +`438ba41e14 `_ 2023-06-07 ``Control permissibility of driver config in extra from airflow.cfg (#31754)`` +`2844dad1c7 `_ 2023-06-06 ``Disable setting ODBC driver via extra by default (#31713)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +================================================================================================= =========== ============================================================================== + +3.3.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)`` +================================================================================================= =========== ====================================================================================== + +3.2.1 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +================================================================================================= =========== ================================================================ + +3.2.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +================================================================================================= =========== ========================================================================= + +3.1.2 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + +3.1.1 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`0f931c77c7 `_ 2022-08-02 ``Fix odbc hook sqlalchemy_scheme docstring (#25421)`` +================================================================================================= =========== ================================================================= + +3.1.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +================================================================================================= =========== ================================================================== + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== ================================================================================== + +2.0.4 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.0.3 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.0.2 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================= =========== ======================================================== + +2.0.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`8a4cfd7341 `_ 2021-06-13 ``OdbcHook returns None. Related to #15016 issue. (#15510)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`c8ef3a3539 `_ 2021-05-11 ``Fix OdbcHook handling of port (#15772)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` +================================================================================================= =========== ======================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`de3b1e687b `_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`54353f8745 `_ 2020-09-27 ``Increase type coverage for five different providers (#11170)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`2b06d0a3de `_ 2020-01-21 ``[AIRFLOW-6603] Remove unnecessary pylint warnings (#7224)`` +`2a819b11fb `_ 2020-01-19 ``[AIRFLOW-6296] add OdbcHook & deprecation warning for pymssql (#6850)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-openlineage/commits.rst b/docs/apache-airflow-providers-openlineage/commits.rst index c8eb01215dfb4..c26390f40c06d 100644 --- a/docs/apache-airflow-providers-openlineage/commits.rst +++ b/docs/apache-airflow-providers-openlineage/commits.rst @@ -49,3 +49,399 @@ Commit `59cf3efb8b `_ 2024-10-15 ``require 1.2.1 common.compat for openlineage provider (#43039)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +1.12.2 +...... + +Latest change: 2024-10-09 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`2bb8628463 `_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` +`a5ffbbda17 `_ 2024-10-09 ``Standard provider bash operator (#42252)`` +`63ff22f403 `_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` +`ede7cb27fd `_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` +================================================================================================= =========== ================================================================== + +1.12.1 +...... + +Latest change: 2024-09-27 + +================================================================================================= =========== ======================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================== +`bcee926d49 `_ 2024-09-27 ``Prepare docs for Sep 2nd adhoc wave of providers (#42519)`` +`84e8cdf674 `_ 2024-09-26 ``fix: OL dag start event not being emitted (#42448)`` +`ffff0e8b33 `_ 2024-09-23 ``Fix typo in error stack trace formatting for clearer output (#42017)`` +================================================================================================= =========== ======================================================================== + +1.12.0 +...... + +Latest change: 2024-09-21 + +================================================================================================= =========== ======================================================================================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================================================================================= +`7628d47d04 `_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`e05c0358af `_ 2024-09-10 ``chore: bump OL provider dependencies versions (#42059)`` +`aa23bfdbc7 `_ 2024-09-02 ``feat: notify about potential serialization failures when sending DagRun, don't serialize unnecessary params, guard listener for exceptions (#41690)`` +`8640f3e397 `_ 2024-09-02 ``move to dag_run.logical_date from execution date in OpenLineage provider (#41889)`` +`00db98b5fe `_ 2024-09-02 ``fix: cast list to flattened string in openlineage InfoJsonEncodable (#41786)`` +`e8a5996891 `_ 2024-08-26 ``Unify DAG schedule args and change default to None (#41453)`` +================================================================================================= =========== ======================================================================================================================================================= + +1.11.0 +...... + +Latest change: 2024-08-25 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`2f952909f5 `_ 2024-08-25 ``Prepare docs for Aug 3rd wave of providers (#41714)`` +`4b42691021 `_ 2024-08-23 ``feat: openlineage listener captures hook-level lineage (#41482)`` +`86e12a9a30 `_ 2024-08-21 ``fix: replace dagTree with downstream_task_ids (#41587)`` +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`0e7c757a1b `_ 2024-08-15 ``fix: get task dependencies without serializing task tree to string (#41494)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`d12eb43960 `_ 2024-08-12 ``feat: add debug facet to all OpenLineage events (#41217)`` +`ec0e9f28ea `_ 2024-08-08 ``feat: add fileloc to DAG info in AirflowRunFacet (#41311)`` +`c3286e8b54 `_ 2024-08-08 ``feat: remove openlineage client deprecated from_environment() method (#41310)`` +`d9f7febe33 `_ 2024-08-08 ``chore: remove openlineage deprecation warnings (#41284)`` +`a7353d200e `_ 2024-08-05 ``fix: return empty data instead of None when OpenLineage on_start method is missing (#41268)`` +================================================================================================= =========== =============================================================================================== + +1.10.0 +...... + +Latest change: 2024-08-03 + +================================================================================================= =========== =================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================================== +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`4d27069d9c `_ 2024-08-02 ``Adjust default extractor's on_failure detection for airflow 2.10 fix (#41094)`` +`4ab0183cfa `_ 2024-07-28 ``Add AirflowRun on COMPLETE/FAIL events (#40996)`` +`10f250347d `_ 2024-07-24 ``openlineage: make value of slots in attrs.define consistent across all OL usages (#40992)`` +`eca05550d3 `_ 2024-07-24 ``Set 'slots' to True for facets used in DagRun (#40972)`` +`579a8b87fc `_ 2024-07-23 ``openlineage: extend custom_run_facets to also be executed on complete and fail (#40953)`` +`0206a4cbcf `_ 2024-07-23 ``openlineage: migrate OpenLineage provider to V2 facets. (#39530)`` +`9ec9eb79a0 `_ 2024-07-23 ``openlineage: Add AirflowRunFacet for dag runEvents (#40854)`` +`8a912f9fa0 `_ 2024-07-23 ``[AIP-62] Translate AIP-60 URI to OpenLineage (#40173)`` +`e30f8102b2 `_ 2024-07-22 ``Ability to add custom facet in OpenLineage events (#38982)`` +`12e17d1726 `_ 2024-07-22 ``openlineage: replace dt.now with airflow.utils.timezone.utcnow (#40887)`` +`6366204458 `_ 2024-07-17 ``openlineage: add method to common.compat to not force hooks to try/except every 2.10 hook lineage call (#40812)`` +`985ccbc4c8 `_ 2024-07-16 ``openlineage: use airflow provided getters from conf (#40790)`` +`37a576130b `_ 2024-07-16 ``openlineage: add config to include 'full' task info based on conf setting (#40589)`` +`2f0bba012e `_ 2024-07-15 ``Add TaskInstance log_url to OpenLineage facet (#40797)`` +`ea1812112d `_ 2024-07-12 ``openlineage: fix / add some task attributes in AirflowRunFacet (#40725)`` +`165b91014f `_ 2024-07-10 ``openlineage: add deferrable information to task info in airflow run facet (#40682)`` +`14b075b4c9 `_ 2024-07-10 ``openlineage: remove deprecated parentRun facet key (#40681)`` +================================================================================================= =========== =================================================================================================================== + +1.9.1 +..... + +Latest change: 2024-07-09 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`1dc582dba3 `_ 2024-07-05 ``fix openlineage parsing dag tree with MappedOperator (#40621)`` +================================================================================================= =========== ================================================================= + +1.9.0 +..... + +Latest change: 2024-07-02 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`0fae73dc45 `_ 2024-07-02 ``Update docs for RC2 openlineage provider (#40551)`` +`57fb776408 `_ 2024-06-28 ``fix: scheduler crashing with OL provider on airflow standalone (#40459)`` +`322130ed82 `_ 2024-06-27 ``nit: fix logging level (#40461)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +`d1a8d3f916 `_ 2024-06-24 ``fix: provide stack trace under proper key in OL facet (#40372)`` +`a1e6e598ed `_ 2024-06-24 ``Revert "fix: scheduler crashing with OL provider on airflow standalone (#40353)" (#40402)`` +`5df3c4efab `_ 2024-06-23 ``Add few removed Task properties in AirflowRunFacet (#40371)`` +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`fbcee8d01b `_ 2024-06-21 ``fix: scheduler crashing with OL provider on airflow standalone (#40353)`` +`4fbdd07c13 `_ 2024-06-20 ``fix: sqa deprecations for airflow providers (#39293)`` +`1a8d12ffe5 `_ 2024-06-14 ``openlineage: execute extraction and message sending in separate process (#40078)`` +`6f4098487d `_ 2024-06-14 ``openlineage, redshift: do not call DB for schemas below Airflow 2.10 (#40197)`` +`fa65a20d4a `_ 2024-06-13 ``local task job: add timeout, to not kill on_task_instance_success listener prematurely (#39890)`` +`f0b51cdacc `_ 2024-06-12 ``openlineage: add some debug logging around sql parser call sites (#40200)`` +`1a613030e6 `_ 2024-06-06 ``Add task SLA and queued datetime information to AirflowRunFacet (#40091)`` +`c202c07f67 `_ 2024-06-05 ``Introduce AirflowJobFacet and AirflowStateRunFacet (#39520)`` +`aba8def5f3 `_ 2024-05-29 ``Add error stacktrace to OpenLineage task event (#39813)`` +`22305477bb `_ 2024-05-28 ``Use UUIDv7 for OpenLineage runIds (#39889)`` +================================================================================================= =========== =================================================================================================== + +1.8.0 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`9532cc7a6c `_ 2024-05-21 ``fix: Prevent error when extractor can't be imported (#39736)`` +`b7671ef5ab `_ 2024-05-21 ``Re-configure ORM in spawned OpenLineage process in scheduler. (#39735)`` +`a81504e316 `_ 2024-05-21 ``chore: Update conf retrieval docstring and adjust pool_size (#39721)`` +`4ee46b984d `_ 2024-05-20 ``Remove 'openlineage.common' dependencies in Google and Snowflake providers. (#39614)`` +`0b698a852b `_ 2024-05-17 ``Add missing 'dag_state_change_process_pool_size' in 'provider.yaml'. (#39674)`` +`4de79a0f6b `_ 2024-05-17 ``feat: Add custom provider runtime checks (#39609)`` +`81a82d8481 `_ 2024-05-15 ``Run unit tests for Providers with airflow installed as package. (#39513)`` +`d529ec8d45 `_ 2024-05-15 ``Use 'ProcessPoolExecutor' over 'ThreadPoolExecutor'. (#39235)`` +`8bc6c32366 `_ 2024-05-13 ``chore: Add more OpenLineage logs to facilitate debugging (#39136)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`3938f71dfa `_ 2024-05-08 ``Scheduler to handle incrementing of try_number (#39336)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +`02ce7f1f58 `_ 2024-05-08 ``openlineage: notify that logged exception was caught (#39493)`` +================================================================================================= =========== ======================================================================================== + +1.7.1 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ecc5af70eb `_ 2024-04-22 ``openlineage, snowflake: do not run external queries for Snowflake (#39113)`` +================================================================================================= =========== ============================================================================== + +1.7.0 +..... + +Latest change: 2024-04-10 + +================================================================================================= =========== ================================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`093ab7e755 `_ 2024-04-08 ``Add lineage_job_namespace and lineage_job_name OpenLineage macros (#38829)`` +`7d9737154c `_ 2024-04-07 ``fix: try002 for provider openlineage (#38806)`` +`ecd69955f9 `_ 2024-04-04 ``fix: Remove redundant operator information from facets (#38264)`` +`a2f5307fd0 `_ 2024-03-29 ``Brings back mypy-checks (#38597)`` +`714a933479 `_ 2024-03-26 ``openlineage: add 'opt-in' option (#37725)`` +`9c4e333f5b `_ 2024-03-25 ``fix: disabled_for_operators now stops whole event emission (#38033)`` +`c6bc052980 `_ 2024-03-19 ``Add default for 'task' on TaskInstance / fix attrs on TaskInstancePydantic (#37854)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`c0b849ad2b `_ 2024-03-11 ``Avoid use of 'assert' outside of the tests (#37718)`` +`ea5238a81b `_ 2024-03-08 ``fix: Add fallbacks when retrieving Airflow configuration to avoid errors being raised (#37994)`` +`3f52790d42 `_ 2024-03-06 ``Resolve G004: Logging statement uses f-string (#37873)`` +`2852976ea6 `_ 2024-03-05 ``fix: Fix parent id macro and remove unused utils (#37877)`` +================================================================================================= =========== ================================================================================================== + +1.6.0 +..... + +Latest change: 2024-03-04 + +================================================================================================= =========== ======================================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================================= +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`9848954e78 `_ 2024-03-01 ``feat: Add OpenLineage metrics for event_size and extraction time (#37797)`` +`e358bb2253 `_ 2024-02-29 ``tests: Add OpenLineage test cases for File to Dataset conversion (#37791)`` +`4938ac04b6 `_ 2024-02-29 ``feat: Add OpenLineage support for File and User Airflow's lineage entities (#37744)`` +`fb6511212e `_ 2024-02-28 ``docs: Update whole OpenLineage Provider docs. (#37620)`` +`5289140a03 `_ 2024-02-22 ``chore: Update comments and logging in OpenLineage ExtractorManager (#37622)`` +`1851a71278 `_ 2024-02-19 ``[OpenLineage] Add support for JobTypeJobFacet properties. (#37255)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`61f0adf0c7 `_ 2024-02-14 ``fix: Check if operator is disabled in DefaultExtractor.extract_on_complete (#37392)`` +`326f9789cd `_ 2024-02-10 ``Follow D401 style in openlineage, slack, and tableau providers (#37312)`` +================================================================================================= =========== ======================================================================================= + +1.5.0 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`95a83102e8 `_ 2024-01-09 ``feat: Add dag_id when generating OpenLineage run_id for task instance. (#36659)`` +================================================================================================= =========== =================================================================================== + +1.4.0 +..... + +Latest change: 2024-01-07 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`44b97e1687 `_ 2024-01-04 ``Add OpenLineage support for Redshift SQL. (#35794)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ============================================================================ + +1.3.1 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`fcb527ae94 `_ 2023-12-22 ``Fix typo. (#36362)`` +================================================================================================= =========== ================================================================================== + +1.3.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`fba682b1a5 `_ 2023-12-06 ``Remove ClassVar annotations. (#36084)`` +`acd95a5ef1 `_ 2023-12-05 ``feat: Add parent_run_id for COMPLETE and FAIL events (#36067)`` +`35a1b7a63a `_ 2023-12-04 ``fix: Repair run_id for OpenLineage FAIL events (#36051)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`ecbf02386a `_ 2023-11-21 ``Add basic metrics to stats collector. (#35368)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +================================================================================================= =========== ================================================================= + +1.2.1 +..... + +Latest change: 2023-11-08 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`59b32dc0a0 `_ 2023-11-06 ``Fix bad regexp in mypy-providers specification in pre-commits (#35465)`` +`6858ea46eb `_ 2023-11-04 ``Make schema filter uppercase in 'create_filter_clauses' (#35428)`` +`63cc915cd3 `_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` +================================================================================================= =========== ========================================================================== + +1.2.0 +..... + +Latest change: 2023-10-28 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`0940d09859 `_ 2023-10-25 ``Send column lineage from SQL operators. (#34843)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ================================================================== + +1.1.1 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`73dd877961 `_ 2023-10-11 ``Adjust log levels in OpenLineage provider (#34801)`` +================================================================================================= =========== =============================================================== + +1.1.0 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`5eea4e632c `_ 2023-09-07 ``Add OpenLineage support for DBT Cloud. (#33959)`` +`e403c74524 `_ 2023-09-06 ``Fix import in 'get_custom_facets'. (#34122)`` +`875387afa5 `_ 2023-09-01 ``Refactor unneeded jumps in providers (#33833)`` +`b4d4f55b47 `_ 2023-08-31 ``Refactor: Replace lambdas with comprehensions in providers (#33771)`` +`0d49d1fed9 `_ 2023-08-29 ``Allow to disable openlineage at operator level (#33685)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +================================================================================================= =========== =================================================================================================== + +1.0.2 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`626d3daa9b `_ 2023-08-24 ``Add OpenLineage support for Trino. (#32910)`` +`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` +`abef61ff3d `_ 2023-08-20 ``Replace repr() with proper formatting (#33520)`` +`6d3b71c333 `_ 2023-08-19 ``openlineage: don't run task instance listener in executor (#33366)`` +`8e738cd0ad `_ 2023-08-15 ``openlineage: do not try to redact Proxy objects from deprecated config (#33393)`` +`23d5076635 `_ 2023-08-13 ``openlineage: defensively check for provided datetimes in listener (#33343)`` +================================================================================================= =========== =================================================================================== + +1.0.1 +..... + +Latest change: 2023-08-05 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` +`bdc10a5ff6 `_ 2023-08-04 ``Move openlineage configuration to provider (#33124)`` +`11ff650e1b `_ 2023-08-04 ``openlineage: disable running listener if not configured (#33120)`` +`e10aa6ae6a `_ 2023-08-04 ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)`` +`2a39914cbd `_ 2023-08-01 ``Don't use database as fallback when no schema parsed. (#32959)`` +================================================================================================= =========== =================================================================================================== + +1.0.0 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== =============================================================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================================================== +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`0924389a87 `_ 2023-07-28 ``Fix MIN_AIRFLOW_VERSION_EXCEPTIONS for openlineage (#32909)`` +`5c8223c335 `_ 2023-07-28 ``Bump common-sql version in provider (#32907)`` +`8a0f410010 `_ 2023-07-28 ``Update openlineage provider to min version of airflow 2.7.0 (#32882)`` +`b73366799d `_ 2023-07-27 ``openlineage, gcs: add openlineage methods for GcsToGcsOperator (#31350)`` +`9194144dab `_ 2023-07-27 ``Replace Ruff setting known-third-party with namespace-packages (#32873)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`ee4a838d49 `_ 2023-07-05 ``Pass SQLAlchemy engine to construct information schema query. (#32371)`` +`1240dcc167 `_ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)`` +`65fad4affc `_ 2023-07-04 ``Change default schema behaviour in SQLParser. (#32347)`` +`f2e2125b07 `_ 2023-06-29 ``openlineage, common.sql: provide OL SQL parser as internal OpenLineage provider API (#31398)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +`1d564adc1c `_ 2023-06-20 ``set contributor note in CHANGELOG.rst openlienage (#32018)`` +`ebd7b0eb53 `_ 2023-06-13 ``openlineage: fix typing errors produced by bumping version, bump minimum version to 0.28, remove outdated warnings (#31874)`` +`6f8cd65bde `_ 2023-06-06 ``Limit openlineage-integration-common until breaking change is fixed (#31739)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`6b21e4b88c `_ 2023-05-13 ``Bring back detection of implicit single-line string concatenation (#31270)`` +`981afe2a4f `_ 2023-05-12 ``openlineage: add extractors for python and bash operators (#30713)`` +`51603efbf7 `_ 2023-05-04 ``Allow configuring OpenLineage client from Airflow config. (#30735)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`2f570c2bf7 `_ 2023-04-20 ``Fix when OpenLineage plugins has listener disabled. (#30708)`` +`cbde23e6bc `_ 2023-04-17 ``Upgrade to MyPy 1.2.0 (#30687)`` +`6a6455ad1c `_ 2023-04-17 ``Correctly pass a type to attrs.has() (#30677)`` +`8d81963c01 `_ 2023-04-16 ``Workaround type-incompatibility with new attrs in openlineage (#30674)`` +`55963de61e `_ 2023-04-14 ``First commit of OpenLineage provider. (#29940)`` +================================================================================================= =========== =============================================================================================================================== diff --git a/docs/apache-airflow-providers-oracle/commits.rst b/docs/apache-airflow-providers-oracle/commits.rst index aff072e29428d..a274d2e0a6381 100644 --- a/docs/apache-airflow-providers-oracle/commits.rst +++ b/docs/apache-airflow-providers-oracle/commits.rst @@ -46,3 +46,519 @@ Commit `33c72387ca `_ 2024-10-26 ``Add sequence insert support to OracleHook (#42947)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +3.11.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +3.10.3 +...... + +Latest change: 2024-07-09 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`89d2f2992f `_ 2024-07-05 ``Warn user about unused replace parameter in insert_rows (OracleHook) (#39408)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ================================================================================= + +3.10.2 +...... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +================================================================================================= =========== ================================================================================== + +3.10.1 +...... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +3.10.0 +...... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`e346253760 `_ 2024-02-15 ``Fix remaining D401 checks (#37434)`` +================================================================================================= =========== ======================================================================= + +3.9.2 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`c439ab87c4 `_ 2024-01-10 ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================== + +3.9.1 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`5fe5d31a46 `_ 2023-12-22 ``Return common data structure in DBApi derived classes`` +================================================================================================= =========== ================================================================================== + +3.9.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +================================================================================================= =========== ======================================================================= + +3.8.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`7ebf4220c9 `_ 2023-09-28 ``Refactor usage of str() in providers (#34320)`` +`8ecd576de1 `_ 2023-09-14 ``Refactor shorter defaults in providers (#34347)`` +================================================================================================= =========== =============================================================== + +3.7.4 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`f47a2a8af6 `_ 2023-09-07 ``Refactor: Consolidate "import numpy as np" (#34111)`` +`fa5e54c4c5 `_ 2023-09-03 ``Combine similar if logics in providers (#33987)`` +`353b1482d3 `_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)`` +================================================================================================= =========== ====================================================================== + +3.7.3 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`94c8291629 `_ 2023-08-25 ``Refactor: Use f-strings (#33734)`` +`94f70d8184 `_ 2023-08-23 ``Replace strftime with f-strings where nicer (#33455)`` +`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` +`a91ee7ac2f `_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` +`ea8519c055 `_ 2023-08-18 ``Avoid importing pandas and numpy in runtime and module level (#33483)`` +================================================================================================= =========== ========================================================================= + +3.7.2 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`e01323635a `_ 2023-07-13 ``Add deprecation info to the providers modules and classes docstring (#32536)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`2794c4172e `_ 2023-06-27 ``D205 Support - Auto-fixes and Stragglers (#32212)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ================================================================================ + +3.7.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +================================================================================================= =========== ============================================================= + +3.7.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`41cb63764d `_ 2023-05-09 ``Fix deprecated import in Oracle example (#31166)`` +`edebfe3f2f `_ 2023-05-09 ``Add docs for Oracle operators (#30979)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +3.6.0 +..... + +Latest change: 2023-01-02 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`43530f5529 `_ 2022-12-13 ``XCOM push ORA error code in OracleStoredProcedure (#27319)`` +================================================================================================= =========== ============================================================== + +3.5.1 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +================================================================================================= =========== ================================================================ + +3.5.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`ecd4d6654f `_ 2022-10-18 ``Add SQLExecuteQueryOperator (#25717)`` +================================================================================================= =========== ========================================================================= + +3.4.0 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`b254a9f4be `_ 2022-09-28 ``Add oracledb thick mode support for oracle provider (#26576)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + +3.3.0 +..... + +Latest change: 2022-08-10 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` +================================================================================================= =========== ============================================================================ + +3.2.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +`46ac083f7e `_ 2022-07-01 ``Align Black and blacken-docs configs (#24785)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +================================================================================================= =========== ================================================================== + +3.1.0 +..... + +Latest change: 2022-06-15 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`952a5ea8d8 `_ 2022-06-15 ``Update release docs for Google and Oracle providers (#24461)`` +`2a084ee8d7 `_ 2022-06-14 ``Update Oracle library to latest version (#24311)`` +================================================================================================= =========== ================================================================ + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`fd2cd25094 `_ 2022-06-07 ``Make numpy effectively an optional dependency for Oracle provider (#24272)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`8b6b0848a3 `_ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)`` +`4147aa1bdf `_ 2022-04-12 ``Add 'parameters' to templated fields in 'OracleOperator' (#22857)`` +================================================================================================= =========== ================================================================================== + +2.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.2.2 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.2.1 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +`900bad1c67 `_ 2022-02-27 ``Fix oracle test connection (#21699)`` +================================================================================================= =========== ======================================================== + +2.2.0 +..... + +Latest change: 2022-02-14 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`28378d867a `_ 2022-02-14 ``Add documentation for RC3 release of providers for Jan 2022 (#21553)`` +`d72098f6d8 `_ 2022-02-11 ``improved backwards compatibility (#21524)`` +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`471e368eac `_ 2022-02-07 ``[Oracle] Oracle Hook - automatically set current_schema when defined in Connection (#19084)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`39e395f981 `_ 2022-02-04 ``Add more SQL template fields renderers (#21237)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`a8c6451e61 `_ 2022-01-07 ``Oracle Provider: Fix handling of bindvars with no parameters (#20720)`` +================================================================================================= =========== =============================================================================================== + +2.1.0 +..... + +Latest change: 2021-12-31 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`6e51608f28 `_ 2021-12-16 ``Fix mypy for providers: elasticsearch, oracle, yandex (#20344)`` +`c7f36f25cb `_ 2021-12-13 ``Add method 'callproc' on Oracle hook (#20072)`` +`0f712e307a `_ 2021-12-07 ``Add ''autocommit'' to ''OracleHook'' (#20085)`` +================================================================================================= =========== ========================================================================= + +2.0.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`bb52098cd6 `_ 2021-08-06 ``Fix type annotations in OracleOperator, JdbcOperator, SqliteOperator (#17406)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ================================================================================== + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`abcd487313 `_ 2021-05-17 ``Add optional result handler to database hooks (#15581)`` +`30eeac7b7e `_ 2021-05-09 ``[Oracle] Add port to DSN (#15589)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`3b4fdd0a7a `_ 2021-05-06 ``add oracle connection link (#15632)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`71c673e427 `_ 2021-04-22 ``Update Docstrings of Modules with Missing Params (#15391)`` +================================================================================================= =========== ================================================================= + +1.1.0 +..... + +Latest change: 2021-04-06 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +`6e6526a0f6 `_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` +================================================================================================= =========== ============================================================================= + +1.0.1 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`33e0a70cff `_ 2020-12-18 ``Fix typo in provider name - Oracle (#13147)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== =============================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`2037303eef `_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`d305876bee `_ 2020-10-12 ``Remove redundant None provided as default to dict.get() (#11448)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`5093245d6f `_ 2020-09-30 ``Strict type coverage for Oracle and Yandex provider (#11198)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`7c206a82a6 `_ 2020-08-22 ``Replace assigment with Augmented assignment (#10468)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`24c8e4c2d6 `_ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`1d36b0303b `_ 2020-05-23 ``Fix references in docs (#8984)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`057f3ae3a4 `_ 2020-01-29 ``[AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package (#7286)`` +`059eda05f8 `_ 2020-01-21 ``[AIRFLOW-6610] Move software classes to providers package (#7231)`` +================================================================================================= =========== =============================================================================================== diff --git a/docs/apache-airflow-providers-slack/commits.rst b/docs/apache-airflow-providers-slack/commits.rst index b479719a8169c..e07375575586e 100644 --- a/docs/apache-airflow-providers-slack/commits.rst +++ b/docs/apache-airflow-providers-slack/commits.rst @@ -50,3 +50,571 @@ Commit `c881565c07 `_ 2024-10-17 ``passing the filetype for SlackAPIFileOperator (#43069)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +8.9.0 +..... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +8.8.0 +..... + +Latest change: 2024-08-03 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`12ca9d875f `_ 2024-07-11 ``docs(SlackNotifier): add newly added unfurl args to the docstring (#40709)`` +`c25858cb30 `_ 2024-07-10 ``feat(slack): add unfurl options to slack notifier (#40694)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== ============================================================================== + +8.7.1 +..... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +8.7.0 +..... + +Latest change: 2024-05-01 + +================================================================================================= =========== ================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`7a0fa64997 `_ 2024-05-01 ``Use 'upload_files_v2' Slack SDK method by default in Slack Operators (#39340)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +================================================================================================= =========== ================================================================================= + +8.6.2 +..... + +Latest change: 2024-04-10 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`0aee6813db `_ 2024-03-22 ``Fix set deprecated slack operators arguments in 'MappedOperator' (#38345)`` +`d8381ed250 `_ 2024-03-18 ``Update SqlToSlackApiFileOperator with new param to check empty output (#38079)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`30f7b2abe6 `_ 2024-03-04 ``Avoid to use too broad 'noqa' (#37862)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +================================================================================================= =========== ================================================================================== + +8.6.1 +..... + +Latest change: 2024-02-12 + +================================================================================================= =========== ============================================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================================= +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`326f9789cd `_ 2024-02-10 ``Follow D401 style in openlineage, slack, and tableau providers (#37312)`` +`9a4164d8cc `_ 2024-01-31 ``Remove the remaining references to use the token bypassing the Connection in the Slack provider. (#37112)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +================================================================================================= =========== ============================================================================================================= + +8.6.0 +..... + +Latest change: 2024-01-26 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`9758acf6c2 `_ 2024-01-20 ``Optionally use 'client.files_upload_v2' in Slack Provider (#36757)`` +`6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================================================== + +8.5.1 +..... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`4824ca7c5a `_ 2023-12-08 ``Slack: Remove parameter 'token' in SlackAPIPostOperator's docstring (#36121)`` +================================================================================================= =========== ================================================================================== + +8.5.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +================================================================================================= =========== ======================================================================= + +8.4.0 +..... + +Latest change: 2023-11-08 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`1b059c57d6 `_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`3fbd9d6b18 `_ 2023-11-07 ``Add missing examples into Slack Provider (#35495)`` +`11bdfe4c12 `_ 2023-11-07 ``Work around typing issue in examples and providers (#35494)`` +`850e1947a6 `_ 2023-11-05 ``Reorganize SQL to Slack Operators (#35215)`` +================================================================================================= =========== =============================================================== + +8.3.0 +..... + +Latest change: 2023-10-28 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +`e6f445129a `_ 2023-10-19 ``Pass additional arguments from Slack's Operators/Notifiers to Hooks (#35039)`` +`b75f9e8806 `_ 2023-10-18 ``Upgrade pre-commits (#35033)`` +================================================================================================= =========== ================================================================================ + +8.2.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`6ba2c4485c `_ 2023-10-12 ``Docstring correction for 'SlackAPIOperator' (#34871)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`faa32f23e8 `_ 2023-09-23 ``Slack: use default_conn_name by default (#34548)`` +================================================================================================= =========== =============================================================== + +8.1.0 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== =================================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`e357f7b531 `_ 2023-09-01 ``Add Slack Incoming Webhook Notifier (#33966)`` +`b4d4f55b47 `_ 2023-08-31 ``Refactor: Replace lambdas with comprehensions in providers (#33771)`` +`9d8c77e447 `_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` +================================================================================================= =========== =================================================================================================== + +8.0.0 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`ed6a4fd116 `_ 2023-08-24 ``Remove deprecated parts from Slack provider (#33557)`` +`0a7eae3fcb `_ 2023-08-23 ``Replace deprecated slack notification in provider.yaml with new one (#33643)`` +`ea8519c055 `_ 2023-08-18 ``Avoid importing pandas and numpy in runtime and module level (#33483)`` +`8e88eb8fa7 `_ 2023-08-17 ``Consolidate import and usage of pandas (#33480)`` +================================================================================================= =========== ================================================================================ + +7.3.2 +..... + +Latest change: 2023-07-29 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`d06b7af69a `_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`60c49ab2df `_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`e45bee8840 `_ 2023-07-05 ``D205 Support - Providers: Pagerduty to SMTP (inclusive) (#32358)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ==================================================================== + +7.3.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +================================================================================================= =========== ============================================================= + +7.3.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`24532312b6 `_ 2023-05-12 ``Standardize Slack Notifier (#31244)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`ce6ae2457e `_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`b5b1fae2df `_ 2023-01-31 ``Add Documentation for notification feature extension (#29191)`` +================================================================================================= =========== ====================================================================================== + +7.2.0 +..... + +Latest change: 2023-01-14 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` +`a7e1cb2fbf `_ 2023-01-04 ``Add general-purpose "notifier" concept to DAGs (#28569)`` +================================================================================================= =========== ================================================================== + +7.1.1 +..... + +Latest change: 2023-01-02 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`527b948856 `_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)`` +================================================================================================= =========== =================================================================================== + +7.1.0 +..... + +Latest change: 2022-11-26 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)`` +`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)`` +`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)`` +`c609477260 `_ 2022-11-16 ``Implements SqlToSlackApiFileOperator (#26374)`` +================================================================================================= =========== ================================================================ + +7.0.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`00af5c007e `_ 2022-11-14 ``Replace urlparse with urlsplit (#27389)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`cc44bae412 `_ 2022-10-22 ``Allow and prefer non-prefixed extra fields for slack hooks (#27070)`` +================================================================================================= =========== ========================================================================= + +6.0.0 +..... + +Latest change: 2022-10-04 + +================================================================================================= =========== ============================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================== +`403ed7163f `_ 2022-10-04 ``Add docs for Google/Slack RC providers (#26860)`` +`7b183071a3 `_ 2022-10-03 ``Fix Slack Connections created in the UI (#26845)`` +`ec1615b589 `_ 2022-09-28 ``Fix errors in CHANGELOGS for slack and amazon (#26746)`` +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`fd27584b3d `_ 2022-09-27 ``Refactor 'SlackWebhookOperator': Get rid of mandatory http-provider dependency (#26648)`` +`95a5fc7ec9 `_ 2022-09-22 ``Refactor SlackWebhookHook in order to use 'slack_sdk' instead of HttpHook methods (#26452)`` +`7d5e8cce6c `_ 2022-09-19 ``Remove unsafe imports in Slack API Connection (#26459)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`675bb6c0e8 `_ 2022-09-09 ``Move send_file method into SlackHook (#26118)`` +`214873cc60 `_ 2022-08-31 ``Refactor Slack API Hook and add Connection (#25852)`` +`8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`808035e00a `_ 2022-07-18 ``AIP-47 - Migrate Slack DAG to new design (#25137)`` +================================================================================================= =========== ============================================================================================== + +5.1.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` +`69565ddfa0 `_ 2022-07-01 ``Update docstring in 'SqlToSlackOperator' (#24759)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`13908c2c91 `_ 2022-06-29 ``Adding generic 'SqlToSlackOperator' (#24663)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +================================================================================================= =========== ================================================================== + +5.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +================================================================================================= =========== ================================================================================== + +4.2.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +4.2.2 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +4.2.1 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================= =========== ======================================================== + +4.2.0 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`0ac3b8c3dd `_ 2022-01-27 ``Return slack api call response in slack_hook (#21107)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`a47c58a780 `_ 2021-12-30 ``Update SlackWebhookHook docstring (#20061)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`a0821235fb `_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`dad2f8103b `_ 2021-12-15 ``Fix mypy providers (#20190)`` +`853576d901 `_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`d937bebdad `_ 2021-10-16 ``Doc: Restoring additional context in Slack operators how-to guide (#18985)`` +================================================================================================= =========== ============================================================================== + +4.1.0 +..... + +Latest change: 2021-09-30 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`ef037e7021 `_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`29493d2d61 `_ 2021-09-26 ``Add Slack operators how-to guide (#18525)`` +`9bf0ed2179 `_ 2021-09-23 ``Restore 'filename' to template_fields (#18466)`` +================================================================================================= =========== ====================================================================================== + +4.0.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`2935be1990 `_ 2021-08-16 ``Fixed SlackAPIFileOperator to upload file and file content. (#17400)`` +`07c8ee0151 `_ 2021-08-02 ``Fixed SlackAPIFileOperator to upload file and file content (#17247)`` +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +================================================================================================= =========== ============================================================================ + +4.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 `_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` +`10ed42a837 `_ 2021-05-27 ``Fix hooks extended from http hook (#16109)`` +`6d9fc3ed98 `_ 2021-05-14 ``Fix docstring formatting on ''SlackHook'' (#15840)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`40a2476a5d `_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` +`bf2b48174a `_ 2021-04-27 ``Add Connection Documentation for Providers (#15499)`` +`a7ca1b3b0b `_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ======================================================================= + +3.0.0 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`8c060d55df `_ 2021-02-18 ``Don't allow SlackHook.call method accept *args (#14289)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ======================================================================= + +2.0.0 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`2839450013 `_ 2021-01-25 ``Upgrade slack_sdk to v3 (#13745)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ======================================================== + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`2947e09999 `_ 2020-12-02 ``SlackWebhookHook use password instead of extra (#12674)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`4830687453 `_ 2020-10-24 ``Use Python 3 style super classes (#11806)`` +`4fb5c017fe `_ 2020-10-21 ``Check response status in slack webhook hook. (#11620)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`720912f67b `_ 2020-10-02 ``Strict type check for multiple providers (#11229)`` +`0161b5ea2b `_ 2020-09-26 ``Increasing type coverage for multiple provider (#11159)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`d1bce91bb2 `_ 2020-08-25 ``PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`2f2d8dbfaf `_ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`7cc1c8bc00 `_ 2020-07-25 ``Updates the slack WebClient call to use the instance variable - token (#9995)`` +`33f0cd2657 `_ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)`` +`df8efd04f3 `_ 2020-06-21 ``Enable & Fix "Docstring Content Issues" PyDocStyle Check (#9460)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`5cf46fad1e `_ 2020-05-29 ``Add SlackAPIFileOperator impementing files.upload from Slack API (#9004)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`427257c2e2 `_ 2020-05-24 ``Remove defunct code from setup.py (#8982)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`578fc514cd `_ 2020-05-12 ``[AIRFLOW-4543] Update slack operator to support slackclient v2 (#5519)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`be2b2baa7c `_ 2020-03-23 ``Add missing call to Super class in 'http', 'grpc' & 'slack' providers (#7826)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`9a04013b0e `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` +`c42a375e79 `_ 2020-01-27 ``[AIRFLOW-6644][AIP-21] Move service classes to providers package (#7265)`` +================================================================================================= =========== ================================================================================== diff --git a/docs/apache-airflow-providers-ssh/commits.rst b/docs/apache-airflow-providers-ssh/commits.rst index 22201c59eb270..5ff316c4c93b7 100644 --- a/docs/apache-airflow-providers-ssh/commits.rst +++ b/docs/apache-airflow-providers-ssh/commits.rst @@ -46,3 +46,578 @@ Commit `b3b48501c7 `_ 2024-10-17 ``SSHHook expose auth_timeout parameter (#43048)`` `857ca4c06c `_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== + +3.13.1 +...... + +Latest change: 2024-08-25 + +================================================================================================= =========== ================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================= +`2f952909f5 `_ 2024-08-25 ``Prepare docs for Aug 3rd wave of providers (#41714)`` +`d404a1438f `_ 2024-08-21 ``SSHHook: check if existing connection is still alive (#41061)`` +================================================================================================= =========== ================================================================= + +3.13.0 +...... + +Latest change: 2024-08-19 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`75fb7acbac `_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` +`fcbff15bda `_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +================================================================================================= =========== ======================================================================= + +3.12.0 +...... + +Latest change: 2024-08-03 + +================================================================================================= =========== =========================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================== +`d23881c648 `_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` +`c139fbdb48 `_ 2024-07-24 ``Add on kill to ssh (#40377)`` +`09a7bd1d58 `_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` +`a62bd83188 `_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)`` +================================================================================================= =========== =========================================================== + +3.11.2 +...... + +Latest change: 2024-06-22 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`6e5ae26382 `_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` +`c0f27094ab `_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)`` +================================================================================================= =========== ================================================================================== + +3.11.1 +...... + +Latest change: 2024-05-26 + +================================================================================================= =========== ================================================ +Commit Committed Subject +================================================================================================= =========== ================================================ +`34500f3a2f `_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)`` +`2b1a2f8d56 `_ 2024-05-11 ``Reapply templates for all providers (#39554)`` +`2c05187b07 `_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)`` +`73918925ed `_ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)`` +================================================================================================= =========== ================================================ + +3.11.0 +...... + +Latest change: 2024-05-01 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`fe4605a10e `_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`ead9b00f7c `_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` +`5fa80b6aea `_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)`` +`0a74928894 `_ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)`` +`6ac50c901b `_ 2024-03-11 ``Fix D105 checks for SSH provider (#38013)`` +`83316b8158 `_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` +`5a0be392e6 `_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +================================================================================================= =========== ======================================================================= + +3.10.1 +...... + +Latest change: 2024-02-12 + +================================================================================================= =========== ==================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================== +`bfb054e9e8 `_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`08036e5df5 `_ 2024-02-08 ``D401 Support in Providers (simple) (#37258)`` +`dec2662190 `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` +`0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` +`2b4da0101f `_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` +`6bd450da1e `_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` +`19ebcac239 `_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` +`6937ae7647 `_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +================================================================================================= =========== ==================================================================================================================== + +3.10.0 +...... + +Latest change: 2023-12-23 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`b15d5578da `_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`f5883d6e7b `_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`e028e38db7 `_ 2023-12-21 ``Allow SSHOperator.skip_on_exit_code to be zero (#36358)`` +`73cd0d5f8e `_ 2023-12-21 ``Add skip_on_exit_code to SSHOperator (#36303)`` +`343bac956b `_ 2023-12-11 ``Review and mark found potential SSH security issues by bandit (#36162)`` +`cd476acd8f `_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` +================================================================================================= =========== ================================================================================== + +3.9.0 +..... + +Latest change: 2023-12-08 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`999b70178a `_ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)`` +`d0918d77ee `_ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)`` +`0b23d5601c `_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`99534e47f3 `_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` +`99df205f42 `_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +================================================================================================= =========== ======================================================================= + +3.8.1 +..... + +Latest change: 2023-10-28 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`d1c58d86de `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` +`3592ff4046 `_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` +`543db7004e `_ 2023-10-25 ``Consolidate stacklevel in ssh operator warning (#35151)`` +`dd7ba3cae1 `_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` +================================================================================================= =========== ================================================================== + +3.8.0 +..... + +Latest change: 2023-10-13 + +================================================================================================= =========== =============================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================== +`e9987d5059 `_ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)`` +`0c8e30e43b `_ 2023-10-05 ``Bump min airflow version of providers (#34728)`` +`06965e604c `_ 2023-09-21 ``add warn stacklevel=2 to ssh hook (#34527)`` +`76628aebdf `_ 2023-09-18 ``Consolidate hook management in SSHOperator (#34428)`` +================================================================================================= =========== =============================================================== + +3.7.3 +..... + +Latest change: 2023-09-08 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`21990ed894 `_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` +`b11525702c `_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)`` +`2a00f18ebb `_ 2023-08-26 ``E731: replace lambda by a def method in Airflow providers (#33757)`` +================================================================================================= =========== ====================================================================== + +3.7.2 +..... + +Latest change: 2023-08-26 + +================================================================================================= =========== ================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================ +`c077d19060 `_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` +`bb2689ab45 `_ 2023-08-21 ``Use str.splitlines() to split lines in providers (#33593)`` +`1cdd82391e `_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` +`b5a4d36383 `_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`225e3041d2 `_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` +`3878fe6fab `_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` +`cb4927a018 `_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` +`09d4718d3a `_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` +================================================================================================= =========== ================================================================ + +3.7.1 +..... + +Latest change: 2023-06-20 + +================================================================================================= =========== ============================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================= +`79bcc2e668 `_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` +`8b146152d6 `_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` +`9276310a43 `_ 2023-06-05 ``Improve docstrings in providers (#31681)`` +`a59076eaee `_ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)`` +`9fa75aaf7a `_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` +================================================================================================= =========== ============================================================= + +3.7.0 +..... + +Latest change: 2023-05-19 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`45548b9451 `_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` +`abea189022 `_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` +`f5aed58d9f `_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`d9ff55cf6d `_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` +`0a30706aa7 `_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` +`eef5bc7f16 `_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` +`a7eb32a5b2 `_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`d23a3bbed8 `_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +================================================================================================= =========== ====================================================================================== + +3.6.0 +..... + +Latest change: 2023-04-02 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`55dbf1ff1f `_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` +`fe727f985b `_ 2023-03-21 ``SSHOperator - Restore ability to override SSHHook cmd_timeout (#30190)`` +================================================================================================= =========== ========================================================================== + +3.5.0 +..... + +Latest change: 2023-03-03 + +================================================================================================= =========== ================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================== +`fcd3c0149f `_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` +`fd000684d0 `_ 2023-02-19 ``SSH Provider: Add cmd_timeout to ssh connection extra (#29347)`` +================================================================================================= =========== ================================================================== + +3.4.0 +..... + +Latest change: 2023-01-02 + +================================================================================================= =========== ======================================================================= +Commit Committed Subject +================================================================================================= =========== ======================================================================= +`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`4f006e8c71 `_ 2022-12-28 ``Add .bash and other extensions to SSHOperator template_ext (#28617)`` +`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)`` +`b5338b5825 `_ 2022-12-07 ``Add test_connection method for SSHHook (#28184)`` +`2b107e6f50 `_ 2022-12-04 ``SSH task exit code added to XCOM as 'ssh_exit' key (#27370)`` +`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)`` +================================================================================================= =========== ======================================================================= + +3.3.0 +..... + +Latest change: 2022-11-15 + +================================================================================================= =========== ========================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================= +`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` +`8f152a102b `_ 2022-11-08 ``Apply log formatter on every ouput line in SSHOperator (#27442)`` +`dc760b45ea `_ 2022-11-07 ``SSHOperator ignores cmd_timeout (#27182) (#27184)`` +`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)`` +`13b6b3b078 `_ 2022-10-26 ``Added docs regarding templated field (#27301)`` +`a8a67a3f40 `_ 2022-10-26 ``Added environment to templated SSHOperator fields (#26824)`` +`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` +`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`674f9ce6ea `_ 2022-10-01 ``A few docs fixups (#26788)`` +================================================================================================= =========== ========================================================================= + +3.2.0 +..... + +Latest change: 2022-09-28 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`2f26da7023 `_ 2022-08-27 ``feat: load host keys to save new host key (#25979)`` +================================================================================================= =========== ==================================================================================== + +3.1.0 +..... + +Latest change: 2022-07-13 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`ca99c23cb4 `_ 2022-07-13 ``Less verbose logging in ssh operator (#24915)`` +`0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +`f3aacebe50 `_ 2022-06-20 ``Convert sftp hook to use paramiko instead of pysftp (#24512)`` +================================================================================================= =========== ============================================================================= + +3.0.0 +..... + +Latest change: 2022-06-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`dcdcf3a2b8 `_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` +`717a7588bc `_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` +`aeabe994b3 `_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`027b707d21 `_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` +`fb1187dbec `_ 2022-06-03 ``Add disabled_algorithms as an extra parameter for SSH connections (#24090)`` +`ddb2a4f47b `_ 2022-06-02 ``fixing SSHHook bug when using allow_host_key_change param (#24116)`` +================================================================================================= =========== ================================================================================== + +2.4.4 +..... + +Latest change: 2022-05-12 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`75c60923e0 `_ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)`` +`e63dbdc431 `_ 2022-05-10 ``Add exception to catch single line private keys (#23043)`` +================================================================================================= =========== ============================================================ + +2.4.3 +..... + +Latest change: 2022-03-22 + +================================================================================================= =========== ============================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================== +`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)`` +================================================================================================= =========== ============================================================== + +2.4.2 +..... + +Latest change: 2022-03-14 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`16adc035b1 `_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +================================================================================================= =========== ==================================================================== + +2.4.1 +..... + +Latest change: 2022-03-07 + +================================================================================================= =========== ======================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================== +`f5b96315fe `_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` +================================================================================================= =========== ======================================================== + +2.4.0 +..... + +Latest change: 2022-02-08 + +================================================================================================= =========== ========================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================== +`d94fa37830 `_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)`` +`6c3a67d4fc `_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` +`ab762a5a8a `_ 2022-02-04 ``Refactor SSH tests to not use SSH server in operator tests (#21326)`` +`d353f023ff `_ 2022-02-02 ``Add banner_timeout feature to SSH Hook/Operator (#21262)`` +`b6edc3bfa1 `_ 2022-02-01 ``Add a retry with wait interval for SSH operator #14489 (#19981)`` +`cb73053211 `_ 2022-01-27 ``Add optional features in providers. (#21074)`` +`9ed9b5170c `_ 2022-01-24 ``Fix last remaining MyPy errors (#21020)`` +`602abe8394 `_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`129b4d2ac2 `_ 2022-01-09 ``Delay the creation of ssh proxy until get_conn() (#20474) (#20474)`` +`f77417eb0d `_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` +`97496ba2b4 `_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`83f8e178ba `_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` +`d56e7b56bb `_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` +`da783f88a1 `_ 2021-12-13 ``Fix MyPy Errors for SSH provider (#20241)`` +================================================================================================= =========== ========================================================================== + +2.3.0 +..... + +Latest change: 2021-10-29 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`d9567eb106 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` +`2197e4b59a `_ 2021-10-29 ``Correctly handle get_pty attribute if command passed as XComArg or template (#19323)`` +`1571f80546 `_ 2021-10-14 ``Add pre-commit hook for common misspelling check in files (#18964)`` +`73fcbb0e4e `_ 2021-10-13 ``Refactor SSHOperator so a subclass can run many commands (#10874) (#17378)`` +`537963f24d `_ 2021-10-05 ``update minimum version of sshtunnel to 0.3.2 (#18684)`` +================================================================================================= =========== ======================================================================================== + +2.2.0 +..... + +Latest change: 2021-09-30 + +================================================================================================= =========== ====================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================== +`840ea3efb9 `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`68d99bc558 `_ 2021-09-10 ``[Airflow 16364] Add conn_timeout and cmd_timeout params to SSHOperator; add conn_timeout param to SSHHook (#17236)`` +================================================================================================= =========== ====================================================================================================================== + +2.1.1 +..... + +Latest change: 2021-08-30 + +================================================================================================= =========== ============================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================ +`0a68588479 `_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`be75dcd39c `_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` +`76ed2a49c6 `_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` +`f42478009a `_ 2021-08-10 ``Ignores exception raised during closing SSH connection (#17528)`` +================================================================================================= =========== ============================================================================ + +2.1.0 +..... + +Latest change: 2021-07-26 + +================================================================================================= =========== ========================================================================================= +Commit Committed Subject +================================================================================================= =========== ========================================================================================= +`87f408b1e7 `_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` +`d02ded65ea `_ 2021-07-15 ``Fixed wrongly escaped characters in amazon's changelog (#17020)`` +`b916b75079 `_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` +`a2dc01b345 `_ 2021-07-03 ``SSHHook: Using correct hostname for host_key when using non-default ssh port (#15964)`` +`7777d4f2fd `_ 2021-07-01 ``Correctly load openssh-gerenated private keys in SSHHook (#16756)`` +`866a601b76 `_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` +`50e334df32 `_ 2021-06-24 ``Add support for non-RSA type key for SFTP hook (#16314)`` +================================================================================================= =========== ========================================================================================= + +2.0.0 +..... + +Latest change: 2021-06-18 + +================================================================================================= =========== ====================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================== +`bbc627a3da `_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`cbf8001d76 `_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` +`1fba5402bb `_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 `_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`37681bca00 `_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 `_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +`7a0d412245 `_ 2021-04-25 ``Add Connection Documentation to more Providers (#15408)`` +`3e9e954d9e `_ 2021-04-07 ``Display explicit error in case UID has no actual username (#15212)`` +================================================================================================= =========== ====================================================================== + +1.3.0 +..... + +Latest change: 2021-04-06 + +================================================================================================= =========== ============================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================= +`042be2e4e0 `_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` +`9b76b94c94 `_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` +`68e4c4dcb0 `_ 2021-03-20 ``Remove Backport Providers (#14886)`` +================================================================================================= =========== ============================================================================= + +1.2.0 +..... + +Latest change: 2021-02-27 + +================================================================================================= =========== ============================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================== +`589d6dec92 `_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`f180fa13bf `_ 2021-02-08 ``Added support for DSS, ECDSA, and Ed25519 private keys in SSHHook (#12467)`` +`10343ec29f `_ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)`` +================================================================================================= =========== ============================================================================== + +1.1.0 +..... + +Latest change: 2021-02-04 + +================================================================================================= =========== ================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================ +`88bdcfa0df `_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` +`ac2f72c98d `_ 2021-02-01 ``Implement provider versioning tools (#13767)`` +`daedc99851 `_ 2021-01-30 ``Fix decode error for ssh log (#13943)`` +`a9ac2b040b `_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` +`3fd5ef3555 `_ 2021-01-21 ``Add missing logos for integrations (#13717)`` +`52339a55c0 `_ 2021-01-08 ``[AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)`` +`295d66f914 `_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` +`6cf76d7ac0 `_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +================================================================================================= =========== ================================================================================ + +1.0.0 +..... + +Latest change: 2020-12-09 + +================================================================================================= =========== ================================================================================== +Commit Committed Subject +================================================================================================= =========== ================================================================================== +`32971a1a2d `_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`b40dffa085 `_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` +`9b39f24780 `_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`c34ef853c8 `_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` +`0080354502 `_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` +`ae7cb4a1e2 `_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)`` +`6889a333cf `_ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)`` +`7825e8f590 `_ 2020-11-13 ``Docs installation improvements (#12304)`` +`dd2095f4a8 `_ 2020-11-10 ``Simplify string expressions & Use f-string (#12216)`` +`85a18e13d9 `_ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)`` +`59eb5de78c `_ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)`` +`b2a28d1590 `_ 2020-11-09 ``Moves provider packages scripts to dev (#12082)`` +`41bf172c1d `_ 2020-11-04 ``Simplify string expressions (#12093)`` +`4e8f9cc8d0 `_ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)`` +`8c42cf1b00 `_ 2020-11-03 ``Use PyUpgrade to use Python 3.6 features (#11447)`` +`5a439e84eb `_ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)`` +`872b1566a1 `_ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)`` +`349b0811c3 `_ 2020-10-20 ``Add D200 pydocstyle check (#11688)`` +`16e7129719 `_ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)`` +`27e637fbe3 `_ 2020-10-09 ``Bugfix: Error in SSHOperator when command is None (#11361)`` +`0a0e1af800 `_ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)`` +`ca4238eb4d `_ 2020-10-02 ``Fixed month in backport packages to October (#11242)`` +`5220e4c384 `_ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)`` +`b6d5d1e985 `_ 2020-10-01 ``Strict type checking for SSH (#11216)`` +`68fa29bff0 `_ 2020-09-25 ``Added support for encrypted private keys in SSHHook (#11097)`` +`f3e87c5030 `_ 2020-09-22 ``Add D202 pydocstyle check (#11032)`` +`9549274d11 `_ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)`` +`fdd9b6f65b `_ 2020-08-25 ``Enable Black on Providers Packages (#10543)`` +`3696c34c28 `_ 2020-08-24 ``Fix typo in the word "release" (#10528)`` +`ee7ca128a1 `_ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)`` +`cdec301254 `_ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)`` +`aeea71274d `_ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)`` +`2248a5da1d `_ 2020-06-29 ``Expose option: look_for_keys in ssh_hook via extras (#8793)`` +`d0e7db4024 `_ 2020-06-19 ``Fixed release number for fresh release (#9408)`` +`12af6a0800 `_ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)`` +`c7e5bce57f `_ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)`` +`f6bd817a3a `_ 2020-06-16 ``Introduce 'transfers' packages (#9320)`` +`0b0e4f7a4c `_ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)`` +`00642a46d0 `_ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)`` +`375d1ca229 `_ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)`` +`12c5e5d8ae `_ 2020-05-17 ``Prepare release candidate for backport packages (#8891)`` +`f3521fb0e3 `_ 2020-05-16 ``Regenerate readme files for backport package release (#8886)`` +`92585ca4cb `_ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)`` +`21cc7d7298 `_ 2020-05-10 ``Document default timeout value for SSHOperator (#8744)`` +`4bde99f132 `_ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)`` +`74c2a6ded4 `_ 2020-03-23 ``Add call to Super class in 'ftp' & 'ssh' providers (#7822)`` +`df24b43370 `_ 2020-02-14 ``[AIRFLOW-6800] Close file object after parsing ssh config (#7415)`` +`97a429f9d0 `_ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)`` +`9a04013b0e `_ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)`` +================================================================================================= =========== ==================================================================================