Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Single Page Application

(warning) Breaking changes (warning)

  • <PLACEHOLDER>

New features

Making rest calls in javascript (guards and calculated fields)

A webclient object that is automatically configured via “connection routing” (see documentation) and can be accessed in the javascript code. See the javascript api documentation for more details.

Improvements to error messages

  • Request ID Tracking: Implemented a new feature that generates a unique Request ID for each request. This Request ID is now included in the exception class and is propagated to the frontend in case of errors. The request ID is also automatically added to every log message. This enhancement enables seamless tracing of issues across the entire application, improving debugging and monitoring capabilities.

  • Error Object Clean-up: Removed stack traces from error objects that are sent to the frontend. This change ensures that sensitive information is not exposed to the end users while maintaining a cleaner error reporting structure.