Skip to content

v1.3.0

Compare
Choose a tag to compare
@loichuder loichuder released this 13 Apr 14:13
· 51 commits to main since this release

What's Changed

  • Add a /paths endpoint that returns the list of all the entities contained in the group. By default, the group is root so that it returns the list of all entities paths in the file #76
    • This relies on a new util get_list_of_paths that can be used in custom backends.
  • Improve the error messages when query arguments are malformed/invalid (also return 422 instead of 500) #77
  • Update the API doc to reflect these changes.

Full Changelog: v1.2.1...v1.3.0