Skip to content

0.25.0

Compare
Choose a tag to compare
@Pascal-Delange Pascal-Delange released this 25 Oct 08:05
· 8 commits to main since this release

Helm chart is available !

Marble now publishes a helm chart, to help with your cloud deployment.
You can find more information here.
The helm chart can be found at europe-west1-docker.pkg.dev/marble-infra/marble/marble-application

Nested aggregates

You can now compute aggregates within aggregates, that is to say use aggregate values as filters in another aggregate.
For instance, you could do something like "compute the number of transactions with value higher than the average transaction for that user".

Reworked batch execution mode

We reworked how batch scenario execution works, to make it more reliable.
In particular, any transient errors encountered during a batch execution will now be retried a number of times.


Deployment changes

⚠️⚠️ The recommended and supported way to deploy Marble, including background tasks, is now the one that is used in the docker-compose file in this repository and in the Helm chart.
In particular, running the cron jobs for batch execution, webhooks retry is deprecated and will no longer be supported.
The entrypoint --cron-scheduler continues to be supported for backwards compatibility, but using the new --worker entrypoint is recommended.
⚠️⚠️