Skip to content

Releases: p2panda/aquadoggo

v0.2.0

02 Feb 19:00
Compare
Choose a tag to compare

Please note: aquadoggo-rs crate is not published yet, due to unpublished dependencies.

Changed

  • Replace schema logs with document logs, changing the behavior the nextEntryArgs and publishEntry RPC methods, invalidating and deleting all previously published entries #44
  • Rename Message to Operation everywhere #48
  • Make JSON RPC methods compatible with new document logs flow #47
  • Nicer looking README.md for crate #42
  • Support u64 integers #54

Fixed

  • Fixed bamboo log selection for authors with more than 10 documents #66

v0.1.0

26 Oct 12:14
e023d73
Compare
Choose a tag to compare

Changed

  • Use p2panda-rs 0.2.1 with fixed linter setting #41
  • Use tide for HTTP server and jsonrpc-v2 for JSON RPC #29

Added

  • panda_queryEntries RPC method #23
  • Docker support #22
  • panda_publishEntry RPC method #21
  • panda_getEntryArguments RPC method #11
  • SQL database persistence supporting PostgreSQL, MySQL and SQLite via sqlx #9
  • Server configuration via environment variables #7
  • JSON RPC HTTP and WebSocket API server via #5