Skip to content

Release 1.5.2019

Latest
Compare
Choose a tag to compare
@Tereza-Pytelova Tereza-Pytelova released this 30 Apr 14:34
· 1 commit to master since this release
1f59da7

Since this release, WAW requires Python 3.5 and it is no longer compatible with Python 2. Last WAW version which supports python 2.7 is the 1.2 one.

New Features

  • You can now delete, upload and test workspace by specifying its name or regular expression
  • It is possible to replace some values using workspace_addjson script
  • There is now an option to set the log level in the CLI
  • -v flag now just print more INFO messages (not DEBUG or ERROR)
  • Documentation and tests for actions in the dialog were added

Cloud Functions

Testing

  • If you set exception_if_fail parameter of script evaluate_tests to true, it throws exception, when there are any failed tests detected while evaluating.
  • We are running tests for Python 3 only from now on