You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dockerImageTag: 2.2.0 # temporary pin due to a bug in 2.3.0 https://github.com/airbytehq/airbyte/pull/38106
30
29
oss:
31
30
enabled: true
32
-
dockerImageTag: 2.2.0 # temporary pin due to a bug in 2.3.0 https://github.com/airbytehq/airbyte/pull/38106
33
31
releaseStage: generally_available
34
32
releases:
35
33
breakingChanges:
34
+
3.0.0:
35
+
message:
36
+
In this release, CohortMembers stream has changed due to changes in primary key and an improper state format.
37
+
Please reset CohortMembers stream. For more information, see our migration documentation.
38
+
upgradeDeadline: "2024-06-03"
36
39
2.0.0:
37
-
message: In this release, the default primary key for stream Export has been deleted, allowing users to select the key that best fits their data. Refreshing the source schema and resetting affected streams is necessary only if new primary keys are to be applied following the upgrade.
40
+
message:
41
+
In this release, the default primary key for stream Export has been
42
+
deleted, allowing users to select the key that best fits their data. Refreshing
43
+
the source schema and resetting affected streams is necessary only if new
44
+
primary keys are to be applied following the upgrade.
38
45
upgradeDeadline: "2023-11-30"
39
46
1.0.0:
40
-
message: In this release, the datetime field of stream engage has had its type changed from date-time to string due to inconsistent data from Mixpanel. Additionally, the primary key for stream export has been fixed to uniquely identify records. Users will need to refresh the source schema and reset affected streams after upgrading.
47
+
message:
48
+
In this release, the datetime field of stream engage has had its
49
+
type changed from date-time to string due to inconsistent data from Mixpanel.
50
+
Additionally, the primary key for stream export has been fixed to uniquely
51
+
identify records. Users will need to refresh the source schema and reset
0 commit comments