Skip to content

AbianS/rustrak

v0.12.1 Feature

This release adds 3 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

Fixed email integration test to correctly send emails to specified recipients.

Full changelog

Email Integration Test Fix

Testing an email integration ignored the addresses typed into the dialog. The email config dialog passes its recipients through the routing override, but the parent list dropped that second argument before calling the test handler, so the request reached the server without them.

  • Forward the routing override from the email dialog to the test handler, so the test goes to the addresses you actually typed
  • Moved the test panel out of the dialog footer into its own section, where the helper text has room to explain that the test uses the last saved SMTP settings, not unsaved edits
  • The panel is now visible while creating an integration, disabled with a hint that the integration must be saved first, instead of appearing out of nowhere after the first save
  • Validate the parsed recipient list rather than the raw string, so input of only commas or whitespace no longer produces a request the server rejects
  • Labelled the recipients input for screen readers

Improvements

  • Delete is now a destructive button in the email dialog footer, matching the other integration dialogs

Artifacts

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

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

What's Changed

  • fix(alerts): forward routing override when testing email integrations by @AbianS in https://github.com/rustrak/rustrak/pull/205
  • chore: version packages by @AbianS in https://github.com/rustrak/rustrak/pull/206

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

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]