Skip to main content
Version: 2.2.0

Changelog

@mssfoobar/unh-app

1.0.1

Patch Changes

  • 157bdd4: Fix bugs

    • Remove empty email address from recipient list when sending email.
    • Set email header to content-type 'text/html' to support HTML email body.
    • Allow empty value in custom channel parameter.
  • 0ab8663: Upgrade Go and dependencies to fix VA:

    • Go to v1.25.3 to fix: CVE-2025-22871, CVE-2025-61723, CVE-2025-61725, CVE-2025-58188, CVE-2025-9230, CVE-2025-47907
    • github.com/golang-jwt/jwt/v4 to v4.5.2, github.com/golang-jwt/jwt/v5 to v5.5.2 to fix CVE-2025-30204
    • golang.org/x/crypto v0.43.0 to fix CVE-2025-47913
    • golang.org/x/oauth2 (through firebase.google.com/go/v4 to v4.18.0) to fix CVE-2025-22868

1.0.0

Features

Initial release - view the UNH docs for more information.

  • Templated Notifications: Create notification templates with dynamic content placeholders.
  • Distribution Lists: Manage groups of recipients (internal and external) for targeted notifications.
  • Multiple Channel Configuration:
    • Email: Send email notifications through SMTP.
    • Push Notifications: Deliver notifications to mobile devices via Firebase Cloud Messaging (FCM).
    • Custom Notifications: Use developer-defined channels for custom delivery methods.
  • Message Content Data Binding: Dynamically inject data into your notification content using placeholders.

@mssfoobar/unh-web

1.0.3

Patch Changes

  • Update Node.js and dependency version to address security vulnerabilities.
  • Migrate to latest web-base with SDS integration.

1.0.2

Patch Changes

  • Fix an error where it's unable to add parameters when creating custom channel

1.0.1

Patch Changes

  • Update with the newest web-base Headerbar and Sidebar

1.0.0

Initial release - view the UNH docs for more information.

Unified Notification Hub (UNH) is your one-stop solution for managing and sending notifications to your users through multiple channels. With a single API call, UNH takes care of sending notifications across various platforms, streamlining the process for your application.

UNH offers the following key features:

  • Templated Notifications: Create notification templates with dynamic content placeholders.
  • Distribution Lists: Manage groups of recipients (integrated with IAMS) for targeted notifications.
  • Multiple Channel Configuration:
    • Email: Send email notifications through SMTP.
    • Push Notifications: Deliver notifications to mobile devices via Firebase Cloud Messaging (FCM).
    • Custom Notifications: Use developer-defined channels for custom delivery methods.
  • Message Content Data Binding: Dynamically inject data into your notification content using placeholders.