Skip to content

Commit

Permalink
Release 2.1.1 (#117)
Browse files Browse the repository at this point in the history
* Release 2.1.1

Bug Fixes
Ensure proper preparation of API call kwargs for synchronous methods in FivetranHookAsync by @JeremyDOwens in fix: prepare api call kwargs correctly for synchronous methods when using FivetranHookAsync #115
Others
Pre-commit hook updates in [pre-commit.ci] pre-commit autoupdate #104, [pre-commit.ci] pre-commit autoupdate #105, [pre-commit.ci] pre-commit autoupdate #112, [pre-commit.ci] pre-commit autoupdate #113, [pre-commit.ci] pre-commit autoupdate #114 and [pre-commit.ci] pre-commit autoupdate #116
  • Loading branch information
pankajastro authored Dec 30, 2024
1 parent 9d42127 commit aabff7c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.1.1 (2024-12-30)

### Bug Fixes

- Ensure proper preparation of API call ``kwargs`` for synchronous methods in ``FivetranHookAsync`` by @JeremyDOwens in https://github.com/astronomer/airflow-provider-fivetran-async/pull/115

### Others

- Pre-commit hook updates in https://github.com/astronomer/airflow-provider-fivetran-async/pull/104, https://github.com/astronomer/airflow-provider-fivetran-async/pull/105, https://github.com/astronomer/airflow-provider-fivetran-async/pull/112, https://github.com/astronomer/airflow-provider-fivetran-async/pull/113, https://github.com/astronomer/airflow-provider-fivetran-async/pull/114 and https://github.com/astronomer/airflow-provider-fivetran-async/pull/116

## 2.1.0 (2024-07-24)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifeq (run-mypy,$(firstword $(MAKECMDGOALS)))
$(eval $(RUN_ARGS):;@:)
endif

ASTRO_RUNTIME_IMAGE_NAME = "quay.io/astronomer/astro-runtime:8.2.0-base"
ASTRO_RUNTIME_IMAGE_NAME = "quay.io/astronomer/astro-runtime:12.6.0-base"

dev: ## Create a development Environment using `docker compose` file.
IMAGE_NAME=$(ASTRO_RUNTIME_IMAGE_NAME) docker compose -f dev/docker-compose.yaml up -d
Expand Down
2 changes: 1 addition & 1 deletion fivetran_provider_async/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa F401
__version__ = "2.1.0"
__version__ = "2.1.1"

import logging

Expand Down

0 comments on commit aabff7c

Please sign in to comment.