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
Expand Up @@ -9,11 +9,11 @@ data:
- analyticsdata.googleapis.com
- analyticsreporting.googleapis.com
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
baseImage: docker.io/airbyte/python-connector-base:4.0.2@sha256:9fdb1888c4264cf6fee473649ecb593f56f58e5d0096a87ee0b231777e2e3e73
connectorSubtype: api
connectorType: source
definitionId: 9e28a926-8f3c-4911-982d-a2e1c378b59c
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
dockerRepository: airbyte/source-google-analytics-v4-service-account-only
documentationUrl: https://docs.airbyte.com/integrations/sources/google-analytics-v4-service-account-only
githubIssueLabel: source-google-analytics-v4-service-account-only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ The Google Analytics connector should not run into the "requests per 100 seconds

| Version | Date | Pull Request | Subject |
|:--------|:-----------| :------------------------------------------------------- |:-----------------------------------------|
| 0.1.5 | 2025-10-14 | [63100](https://github.com/airbytehq/airbyte/pull/63100) | Update dependencies |
| 0.1.4 | 2025-02-15 | [53782](https://github.com/airbytehq/airbyte/pull/53782) | Update dependencies |
| 0.1.3 | 2025-02-01 | [52827](https://github.com/airbytehq/airbyte/pull/52827) | Update dependencies |
| 0.1.2 | 2024-12-12 | [49153](https://github.com/airbytehq/airbyte/pull/49153) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
Expand Down
Loading