Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 22f6c74f-5699-40ff-833c-4a879ea40133
dockerImageTag: 2.11.0-rc.2
dockerImageTag: 2.11.0-rc.3
dockerRepository: airbyte/destination-bigquery
documentationUrl: https://docs.airbyte.com/integrations/destinations/bigquery
githubIssueLabel: destination-bigquery
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ tutorials:

| Version | Date | Pull Request | Subject |
|:-------------|:-----------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2.11.0-rc.3 | 2025-05-16 | [60324](https://github.com/airbytehq/airbyte/pull/60324) | Fix bug in syncs with many state message |
| 2.11.0-rc.2 | 2025-05-15 | [60302](https://github.com/airbytehq/airbyte/pull/60302) | Fix bugs in handling special characters / uppercase characters in column names |
| 2.11.0-rc.1 | 2025-05-08 | [59729](https://github.com/airbytehq/airbyte/pull/59729) | Version 2.11.0 RC 1 |
| 2.10.2 | 2025-04-29 | [59142](https://github.com/airbytehq/airbyte/pull/59142) | Add `europe-north2` region. |
Expand Down
Loading