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
Upgrade Jetty from 11 to 12.1.7 (EE10) and align Jakarta Servlet API to 6.0
Add gzip and Zstandard (zstd) compression support to the JSON-RPC server. Upgrade Jetty from 12.0.21 to 12.1.7 and use the new CompressionHandler for transparent HTTP content negotiation via Accept-Encoding / Content-Encoding (#3290).
Add STATE query kind to the JSON-RPC query method. When kinds includes "STATE", the result contains a state field with only the last state of the decoded trace (a single ITF state object), instead of the entire trace. This significantly reduces JSON payload size for long symbolic explorations #3288.
Add compact JSON-RPC method that extracts the last concrete state, reverts to a given snapshot and re-asserts it as a synthetic transition, resetting solver complexity after long symbolic explorations #3285
Add the ordered JSON-RPC method applyInOrder for running several stateful exploration operations in one request, together with JSON-RPC documentation for its request and per-step response format (#3280).
Bug fixes
Fix Type1Lexer to properly tokenize 'RecvNotification' #3278