Skip to content

20.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 07:41
· 377 commits to master since this release

20.0.0 (2025-04-08)

⚠ BREAKING CHANGES

  • stdlib: fix hop-distance metric and general metric usage in gradient casts (#857)

Features

  • dsl: add collect and collectDistinct to the field reduction operations (#852) (f00f386)
  • test-tooling: add quick node-access method to Environment (#855) (08c1610)

Dependency updates

  • deps: update dependency react-router-dom to v7.5.0 (04f9832)
  • deps: update dependency typescript to v5.8.3 (7a87937)

Bug Fixes

  • dsl: fix bugged management of overrides, with undesired misalignment in case of exchange (#853) (f4f87f3)
  • stdlib: fix hop-distance metric and general metric usage in gradient casts (#857) (685137c)
  • test-tooling: fix bugged message preparation ignoring exchanged messages (#854) (a18542f)

Build and continuous integration

  • deps: update github/codeql-action action to v3.28.15 (292cb9f)

Style improvements