Skip to content

v1.2.0

Compare
Choose a tag to compare
@DrMegavolt DrMegavolt released this 15 Sep 19:00
· 1090 commits to master since this release

Added

  • Plugin Engine (#381)

    • Express gateway can be extended with:

      • Policies
      • Conditions
      • Routes
      • Event handlers for lifecycle events
    • Plugins have access to:

      • configuration
      • consumer management services
      • running instances of ExpressJS apps
      • internal event bus and events
  • CLI for Plugins (#404)

    • install a plugin
    • configure plugin
    • enable plugin and register policies in the whitelist
  • Plugins API (#404)

    • install and configure plugins (flag required --experimental-plugins-api)

Changed:

node-uuid module changed with uuid due to deprecation (#403)

Fixed:

Example pipelines (#405)