github txlog/server v1.35.1

2 hours ago

Fixed

  • Packages: version ordering is now numeric instead of textual. The version
    timeline in /packages/{name} was sorting 1.9.4 above 1.18.0, and the
    same textual ORDER BY made /packages and the /v1/packages/.../assets
    endpoint pick the wrong "latest" version. A new version_sort_key()
    PostgreSQL function zero-pads numeric runs in version and release strings and
    is now used by every version ordering, including the mv_package_listing
    materialized view.

Docker Image

docker pull ghcr.io/txlog/server:v1.35.1

Full Changelog: v1.35.0...v1.35.1

Don't miss a new server release

NewReleases is sending notifications on new releases.