v1.2.0
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)