Skip to content

0.6.0

Compare
Choose a tag to compare
@timkral timkral released this 01 May 04:54
· 42 commits to master since this release

Several new features are now available in this release:

  1. 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.
  2. All example applications used in testing have been consolidated to the app-examples module
  3. 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.