Skip to content

11.0.0

Compare
Choose a tag to compare
@slisson slisson released this 19 Dec 02:51
· 886 commits to main since this release
260e367

11.0.0 (2024-12-19)

  • feat(model-server)!: use a consistent status code for query failures (ff653fd)

Bug Fixes

  • authorization: reload keys when the file changes (2b80425)
  • model-server: do not put objects into store in request thread (0c69ab2)

BREAKING CHANGES

  • resolving a non-existing node via ModelQL now returns
    status code 422 instead of 404.