Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:47
8660293

1.0.0 (2026-06-10)

Features

  • client: ConvertSdk.create factory, Client, DataManager (story 2.5) (192b41c)
  • enums: add FeatureStatus, LogLevel, SystemEvents, GoalDataKey (5b767b4)
  • enums: add RuleError and BucketingError sentinel singleton enums (f35a681)
  • hashing: vendored pure-Ruby MurmurHash3 x86 32-bit (GREEN) (95cded9)
  • rules: port 13 comparison operators from JS comparisons.ts (1f9a38a)
  • rules: port OR/AND/OR_WHEN rule walk from JS rule-manager.ts (9d86d73)
  • rules: RBS sigs for Comparisons + RuleManager; Steep-clean refactor (1560abf)
  • sentinel: add ConvertSdk::Sentinel frozen singleton value object (993ad16)
  • typecheck: build-time backend-spec drift gate via generated RBS + Steep probe (e0b5217), closes #18
  • value-objects: add frozen BucketedVariation and BucketedFeature Structs (506724f)

Bug Fixes