Skip to content

v1.0.0b7 - (04.12.2020)

Pre-release
Pre-release
Compare
Choose a tag to compare
@B4rtware B4rtware released this 04 Dec 13:19
· 13 commits to master since this release
618621d

💌 Added

  • (a941545) examples: add echo example service
  • (66c6022) server: expose multiple config parameters to the Server.run(...) function
  • (fc09853) cli: add a morpho cli command (is being used to start services from the command line) and replaces argparse with click. Use morpho --helpfor a list of commands.
  • (7d96dea) : add health endpoint for services /health
  • (412c00f) : a default config is now printable through morpho config

♻️ Changes

  • (bd04715) server: remove argparse argument parsing
  • (c8fe9db) config: rename protocols parameter to consumers