1
0
mirror of synced 2025-12-25 02:09:19 -05:00

source-monday(chore): pin source-monday(chore): pin cdk constraint to mitigate breaking change (#49943)

This commit is contained in:
Aaron ("AJ") Steers
2024-12-19 15:30:17 -08:00
committed by GitHub
parent 9ccbf2ac94
commit 044ba4b30c
4 changed files with 424 additions and 394 deletions

View File

@@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 80a54ea2-9959-4040-aac1-eee42423ec9b
dockerImageTag: 2.1.5
dockerImageTag: 2.1.6
releases:
breakingChanges:
2.0.0:

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "2.1.5"
version = "2.1.6"
name = "source-monday"
description = "Source implementation for Monday."
authors = [ "Airbyte <contact@airbyte.io>",]
@@ -17,7 +17,7 @@ include = "source_monday"
[tool.poetry.dependencies]
python = "^3.9,<3.12"
airbyte-cdk = "^0"
airbyte-cdk = "0.78.6" # Breaks with newer versions of the CDK
[tool.poetry.scripts]
source-monday = "source_monday.run:run"

View File

@@ -77,6 +77,7 @@ The Monday connector should not run into Monday API limitations under normal usa
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :------------------------------------------------------------------------------------------------ |
| 2.1.6 | 2024-12-19 | [49943](https://github.com/airbytehq/airbyte/pull/49943) | Pin CDK constraint to avoid breaking change in newer versions |
| 2.1.5 | 2024-10-31 | [48054](https://github.com/airbytehq/airbyte/pull/48054) | Moved to `DeclarativeOAuthFlow` specification |
| 2.1.4 | 2024-08-17 | [44201](https://github.com/airbytehq/airbyte/pull/44201) | Add boards name to the `items` stream |
| 2.1.3 | 2024-06-04 | [38958](https://github.com/airbytehq/airbyte/pull/38958) | [autopull] Upgrade base image to v1.2.1 |
@@ -107,4 +108,4 @@ The Monday connector should not run into Monday API limitations under normal usa
| 0.1.1 | 2021-11-18 | [8016](https://github.com/airbytehq/airbyte/pull/8016) | 🐛 Source Monday: fix pagination and schema bug |
| 0.1.0 | 2021-11-07 | [7168](https://github.com/airbytehq/airbyte/pull/7168) | 🎉 New Source: Monday |
</details>
</details>