> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/whats-new/release-history/2026-03.md).

# 2026-03

| UAT release    | Production release |
| -------------- | ------------------ |
| March 30, 2026 | April 13, 2026     |

Big update this month — we've made batch processing faster, given you more control over service versions and API call history, and shipped a handful of improvements across Spark Shell and the Coherent Assistant.

We're also retiring a few older features as better alternatives take their place, and we're excited to share a new strategic partnership with Indico Data. Details on all of it below.

## What's New in Coherent

### 📑 Delete Service Versions

* To facilitate management of Spark service versions, we’ve now included the ability to delete service versions through the user interface. This can help to clean up messy services while retaining the functionality of the "keeper" versions.
* We are also working on the ability to edit service versions! Look out for this in a future release!

### 🔑 Deployment request access management

* Spark provides an interface for users to submit a [Deployment request](/ci-cd/deployment-request.md) to their internal systems from the [Options](/navigation/options.md) page. By default, access is granted to all users who can login to Spark.
* We have added a new configuration in the [Options](/navigation/options.md#tenant-configuration) section to manage which users are able to submit this request to improve controls around this process.

### 🚀 Batch execution unleashed

* Spark's [Batch APIs](/spark-apis/batch-apis.md) enable widescale processing of Spark services on large datasets. We have enhanced our implementation to significantly increase the default buffers that are used to manage the inflow and outflow of data. For large jobs, this makes it much easier to manage the flow of data in and out of Spark leading to faster completion times.
* Learn more on how to [*Run High-Volume Models with Coherent's Batch APIs*](https://www.coherent.global/blog/run-high-volume-models-with-coherent-batch-apis).

### 🔍 API Call History search and download updates

* There may be many instances when Spark is called repeatedly for one quotation due to evaluating different options and benefits. When downloading the [API Call History](/navigation/api-call-history.md), a lot of extra data may be included when only the latest quotation is relevant.
* We have included a new filter for the [API Call History](/navigation/api-call-history.md) which will keep the latest combination of `source_system`, `call_purpose`, `correlation_id`. This reduces the amount of data to be transferred and processed by the end user performing the analysis!
* In addition to this for downloading a set of API calls to Excel, we have introduced a new *Fast beta* option which should offer improved download speeds.nd work&#x20;

### 🗃️ Spark Shell browser

* Spark [SHELL](/assistant/shell/what-is-shell.md) is a feature in the [Coherent Assistant](https://docs.coherent.global/assistant/) that introduces control and management over Excel documents.
* In this update, we have incorporated a Shell browser to view all of the created Shell documents. This greatly simplifies the process of distributing the latest Shell documents to users. Instead of using network storage, SharePoint, or even emails, simply click the Shell tile in the [Coherent Assistant](https://docs.coherent.global/assistant/) to see all the Shells available. Upon selecting a Shell, the Excel file will be downloaded and ready to be used.
* Read more about *When Your Excel Logic is Ready, But You Don't Have a Front-End* in [our blog post](https://www.coherent.global/blog/when-your-excel-logic-is-ready-but-you-dont-have-a-front-end) on Spark Shell benefits.

## Notable Enhancements

* Our [Analyze service with AI](/build-spark-services/analyze-service-with-ai.md) can work across multiple Spark service versions to enable comparison or change analysis. Open the Analyze Service functionality for any `2` Spark services (or versions) and start chatting!
* Updates to Upload service journey to reduce the time taken to publish a service.
* Improve the speed of uploads by skipping the step used to insert a cover sheet into the uploaded Excel document. This can be managed in the [Options](/navigation/options.md#tenant-configuration).
* Reconfiguration of service and version properties.
* [Coherent Assistant](https://docs.coherent.global/assistant/) has additional fixes for logout issues encountered by some users.
* Update to the [JSONtransforms](/spark-apis/transforms-api/transform-types/jsontransforms.md) to support longer request times.
* Fix for `Xreport` formatting issues.
* [Update](https://docs.coherent.global/build-spark-services/neuron/neuron-release-history) to [Neuron](/build-spark-services/neuron.md) Excel-to-code compiler for better formula compatibility. If you use [Data Tables](https://support.microsoft.com/en-us/office/calculate-multiple-results-by-using-a-data-table-e95e2487-6ca6-4413-ad12-77542a5ea50b) that include dynamic headers, we recommend updating to the latest version of [Neuron](/build-spark-services/neuron.md).
* Security patch updates to addresses vulnerabilities, ensuring enhanced protection and stability of our systems.

## Version number

`v8.50.1`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/release-history/2026-03.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.
