Skip to content

v1.35.1

Latest

Choose a tag to compare

@rdeavila rdeavila released this 27 Aug 00:28
aab3fd2

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