Skip to main content
Version: 1.1.0

1.1.0

03/24/2025

Highlights

  • New AST interpreter: Modified operator precedence rules to align more closely with programming standards, and better code execution performance. Now in QodlyScript, 1+2x5 equals 11 and not 15!

  • Support for HTTP Handlers: Added support for defining and managing HTTP Handlers to process requests based on URL patterns and HTTP methods, with a new UI and code editor integration.

  • onInit Event for Qodly Sources: Added a distinct On Init event for Qodly Sources, which triggers when a Qodly Source is instantiated by the renderer. This allows developers to set up an initial value for a Qodly Source without interference from subsequent On Change events.

  • Privileges Detailed Permission Review: When a role is selected in the Roles & Privileges editor, a detailed permission review is displayed to provide insight into the final permissions resolution for that specific role. This feature helps developers fine-tune privileges more effectively by showing the impact of privilege configurations.

  • QodlyEvents: onStartup and onStop: Added structured support for defining automatic startup and shutdown logic within the QodlyEvents class.

Qodly Studio

What's new

Qodly Server

What's New

  • New 4D.IncomingMessage class, allowing to process contents retrieved from custom HTTP Request handlers.

  • Added the logEvent command, allowing you to write custom events in the diagnostic log file.

  • Added the Endpoints class, allowing your code to know on which endpoint it is executed (for example public or authenticated endpoint).

  • New 4D.TCPConnection and 4D.TCPEvent classes to handle low-level TCP connections.

  • Enhanced the .sign() and .verify() functions in the 4D.CryptoKey class to support Blob data in the message parameter.

  • Users class:

    • The class is now available as a singleton.
      warning

      While existing instantiation using cs.Qodly.Users.new() remains functional for backward compatibility, we no longer recommend using it.

    • The following functions have been renamed for improved clarity:
      warning

      The old syntax is still supported for compatibility but will be deprecated over time. We recommend transitioning to the new syntax.

Upgrade Tips

Before upgrading your main environment, you are advised to test your app in a distinct environment:

Or, you can just clone your app into a new app. The clone will automatically be upgraded in the latest Qodly version.

You're advised to backup your application before upgrading.

Points to check

Some new behaviors may affect your apps and require some adjustments in your code or page design: