Enterspeed Product Updates logo

Product Updates

See the latest new features, improvements, and product updates

Subscribe to Updates

Labels

  • All Posts
  • Fix
  • Feature
  • Improvement
  • Announcement
  • Product Update
  • 🤫 Teaser
  • 🛠 Service
  • 💡 Tip

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • April 2023
  • January 2023
  • November 2022
  • September 2022
  • June 2022
  • March 2022
  • January 2022
  • December 2021
  • November 2021
Powered️ byAnnounceKit

Create yours, for free!

Feature
2 months ago

Execute CURL requests for generated views directly in the Management App

Have you ever wanted to know what a view response looks like from the Delivery API – or maybe wanted to see resolved references for a view? Good news! You can now do that directly from the Generated views panel in the Management App.


In addition to copying a CURL request from the routes list, you can now execute the request directly and view the response from the Delivery API within the app. This feature is particularly useful for seeing the full view, including resolved references, as shown in the examples below.

The statically generated view holds a single unresolved reference for a productListingView. This is how the view is stored as references are resolving during the Delivery API request.

When you execute the CURL request against the Delivery API, you can now see the full response, including the resolve productListingView reference.

We've also introduced the ability to make CURL requests by id. In the Enterspeed Delivery API, you can fetch a view in three ways: by URL, by handle, or by id. URLs and handles are routes you create using the routes function in a schema. Previously, we only provided CURL options for these explicit routes. Now, we've added the id CURL request, allowing you to fetch views without relying on explicit routes. This makes it easier to test references for these views. 


Avatar of authorEnterspeed
Feature
3 months ago

Introducing the new Ingest requests tile

If you’re (also) one of those people who enjoy insights and transparency in your services, you’re gonna like the Ingest requests tile on the dashboard that we’ve just introduced.

The new tile displays the current month’s number of ingest request. You’ll see both the total number of ingest requests and the number of changed ingest requests. These two numbers provide a change ratio, which indicates the percentage of total ingest requests that have changed.

We hope the new tile can help you understand and optimise your integrations to Enterspeed.

Besides the ingest numbers, the new Ingest requests tile is the first tile on the dashboard where you can configure different view options for the tile. We hope to bring this concept to some of the existing tiles as well in the future.




Avatar of authorEnterspeed
FeatureImprovement
3 months ago

Updated Versions page

The Versions page in the Enterspeed Management app have gotten an update. And we think you will like it 😀

Check out the features below.

Performance improvements
The page now loads faster, especially if you have many environments.

New version indication
A red dot on the version number is indicating if a newer version exists.

Deployment status
When a schema is actively being deployed, an animation will show the transition from the current version number to the new version number. As soon as the deployment is completed the version number is updated.

The new deployment indicator on the Versions page is just the first step on the way to give your more insights to the status of schema deployments.


Avatar of authorEnterspeed
Announcement
5 months ago

Our integration for Umbraco 15 is ready!

Umbraco 15 is out – and as always, we have upgraded our integration to support the new Umbraco version 👌

Besides the support of Umbraco 15, the new package also contains some new features and fixes, like support for the new RTE editor and the option to remove trailing slashes in the URLs. 

So, make sure to check out the Enterspeed package on Umbraco marketplace.

OBS, if you are using Umbraco 9 to 15, make sure to get the right package version 😉

Version 5.x is for Umbraco version is 14 or higher.
Version 4.x is for Umbraco version 9 to 13.

Avatar of authorEnterspeed
Fix
6 months ago

A quieter Tenant Health tile

We’ve made a small but significant update to the Tenant Health tile. Back in warm and sunny August, we introduced the Tenant Health tile to the Overview section of the Enterspeed app home page. This tile provides a quick overview of recent errors in your transformations. However, as we received more and more questions about errors that seemingly didn’t affect anything, we realised there was room for improvement.

Upon reviewing the errors reported in the Tenant Health tile and Logs, we realised that some of the errors weren’t actually errors. When one of the millions of view generations in Enterspeed each month fails, the system automatically retries the failed job. Previously, each failed attempt was logged as an error, even if the job was retried and successfully completed moments later.

With this update, errors that are successfully retried will no longer appear in the Tenant Health tile. We apologise for any unnecessary alarm caused in the past — rest assured, move along, nothing to see here 🙆‍♀️



Avatar of authorEnterspeed
Feature
7 months ago

Partial updates with Algolia Destination

Our Algolia Destination has been updated to support partial updates. With partial updates you can add or update attributes on a record without replacing the whole record. This means that you can update a single record from multiple schemas with different properties – or you can even update a single record where only part of the data is available in Enterspeed and the rest of the attributes for the record is updated in another system.

The update also let's you decide if a partial update should create the record or not, if it doesn't already exists. This way you can have "master" of the record and only let other updates add additional attributes if the master exists. 

Check out our updated Algolia Destination documentation.

Avatar of authorEnterspeed
Improvement💡 Tip
7 months ago

Easier navigation between reference and partial schemas

Enterspeed schemas rely heavily on references and partials. When you’re working with a schema that has either references or partials, you often need to check out the content of the referenced or partial schema you’re using.

Before this update, it was honestly a bit of a hassle to find and open the referenced or partial schema. You had to open a new browser tab, navigate to the schema list, find the referenced or partial schema, and open it. But now, we’ve added a nice little shortcut.

Now, when you see references or partials, the schema alias is underlined. This means you can simply CTRL + Click the schema alias to open the schema in a new tab, right from where you are working. No more navigating away from your current schema.

Oh, and by the way, with this update we now also show warnings in the editor if you use a schema alias the doesn't exists. This makes it easier for you to spot any potential errors.


Avatar of authorEnterspeed
Announcement
7 months ago

Our integration for Umbraco 14 is ready!

Umbraco has launched Umbraco 14 – and we have launched our integration for it 👌

The Umbraco 14 upgrade is a pretty significant step forward in their back office, which is now based on modern frontend technologies – but in the tried and tested Umbraco back office we all know (and love).

The Enterspeed Umbraco package is now updated and supports all versions from Umbraco 7 to Umbraco 14.

So, no matter if you’re looking to migrate a legacy Umbraco site or wish to utilise Enterspeed in a new and modern Umbraco 14 stack, we can support it 😊

Avatar of authorEnterspeed
Feature
7 months ago

Return reference as object instead of array

When building Enterspeed schemas you have almost full control over the output you return to the views. However, there are cases when working with references where you don’t have that full control. To address this, we've now introduced a first function.

When you use the children or filter function while building a reference, these functions can return multiple references and because of that the result is an array. But sometimes, you only need the first child, or your filter query includes a comparison on an ID field, and you expect just one reference. In such cases, you probably want the result as an object instead of an array with a single item. This is now possible by using the new first function.

The first function returns the first item in the result set. The item is returned as an object instead of an array with one item. If no items are found null is returned.

Read more about the first function on the Enterspeed docs site.

Avatar of authorEnterspeed
FeatureAnnouncement
7 months ago

Introducing the Activity log: Who did what and when?

In the Enterspeed Management App, we've introduced an Activity log. You find it under Settings > Activity logs. The Activity log allows you to go back in time and see all activities, such as the creation, updating, and deletion of schemas, environments, source groups, and more. You can see who made the changes and when they were made. For many logs, you can even compare the new and previous values before the change.

The new Activity log is based on the new Logs UI we introduced a couple of months ago, but the default columns and filters are adjusted to fit the purpose of an activity log. Just like you know it from the logs, you can filter on different properties, set a time interval, and add or remove columns in the list. For example, you can filter by user (actor) to see all changes by a specific user within a time interval. Selecting a log message brings up the side panel, where you can see more details about the log and use shortcuts to add columns to the list or filter by specific values.

Our hope is that the Activity log can be yet another tool to help you get a better overview of what's happening on your Enterspeed tenant.

Avatar of authorEnterspeed