Skip to content

v0.5.0

Compare
Choose a tag to compare
@claymcleod claymcleod released this 25 Nov 17:03
· 77 commits to main since this release

0.5.0 — 11-25-2023

Added

  • Formalizes the Namespace entity and adds /info endpoint (#27).
    • /info: Gets information about the server.
    • /namespace: Lists namespaces known by this server.
    • /namespace/{name}: Gets the namespace matching the provided name (if it exists).
  • Adds a InvalidRoute error to give feedback in the response body when a route is not available (#28).
  • Adds an UnshareableData error to explain why data is not shareable (#29).