# What's new?

| UAT release    | Production release |
| -------------- | ------------------ |
| April 27, 2026 | May 11, 2026       |

This month we are releasing a long-requested feature to edit existing Spark service versions. We also have a number of enhancements that improve the performance and usability on the platform.

## Edit existing Spark service versions

Make changes to a Spark service even after it has been published!

Spark services have historically been "locked-in" after a version has been created. Any changes to an existing version would require a new version to be created. In this update, we include the ability to edit a service version without having to create another version.

This makes it easy to add information that was missed at the time of upload or test different configuration values. This supplements the ability to delete service version from the prior release.

## Notable Enhancements

* Improved Xcall performance if a specific service version number is specified.
* Even faster publish time for Spark services.
* API Call History quicker user interface and query response for complex queries.
* API Tester OpenAPI code snippets are much more comprehensive.
* Testing Center Testbed Comparison is moved to a background activity to minimize impacts to Spark session.
* Batch improved stability for high chunk counts.
* API Call History and Testing Center, Excel downloads that include expanded tables now have support for long input and output names.
* Coherent Assistant service upload includes additional fields for release notes and description.
* Homepage and Folder overview UI adjustments for consistent pagination.
* MCP authentication flow is greatly simplified and MCP tool updates. See [Model Context Protocol (MCP)](/integrations/model-context-protocol-mcp.md) for more details!
* Fixed an issue with API keys including `tenant-admin` group. Note this is not a recommended pattern but partially supported for compatibility.
* Security patch updates to addresses vulnerabilities, ensuring enhanced protection and stability of our systems.

## Why We're Different at AI for Excel

AI is everywhere, but most of it wasn't built for the way Excel actually works. We've spent years turning spreadsheets into code through Spark, and that's the same foundation behind how our AI reads, reasons over, and governs your workbooks.

{% embed url="<https://www.coherent.global/resources/demo-video/coherent-ai-studio-insights-projects>" %}

In a new demo video, our Product team walks through what that looks like in practice — from a single workbook in [Coherent Studio](https://studio.coherent.global/) (open and free for you to try) to scaling AI analysis across hundreds with Projects.

## Feature Deprecation Notice

We will be deprecating these features in the June release:

#### Farewell to Spark Assistant

Our older Excel add-in [Spark Assistant](https://docs.coherent.global/the-spark-assistant/) will be sunset. The new [Coherent Assistant](https://docs.coherent.global/assistant/) has the same features plus many more capabilities. If you are using older Spark Assistant functions such as [Call Spark service APIs (Xcall)](/build-spark-services/call-spark-service-apis.md), those can be migrated or updated to the [Coherent Assistant](https://docs.coherent.global/assistant/) version through the add-in debugger or a simple find and replace.

#### &#x20;Service Chain Response Object

From the Spark [Execute API (v3)](/spark-apis/execute-api/execute-api-v3.md), the [Execute API (v3)](/spark-apis/execute-api/execute-api-v3.md#response_data) currently includes an object called `service_chain`. We will be removing this object from future API responses. If your integrations to Spark contain explicit references to the `service_chain` object, we would suggest removing this reference in your application updates.

#### Model Templates

Within the [Options](/navigation/options.md) menu of Spark is the ability to store template documents for Spark services. If you have important documents within Model Templates, they can be downloaded and uploaded into the Documents section within a Folder instead.

#### Modeling Center

Our beta Modeling Center Excel add-in will also be sunset. Modeling Center was used to facilitate large scale execution within Excel. If you are interested in using modeling Spark services, we have alternatives with the [Testing Center](/navigation/testing-center.md) and [Batch APIs](/spark-apis/batch-apis.md) with the [Python SDK](https://github.com/Coherent-Partners/spark-python-sdk).

## Any questions?

Whether it's about an upcoming change, a new feature, or just getting the most out of Coherent, our Customer Success team is here to help. Reach out to our team anytime at <sparksupport@coherent.global>.

## Version number

`v8.52.0`


---

# 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.coherent.global/whats-new.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.
