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

Filter by extension

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
@@ -1,2 +1,2 @@
testExecutionConcurrency=-1
cdkVersion=0.1.61
cdkVersion=0.1.81
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
connectorSubtype: api
connectorType: destination
definitionId: c8ccd253-8525-4bbd-801c-f0b84ac71f61
dockerImageTag: 0.0.8
dockerImageTag: 0.0.9
dockerRepository: airbyte/destination-hubspot
githubIssueLabel: destination-hubspot
icon: hubspot.svg
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/hubspot.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Hubspot has **scopes** for each API call. Each stream is tied to a scope and wil

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:----------------------------------------------------------------|:------------------------------------------|
| 0.0.9 | 2025-12-01 | [70266](https://github.com/airbytehq/airbyte/pull/70266) | Upgrade to Bulk CDK 0.1.81. |
| 0.0.8 | 2025-11-01 | [69131](https://github.com/airbytehq/airbyte/pull/69131) | Upgrade to Bulk CDK 0.1.61. |
| 0.0.7 | 2025-09-24 | [66684](https://github.com/airbytehq/airbyte/pull/66684) | Pin to CDK artifact |
| 0.0.6 | 2025-09-09 | [65986](https://github.com/airbytehq/airbyte/pull/65986) | Adding product object |
Expand Down
Loading