File tree 4 files changed +54
-41
lines changed
airbyte-integrations/connectors/source-hubspot
docs/integrations/sources
4 files changed +54
-41
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 10
10
connectorSubtype : api
11
11
connectorType : source
12
12
definitionId : 36c891d9-4bd9-43ac-bad2-10e12756272c
13
- dockerImageTag : 3.1.1
13
+ dockerImageTag : 3.2.0
14
14
dockerRepository : airbyte/source-hubspot
15
15
documentationUrl : https://docs.airbyte.com/integrations/sources/hubspot
16
16
githubIssueLabel : source-hubspot
Original file line number Diff line number Diff line change 700
700
},
701
701
"rssEmailEntryTemplateEnabled" : {
702
702
"type" : [" null" , " boolean" ]
703
+ },
704
+ "mailingIlsListsExcluded" : {
705
+ "type" : [" null" , " array" ],
706
+ "items" : {
707
+ "type" : [" null" , " integer" ]
708
+ }
709
+ },
710
+ "mailingIlsListsIncluded" : {
711
+ "type" : [" null" , " array" ],
712
+ "items" : {
713
+ "type" : [" null" , " integer" ]
714
+ }
703
715
}
704
716
}
705
717
}
Original file line number Diff line number Diff line change @@ -322,7 +322,8 @@ The connector is restricted by normal HubSpot [rate limitations](https://legacyd
322
322
323
323
| Version | Date | Pull Request | Subject |
324
324
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
325
- | 3.1.1 | 2024-02-12 | [35165](https://github.com/airbytehq/airbyte/pull/35165) | Manage dependencies with Poetry. |
325
+ | 3.2.0 | 2024-02-15 | [35328](https://github.com/airbytehq/airbyte/pull/35328) | Add mailingIlsListsIncluded and mailingIlsListsExcluded fields to Marketing emails stream schema |
326
+ | 3.1.1 | 2024-02-12 | [35165](https://github.com/airbytehq/airbyte/pull/35165) | Manage dependencies with Poetry. |
326
327
| 3.1.0 | 2024-02-05 | [34829](https://github.com/airbytehq/airbyte/pull/34829) | Add `Contacts Form Submissions` stream |
327
328
| 3.0.1 | 2024-01-29 | [34635](https://github.com/airbytehq/airbyte/pull/34635) | Fix pagination for `CompaniesPropertyHistory` stream |
328
329
| 3.0.0 | 2024-01-25 | [34492](https://github.com/airbytehq/airbyte/pull/34492) | Update `marketing_emails` stream schema |
You can’t perform that action at this time.
0 commit comments