feature-toggle-library
Service icon

Feature Toggle Library

Stable version 1.0.6 (Compatible with OutSystems 11)
Uploaded
 on 9 Apr (2 weeks ago)
 by 
3.5
 (2 ratings)
feature-toggle-library

Feature Toggle Library

Compatible with:
Created on OutSystems 11

Version 1.0.6

Stable
Current
See documentation
Uploaded on 9 Apr (2 weeks ago) by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.606 to 11.0.615
Database:
All
Release notes:

Release Notes: April '26

This release introduces a high-performance, asynchronous method for tracking Feature Toggle Hits and Missing Keys Or simply disable them.

🛑 What is being fixed?

Previously, every feature check generated a standard OutSystems General Log. While functional, this "cluttered" the logs, making it harder to find actual errors, and accelerated log rotation.

✅ The Solution: Background Syncing

We have moved the "heavy lifting" to a Web Worker.

  • Zero UI Impact: Analytics are processed in a separate thread. Your app’s interface remains snappy and responsive.

  • Smart Batching: Instead of sending a request for every single check, logs are grouped together and sent in batches.

  • Reduced Server Load: By batching requests, we significantly reduce the number of individual HTTP calls to the server.Check the documentation

Application Objects:
Feature Toggle Library has 21 AOs.

Version 1.0.5

Stable
Uploaded on 31 October 2025 by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.606 to 11.0.615
Database:
All
Release notes:

FIX: API methods now validate the date format.

FIX: On client side, when using the local sync, the logic that checks if there is the need of re-sync of the properties.

Application Objects:
Feature Toggle Library has 16 AOs.

Version 1.0.4

Stable
Uploaded on 01 April 2025 by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.606 to 11.0.615
Database:
All
Release notes:

Added missing dependencies

Application Objects:
Feature Toggle Library has 16 AOs.