Skip to content

Version 0.3.2

Compare
Choose a tag to compare
@anders-kiaer anders-kiaer released this 06 Jun 19:33
· 113 commits to master since this release
acf083e

Added

  • #456 - Extended error message when configuration file is invalid with suggestion to run webviz docs.
  • #426 - Added centralized factoryregistry exposed through WEBVIZ_FACTORY_REGISTRY for sharing factories between plugins.
  • #443 - Added --logconfig commandline argument to allow detailed control of logging output in webviz.
  • #447 - Plugin project dependencies(indirect and direct) are now included in PLUGIN_PROJECT_METADATA. This enablesthe generated Docker setup, when portable apps are built, to have the same dependency
    versions compared to what the user had installed when creating the portable app.
  • #445 - Added report feedback button to WebvizPluginABC.

Fixed

  • #463 - Reflect external change. Repository name for standard OAuth2 Docker containers is changed from quay.io/pusher/oauth2_proxy to quay.io/oauth2-proxy/oauth2-proxy.
  • #440 - Fixed setting of global log level for webviz application.
  • #457 - Use non-root redis Docker image in generated Radix setup.