Improved

PHP SDK v2.0.0

View on GitHub

New Features and Improvements

  • Anchored Bucketing Layout:
    Introduced anchored bucketing layout with contract v12.
    Commit cdafc96

  • Experiment Preview Links:
    Integrated experiment preview links and debugToken into the Laravel demo.
    Commit 8070ea4

  • In-Process Event Tracing:
    Implemented zero-trace for in-process events related to bucketing, conversion, and location.
    Commit 875efe0

  • Shared Predicate Extraction:
    Extracted shared active-variation predicate in DataManager for enhanced data handling.
    Commit b044c4f

Bug Fixes

  • Debug Token Redaction:
    Added encoding-agnostic redaction and null guard for preview keys to improve security.
    Commit cd00939, closes #51

  • Null Visitor Properties Handling:
    Coerced null visitor properties and added guards for arrays and IDs in the mutual-exclusion path to prevent errors.
    Commit ad15917