> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Track SuprSend Self-Hosted releases, including new features, fixes, and upgrade instructions.

The SuprSend Self-Hosted Changelog provides a record of all self-hosted releases, including new features, bug fixes, and infrastructure updates for the Helm chart and related components.

For **Cloud** product updates (features, SDKs, dashboard), see [Product Updates](/changelog/overview).

***

## Release strategy

| Item               | Details                                                          |
| ------------------ | ---------------------------------------------------------------- |
| **Frequency**      | Quarterly; new Helm chart per release                            |
| **Patch releases** | Security and stability as needed                                 |
| **Versioning**     | Semantic (`vX.Y.Z`)                                              |
| **Upgrades**       | Minor versions backward-compatible; major may include migrations |

***

## Release history

<AccordionGroup>
  <Accordion title="v1.1.1 (Oct 2025)" icon="tag" iconType="solid">
    **Release Date:** October 21, 2025\
    **Docker Tag:** `suprsend@1.1.1`

    #### Bugfixes and improvements

    * Improved documentation of keys in `values.yaml` and in the docs
    * Support for defining `nodeSelector`, `tolerations`, `affinity`, `podLabels`, and `podAnnotations`
  </Accordion>

  <Accordion title="v1.1.0 (Oct 2025)" icon="tag" iconType="solid">
    **Release Date:** October 16, 2025\
    **Docker Tag:** `suprsend@1.1.0`

    #### Bugfixes and improvements

    * Fixed order of dependency resolution so services no longer enter an unhealthy state during installation
    * Renamed several key variables in the Helm chart and `values.yaml`
  </Accordion>

  <Accordion title="v1.0.10 (Oct 2025)" icon="tag" iconType="solid">
    **Release Date:** October 9, 2025\
    **Docker Tag:** `suprsend@1.0.10`

    #### Bugfixes and improvements

    * Fixed schema validation in event trigger not working in test trigger
    * Bundled NATS in the Helm chart
    * Integrated OpenDAL for object storage support (AWS / Azure / GCP / MinIO)

    #### Product updates

    * Preference Category Management APIs added
  </Accordion>

  <Accordion title="v1.0.9 (Sep 2025)" icon="tag" iconType="solid">
    **Release Date:** September 29, 2025\
    **Docker Tag:** `suprsend@1.0.9`

    #### Product updates

    * **SuprSend CLI** (beta): Profiles to manage self-hosted deployments across servers
    * **SuprSend MCP** (beta) support
  </Accordion>

  <Accordion title="v1.0.8 (Sep 2025)" icon="tag" iconType="solid">
    **Release Date:** September 9, 2025\
    **Docker Tag:** `suprsend@1.0.8`\
    **Helm Chart Version:** `1.0.8`

    #### Backend / SDK updates

    * **ClickHouse schema changes:** Structured JSON logs; new materialized views and schemas for notification analytics
    * **Management API support for CLI:** [Management API](/docs/management-api-overview) support for workflows, schemas, and events to promote assets via CLI
    * **JSON Schema validation:** [API-level JSON Schema validation](/docs/validate-workflow-payload) for workflow trigger payloads to catch mismatches before execution
    * **iOS SDK revamp** with JWT-based auth and Preferences support
    * **Web SDK / iOS** delivery tracking improvements

    #### Dashboard updates

    * **Analytics 2.0:** Real-time dashboards, workflow-level comparisons, one-click drilldowns, unsubscription/opt-out trends with granular filtering
    * **Message logs revamp:** Simplified UI, visibility of notification logs across linked entities, and stronger filters
    * **Proxy support in Java SDK:** Route outbound requests through HTTP/S proxies for deployments behind corporate firewalls
    * **SendGrid IP Pool support:** Create and manage IP Pools for email delivery and reputation
    * **New SMS vendor:** Pinnacle

    For more detail, see the [product changelog](/changelog/overview).
  </Accordion>

  <Accordion title="v1.0.7 (Aug 2025)" icon="tag" iconType="solid">
    **Release Date:** August 5, 2025\
    **Docker Tag:** `suprsend@1.0.7`

    #### Bugfixes and improvements

    * **react-sdk (v0.3.0):** Custom infinite-scroll component with Shadow DOM compatibility
    * Support for sending Slack messages via broadcast
    * **web-components (v0.3.0):** Improved Shadow DOM rendering for component isolation and consistent styling
  </Accordion>

  <Accordion title="v1.0.6 (June 2025)" icon="tag" iconType="solid">
    **Release Date:** June 1, 2025\
    **Docker Tag:** `suprsend@1.0.6`\
    **Helm Chart Version:** `1.0.6`

    #### Backend / SDK updates

    * **Cross lookup user subscriptions:** APIs to fetch a user's object or list subscriptions
    * **In-app enhancements:**
      * Fetch cross-tenant feed by passing `tenantId = *` when initializing the Inbox
      * Translation support: pass `language="fr"` when initializing the Inbox for localized static content (e.g. French). Available in `@suprsend/web-inbox` ≥ v0.6.0
    * **Dual dashboard model:** **Host** (internal alerts) and **Root** (customer notifications)
    * **Queue & cache hardening:** Recommended split Redis (shared vs. workflow state) for isolation

    #### Dashboard updates

    * **Preference tags:** Filter notification categories by tags (e.g. role, team, department)
    * **Workflow capabilities:**
      * Array comparison operators in conditions and SuprSend-tracked properties in recipient payload
      * For event-based triggers: override actor, recipient, tenant, and object inside the workflow
  </Accordion>

  <Accordion title="v1.0.5 (May 2025)" icon="tag" iconType="solid">
    **Release Date:** May 19, 2025\
    **Docker Tag:** `suprsend@1.0.5`

    #### Bugfixes and improvements

    * **Flutter SDK (v2.5.0):** Android push client fix and silent push support for background updates
    * Fixed web push image rendering
    * Fixed some events not appearing in audit logs
  </Accordion>

  <Accordion title="v1.0.4 (May 2025)" icon="tag" iconType="solid">
    **Release Date:** May 3, 2025\
    **Docker Tag:** `suprsend@1.0.4`

    #### Bugfixes and improvements

    * Fixed newly published workflow versions not appearing without a page refresh (after version history was added)
    * Fixed test trigger modal showing incorrect object suggestions when switching from API to event trigger
    * Removed success metric from delivery nodes where not relevant (kept for Smart Delivery nodes)
    * **iOS:** Fixed bitcode issue in Xcode 16
    * Added API name filter in request logs for event and workflow name
  </Accordion>

  <Accordion title="v1.0.1 (Feb 2025) — Initial GA Release" icon="tag" iconType="solid">
    **Release Date:** February 20, 2025\
    **Docker Tag:** `suprsend/self-hosted:v0.1`\
    **Helm Chart Version:** `0.1`\
    **Status:** Deprecated

    #### Highlights

    * **General Availability (GA)** of SuprSend Self-Hosted
    * Core components: **API**, **Workers**, **Dashboard**, **Postgres**, **Redis**, **ClickHouse**
    * **Kubernetes (v1.29+)** and **Helm** deployment
    * **Postgres (v16+)**, **ClickHouse (v24.9+)**, **Redis (v7.0+)**

    #### Deployment requirements (recap)

    | Component      | Version | Deployment             |
    | -------------- | ------- | ---------------------- |
    | **Kubernetes** | v1.29+  | Core runtime           |
    | **Postgres**   | v16+    | External DB            |
    | **ClickHouse** | v24.9+  | External analytics     |
    | **Redis**      | v7.0+   | Cache & workflow state |

    #### Platform features

    All product features released through February 28, 2025 are included in this release.
  </Accordion>
</AccordionGroup>

***

## Notes

* Subscribe to release notifications on [GitHub Releases](https://github.com/suprsend).
* For upgrade help or rollback support, contact **[enterprise-support@suprsend.com](mailto:enterprise-support@suprsend.com)**.
