File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-intercom
docs/integrations/sources Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 356
356
- name : Intercom
357
357
sourceDefinitionId : d8313939-3782-41b0-be29-b3ca20d8dd3a
358
358
dockerRepository : airbyte/source-intercom
359
- dockerImageTag : 0.1.14
359
+ dockerImageTag : 0.1.15
360
360
documentationUrl : https://docs.airbyte.io/integrations/sources/intercom
361
361
icon : intercom.svg
362
362
sourceType : api
Original file line number Diff line number Diff line change 3588
3588
oauthFlowInitParameters : []
3589
3589
oauthFlowOutputParameters :
3590
3590
- - "access_token"
3591
- - dockerImage : " airbyte/source-intercom:0.1.14 "
3591
+ - dockerImage : " airbyte/source-intercom:0.1.15 "
3592
3592
spec :
3593
3593
documentationUrl : " https://docs.airbyte.io/integrations/sources/intercom"
3594
3594
connectionSpecification :
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ COPY source_intercom ./source_intercom
35
35
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
36
36
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
37
37
38
- LABEL io.airbyte.version=0.1.14
38
+ LABEL io.airbyte.version=0.1.15
39
39
LABEL io.airbyte.name=airbyte/source-intercom
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Please read [How to get your Access Token](https://developers.intercom.com/build
55
55
56
56
| Version | Date | Pull Request | Subject |
57
57
| :--- | :--- | :--- | :--- |
58
+ | 0.1.15 | 2022-03-22 | [ 11176] ( https://github.com/airbytehq/airbyte/pull/11176 ) | Correct ` check_connection ` URL |
58
59
| 0.1.14 | 2022-03-16 | [ 11208] ( https://github.com/airbytehq/airbyte/pull/11208 ) | Improve 'conversations' incremental sync speed |
59
60
| 0.1.13 | 2022-01-14 | [ 9513] ( https://github.com/airbytehq/airbyte/pull/9513 ) | Added handling of scroll param when it expired |
60
61
| 0.1.12 | 2021-12-14 | [ 8429] ( https://github.com/airbytehq/airbyte/pull/8429 ) | Updated fields and descriptions |
You can’t perform that action at this time.
0 commit comments