splitio_commons 0.1.0-rc.2
splitio_commons: ^0.1.0-rc.2 copied to clipboard
Shared components of the official Dart SDK for Split, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.
1.0.0 (August 21, 2026)
- Added support for a bare String matching key at SplitFactory.create and factory.client.
- Added per-client destroy() with main, shared, and factory-level teardown semantics.
- Updated factory.client() to return the same cached client instance for equivalent keys.
- Updated input validation and event handling on evaluation and track paths.
0.1.0-rc.1 (August 7, 2026)
- Initial release candidate.
- Shared Split SDK components: domain models, targeting engine, sync (polling and streaming), auth, HTTP client, storage, impressions, event tracking, observability, and logging.