Skip to content

2024.06

Compare
Choose a tag to compare
@ankraft ankraft released this 26 Jun 09:57
· 129 commits to master since this release
9dd4b1c

New Features

  • Added support for operationMonitor attribute in <subscription> resources.
  • Improved support for DELETE operations on <request> resources.
  • Added support for attribute-level access control.
  • Added support ACP access control contexts: accessControlWindow
  • Added support for logging in UTC time.
  • Added new functions all, any, filter, map, min, max, reduce, reverse to the script interpreter.
  • Added --exlcude-tests command line argument to exclude specific test cases from the test run.

Improvements

  • Improved the script interpreter's error reporting. The error messages are now more informative and include the call stack.
  • Changed the http script function: Now supporting quoted list for headers in addition to the JSON struct.
  • Simplified internal test case registration.
  • Added support for logging in UTC time.
  • Improvements for the Text UI
    • Added support for sending UPDATE operations.
    • Improved design and layout of many views.

Fixes

  • Many small fixes

Misc