You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 0.10.3 - July, 2025
8
+
9
+
### Fixes
10
+
11
+
* User extra arguments in `.apply_rules()` were not given to action and condition function implementations (#49).
Copy file name to clipboardExpand all lines: docs/pages/home.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,19 @@
12
12
13
13
Want to discover what is **Arta**? :arrow_right:[Get Started](a_simple_example.md)
14
14
15
-
16
15
Want to know how to use it? :arrow_right:[User Guide](how_to.md)
17
16
18
-
19
17
!!! info inline "New feature"
20
18
21
-
Use **Arta** as a *process execution engine* :zap:
22
-
23
-
Read [this page](rule_activation_mode.md) for more details.
19
+
Use [value sharing](value_sharing.md) to customize actions and conditions :tools:
24
20
25
21
!!! tip "Releases"
26
22
27
23
Check the [Release notes](https://github.com/MAIF/arta/releases):rocket:
28
24
29
-
!!! warning "Pydantic 1 compatibility is deprecated"
25
+
!!! warning "Pydantic v1"
30
26
31
-
**Arta** is working with [Pydantic 2](https://docs.pydantic.dev/latest/) and Pydantic 1 but compatibility with V1 will be removed in the next **major** release.
27
+
Compatibility with *Pydantic v1* will be removed in next **major** release.
32
28
33
29
**Arta** is working and automatically tested with:
0 commit comments