-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
- Loading branch information
1 parent
61c73d3
commit 9b124f3
Showing
4 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.2.11`. | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added CEL support everywhere (bindings, assertion trees, projection trees, outputs...) | ||
- Added test sharding support | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Fixed exit code when failing in root test run | ||
- Fixed `--no-cluster` flag not working | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Added most JMESPath functions docs and examples |