Skip to content

v0.10.1

Compare
Choose a tag to compare
@imda-benedictlee imda-benedictlee released this 23 Feb 09:05
· 146 commits to v0.10.x since this release
d48d624

What's Changed

Bug fixes for the API Connector and implemented new application security features.

Bug Fixes:

  • Fixed bug where SHAP and robustness test fails when model is connected via API.
  • Fixed bug where test task updated hook does not execute while generating report.
  • Updated node setup for Dockerfile, which was previously causing a 60s wait on build.

Features for improved application security:

  • Removal of default usernames and passwords for Mongodb setup. Users are now required to define these credentials during setup.
  • Upgraded npm packages (#231)
  • Improved sanitization of file uploads (#231)
  • Improved error messages and disabled stack trace to reduce information exposure (#242)
  • Disabled autocompletion of sensitive fields (#231)
  • CORS whitelist (#245) (#240)
  • Updated the portal graphql client so that all browser requests use the portal rewrites for graphql client requests and subscriptions (#232)
  • Other minor code cleanups to remove absolute file paths and default URLs (#243)

Full Changelog:
v0.10.0...v0.10.1

Installation Instructions

Build and run from Dockerfile
Build and run from Source Code