Skip to content

Commit 1fce7a1

Browse files
committed
Add blog post for Trevas 2.0.0
1 parent eb448a7 commit 1fce7a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/blog/2025-09-28-trevas-2.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
slug: /trevas-2
3+
title: Trevas - Version 2.0.0
4+
authors: [nicolas]
5+
tags: [Trevas]
6+
---
7+
8+
import useBaseUrl from '@docusaurus/useBaseUrl';
9+
import Link from '@theme/Link';
10+
11+
Trevas 2.0.0 is released!
12+
13+
Following the implementation of DAGs and the reordering of VTL instructions before execution, evaluating a VTL script will integrate this new functionality by default.
14+
15+
A <Link label={'technical documentation'} href={useBaseUrl('/developer-guide/dag')}/> is available to describe this feature and how to disable it.

0 commit comments

Comments
 (0)