Skip to content

AbianS/rustrak

v0.12.2 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

error-tracking rust sentry

Summary

AI summary

Dashboard now shows an update notification pill for newer releases.

Full changelog

Update notifications

A self-hosted install had no way of knowing it was behind. Finding out meant remembering to check the changelog by hand. The dashboard now surfaces it directly: when a newer release exists, a small pill appears at the top of authenticated pages showing the available version, and expands on hover into the version jump and a link to that release's entry in the changelog.

  • Dismissal is keyed to the version, so hiding the notice for one release does not silence the next one
  • The check runs server-side against a static feed published by the docs site, cached for an hour, and fails silently to nothing when the feed is unreachable
  • Set RUSTRAK_VERSION_CHECK_ENABLED=false to disable it, for installs that are required to make no outbound requests
  • The notice streams in separately from the page, so the version check is never on the render path of the dashboard
  • It respects prefers-reduced-motion, and announces itself to screen readers rather than being discoverable only by tabbing into it

Improvements

  • The version feed published by the docs site is ordered by version rather than by release date, so a patch backported after a later release cannot be advertised as the newest one

Artifacts

rustrak/rustrak-server:v0.12.2
rustrak/rustrak-server:v0.12.2-postgres
rustrak/rustrak-ui:v0.12.2

@rustrak/[email protected] and @rustrak/[email protected] on npm.

What's Changed

  • feat: notify when a new Rustrak version is available by @AbianS in https://github.com/rustrak/rustrak/pull/207
  • chore: version packages by @AbianS in https://github.com/rustrak/rustrak/pull/208

Full Changelog: https://github.com/rustrak/rustrak/compare/v0.12.1...v0.12.2

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track AbianS/rustrak

Get notified when new releases ship.

Sign up free

About AbianS/rustrak

All releases →

Related context

Beta — feedback welcome: [email protected]