2025.4 (April 2025)

2025.4 (April 2025)

2025.4 Release Highlights

As the old adage goes: April releases bring new features! This month’s release is a smaller one, but there are several enhancements and one large feature we want to highlight this month.

New and Improved API Explorer

The flagship feature this month is a new and improved API Explorer! For many years, we’ve leveraged an off-the-shelf open-source library called GraphiQL to drive our API explorer. While this library served us well, it left our hands tied when it came to specific advanced features we wanted to implement. The library was also based on the legacy CodeMirror code editor, which meant it was a roadblock in our goal to modernize our editor experience.

To that end, we’ve rebuilt the API Explorer from the ground up, leveraging the new Monaco editor! This new API Explorer fundamentally works the same as the old one; however, there are a few cosmetic changes, and quite a few feature improvements along the way.


The new and improved API Explorer!

The most significant cosmetic change is simply that we’ve moved the Documentation Explorer panel from the right side of the screen to the left. This rearrangement better aligns the new API Explorer with the three-panel layout found in other editors, like the Transformation Explorer, and gives us space to add new features to the left-hand panel in future releases.

That documentation panel is itself improved as well. Styled to look like the old documentation panel, the new panel is again reimplemented from the ground up, allowing us to add better search features, more Fuuz-specific metadata and information, and improved navigation.


The new Documentation panel.

Among the other improvements coming with this new API Explorer is much better code hinting and autocompletion, courtesy of the Monaco editor. This code completion is available in both the GraphQL code editor itself where the UI will list available fields and their types as you edit, and in the Variables editor where the UI will list the variables defined in the query and the fields available on those variable types.


Improved code auto-completion while editing queries.

 


Improved code autocompletion while editing variables

There are even more improvements on the way - for example, in a future release, we’ll be revamping the Query Builder and Mutation Builder features to add support for variables and field-level arguments. Keep an eye out for those features in upcoming releases!

Other Highlights

Chart Element Sort By Configuration

The April 2024 release includes a new feature in the Chart element: the ability to specify a sort order for the chart. This is particularly handy with bar charts, so you can order by a name, status, or other field.


New Chart configuration Sort By section.

Progress Bar Configuration Options

The 2025.4 release also includes new configuration options for the Progress Bar screen element. The existing minimum and maximum fields now support dynamic values, allowing screen builders to wire them up to data coming back from the API - for example, the work order quantity.


New progress bar configuration options.

What’s more, the Progress Bar now has two new configuration inputs for the bar and background colors. These inputs are also dynamic, allowing the bar color to change based on the progress - which can create a quick visual reference for whether the progress is “good” or “bad”!


Configuration for a dynamic progress bar color.

The resulting progress bar.

New Code Editor Screen Element

Finally, in addition to the new API Explorer, this month’s release includes a new generic Code Editor screen element. This element is designed to be used with languages such as SQL, XML, and Python, which are uncommon in the Fuuz platform itself, but may be used in integrations with external systems such as ODBC or AWS Lambda. This editor also includes a “Text” mode, which disables syntax highlighting and language features but retains the editor capabilities of Monaco for any language modes the element doesn’t support.


New generic Code Editor element with language modes.

With the release of this code editor and the new Monaco-based API Explorer, the Fuuz platform has now transitioned all major code editors to the Monaco editor. With just a few more small cleanup tasks, we’ll be able to completely remove the legacy CodeMirror-based editor, finalizing the modernization of our “pro-code” experience in the platform.

Full Release Notes: 2025.4.0

Data

GraphQL API

  • Implemented a new and improved API Explorer utilizing the Monaco editor

  • Added integration tests for expression fields

Security

  • Updated to cascade-delete user tenant and authentication event records when a tenant is deleted after deactivation

  • Added Replication and App Management internal user records to better identify changes made by Fuuz automatically

DevOps

  • Converted several dozen internal libraries to Typescript

Integration

Device Gateway

  • Fixed a crash in the MySQL driver caused by zombie connections

  • Fixed a crash caused by an incomplete service map

User Interface

Framework

  • Corrected search button style to correct applied height

Components

  • Added a new generic code editor element for less common languages like SQL and XML

  • Optimized render performance of Monaco editor to improve user experience

Application Designer

  • Added a tooltip to workspace panel items with more details on the app component

Screen Designer

  • Fixed a bug causing the “advanced mode” toggle on configuration inputs to shift left

  • Added an Order By section to the Chart element configuration

  • Updated Progress Bar screen element to allow transformable min and max values and to add bar and background color configuration options

    • Related Articles

    • 2024.4 (April 2024)

      2024.4 Release Highlights The Fuuz engineering team isn’t fooling you with this month’s release - it’s packed with great features and improvements we’re excited to share. Read on to learn more! Integration Request Logging One of the larger ...
    • 2023.4 (April 2023)

      2023.4 Release Highlights The 2023.4 Fuuz platform release is a big one, with a lot of changes and several significant, multi-month projects rolling out. Here are the major highlights: Web Flows This month’s release includes a long-awaited new ...
    • 2023.5 (May 2023)

      2023.5 Release Highlights After last month’s large release, the 2023.5 Fuuz platform release is a little quieter, but there are still some significant new features. Here are the major highlights: In-App Gateway Updates The past several releases have ...