Skip to content

Commit 367bb90

Browse files
committed
Update changelog with CMAB decide options
Add documentation for new public CMAB cache control options: - IgnoreCMABCache - ResetCMABCache - InvalidateUserCMABCache
1 parent e08b0c9 commit 367bb90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2121
- `NewDefaultConfig()` function for default CMAB configuration
2222
- **Client Factory**: `WithCmabConfig(*cmab.Config) OptionFunc` - New option for setting CMAB configuration
2323
- **Event Metadata**: `CmabUUID` field added to DecisionMetadata for CMAB tracking
24+
- **New Decide Options** for CMAB cache control:
25+
- `IgnoreCMABCache` - Ignore CMAB cache and make fresh requests
26+
- `ResetCMABCache` - Reset the entire CMAB cache
27+
- `InvalidateUserCMABCache` - Invalidate CMAB cache entries for specific user
2428

2529
#### Multi-Region and Notification Changes
2630
- **Project Config Interface**: `GetRegion() string` method for multi-region support

0 commit comments

Comments
 (0)