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: RELEASE_NOTES.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Release Notes
2
2
3
+
## v0.1.8 - cost model handling and CEK hot-path tweaks
4
+
5
+
- Date: 2026-04-18
6
+
- Version: v0.1.8
7
+
8
+
Summary: This release fixes CEK cost model handling and improves CEK hot-path performance to improve budget correctness and reduce interpreter overhead.
9
+
10
+
### Bug Fixes
11
+
12
+
* Corrected cost model handling so budget calculations stay accurate across a broader range of builtin cost parameters, including configurable `dropList` CPU settings.
13
+
14
+
### Performance
15
+
16
+
* Improved CEK hot path evaluation to reduce temporary allocation overhead during apply and case handling.
17
+
18
+
### Additional Changes
19
+
20
+
* Updated `RELEASE_NOTES.md` to include the `v0.1.8` entry.
0 commit comments