# Release Notes

# 10.2

# 10.2.0

Release date

August 11, 2026

Module Improvements
Core • Adds account-level branding, now the administrative interface logos can be replaced and the color palette for basic actions adjusted so the panel feels native to each organization
• Adds bookmarks in the admin to create direct links to pages, spaces, and submission panels
• Adds system user support in administrative logs, automated actions are recorded as "System" instead of being attributed to a person
• Adds the option to view OpenSearch index mappings from each index's context menu in the Panel
• Fixes restoration of the admin_teams and admin_groups permission groups
• Fixes password recovery for admin users
• Fixes the URLs generated by the admin's automatic CSP
• Fixes the user token when impersonating over an already impersonated session
• Fixes Web Applications visibility for admins without the Channels check
• Fixes the Liquid linter in the admin editors, which now accepts whitespace control and tags written across multiple lines
• Fixes the file type validation that prevented uploading files with extensions such as xlsx
• Fixes the 404 error in the My Tasks view
• Fixes migration from 10.1 and updates the inconsistent data cleanup job
Channels • Adds individual endpoints for layout page widgets and variables in the admin API, allowing a single widget or variable to be modified without replacing the rest of the page
• Adds support for the llms.txt standard, available alongside sitemap and robots in the site's SEO section
• Adds new Minimal templates aligned with the framework, for public sites, private sites, and origination landings
• Improves redirect management:
  - Adds the option to enable and disable a redirect, also in bulk
  - Redirects are now resolved before any other dispatcher route
  - Allows choosing the redirect type for alternate domains, adding 301 in addition to 302
• Improves site search, which now returns results when the search term is part of a compound word
• Fixes partial page updates, which reset fields not sent in the body
• Fixes page creation, which silently accepted unknown page_type values
• Fixes the styling of the widget preview dropdown
• Fixes pending publication when altering a layout used by an origination page
• Fixes cache clearing when copying a site and when creating a stage
• Restricts the association between an origination and its page to 1-1, and fixes cloning and synchronization across stages
Content • Adds content API preview, now the draft or published content check also applies to the API when an administrative session exists, without caching those responses
• Adds the bulk create action to the entries endpoint, allowing multiple entries to be created in a single call
• Adds the space slug to the entry drop
• Improves alternative management in content types, now renaming, deleting, and adding an alternative are distinguished, and changes can be propagated to published and scheduled entries
• Fixes the use of asset filters on an asset coming from an entry
Customers • Adds multi-user origination, now whoever starts the flow can invite other users in previously defined roles:
  - Roles assignable to one or more tasks in the flow
  - Roles made up of one or more users, with a configurable maximum limit
  - The main user can take on a role or fully delegate it to the invited users
  - The flow completes once all participants have answered their part
• Adds task assignment to agents in originations:
  - Tasks resolved exclusively by the agent, with a configurable waiting message for the end user
  - New task view within the submission, rendering the site's views with iframe sandboxing
  - Assignment to a user, a group, or a user within a group, with balancing by group or segment
  - New endpoint to reassign a specific task to another agent
  - Visual feedback when completing the agent's tasks
• Adds the Confirmation task, which shows the user a summary of what was provided in previous Input tasks so it can be reviewed and corrected before continuing
• Adds submission lifecycle control:
  - Cancellation on expiration and manual cancellation with a comment
  - System log with its own type for expiration cancellations
  - Due date triggered by a Date type question
  - Retry flow to trigger an already completed task again from the admin API
• Adds multichannel OTP and soft login improvements:
  - Delivery of the same code through more than one channel at a time among email, WhatsApp, and SMS
  - Use of the mobile phone as the OTP identifier when the realm has WhatsApp or SMS enabled
  - OTP request at sign-up time
  - Configurable email resend time and token duration
  - New "Invitation only" option in account activation
  - Realm default action configurable between login and signup
• Adds new realm-level integrations:
  - Auronix as a WhatsApp provider for OTP and bulk campaigns
  - SMS delivery through a configurable generic endpoint
  - Biometrics with AWS Rekognition using Face & Liveness detection
  - Improvements to the Naat integration on mobile
• Adds segments to a realm's groups and administrators, now a group with a role in a realm can be scoped to the users of one or more segments
• Adds an origination's submission status and task progress as filters for building segments
• Improves the submission search, now submissions are indexed in OpenSearch allowing searches over the data provided by users, and adds a filter by modification date
• Adds granular permissions for submissions, decoupling creation and assignment, listing, and detail
• Exposes in the admin API who created a submission, both in the listing and in the detail
• Improves the swagger documentation of the origination API and keeps 10.1 API support for customers with originations in production
• Adds the option to hide the cancel link on the origination page and shows the next step in the mobile stepper
• Allows editing integrations without having to disable them
• Fixes form conditional logic in required fields, nested questions, choice type options, and conditions across steps
• Fixes duplicate alternatives in dropdown and similar question types
• Fixes regular expression validation in Input tasks when they contain backslashes
• Fixes the international phone field when more than one field of this type exists in the form
• Fixes error messages in date fields with minimum and maximum values
• Fixes the 422 error when uploading large files to a submission through the admin API
• Prevents selecting file type questions in public forms
• Fixes Validation tasks, disabling the approve and reject buttons while processing, allowing approval without a configured assignee, and preventing a hidden conditional task from blocking the validation
• Fixes Code snippet tasks answered by agents, the 500 error when answering, tokens that did not comply with RFC 6750, and Liquid calls to custom snippets in stages other than Main
• Fixes origination invitations, now considering the default value of required custom fields, including the required registration data, and fixing the resume invitation template, the duplicated description, and the full site reload when updating progress
• Fixes the submission documents view with large files and with assets of an incorrect type
• Fixes the URL returned by the asset drop when it comes from a file type question
• Fixes the display of Identity Verification task results for an invited user
• Fixes the post sign-up redirect when the signup includes redirect_uri
• Fixes the soft login OTP error message, which revealed the existence of accounts and did not distinguish between an incorrect and an expired code
• Fixes the OTP entry UX on mobile, now deleting no longer forces removing digit by digit
• Fixes the 500 error when saving an origination that combines a Signature task with other tasks
• Fixes the creation of questions without a type from MCP, which caused a 500 error when entering the origination backend
• Fixes hidden steps that were shown in the Confirmation task
• Fixes redirection across an origination's stages
• Fixes the language of the error messages shown to the user

# 10.1

# 10.1.18

Release date

August 24, 2026

Module Improvements
Core • Restores automatic deletion of revoked session grants, which had not been brought over to version 10.1
• Improves the orphaned-data cleanup job so it deletes in batches and no longer locks tables for long periods
Channels • Fixes the timeout when publishing widgets, pages, and site templates on installations with a high volume of accumulated versions
• Improves page render performance with additional indexes and by avoiding repeated snippet queries within the same render
Content • Fixes the loss of empty inline tags used as icons, such as <i> and <span>, when switching between the WYSIWYG view and the code view
Customers • Fixes an error when entering the backend of an origination that has questions created without a type via MCP

# 10.1.17

Release date

July 17, 2026

Module Improvements
Core • Enables jemalloc in containers to mitigate out-of-memory (OOM) risk under high concurrency
• Fixes performance issue when validating permissions
• Updates nokogiri to fix low-severity memory bugs
• Fixes error when querying the admin user's me endpoint with a SAML session
• Fixes CORS activation in realms
• Fixes visibility of the channel icon in the side menu for users with permissions inherited from groups
Content • Fixes authorized rich text tags so they work with wildcards
Customers • Fixes OpenSearch reindexing when only a user's custom fields are updated
• Fixes duplicate indexing of the same user
• Fixes error when indexing login-error type user events
• Adds option to hide the cancel link on the origination page via configuration

# 10.1.16

Release date

June 2, 2026

Module Improvements
Core • Dependency security updates
Content • Fixes format alternation issue when manually entering a date in the datepickers
Customers • Fixes user events export

# 10.1.15

Release date

April 30, 2026

Module Improvements
Core • Adds support for credentials via form when refreshing the refresh_token
• Fixes loading of custom tags and attributes with wildcards in Froala
Customers • Fixes permissions issue when changing the status of a submission through the API

# 10.1.14

Release date

April 16, 2026

Module Improvements
Core • Improves retrieval of the end user's IP address
Customers • Fixes performance issue in the segment editing view when there are many elements
Content • Fixes issue that left scheduled versions of content after being published
• Fixes visual issue when displaying the datepicker in a richtext field

# 10.1.13

Release date

February 25, 2026

Module Improvements
Customers • Fixes error when publishing originations after a failure in a previous publication. The update of pending submissions is now correctly controlled
• Improves error handling in forms
• Fixes business events that caused errors when being indexed
• Fixes download of forms that include datasets
Channels • Adds support for a type parameter in the local widget preview from the CLI, allowing the widget JavaScript to be loaded with type=module for module use cases in widgets
Content • Fixes a visual overlap issue when having a date field and a paragraph field in entry editing
• Fixes an issue that caused scheduled unpublications of entries to be lost
• Fixes click issue on labels in checkbox fields

# 10.1.12

Release date

January 26, 2026

Module Improvements
Channels • Adds support for the report-to directive in the CSP header and the required Reporting-Endpoints header for this directive
Customers • Fixes completeness evaluation issue in pending review tasks
Content • Fixes the order in which multiple selection element values are delivered in content, now displayed according to the order defined in the type

# 10.1.11

Release date

January 15, 2026

Module Improvements
Core • Adds TTL to Redis objects when the session cookie is configured as "Session"
Channels • Improves performance of user custom fields loading in me API calls
• Fixes 404 page cache, now generated per session user
• Fixes nonce issue in forms, now by default includes the hash of the involved asset
Customers • Fixes selection issue in conditional logic selectors
• Fixes permission issue when unpublishing an origination by a Realm admin

# 10.1.10

Release date

December 29, 2025

Module Improvements
Customers • Adds the redirect_uri parameter to specify the post-login redirect URL. The URL is validated against the account's registered domains
• Performance improvement when retrieving form responses via the forms API
Content • Fixes issue with scheduled publications, now when publishing an entry directly, the previous scheduled publication is removed

# 10.1.9

Release date

December 3, 2025

Module Improvements
Customers • Aligns CORS configured in the account with the new Customers CORS to maintain behavior prior to adding these CORS
Insights • Adds selection of all realms to the Customers dashboard, now you can view all active users across all realms

# 10.1.8

Release date

December 1, 2025

Module Improvements
Channels • Fixes error in content liquid filters when applying multiple filters
• Increases URL length in redirects
• Adds flag to load widgets as modules on pages
Content • Adds reviewer permission to the default Space Editor role

# 10.1.7

Release date

November 25, 2025

Module Improvements
Channels • Fixes permissions for synchronization actions
• Fixes content filters for related content
• Fixes template searcher
Customers • Increases storage size for URLs in webhooks
• Adds CORS for customers API
• Improves reCAPTCHA in forms
• Improves date selection experience
Content • Fixes content type detection in files uploaded via file modal
Core • Improves role construction through more granular permissions for site and content settings

# 10.1.6

Release date

October 29, 2025

Module Improvements
Core • Swagger improvements
Channels • Adds fit and format to supported options for image optimization via Cloudflare
• Adds new liquid filter handle or handleize
• Removes content_view templates, obsolete functionality since 9.2.0
Customers • Improves date picker displayed in originations
• Restores optional kid support in openid integrations
• Adds administrative API for obtaining perishable token
Content • Fixes clone link permission

# 10.1.5

Release date

October 10, 2025

Module Improvements
Channels • Fixes asset_url filter now correctly delivers the URL with Cloudflare optimizations when available
• Fixes encoding issues when processing widgets from the CLI when sent compressed in a zip file
Customers • Fixes error when indexing some BusinessEvents

# 10.1.4

Release date

October 2, 2025

Module Improvements
Customers • Fixes dataset listing in origination and forms builder options, now all available datasets are displayed
• Fixes form views to display correctly when a content security policy header exists
• Adds Google Tag Manager configuration for profile and login pages in realms
Channels • Fixes multi-site search with stages, now search is limited to main sites and not their stages
• Fixes "resend code" translation in soft login
Content • Fixes error where hint was not shown in multiple choice fields

# 10.1.3

Release date

September 4, 2025

Module Improvements
Channels • Fixes stepper in mobile mode, now correctly indicates the step number in relation to total steps

# 10.1.2

Release date

September 2, 2025

Module Improvements
Channels • Improvement in site cloning
• Adds the ability to change the origination of a page
• Adds auto refresh in pending review tasks
• Allows specifying the domain in destination URLs of redirections
• Fixes issues in origination page synchronization
• Fixes error of origination crossing between stages
• Fixes access issues to originations in different states
• Fixes feedback from the last editor of tasks when viewing a submission in the backoffice
Customers • New field types for origination creation: currency and date range
• Adds user impersonation, now you can answer an origination as the user. All actions are recorded.
• Adds to submission activity when an invitation email is opened
• Fixes incorrect content type detection of OpenXML files
• Fixes issue that prevented administrators belonging to groups from appearing as agents in originations
Content • Fixes file rename issue when uploading a new asset
• Fixes cloudflare cache invalidation issue when updating images
• Fixes issue that prevented entry images from refreshing correctly

# Modyo 10.1.1

Release date

July 23, 2025

Module Improvements
Customers • Visual improvement for conditional flow editing
• Fixes scroll issue in origination builder
Channels • Adds editing of start, summary, and completion views on origination pages
• Improvement in condition evaluation during submission completion
• Fixes value returned by checkbox field that now returns an array with selected values

# Modyo 10.1.0

Release date

July 3, 2025

Module Improvements
Core • Adds customizable role creation option
• Security, performance, and dependency improvements
Channels • Draft/published page check in preview is now persistent across navigation
Customers • Adds new origination module activatable via plan with the following features:
  - Conditional flows
  - Versioning
  - Forms (Breaking change: this change requires review prior to version upload)
  - Code snippets
  - Validations
  - Agent view
  - Flow invitations
  - Flow customization
  - Origination API
  - Liquid drops for access from site views
• Webhooks for user events (Breaking change: this change requires review prior to version upload)
• Adds session expiration policy at realm level
• Adds option to customize username input for login
• Adds new field types for forms
• Adds datasets at realm level that can be used in forms and originations
• Transforms user events (Breaking change: this change requires review prior to version upload)
• Unifies identity providers with integrations into a single module called "integrations"

# 10.0

# Modyo 10.0.27

Release date

June 25, 2025

Module Improvements
Content • Controlled error when exceeding the maximum number of elements allowed by the API is removed

# Modyo 10.0.26

Release date

June 06, 2025

Module Improvements
Channels • Improves csp-nonce injection in pages, now injected into every request that reaches the application regardless of whether application cache exists or not

# Modyo 10.0.25

Release date

May 14, 2025

Module Improvements
Channels • Performance improvement in JSON filter for a content entry

# Modyo 10.0.24

Release date

May 13, 2025

Module Improvements
Core • Performance improvements
Channels • Performance improvement in content loading from Liquid SDK and content pages
• Performance improvement in menu loading

# Modyo 10.0.23

Release date

May 05, 2025

Module Improvements
Customers • Fixes domain validation for the redirect_to logout parameter
Channels • Fixes preview display persistence when administrator logs out for sites with custom domains

# Modyo 10.0.22

Release date

April 25, 2025

Module Improvements
Core • Adds new supported characters for a user's username
Channels • Improves menu synchronization, now correctly identifies initial segments if both stages share the same realm

# Modyo 10.0.21

Release date

March 16, 2025

Module Improvements
Core • Adds Authorization code + PKCE flow option in integration with an OpenID identity provider
• Adds option to send authentication parameters via URL params
Channels • Performance improvement when getting templates

# Modyo 10.0.20

Release date

March 10, 2025

Module Improvements
Channels • Adds support for web assembly files as chunks in zip packages from Modyo CLI
• Adds new Service-Worker-Allowed header in site security headers
• Fixes an error in the assets modal
• Fixes CSP nonce difference problem between header and view
• Adds Liquid filters to manipulate form responses for a user in site building

# Modyo 10.0.19

Release date

February 07, 2025

Module Improvements
Core • Security improvements
• Explicitly adds the samesite=Lax attribute to the session cookie
Channels • Fixes permissions issue when uploading assets on sites

# Modyo 10.0.18

Release date

February 03, 2025

Module Improvements
Core • Security improvements
• Fixes error when publishing when backup limit is reached
Content • Adds bulk segment editing
• Restores borders of tables inserted in Froala
Customers • Adds search bar to campaign listing

# Modyo 10.0.17

Release date

January 14, 2025

Module Improvements
Core • Fixes author when cloning a content element, page, menu, widget, template; now the author of the new element is the one executing the action
• Fixes issue with the list of sites, spaces, and realms in the webhooks list
Content • Fixes permission to get related entries when editing content
• Fixes content indexing issues; now content is indexed for searches on content pages, content is indexed when published and the index is removed when unpublished; only widget pages are re-indexed in the re-indexing job, in case they include content via the SDK
• Performance improvement in content indexing
Customers • Fixes queuing of multiple segment calculation jobs for a user
• Fixes user view to show all users when requested from the segment list
Channels • Fixes issues with using the search parameter in searches using the filter_by_query_string filter

# Modyo 10.0.16

Release date

December 23, 2024

Module Improvements
Core • Fixes issue with link preloading when hovering
• Fixes SEO configuration error
Content • Adds ordering within a content field of type content list
• Fixes rich text issues where they become blank when moving elements within a repeatable group
• Fixes error when copying content from another language when a repeatable group is present
• Fixes error when editing content in bulk
• Fixes errors in image selector and search in Rich Texts
Channels • Fixes issues when previewing global snippets
• Fixes redirection issue to a site's custom domain
Customers • Performance improvement in user segment calculation at login

# Modyo 10.0.15

Release date

December 12, 2024

Module Improvements
Customers • Improves custom field segment filter, now allows a list of values

# Modyo 10.0.14

Release date

December 10, 2024

Module Improvements
Content • Fixes error when editing content in bulk
Customers • Fixes multiple calls to the count_matches endpoint

# Modyo 10.0.13

Release date

December 05, 2024

Module Improvements
Channels • Fixes redirection issue to a site's custom domain
Customers • Fixes segment recalculation
• Fixes from field of email campaign, now defaults back to sender name

# Modyo 10.0.12

Release date

December 03, 2024

Module Improvements
Core • Security improvements
Channels • Improvements in page indexing scheduling
• Fixes search results that contained private content
Content • Fixes errors in image selector and search in Rich Texts
• Performance improvement in bulk content publishing
• Fixes error when showing differences in very extensive content
Customers • Fixes duplication of user segments
• Fixes editing of newly added custom fields when editing a user

# Modyo 10.0.11

Release date

November 14, 2024

Module Improvements
Core • Security improvements
Channels • Fixes issues with loss of site preview
• Improvements in page indexing for search
• Increases search results on sites, now defaulting to 15 results

# Modyo 10.0.10

Release date

November 04, 2024

Module Improvements
Core • Security improvements
• All administrator sessions are invalidated when their password is changed
Channels • Fixes issues when rendering pages with segmented content
• Fixes issues when rendering very large content pages
• Fixes the author of a synchronization in the activity shown on pages, widgets, templates, and menus
• Option to enable webpush in application settings has been added
Customers • Adds the ability to map an object-type claim attribute to a specific custom field
• Adds webpush sending capability in notification campaigns when enabled on the site related to the realm

# Modyo 10.0.9

Release date

October 14, 2024

Module Improvements
Core • Security improvements
• Fixes session expiration based on inactivity time
Content • Fixes issue when publishing entries with asset lists, now the defined order in the list is respected
• Fixes issue when publishing entries containing rich text in code mode
• Fixes parameter duplication issue when using the administrative content API

# Modyo 10.0.8

Release date

September 16, 2024

Module Improvements
Core • Fixes issue with link preloading when hovering

# Modyo 10.0.7

Release date

September 06, 2024

Module Improvements
Core • Security improvements
Channels • Fixes the search pager on sites to show the number of pages based on the maximum number of results
Content • Adds exact filter by full_path and uuid to the content API categories endpoint
Customers • Fixes synchronous segment calculation at login when enabled

Release date

November 04, 2024

Module Improvements
Core • Security improvements
• All administrator sessions are invalidated when they change their password
Channels • Fixes issues when rendering pages with segmented content
• Fixes issues when rendering very large content pages
• Fixes the author of a synchronization in the activity shown on pages, widgets, templates, and menus
• Option to enable webpush in application settings has been added
Customers • Adds the ability to map an object-type claim attribute to a specific custom field
• Adds webpush sending capability in notification campaigns when enabled on the site related to the realm

# 10.0.9

Release date

October 14, 2024

Module Improvements
Core • Security improvements
• Fixes session expiration based on inactivity time
Content • Fixes issue when publishing entries with asset lists, now the defined order in the list is respected
• Fixes issue when publishing entries containing rich text in code mode
• Fixes parameter duplication issue when using the administrative content API

# 10.0.8

Release date

September 16, 2024

Module Improvements
Core • Fixes issue with link preloading when hovering

# 10.0.7

Release date

September 06, 2024

Module Improvements
Core • Security improvements
Channels • Fixes the search pager on sites to show the number of pages based on the maximum number of results
Content • Adds exact filter by full_path and uuid to the content API categories endpoint
Customers • Fixes synchronous segment calculation at login when enabled

# 10.0.6

Release date

August 14, 2024

Module Improvements
Core • Security improvements
Channels • Fixes Liquid SDK issue when displaying JSON of a repeatable group
Content • Adds search query param to perform text search using the content API

# 10.0.5

Release date

August 02, 2024

Module Improvements
Core • Fixes SEO configuration error

# 10.0.4

Release date

July 30, 2024

Module Improvements
Core • Security improvements
• Webhooks improvements, now stages respond to hooks associated with a site, adds hooks when creating or updating an asset
Channels • Fixes issue when publishing a page with variable configuration and backup deletion

# 10.0.3

Release date

July 12, 2024

Module Improvements
Core • Security improvements
• Performance enhancements
• SEO configuration improvements added, it is now possible to edit the sitemap and robots from the organization's settings and automatically include sites that depend on the base URL
• Active sessions list added to the administrator's profile, it is also possible to close them from this view
Content • Fixes issue when cloning content entries with multiple languages

# 10.0.2

Release date

July 08, 2024

Module Improvements
Core • Security improvements
• Performance enhancements
• Dependency update
Customers • Phone format improved, country is now automatically selected via Cloudflare
Channels • Fixes a performance issue when using the by_tag filter in Liquid templates
• Improves template loading experience when returning to the template builder
Content • Adds the ability to clone spaces and content types

# 10.0.1

Release date

May 31, 2024

Module Improvements
Core • Security improvements
• Performance enhancements
• Dependency update
Customers • Soft login, now possible to log in via an OTP code sent to email
• Improvements to registration and profile forms
Channels • Improvements in site variable access, now accessible for viewing by any role
• Adds the ability to use global and site variables in menu item URLs
• Adds page ordering by path in table view
Content • Adds the ability to specify a description for spaces, which is displayed in the overview
• Adds the ability to add a description to content types