Changelog

Changelog

Additions and updates to the Sperta platform.

May 8, 2024

When searching for ExecutionsExecutions, you can now add search conditions such as execution ID, workflow ID, rule decision, and workflow decision.

April 25, 2024

You’re no longer limited to 100 search results on the executions page, thanks to server-side pagination.

April 11, 2024

We have two product updates this week:

  • We scaled backtesting, and you can now run backtests with hundreds of millions of executions.
  • HTTP connectors now support mutual TLS.

March 20, 2024

We introduced the JSON data type for input features, which lets you pass in objects and a list of objects. Take a look at concepts to learn more.

February 28, 2024

We have two product updates this week:

  • We used cache to reduce the latency of workflow executions. Even for the slowest 1%, the latency is under 80ms.
  • We launched deployment approvals to allow teams to review a deployment before it goes live. Take a look at DeploymentsDeployments to learn more.

February 21, 2024

We introduced the Timestamp data type. Take a look at concepts and SEL built-in functions to learn more.

February 1, 2024

We have two product updates this week:

  • You can now run backtests with executions, which also means backtesting is supported for workflows that contain data sources.
  • Data sources are now run in parallel if they are in the same stage, reducing the workflow's latency.

January 5, 2024

You can now create a case from a workflow. Take a look at Add a case node to learn more.

December 18, 2023

Workflow executions are now stored and available to search. Take a look at ExecutionsExecutions to learn more.

December 6, 2023

You can now run Sanity testSanity test on workflows containing data sources by mocking the data source features and responses.

November 24, 2023

We have 3 product updates this week:

  • Entity featuresEntity features and Data sourcesData sources are now available to all the users.
  • We added auth methods to HTTP connectors, starting with basic auth, API key auth, and bearer token auth.
  • You can now explore transformed features and data sources features in addition to input features in the feature exploration panel while creating or updating steps.

October 31, 2023

We launched HTTP connectors this week, which let you connect to any data vendors or internal services that have a JSON API.

October 4, 2023

We launched Case managementCase management this week, which lets you manually review cases.

August 16, 2023

We launched Entity featuresEntity features this week, which lets you use a Person or Business entity as an input feature.

June 15, 2023

We launched experiments and RBAC this week:

  • ExperimentsExperiments let you test workflow versions with live traffic.
  • User rolesUser roles ensure your team members get the right level of access.

April 12, 2023

We released BacktestingBacktesting this week. You can backtest a workflow version by uploading a CSV file and downloading the test results when the backtest finishes.

March 30, 2023

We released workflow Sanity testSanity test and conditional step this week:

  • Workflow sanity test allows you to test the workflow by providing feature values in the dashboard. Sanity tests are free to use, and it doesn’t impact what’s running in production.
  • The conditional step is similar to the decision table, and it enables you to output features based on conditions.

January 23, 2023

We released two features this week:

  • You can now deploy a specific workflow version.
  • You can now pass in a List as an input feature. A List supports String, Double, Integer, and Boolean as its element types.

October 17, 2022

We updated the dashboard to prepare for the release of workflow versioning:

  • We added a standalone Steps page where you can view all the rules and feature transformations of a workflow on one page.
  • To create rollouts, you will now go to the stage rollouts page instead of creating the rollout on the step page.