Follow

Version 7.6.0

This changelog is based on Keep a Changelog. Mambo adheres to Semantic Versioning.

For more information on how to upgrade your Mambo Platform, please see the Upgrade Guide

Released on: 2024-12-13

 

Engine

Added

  • Point wallets and transactions: this release introduces two powerful new API endpoints for managing user points: the Point Wallets API for retrieving current point balances, and the Point Transactions API for accessing detailed transaction histories. Every point-related action—from earning rewards to completing behaviors—generates a transaction record, creating a transparent ledger that tracks how users accumulate and spend their points across your engagement strategy.

Removed

  • Sorting users by pointId: the Users API allowed to specify pointIds to sort users by. However, due to limitations of the underlying MongoDB storage, the sorting order cannot be guaranteed to be correct. For this reason, the functionality to sort users by point has now been removed.

Deprecated

  • Filtering activities by points: the pointIds query parameter in the activities APIs is now deprecated. The functionality is replaced by filtering point transactions by pointId. See the Deprecations section in the API and SDK documentation for further information.
  • User points: the points associated to a user has been deprecated. User points can now be retrieved by using the point wallets and transactions APIs. See the Deprecations section in the API and SDK documentation for further information.

 

Documentation

Changed

  • Improved SDK code samples: the SDK code samples have been improved and revamped. It's now possible to switch between languages (Java, C# and PHP) as well as to copy the whole block with one click.

0 Comments

Please sign in to leave a comment.