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.
The full release notes and downloads are on the GitHub release page.
StarRocks URI examples are clearer
Most of v1.0.53 is documentation work for StarRocks. The notes call out new URI examples that put catalog and database values in the path. That matters when a connection string has to carry more than host and auth data. A vague URI example is a good way to send data into the wrong place and then burn time proving the connector did exactly what it was told.
This is useful for teams that keep ingestr jobs in checked in config and review them before deploy. A URI can look correct while still hiding the catalog or database selection in a place that is easy to miss. The release notes do not describe a new StarRocks feature. They describe better docs for how the existing config should be written and read.
Table override precedence is named
The release also documents that source-table settings can override catalog and database defaults from the URI. That is the right level of detail for people maintaining repeatable jobs. The URI can define the broad target, while a table level option can still change where a specific source lands. The important part is that the docs now say which side wins.
Another StarRocks doc change spells out which source-table fields override URI defaults. This is small on paper, but it removes a common operational ambiguity. When both a URI and a table config carry catalog or database data, the operator needs deterministic precedence, not a friendly guess from a README.
The notes also mention trimmed priority text. That sounds minor, and it is mostly cleanup. Still, shorter precedence docs are useful when the behavior itself is subtle. This release is not a broad connector update. It is a documentation correction around existing StarRocks configuration behavior.
Integration tests get more time
The only non documentation change in the notes is an integration test timeout increase to 20 minutes. That does not change runtime behavior for users. It does change how the project validates code before it ships.
Integration suites for data tools can be slow for boring reasons. External services, setup work, network jitter, and larger fixtures all add time. A 20 minute timeout is a maintenance choice that favors fewer false failures when tests are still doing useful work. Nobody enjoys waiting, but flaky CI is worse.
Because the changelog is short, the useful reading is also narrow. There are no breaking changes listed. There are no migration steps listed. There are no new CLI flags, new sources, or new destinations in the notes. The release is mostly about making StarRocks configuration less ambiguous and giving integration tests enough time to finish.
That is still worth noticing if ingestr is part of a scheduled data path. Documentation releases can look boring until a config value points at the wrong catalog. For teams using StarRocks, v1.0.53 should make it easier to read the docs and understand the order of config values before running another sync.
Where to get it
- Release page: GitHub release page
- Repository: bruin-data/ingestr
- Tag:
v1.0.53