github trailbaseio/trailbase v0.16.4

latest releases: v0.22.2, v0.22.1, v0.22.0...
4 months ago
  • Switch to dynamically linked binaries on Linux by default. Statically pre-built binaries are still available.
    • Turns out that glibc, even in static executables, will load NSS to support getaddrinfo. The ABIs are less stable than the main shared-library entry-points potentially leading to crashes with "floating point exception" (e.g. Arch).
    • Note that linking statically against MUSL is currently not an option due to Deno's pre-built V8 requiring glibc.
    • Note further that we were already linking dynamically for other OSs due to lack of stable syscall ABIs.
  • Update dependencies

Full Changelog: v0.16.3...v0.16.4

Don't miss a new trailbase release

NewReleases is sending notifications on new releases.