pubsubevents
Reactive icon

PubSubEvents

version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 27 Aug
 by 
0.0
 (0 ratings)
pubsubevents

PubSubEvents

Compatible with:
Created on OutSystems 11

Version 1.0.1

Under Development
Current
See documentation
Uploaded on 27 Aug by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

What's New

  • New EventSubscriber Block  Introduced a reusable block that simplifies event subscription. Just drop it into your UI and configure the EventId and OnEvent—no need to manually call SubscribeToEvent.

  • Automatic Unsubscription  The EventSubscriber block now handles cleanup automatically via OnDestroy, preventing memory leaks and reducing boilerplate code.

  • Improved Documentation & Developer Experience  Updated descriptions, usage examples, and Forge listing to reflect the new block-based architecture. Easier onboarding for new developers.


Enhancements

  • Refactored internal logic for better performance and maintainability.

  • Improved naming conventions and input validation for EventId and Payload.

  • Added comments and structure to client actions for easier customization.


Breaking Changes

  • If you previously used only the SubscribeToEvent client action, consider migrating to the new EventSubscriber block for better lifecycle management.

  • Deprecated manual unsubscription patterns—these are now handled automatically.


Security Reminder

Events are transmitted entirely on the client side. Do not send sensitive data through the Payload. Always validate permissions and roles server-side before executing any critical logic.

Application Objects:
PubSubEvents has 0 AOs.

Version 1.0.0

Under Development
See documentation
Uploaded on 24 Aug by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Application Objects:
PubSubEvents has 0 AOs.