Skip to content

v15.0.0

Choose a tag to compare

@hoodiebot hoodiebot released this 25 Nov 18:18

<a name"15.0.0">

15.0.0 (2015-11-25)

Features

  • api: add GET /hoodie route that returns basic hoodie info (a5f40140, closes #420)

Breaking Changes

  • The database is no longer exposed under /hoodie.
    It is no longer hoodie-server's responsibility to expose parts of the API,
    but the individual hoodie-server-* component's.

Most notably: authentication via hoodie-server-account
and data replication endpoints via hoodie-server-store

Closes #420

(a5f40140)