Hello all :octavia-wave: Airbyte is deprecating t...
# announcements
l
Hello all octavia wave Airbyte is deprecating the
authSpecification
field of connector specifications and removing it from the Airbyte protocol, as it has been replaced by its successor
advancedAuth
. Airbyte Cloud users should not see any visible effect coming from this change. Custom connector developers also shouldn’t need to worry about this change, since this is an internal-only field for implementing OAuth that requires modifications to the Airbyte platform to function properly. Therefore, this field should not be used by any custom connectors. For OSS users, your connectors will still continue to function normally after you upgrade your Airbyte deployment. The only visible effect this change may have is that after you upgrade your Airbyte deployment, if you continue to use an old connector version that still uses this field then you may see an error message in the UI when opening the connector's settings asking you to upgrade to the latest connector version to resolve the issue. To avoid seeing this error at all, you can upgrade these connectors in advance to the following versions in which
authSpecification
has been removed:
Copy code
Asana -> 0.1.7
Drift -> 0.2.7
Facebook Marketing -> 0.4.1
Facebook Pages -> 0.2.5
Google Ads -> 0.2.23
Google Analytics (Universal Analytics) -> 0.1.35
Google Analytics 4 (GA4) -> 0.2.4
Google Directory -> 0.2.0
Google Search Console -> 1.0.1
Google Sheets -> 0.2.39
Harvest -> 0.1.18
HubSpot -> 0.8.3
Instagram -> 1.0.7
Intercom -> 0.2.1
Lever Hiring -> 0.2.0
LinkedIn Ads -> 0.1.16
LinkedIn Pages -> 1.0.1
Notion -> 1.1.1
Pipedrive -> 0.1.15
Qualaroo -> 0.2.0
Slack -> 0.1.19
Snapchat Marketing -> 0.3.0
Square -> 1.1.0
SurveyMonkey -> 0.1.12
Trello -> 0.3.0
YouTube Analytics -> 0.1.4
*We are planning to remove this field from the Airbyte protocol and platform in ~2 weeks*; if you have any concerns around this change, please leave a comment on this draft PR.
b
Thanks for the heads up Lake.