# Jun 26, 2025

Here’s what’s new, fixed, and improved across the Superstream platform in this release.

***

#### 🐛 Bug Fixes

* Fixed a **request reduction miscalculation** that was skewing optimization metrics.
* Resolved an issue where **topic filtering didn't update** the Connected Clients view correctly.

***

#### 🎨 UX & UI Improvements

* **Agents Page**
  * Added a prominent **“+ Add Agent”** button.
  * Now displays **agent version** and flags if **an update is needed**.
* **Dashboard & Agents Headers** are now sticky for easier navigation.
* Cleaned up UI:
  * Removed the unused “Stepper”.
  * Updated inconsistent labels:
    * `Kafka360` → `supercluster`
    * `super-client` → `superclient`
    * `Inter cluster` → `Inter-cluster` (chart title)
    * Chart labels: `Produced bytes` → `Transfer In`, `Consumed bytes` → `Transfer Out`
* Clients Table:
  * Now **sorts by newest clients first**.
  * Aligned headlines and tables across the console for consistency.
  * Updated instruction text to “**Add Clients**” and replaced the AI icon with a more relevant one.
* Cluster/Topic Filters:
  * Sorted lists so the **selected item appears first** (e.g. Priceline).
* New Cluster Flow Enhancements:
  * **Placeholders shown** across all cluster components.
  * Streamlined flow: “+ Add a Cluster” opens a drawer to select an existing agent or add a new one.
* Client Drawer:
  * Added a **bar chart showing before/after reductions** in message size, request count, and traffic.

***

#### 🧩 Product & Sandbox Enhancements

* **New CTA buttons** on Sandbox to encourage signups: Add Cluster / Add Agent.
* **CTA banner** added in the Sandbox to push users to sign up.
* Clusters & Topics Pages:
  * Streamlined the clusters page to show only **essential endpoints**.
  * Introduced the ability to **sample and analyze workloads** for topic discovery and optimization.
* Tracked and now **display the first appearance date** for each client.

***

#### 📊 BI & Metrics

* Added a **“Saved Traffic”** metric showing total savings across **cost and network**.
* Validated and reviewed **graph data across all accounts**.
* Updated backend logic for **cost calculations** and **request-count charts**.

***

#### 🔧 Backend Updates

* Introduced **Python support** for client integrations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superstream.ai/release-notes/changelog/jun-26-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
