File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-mixpanel
docs/integrations/sources Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 412
412
- name : Mixpanel
413
413
sourceDefinitionId : 12928b32-bf0a-4f1e-964f-07e12e37153a
414
414
dockerRepository : airbyte/source-mixpanel
415
- dockerImageTag : 0.1.8.1
415
+ dockerImageTag : 0.1.9
416
416
documentationUrl : https://docs.airbyte.io/integrations/sources/mixpanel
417
417
icon : mixpanel.svg
418
418
sourceType : api
Original file line number Diff line number Diff line change 4202
4202
path_in_connector_config :
4203
4203
- " credentials"
4204
4204
- " client_secret"
4205
- - dockerImage : " airbyte/source-mixpanel:0.1.8.1 "
4205
+ - dockerImage : " airbyte/source-mixpanel:0.1.9 "
4206
4206
spec :
4207
4207
documentationUrl : " https://docs.airbyte.io/integrations/sources/mixpanel"
4208
4208
connectionSpecification :
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN pip install .
12
12
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
- LABEL io.airbyte.version=0.1.8.1
15
+ LABEL io.airbyte.version=0.1.9
16
16
LABEL io.airbyte.name=airbyte/source-mixpanel
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Select the correct region \(EU or US\) for your Mixpanel project. See detail [he
59
59
60
60
| Version | Date | Pull Request | Subject |
61
61
| :--- | :--- | :--- | :--- |
62
- | ` 0.1.8.1 ` | 2021-12-07 | [ 8429] ( https://github.com/airbytehq/airbyte/pull/8578 ) | Updated titles and descriptions |
62
+ | ` 0.1.9 ` | 2021-12-07 | [ 8429] ( https://github.com/airbytehq/airbyte/pull/8578 ) | Updated titles and descriptions |
63
63
| ` 0.1.7 ` | 2021-12-01 | [ 8381] ( https://github.com/airbytehq/airbyte/pull/8381 ) | Increased performance for ` discovery ` stage during connector setup |
64
64
| ` 0.1.6 ` | 2021-11-25 | [ 8256] ( https://github.com/airbytehq/airbyte/issues/8256 ) | Deleted ` date_window_size ` and fix schemas date type issue |
65
65
| ` 0.1.5 ` | 2021-11-10 | [ 7451] ( https://github.com/airbytehq/airbyte/issues/7451 ) | Support ` start_date ` older than 1 year |
You can’t perform that action at this time.
0 commit comments