File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 66 - New summarization algorithm that produces valid json
77 - Better type hint support
88 - 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+
911
1012- v8-3-0
1113 - Fixed some static typing issues
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ DeepDiff 8-4-1
3030- New summarization algorithm that produces valid json
3131- Better type hint support
3232- 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.
3334
3435DeepDiff 8-3-0
3536
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ DeepDiff Changelog
1111 - New summarization algorithm that produces valid json
1212 - Better type hint support
1313 - 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.
1415
1516- v8-3-0
1617 - Fixed some static typing issues
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ DeepDiff 8-4-1
3939 - New summarization algorithm that produces valid json
4040 - Better type hint support
4141 - 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.
4243
4344
4445DeepDiff 8-3-0
You can’t perform that action at this time.
0 commit comments