File tree 4 files changed +5
-0
lines changed
4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 6
6
- New summarization algorithm that produces valid json
7
7
- Better type hint support
8
8
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
9
+ - Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
10
+
9
11
10
12
- v8-3-0
11
13
- Fixed some static typing issues
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ DeepDiff 8-4-1
30
30
- New summarization algorithm that produces valid json
31
31
- Better type hint support
32
32
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
33
+ - Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
33
34
34
35
DeepDiff 8-3-0
35
36
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ DeepDiff Changelog
11
11
- New summarization algorithm that produces valid json
12
12
- Better type hint support
13
13
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
14
+ - Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
14
15
15
16
- v8-3-0
16
17
- Fixed some static typing issues
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ DeepDiff 8-4-1
39
39
- New summarization algorithm that produces valid json
40
40
- Better type hint support
41
41
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
42
+ - Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
42
43
43
44
44
45
DeepDiff 8-3-0
You can’t perform that action at this time.
0 commit comments