0.6.0
Several new features are now available in this release:
- A new build option is available for
WebAppBuilder
:enableCors
. This will create a globally permissive CORS filter for the web application. Note that this is not a recommended security practice and is available only for convenience. - All example applications used in testing have been consolidated to the
app-examples
module - A new application type is now supported: gRPC (available in the
app-grpc
plugin module). This integration allows one to seamlessly create micro-services within a gRPC server.