Skip to content

Releases: apalache-mc/apalache

v0.56.0

20 Mar 17:23

Choose a tag to compare

0.56.0 - 2026-03-20

Features

  • 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.

v0.55.0

18 Mar 16:53

Choose a tag to compare

0.55.0 - 2026-03-18

Features

  • 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

v0.54.0

18 Mar 14:38

Choose a tag to compare

0.54.0 - 2026-03-18

v0.52.3

17 Mar 16:20

Choose a tag to compare

0.52.3 - 2026-03-17

Features

  • 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

v0.52.2

29 Jan 16:03

Choose a tag to compare

0.52.2 - 2026-01-29

Bug fixes

  • Make Variants compatible with TLC (#3255)

v0.52.1

21 Nov 13:41

Choose a tag to compare

0.52.1 - 2025-11-21

Features

  • Add the JSON RPC method "health" (#3223)

v0.52.0

19 Nov 13:51

Choose a tag to compare

0.52.0 - 2025-11-19

Features

  • Add the method assumeState of JSON RPC
  • Add the missing case of deserializing variants from ITF JSON (#3215)

Bug fixes

  • Fix resulting snapshots in assumeTransition and assumeState (#3219)
  • Fix the ITF deserializer to use the modern record types (#3216)

v0.51.1

06 Nov 12:56

Choose a tag to compare

0.51.1 - 2025-11-06

v0.50.3

04 Sep 12:59

Choose a tag to compare

0.50.3 - 2025-09-04

Bug fixes

  • Fix Apalache!Gen of functions (#3158)

v0.50.2

02 Sep 19:43

Choose a tag to compare

0.50.2 - 2025-09-02

Bug fixes

  • Bump GRPC message size to 1 GB (#3155)