Fixed
- Packages: version ordering is now numeric instead of textual. The version
timeline in/packages/{name}was sorting1.9.4above1.18.0, and the
same textualORDER BYmade/packagesand the/v1/packages/.../assets
endpoint pick the wrong "latest" version. A newversion_sort_key()
PostgreSQL function zero-pads numeric runs in version and release strings and
is now used by every version ordering, including themv_package_listing
materialized view.
Docker Image
docker pull ghcr.io/txlog/server:v1.35.1Full Changelog: v1.35.0...v1.35.1