Product Releases
and Updates

Product
Platform
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Show Filters
1
-
10
of
180
results
29 September 2025
Mobile App Extensibility Settings

OutSystems is introducing a new extensibility settings experience designed specifically for native mobile apps. With this update, you can define development-stage specific configurations for mobile plugins and applications, providing greater flexibility throughout the SDLC process.

In ODC Studio, extensibility settings for mobile applications and libraries can now be managed directly from the Extensibility Configurations tab. On the ODC Portal, you’ll find these settings under the Mobile distribution tab within your app details screen.

Note: editing extensibility settings requires generating a new mobile package for your application.

ODC
Mobile Native
29 September 2025
OutSystems 11: PostgreSQL 17 compatibility

We're pleased to announce that OutSystems 11 now offers full compatibility with PostgreSQL 17.


This update ensures that you can continue to seamlessly leverage your data in your OutSystems applications and confidently upgrade your PostgreSQL database engines. With this latest version, you can now take advantage of significant performance improvements, enhanced security, and new developer capabilities, ensuring your solutions remain both modern and competitive.

O11
Deploying OutSystems
Platform Server
OutSystems Platform
29 September 2025
OutSystems 11: MySQL 8.4 compatibility
We're pleased to announce that OutSystems 11 now offers full compatibility with MySQL 8.4, the latest Long-Term Support (LTS) release. This update ensures you can continue to seamlessly leverage your data while benefiting from the latest improvements in MySQL 8.4, including performance enhancements, better security defaults, and simplified database management. Ultimately, this helps ensure your solutions are kept up-to-date and future-proof.
O11
Deploying OutSystems
Platform Server
OutSystems Platform
25 September 2025
Announcing OutSystems DevOps APIs

Your CI/CD pipeline, your rules. We're thrilled to announce a powerful leap forward in how you can build with OutSystems. We're opening up ODC with a new set of APIs that give you full control to integrate your entire CI/CD pipeline with the tools you already love.

This isn't just an update; it's about giving you more freedom. Connect OutSystems with third-party CI/CD tools like Jenkins or Azure DevOps to automate every step from code to production. You can improve your processes, enforce quality gates, and deliver reliable apps faster than ever.

ODC
Management Consoles
OutSystems Platform
23 September 2025
ODC Expands to Jakarta
OutSystems Developer Cloud (ODC) is now available in the Indonesia (Jakarta) region. This will allow organizations to build and deploy apps in these regions with reduced latency while simultaneously supporting data residency needs. Jakarta complements the existing regions where ODC is available, which include Canada, UAE, Seoul, Israel, North Virginia, Frankfurt, Singapore, Tokyo, Sydney, London, Mumbai, and São Paulo.
ODC
Cloud
23 September 2025
Mentor Update: Expanded UI Pattern Generation

OutSystems Mentor continues to accelerate application development by integrating new generative AI capabilities. This update brings significant enhancements to Mentor's App Generator and App Editor, empowering your team to create enterprise-grade apps with richer and more tailored user experiences.

What's New:

Dashboard Composition: Mentor now generates dashboards that are use-case tailored, contextually relevant, and aligned with OutSystems UX standards. By interpreting the user’s intent from prompts or requirement documents, Mentor automatically applies the most suitable UI patterns and chart types to surface information effectively. Supported components include counters, horizontal/vertical bar charts, donut and pie charts, and list views. These patterns can be explicitly referenced in a prompt or embedded within requirement documents, ensuring generated dashboards are both functionally precise and visually consistent.

List Composition: Mentor now generates diverse, use-case–specific list screens optimized for easy data exploration and interaction. Depending on the underlying data model, lists can be composed with table views (with context-aware columns, filtering, and sorting), or alternative patterns such as gallery views, card layouts, and map-based views. Supported components include: table card list, gallery, gallery with detail (on sidebar), table, table with detail (on sidebar), master detail, card list with detail (on sidebar), card list with map. These patterns can be explicitly defined in prompts or embedded within requirement documents, ensuring generated applications deliver list UIs that are functionally accurate, navigable, and aligned with OutSystems UX guidelines.

ODC
Artificial Intelligence
Developing with OutSystems
16 September 2025
OutSystems Developer Cloud Now Supports Image Uploads to AI Models
Many of today’s most powerful AI models are multimodal, capable of understanding context from both text and image inputs. To fully leverage these models, developers need a way to easily send image data as part of their API calls.

To address this need, the CallAIModel action has been updated to support sending images to AI models. This new functionality introduces a breaking change to the structure of the Content input parameter. Previously, this parameter was a simple Text field. It has now been replaced with a new Content structure that can hold either a ContentURL (Text) or ContentBinary (Binary Data) field. This new structure provides the flexibility to send image data in various formats, ensuring that your applications can interact with a wide range of multimodal AI models. This change enables developers to build more advanced AI applications that can see and interpret the world, empowering new and exciting user experiences.
ODC
Artificial Intelligence
15 September 2025
Configuring trusted IdP providers
ODC Administrators now have the ability to specify whether user emails from a particular Identity Provider (IdP) are trusted. When an IdP is marked as trusted and provides an email_verified claim, that claim will be honored and allow the user to more easily activate their user account on the first login, bypassing the default ODC's email validation step.

This update streamlines user identity and email verification processes while improving security and user experience.
Security
ODC
12 September 2025
ODC Workflow Revision History

You can now track and manage all published revisions of your workflows directly from the Workflow Editor. This new revision history feature allows you to:

  • View a timeline of all published workflow revisions.
  • Access and visualize any previously published version.
  • Revert to a previous revision if needed.

This capability, also accessible from the ODC Portal, provides a complete overview and control over your workflow versions, making it simpler to manage changes and restore past states. We've also added the ability to discard auto-saved changes. If you've made edits to a workflow and want to revert to the last published version, you can now do so with a single action inside the Workflow Editor. This ensures you can easily return to a stable, published state without manually undoing your changes.

These new functionalities are designed to give you more control and flexibility as you build and iterate on your ODC workflows.

ODC
09 September 2025
Built-in Offline Data Sync on ODC

We’re excited to announce that ODC Studio now lets you sync database entities with local storage entities using built-in offline data sync feature, removing the need to consume OutSystems UI to implement offline capabilities.

It is designed to streamline the application development process, reduce your dependencies, and ensure continuity with both OutSystems UI and Mobile UI. With a refined development experience and elevation to a system-level event, built-in offline data sync simplifies the complex development process of synchronizing data in your applications.

ODC
Mobile
Developing with OutSystems