← Back to all sparks
O

OpenDataDiscovery

ANALYTICS
Velocity0.0

Open-source data discovery and observability platform for modern data stacks

Four ODD Platform releases in two weeks, and not one of them changes the product

data-discoverydependency-upgradessecurity-patchesmaintenance-onlyjava
Current state
ODD Platform's recent releases are entirely dependency and build hygiene. Four tags went out between 20 March and 3 April 2026: a Spring Boot security upgrade, a container Java runtime bump from 17.0.2 to 17.0.18, an alignment pass across apache-lang, okhttp and nimbus-jose-jwt, a commit whose stated purpose was forcing a build, and a netty-bom downgrade to unbreak UI static assets. Two contributors account for all of it, and no entry describes a user-facing change.
Where it's heading
The pattern is a project being kept patched rather than developed — the visible work is closing dependency vulnerabilities and repairing the fallout when those upgrades break something. The netty downgrade is the clearest illustration: an upgrade broke static asset serving and the fix was to step back a patch version. Nothing in these entries touches data discovery, cataloguing or lineage, which is what the platform actually does.
Prediction
Nothing here indicates planned feature work; on this evidence the next releases are most likely more dependency alignment, since the netty and Spring Boot upgrades in this window are the kind that arrive on a security-advisory schedule rather than a product one.

Recent moves

  1. 4mo ago

    ODD Platform downgrades netty to unbreak UI static assets

    A netty-bom step back from 4.1.129 to 4.1.128 because the newer version broke static asset serving in the UI. It closes out a four-release run in which the only substantive activity was upgrading dependencies and then repairing what those upgrades broke.

    View source ↗
  2. 4mo ago

    ODD Platform tags a release to force a build

    The release note is a single chore commit whose stated purpose is forcing a build. A version number spent on CI mechanics rather than any change to the platform.

    View source ↗
  3. 4mo ago

    ODD Platform upgrades Spring Boot for security

    A Spring Boot upgrade with dependency alignment, filed as a security fix. It is the upgrade whose knock-on effects the following two releases spend their time on.

    View source ↗
  4. 4mo ago

    ODD Platform patches its container Java runtime

    The container's Java runtime moves from 17.0.2 to 17.0.18 as a security fix, alongside apache-lang, okhttp and nimbus-jose-jwt bumps and a netty BOM alignment. Standard supply-chain upkeep with no visible effect on the running platform.

    View source ↗