Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uri/rule report changelog 7.22.1 #326

Merged
merged 8 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
Rules Report Release Notes
GUI Release Notes
=============

```{contents}
```

3.1.1 (Jan 12, 2025)
---------------------------

### Features

- [feat] Support for displaying numeric values in string, decimal, or hexadecimal formats in Call Trace and Variables tabs, with a dropdown to switch formats.
- [feat] Persist column configuration (display selection and width) across browser sessions on the Prover Dashboard, including between tabs and logins.
- [feat] Added call traces and TAC dumps for sanity rules in Rule Report.


3.0.2 (Nov 18, 2024)
---------------------------

Expand All @@ -12,8 +22,10 @@ Rules Report Release Notes
- [feat] Improved formatting of the call trace: The call trace highlights values of the counter examples as gray boxes and provides tooltips indicating the semantics of the value (e.g. if the value is a return value or a parameter of a function call).
- [feat] The rule tree automatically opens a node if it only contains a single child element. This reduces the number of user interactions required to get to the call trace and find the counter example.


2.4.4 (Nov 6, 2024)
---------------------------

### Features

- [feat] Adding support for syntax highlighting of Rust files in the code editor
Expand All @@ -23,6 +35,7 @@ Rules Report Release Notes

- [bug] The re-run button was reported to not function for non-Certora users. This has been fixed.


2.4.1 (Oct 6, 2024)
---------------------------

Expand All @@ -47,6 +60,7 @@ Rules Report Release Notes

- [feat] Job execution status in browser tab


2.1.6 (Jul 8, 2024)
---------------------------

Expand All @@ -71,6 +85,7 @@ Rules Report Release Notes
- [fix] Expansion bug on the main UI grid
- [fix] Fixes for the call trace tracking points


1.0.0 (Apr 11, 2024)
---------------------------

Expand All @@ -84,6 +99,7 @@ Rules Report Release Notes
### Fixed Bugs

- [fix] When a job has been canceled or halted, only rules that were running are being displayed as killed


0.8.0 (Mar 11, 2024)
---------------------------
Expand Down Expand Up @@ -128,6 +144,7 @@ Rules Report Release Notes

- [feat] Improvements on naming for global / rule notifications


0.5.62 (Feb 11, 2024)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/prover/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Changelog
:caption: Contents

prover_changelog.md
report_changelog.md
gui_changelog.md
```
10 changes: 10 additions & 0 deletions docs/prover/changelog/prover_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Prover Release Notes
```{contents}
```

7.22.2 (Jan 12, 2025)
----------------------
### Rule Report
- [feat] Support for displaying numeric values in string, decimal, or hexadecimal formats in Call Trace and Variables tabs, with a dropdown to switch formats.
- [feat] Added call traces and TAC dumps for sanity rules in Rule Report.

## Dashboard
- [feat] Persist column configuration (display selection and width) across browser sessions on the Prover Dashboard, including between tabs and logins.


7.21.1 (December 12, 2024)
----------------------
Various bug fixes and performance improvements.
Expand Down
1 change: 1 addition & 0 deletions spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ dispatchee
dispatchees
downsample
downsampling
dropdown
eBPF
enum
enums
Expand Down
Loading