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
24 April 2023
Enforce Password Complexity for IT Users
Security is a hot topic nowadays. With that in mind, we continue to enhance the platform with improvements that mitigate security risks. This time we have enforced the need for complex passwords in IT user accounts that log in with a username and password. So the next time you need to change your IT user password, you'll need to create a strong one. Changing the current password isn’t mandatory, but we highly recommend all IT users do it. Available starting from LifeTime version 11.17.0.
Management Consoles
O11
24 April 2023
New App Versions and Stages Overview in ODC
Reduce the lead time of changes and the troubleshooting time with the new app versions and stages overview. You can quickly identify where your app versions are staged in the delivery cycle and use that information to make faster decisions, especially in troubleshooting scenarios, or just to understand if a new app version is available for testing.
Management Consoles
ODC
17 April 2023
Extend ODC Apps with Microsoft SQL Server and Oracle Integrations
Integrating with Microsoft SQL Server and Oracle DBS is easier than ever. All the heavy lifting is taken care of — you just need to create your connection in ODC Portal, select the required entities and attributes, and it's ready to be consumed in ODC Studio like any other entity, while keeping the app secure and scalable. More providers will be supported soon, so stay tuned!
ODC
Integration
13 April 2023
ODC Expands to Tokyo
We're pleased to announce that OutSystems Developer Cloud (ODC) is now available in Tokyo. This new region will allow you to build and deploy apps with reduced latency while supporting data residency needs in Japan. Tokyo joins the already available regions of North Virginia, Frankfurt, and Singapore, with more coming online soon.
Cloud
ODC
11 April 2023
Manage End-User Groups in ODC
Accelerate end-user management by bringing end-user roles and users together in ODC. With a couple of clicks in ODC Portal, you can now create a group, add a set of end-user roles, and add all the users that should have those roles.
ODC
Management Consoles
06 April 2023
New Patterns in AI Mentor Studio Brought by Our AI-Powered Engine
Increase the security of your OutSystems apps with the new code pattern “unprotected screen aggregates (anonymous or registered) exposing system entities”, with the latest AI Security Mentor update. Plus, two new patterns in the Maintainability Mentors: “unreachable logic” and “unused actions (non-public) in module” to help you deal with the so-called dead code.
27 March 2023
Stripe Integration Available in Payments Plugin

Add a comprehensive payment solution to your mobile apps and allow customers to buy with Apple and Google Pay. Our Payments plugin now integrates with Stripe, one of the world’s leading payment gateways, in addition to the Apple Pay and Google Pay wallets. Our intuitive integration process will guide you through the steps required to set up and configure Stripe on your OutSystems mobile app, so you can start accepting payments right away.

Mobile
O11
09 March 2023
OutSystems UI Repository Is Now Public

The OutSystems UI GitHub repository is now available to the public, opening the door to community contributions, feedback, and collaboration. Whether you want to fix a bug, suggest a feature, or enhance existing code, we welcome your contributions to help us improve and build the future of our UI framework. Also, we released an NPM package that you can use as a dev dependency to your repositories and to extend our components' functionalities to suit your specific needs.

Components
UI Framework
O11
01 March 2023
Consume REST API With Multipart/Form-Data
The method multipart/form-data is now available when consuming REST API. You typically use these requests for file uploads and for transferring data of several types in a single request (for example, a file along with a JSON object). Multipart requests combine one or more sets of data into a single body, separated by boundaries, where each form field has its section in the payload with internal HTTP headers.
Development Environment
O11
24 February 2023
Patch Method on Exposed REST Services
You can now expose OutSystems REST services as a patch method. With this latest release, we're covering all of the most common methods on the REST protocol: Patch, Get, Put, Post, and Delete.
Development Environment
O11