Skip to content

Release 6.3.0

Latest

Choose a tag to compare

@raju-opti raju-opti released this 19 Nov 14:15
860fca0

[6.3.0] - November 19, 2025

New Features

  • Added Holdouts support: Holdouts Feature Experimentation feature is now officially supported.
  • Added configurable prediction endpoint: Added ability to configure custom prediction endpoint for CMAB (#1102)
  • Added HTTP support in NodeRequestHandler: Added support for HTTP protocol in addition to HTTPS (#1104)
  • Added TTL support for events in event store: Events in event store now have configurable time-to-live (TTL) functionality (#1103)
  • Exposed maxRetries option for createBatchEventProcessor: Added ability to configure maximum retry attempts for batch event processing (#1106)
  • Added customHeaders option to polling config manager: Added support for custom HTTP headers in polling config manager (#1107)

Changed

  • Excluded CMAB from user profile service: CMAB experiments are now properly excluded from user profile service operations (#1105)

Bug Fixes

  • Fixed ODP logging: Log error instead of silently ignoring when ODP methods are called without providing an OdpManager (#1108)