https://linen.dev logo
Join Slack
Powered by
# releases
  • a

    Ashis Parajuli

    06/25/2025, 10:28 PM
    Please test the performance before adapting Airbyte. It wasted our efforts and impression to clients!!
    šŸ‘Ž 3
  • i

    Ian Alton

    07/07/2025, 9:27 PM
    For those experiencing authentication issues with the Connector Builder in 1.7, please see the fix and details here: https://docs.airbyte.com/release_notes/v-1.7#171. There is some further discussion in GitHub about this. See https://github.com/airbytehq/airbyte/issues/61677#issuecomment-3046489964.
    j
    l
    • 3
    • 2
  • c

    Claudio Paladini

    08/18/2025, 8:08 AM
    Hello, currently working on AirByte Embedded setup. Are there any plans to support GCP destinations for embedded?
  • j

    Julien Ruey

    08/19/2025, 2:32 PM
    Hello, Are there any plans to support postgresql
    jsonb
    type ? It's actually parsed and loaded into S3 as
    string
    type. We have more and more use case of providers and tables from our internal backend db using this type of field. We 're apparently not the only ones facing this challenge (https://airbytehq.slack.com/archives/C021JANJ6TY/p1713996557175259). Bests,
    šŸ’Æ 1
  • r

    Rachel Ambler

    08/25/2025, 4:15 PM
    I just tried to upgrade our Community Airbyte and ended up with the following disaster (fortunately I have snapshots!)
    Copy code
    INFO    Using Kubernetes provider:
                Provider: kind
                Kubeconfig: /root/.airbyte/abctl/abctl.kubeconfig
                Context: kind-airbyte-abctl
     SUCCESS  Found Docker installation: version 28.3.3
     SUCCESS  Existing cluster 'airbyte-abctl' found
     SUCCESS  Cluster 'airbyte-abctl' validation complete
     WARNING  Found MinIO physical volume. Consider migrating it to local storage (see project docs)
     WARNING  Psql 13 detected. Consider upgrading to 17
      INFO    Pulling image airbyte/connector-builder-server:1.8.1
      INFO    Pulling image airbyte/cron:1.8.1
      INFO    Pulling image airbyte/server:1.8.1
      INFO    Pulling image airbyte/worker:1.8.1
      INFO    Pulling image airbyte/workload-api-server:1.8.1
      INFO    Pulling image airbyte/workload-launcher:1.8.1
      INFO    Pulling image temporalio/auto-setup:1.27.2
      INFO    Namespace 'airbyte-abctl' already exists
      INFO    Persistent volume 'airbyte-minio-pv' already exists
      INFO    Persistent volume claim 'airbyte-minio-pv-claim-airbyte-minio-0' already exists
      INFO    Persistent volume 'airbyte-volume-db' already exists
      INFO    Persistent volume claim 'airbyte-volume-db-airbyte-db-0' already exists
      INFO    Starting Helm Chart installation of 'airbyte/airbyte' (version: 2.0.10)
      ERROR   Failed to install airbyte/airbyte Helm Chart
      ERROR   Unable to install Airbyte locally
      ERROR   unable to install airbyte chart: unable to install helm: cannot patch "airbyte-abctl-connector-builder-server" with kind Deployment: Deployment.apps "airbyte-abctl-connector-builder-server" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"airbyte":"connector-builder-server", "<http://app.kubernetes.io/instance|app.kubernetes.io/instance>":"airbyte-abctl", "<http://app.kubernetes.io/name|app.kubernetes.io/name>":"connector-builder-server"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable && cannot patch "airbyte-abctl-cron" with kind Deployment: Deployment.apps "airbyte-abctl-cron" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"airbyte":"cron", "<http://app.kubernetes.io/instance|app.kubernetes.io/instance>":"airbyte-abctl", "<http://app.kubernetes.io/name|app.kubernetes.io/name>":"cron"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable && failed to create patch: The order in patch list:...
    v
    • 2
    • 1
  • s

    Sachit Kumbhat

    08/26/2025, 7:38 AM
    Hi Guys I was trying to find the frontend code of Airbyte in the latest-release The documentation said that it should be inside a folder named web-app but there wasn't any Does anyone have an idea on where could we find this
    l
    t
    • 3
    • 2
  • u

    čƒ”å¾—ę½®

    08/26/2025, 7:43 AM
    Hi everyone, I'd like to know about the progress of the Java CDK. I'm planning to update/develop a destination for a database. I noticed that Airbyte's destination development documentation mentions 'The template for building a Java Destination connector is currently unavailable. The Airbyte team is working on revamping the Java CDK.' and 'A new CDK destination v2 is planned for release in 2024.' This confuses me. Is there a stable and available Java CDK for developing destinations at this stage? Is this documentation still valid? https://docs.airbyte.com/platform/connector-development/tutorials/building-a-java-destination
  • p

    Paul

    10/05/2025, 7:12 AM
    Just wondering how i can see the code for the latest 1.8 patches?
    a
    j
    • 3
    • 3
  • r

    Roberto Tolosa

    10/07/2025, 4:07 PM
    i see that direct loading for Snowflake was shipped yesterday! https://docs.airbyte.com/integrations/destinations/snowflake#changelog but i haven't really seen announcements on it. is direct loading ready to use/try out?
    g
    • 2
    • 4
  • j

    Jhonatas Kleinkauff

    10/08/2025, 2:05 PM
    Hey friends! Question, how to setup metrics in the OSS version? We were using OpenTelemetry, but it seems recent versions disabled that option for OSS users? Is that right?
    h
    l
    • 3
    • 2
  • a

    Aadarsh Mahala

    10/11/2025, 8:50 PM
    Copy code
    in OSS i am using "abctl local credentials" command but while using it the client-id and client-secret in calling <http://localhost:8006/api/public/v1/source> i am getting  401 unauthorized error why is that?
    j
    y
    s
    • 4
    • 22
  • q

    Quang Nguyen

    10/29/2025, 4:08 AM
    Hi team, I’m running into an issue after upgrading the BigQuery destination connector to
    v3.0.x
    . I'm using a pipeline from
    PostgreSQL → BigQuery
    , and now the sync is failing with this error:
    Copy code
    java.lang.ClassCastException: class io.airbyte.cdk.load.data.NullValue cannot be cast to class io.airbyte.cdk.load.data.TimestampWithoutTimezoneValue
    (io.airbyte.cdk.load.data.NullValue and io.airbyte.cdk.load.data.TimestampWithoutTimezoneValue are in unnamed module of loader 'app')
    This wasn’t happening before — the sync worked fine when I were on a <
    3.0.x
    version of the connector. Unfortunately, downgrading isn’t an option at the moment because v3.0.x no longer uses the
    airbyte_internal
    dataset for temporary data storage, which we’ve already removed/configured around. Any ideas on how to work around this or if a patch is on the way?
  • j

    Jimmy Phommarath

    11/10/2025, 7:19 PM
    Hi all, I recently have this issue but I do not know why… Airbyte worked until here…?
    Copy code
    unable to initialize local command: error communicating with kubernetes: unable to fetch kubernetes server version: Get "<https://127.0.0.1:46427/version>": EOF - error from a previous attempt: read tcp 127.0.0.1:51296->127.0.0.1:46427: read: connection reset by peer
  • a

    Adi Mizrahi

    11/20/2025, 10:39 PM
    Hey Google Ads Connector is not working for us since the last upload today
  • s

    Shailendra Jaiswar

    12/30/2025, 2:06 PM
    Hello Team, I am currently using the Self-Managed Community version of Airbyte Platform v1.7.1 on a GKE cluster, deployed via Helm chart. I needed to upgrade it with the latest version v1.9.2. I have identified a critical serialization injection vulnerability in connector-builder-server v0.67.17, specifically in the langchain-core v0.1.42 package through the Security report on the Artifact HUB page. Could you please advise when the latest Airbyte Platform Helm chart with langchain-core version 1.2.5 will be available? Additionally, is there a way to disable this module in the meantime?
    v
    • 2
    • 1
  • l

    Leslie Manrique

    02/25/2026, 10:35 PM
    @Mark Grivnin Do we have a timeline for the official update? My teams wants to integrate the Airbyte Provider asap but 1. Current version of the latest airbyte provider has some issues connecting the api with our self hosted airbyte - similar issues https://github.com/airbytehq/terraform-provider-airbyte/issues/216 - although ours works fine with 0.13 it's later versions that give us the error 2. airbyte_source is not available in 0.13 so we will have lots of stuff to deprecate. Our timeline will help us understand if we should wait for the stable v1 provider version or continue with 0.13.
    m
    • 2
    • 2
  • m

    Matthias Hellmund

    02/27/2026, 7:11 PM
    Hello @Davin Chia (Airbyte) @Henry Mattingly, I was wondering when to expect the 2.X patch release / security update which you hinted at for last week? I've only seen a beta announcement about an Airbyte Agent Engine, but nothing new in https://docs.airbyte.com/release_notes/v-2.0 or https://github.com/airbytehq/airbyte/releases Thank you for keeping us updated! airbyte heart
    d
    k
    r
    • 4
    • 13
  • m

    Michael

    03/19/2026, 1:57 PM
    Hi everyone , We've been trying to upgrade Airbyte OSS from v1.7.x to v2.x using
    abctl
    on a kind (Kubernetes in Docker) provider, and we're hitting a consistent issue that breaks the main user account during the upgrade process. Environment: - Provider: kind - Upgrade method:
    abctl local install
    with version flag Issue: During the upgrade, the process fails when trying to update the email for authentication:
    Copy code
    INFO    Using Kubernetes provider:
                Provider: kind
                Kubeconfig: /root/.airbyte/abctl/abctl.kubeconfig
                Context: kind-airbyte-abctl
    INFO    Updating email for authentication
    ERROR   Unable to update the email address
    ERROR   unable to udpate the email address: failed to update organization: unexpected status code: 401
    This error breaks the main/admin user, making the instance unusable after the upgrade. Additional symptoms observed post-upgrade: - Syncs appear to start but produce no log output in real time - No errors are surfaced in the UI or logs when a sync is triggered - Connectors show entitlement warnings in the logs (though these may be unrelated):
    Connector entitlement not available. organizationId=OrganizationId(value=00000000-0000-0000-0000-000000000000)
    What we tried: - Incremental upgrades (minor version by minor version up to v2) — earlier minor bumps work, but something breaks at the v2 boundary - Upgrading connectors after the upgrade — no improvement - Multiple clean reinstalls/migrations — same result Has anyone else hit this 401 on the email update step? Is there a known workaround or a fix in the pipeline? Important note: The authentication corruption actually happens earlier than we initially thought — not at the app v2.0.0 upgrade step, but already during the helm chart upgrade from 1.7.0 → 2.0.5. To be precise: • Helm chart 2.0.5 still runs app version 1.7.0 (it only updates the installation method) • But even at this first step, authentication data gets corrupted, before we even attempt the actual app upgrade to v2.0.0 (helm chart 2.0.18) So the broken email/auth update (401) occurs as soon as the helm chart is bumped to 2.0.5, not when moving to app 2.0.0. Other error that we got:
    Copy code
    2026/03/19 14:21:14 [emerg] 1#1: host not found in upstream "airbyte-abctl-airbyte-connector-builder-server-svc.airbyte-abctl:80" in /etc/nginx/conf.d/default.conf:6
              nginx: [emerg] host not found in upstream "airbyte-abctl-airbyte-connector-builder-server-svc.airbyte-abctl:80" in /etc/nginx/conf.d/default.conf:6
    Copy code
    WARNING  Back-off pulling image "airbyte/db:1.7.0"
     WARNING  Encountered an issue deploying Airbyte:
                Pod: airbyte-db-0.189e44b17e6eeb4d
                Reason: Failed
                Message: Error: ImagePullBackOff
                Count: 64
    Thanks in advance!
    i
    • 2
    • 3
  • k

    Kevin Lefevre

    03/27/2026, 4:01 PM
    hello šŸ‘‹ do you have any news from any release to come ? we were at least expecting a security one a few weeks ago šŸ‘¼ thanks a lot !
    šŸ‘€ 1
    i
    • 2
    • 1
  • k

    Kevin Lefevre

    03/30/2026, 4:43 PM
    Fixed in
    3.7.2
  • i

    Ian Alton

    04/06/2026, 7:41 PM
    Airbyte 2.1 is now available! This is an open source only release we're currently marking as experimental. We made major changes to our release process and infrastructure and have not tested every single configuration. It is possible that some bugs or stability issues remain. 2.1 includes the following: • End of support for Helm Chart V1 • Security patches • Various quality of life and UX improvements • Dozens of bug fixes See the release notes for more.
    šŸ™ 2
    m
    f
    p
    • 4
    • 13
  • d

    David Robinson

    04/13/2026, 9:41 AM
    Hello - dependabot is flagging a critical vulnerability in
    nltk
    package that is used by
    airbyte-cdk
    . I see that an issue has been raised (here) and PR with a fix is here. Does anyone know when a new version of
    airbyte-cdk
    will be released including this fix?
    šŸ‘€ 2
    • 1
    • 1
  • a

    Abhishek Batra

    05/12/2026, 2:20 PM
    Hello Team, We are using clickhouse connector present in airbyte to load the data but it seems the airbyte only supports a single node, do we have any timeline to when we can expect the connector to push the data to a clickhouse cluster. please let me know if i am missing something.
    h
    • 2
    • 3
  • k

    Kevin Lefevre

    06/18/2026, 8:03 AM
    hello šŸ‘‹ according to the official doc, latest Airbyte version is
    2.1
    from 03/04/2026, and still marked as
    Experimental version release
    :
    Copy code
    This version of Airbyte is experimental. Airbyte changed the way we assemble new versions and haven't tested every feature and Helm chart configuration in version 2.1.0. If stability is your primary concern, you may elect to skip this version.
    šŸ‘‰ do you plan to release a new official stable version ? NB: interested by some feedbacks regarding stack Airbyte on GKE + Cloud SQL + GCS if someone upgraded to latest version šŸ™
    šŸ‘€ 1
    🚨 1
    j
    f
    i
    • 4
    • 14
  • ł

    Łukasz Kieda

    06/22/2026, 2:24 PM
    It looks like Airbyte version
    2.1
    limits maximum allowed connections to 100. I can’t see this announced anywhere. Am I missing something?
    i
    j
    • 3
    • 6
  • e

    Erik Michal

    06/23/2026, 1:47 PM
    Hello! I use Airbyte's Facebook Marketing connector to pull regional insights about Facebook campaigns. As of today, DMA data is no longer available as an endpoint. This coincides with changes to Facebook API. I am not, however, able to update to that latest release. The most recent version of the connector available to me is 5.2.11. It looks like 5.2.14 is available as of 12 days ago. Why might this version not be available to me?
    j
    i
    • 3
    • 4
  • k

    kodanda ramudu

    06/30/2026, 7:20 PM
    Hello! which version of the Airbyte 2.x is stable ? . I need to deploy Airbyte 2.x on AKS Cluster, when I tried with 2.0.18 and 2.0.19 versions, though airbyte is deployed I am unbale to create connections. It always throws HTTP 502 error "Failed to save MySQL due to the following error: errors.http.badGateway... Airbyte is temporarily unavailable. Please try again. (HTTP 502)"
    i
    • 2
    • 2
  • i

    Ian Alton

    07/13/2026, 6:56 PM
    We've released version 2.1.1 of Airbyte Core (open source). This is a small patch release that fixes the 100-connection limit bug from version 2.1. Release notes here.
    octavia partying 3
    šŸ™Œ 5
    šŸ” 1
    a
    • 2
    • 2
  • r

    Richelle Herrli

    07/27/2026, 5:07 PM
    Have you tried move from Airbyte OSS to Cloud and hit a blocker? We've got you. Our latest blog walks through the steps to migrate to Airbyte Cloud without all the friction. octavia rocket Note: This migration is done with the assistance of a Solutions Architect for Enterprise accounts. airbyte.com/blog/airbyte-oss-to-cloud
  • i

    Ian Alton

    08/11/2026, 11:39 PM
    Airbyte version 2.2 has been released! This release repairs a number of issues with Helm chart values that caused deployment problems and out of memory errors. It also packages stability and security improvements, plus the usual bug fixes. Please read the release notes before upgrading. Chart values that were inert in 2.1 are respected again and you may need to adjust your values.yaml file. Release notes here: docs.airbyte.com/release_notes/self-managed/v-2.2