Skip to content

v0.3.0

Compare
Choose a tag to compare
@outofcoffee outofcoffee released this 08 Mar 12:13
· 22 commits to master since this release
75bc975

Added

  • Allow gateway to be driven directly using declarations (Marc Savy). See Changes section for details of changes to
    the command syntax.
  • Adds the ability to specify a definition for an API (Raleigh Pickard).
  • Adds the ability to wait for the server to start before attempting to run commands (Pete Cornish).
  • Improves documentation (Pete Cornish).

Fixed

  • Fixes #14. Fetches added plugin and uses generated ID in fetch test (Pete Cornish).

Changed

  • Breaking change: the syntax for administering the manager has changed. Where previously you would have written
    ./apiman [command] you would now write ./apiman manager [command].
  • Factors out declarative application logic into separate services (Pete Cornish).
  • Reorganises command package structure (Pete Cornish).