File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
airbyte-integrations/connectors/source-hubspot
docs/integrations/sources Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4509,6 +4509,18 @@ schemas:
45094509 type :
45104510 - " null"
45114511 - string
4512+ allEmailCampaignIds :
4513+ type :
4514+ - " null"
4515+ - array
4516+ items :
4517+ type :
4518+ - " null"
4519+ - string
4520+ primaryEmailCampaignId :
4521+ type :
4522+ - " null"
4523+ - string
45124524 feedbackSurveyId :
45134525 type :
45144526 - " null"
@@ -4813,6 +4825,10 @@ schemas:
48134825 type :
48144826 - " null"
48154827 - string
4828+ subscriptionName :
4829+ type :
4830+ - " null"
4831+ - string
48164832 deletedAt :
48174833 type :
48184834 - " null"
Original file line number Diff line number Diff line change 1010 connectorSubtype : api
1111 connectorType : source
1212 definitionId : 36c891d9-4bd9-43ac-bad2-10e12756272c
13- dockerImageTag : 6.0.13
13+ dockerImageTag : 6.0.14
1414 dockerRepository : airbyte/source-hubspot
1515 documentationUrl : https://docs.airbyte.com/integrations/sources/hubspot
1616 resourceRequirements :
Original file line number Diff line number Diff line change @@ -341,6 +341,7 @@ If you use [custom properties](https://knowledge.hubspot.com/properties/create-a
341341
342342| Version | Date | Pull Request | Subject |
343343| :------------| :-----------| :---------------------------------------------------------| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
344+ | 6.0.14 | 2025-11-21 | [ 69803] ( https://github.com/airbytehq/airbyte/pull/69803 ) | Add missing fields in Marketing Emails stream for Avro/Parquet conversions |
344345| 6.0.13 | 2025-11-19 | [ 69749] ( https://github.com/airbytehq/airbyte/pull/69749 ) | Fix retrieving associations for CRMSearch streams |
345346| 6.0.12 | 2025-11-18 | [ 69203] ( https://github.com/airbytehq/airbyte/pull/69203 ) | Add lookback window |
346347| 6.0.11 | 2025-11-18 | [ 69381] ( https://github.com/airbytehq/airbyte/pull/69381 ) | Update dependencies |
You can’t perform that action at this time.
0 commit comments