➔ ingestr v1.0.67 - Metrics Type Defaults
ingestr v1.0.67 was published on July 7, 2026. This release is not marked as a prerelease, and the one clear user facing change in the notes is an adjustment to default metrics types. For teams that run ingestr in scheduled data movement jobs, this is the kind of small data shape change that deserves a quick schema and downstream check before the next run.
➔ ingestr v1.0.66 - OneLake Directory Skips
ingestr v1.0.66 was published on July 6, 2026, as a small stable release for OneLake path handling. The important change is that OneLake now skips Fabric managed area directories, which should make table path discovery less noisy for jobs pointed at Fabric controlled storage areas. It is not marked as a prerelease.
➔ ingestr v1.0.65 - Arrow Offset and OneLake Fixes
ingestr v1.0.65 was published on July 6, 2026, with a practical fix in the data buffer path. The main change is that Arrow array offsets are now honored when casting, which matters when sliced arrays move through an ingest job. This release is not marked as a prerelease.
➔ ingestr v1.0.64 - Snowflake Multi Table Deadlock Fix
ingestr v1.0.64 was published on July 2, 2026, as a stable GitHub release for the ingestr project. The release fixes a Snowflake multi table write deadlock caused by connection pool exhaustion, which is exactly the kind of small change that matters when a data job hangs and gives little signal. It is not marked as a prerelease.
➔ ingestr v1.0.63 - Google Sheets Destination and Security Fix
ingestr v1.0.63 was published on July 2, 2026, with a small but practical release for data teams that use the project to move data between sources and destinations. The main user visible change is Google Sheets destination support, while the operator side gets a golang.org/x/net bump to v0.55.0 for CVE-2026-25680. This release is not marked as a prerelease.
➔ ingestr v1.0.62 - Iceberg Destination and CDC Update
ingestr v1.0.62 was published on July 2, 2026, for bruin-data/ingestr. The practical headline is a new Apache Iceberg destination, backed by Vitess and PlanetScale CDC work in the MySQL path. For operators asking what changed in ingestr v1.0.62, this is a small release with one new destination and one CDC area that deserves a careful config review.
➔ ingestr v1.0.61 - Vitess and PlanetScale URI Changes
ingestr v1.0.61 was published on July 1, 2026, as a focused MySQL connector release. It is not marked as a prerelease, and the main change is the split of Vitess and PlanetScale into dedicated URI schemes, with a PlanetScale gRPC receive limit fix for larger responses.
➔ ingestr v1.0.56 - Google Search Console and Schema Evolution
ingestr v1.0.56 was published on June 30, 2026, with the main user visible change being Google Search Console work in the connector catalog and source layer. The release also keeps moving schema evolution logic toward destination owned DDL and removes command_running telemetry, which matters for teams that watch data pipeline behavior closely.
➔ ingestr v1.0.55 - Vitess TLS and CDC Fixes
ingestr v1.0.55 was published on June 30, 2026, with a focused CDC update for Vitess and Postgres users. The main change is TLS support for the Vitess CDC VStream connection, backed by a Postgres CDC fix that preserves array columns and makes BigQuery load errors visible. This release is not marked as a prerelease.
➔ ingestr v1.0.53 - StarRocks URI Docs
ingestr v1.0.53 was published on June 30, 2026. This release is a small maintenance update, with the most useful change being clearer StarRocks documentation for URI catalog and database paths, plus the precedence rules around source-table fields. It is not marked as a prerelease.
➔ ingestr v1.0.51 - Oracle Destination and CDC Updates
ingestr v1.0.51 was published on June 29, 2026, and the practical headline is Oracle destination support. The release also adds Vitess CDC via VStream, new Square and Recurly sources, and fixes around Square data shape and dependency risk. It is not marked as a prerelease.
➔ ingestr v1.0.49 - Schema Evolution Fixes for BigQuery
ingestr v1.0.49 was published on June 29, 2026, and it is mostly a schema evolution fix release for data pipeline operators. The main user facing change is safer BigQuery merge behavior around integer primary keys, with smaller updates for destination specific type handling and the MongoDB driver. It is not marked as a prerelease.
➔ ingestr v1.0.48 - Vitess and PlanetScale Support
ingestr v1.0.48 was published on June 26, 2026, with a focused update for database ingestion paths. The main change is Vitess and PlanetScale support in the MySQL source, backed by tests for detection and OLAP row cap behavior. The release also tightens PostgreSQL CDC slot handling after a successful batch run, and it is not marked as a prerelease.
➔ ingestr v1.0.47 - Reddit Ads OAuth and Chargebee Source
ingestr v1.0.47 was published on June 25, 2026, with user visible work around Reddit Ads authentication, account discovery, and the new Chargebee source. The main change is OAuth refresh token support for Reddit Ads, because it makes recurring ad data jobs less dependent on manual credential handling. This release is not marked as a prerelease.
➔ ingestr v1.0.45 - Catalog Table Names and Braze Segments
ingestr v1.0.45, published on June 24, 2026, is a focused release for destination naming and Braze exports. The main user visible change is support for three component destination names, so warehouse targets can carry catalog, schema, and table parts without being flattened into the wrong shape. It is not marked as a prerelease.
➔ ingestr v1.0.44 - Streaming Sources and Braze Series
ingestr v1.0.44 was published on June 24, 2026, with streaming platform sources as the main user visible change. The release also extends the Braze source with more series tables, so teams moving event and marketing data through ingestr have a wider surface to sync. It is not marked as a prerelease.
➔ ingestr v1.0.42 - GitLab Users and Fan Out
ingestr v1.0.42 was published on June 24, 2026. This regular release is mainly about the GitLab source, with per project fan out for issue and merge request reads, a GitLab users table, and error handling cleanup. For teams moving GitLab data into a warehouse with ingestr, this is the part to check before the next scheduled sync.
➔ ingestr v1.0.41 - GitLab Source and Braze User Data
ingestr v1.0.41 was published on June 23, 2026, with a practical set of connector and loader changes. The main user facing change is a new GitLab source, backed by Braze user_data work and an optimization for BigQuery merge partition pruning.
➔ ingestr v1.0.40 - Braze Source and KPI Window Fix
ingestr v1.0.40 was published on June 23, 2026, with a small but practical set of changes for teams moving product and marketing data. The main user visible item is a new Braze source, backed by catalog wiring so server based connector discovery can expose it. The same release also fixes a KPI window bug that could drop the start day from a metric range.
➔ ingestr v1.0.38 - SQL Server and SharePoint Sources
ingestr v1.0.38 was published on June 19, 2026, with two practical source additions: SQL Server Change Tracking and SharePoint. The release also tightens sports data sources, with schema inference work and safer interval handling across api-football and football-data. It is a regular release, not a prerelease.
➔ ingestr v1.0.37 - ESPN URI Param Fix
ingestr v1.0.37 was published on June 18, 2026, for the bruin-data/ingestr project. The main change is small but concrete: the ESPN source drops the dates URI param from its request path, so teams using that source should check any jobs that depend on date scoped ESPN pulls. This release is not marked as a prerelease.
➔ Ingestr v1.0.33 - Db2 Source and BigQuery Loader Fixes
Ingestr v1.0.33 adds a native Db2 source and ships several fixes for BigQuery, Databricks, and SQL Server loaders. The release landed on June 15, 2026 as a stable build, not a prerelease. For operators running mixed enterprise databases, the Db2 connector is the item worth upgrading for first.
➔ Ingestr v1.0.39 - MongoDB CDC and Twilio Sources
ingestr v1.0.39 was published on June 23 2026. The release adds MongoDB change data capture support, a Twilio source, and streaming queue broker sources. It also adds an ingestr load timestamp column and updates the server UI to match CLI capabilities.