
Highlights
- ๐ช Webhooks: Subscribe to changes in Schematic to connect and update systems when flags, features, plans, and entitlements are changed.
- ๐ C# SDK: Caching, event buffering, and offline support for .NET
- ๐งช Sample app for Next.js and Python: A demo using Schematic to implement packaging in an application
- ๐๏ธ Segment integration: Enforce usage-based limits and track usage with Segment events
- โ๏ธ Improved settings and integration UX: Manage integrations per environment and account-level settings and monitoring
๐ช Webhooks
Subscribe to changes in Schematic to connect and update systems when flags, features, plans, and entitlements are changed.


Next: Triggers for entitlement limits and flag evaluations
Use cases:
- Send a slack message whenever a feature, plan, or entitlement change is made
- Replicate Schematic's audit log in your own auditing tool
๐ C# SDK
v1.0 C# SDK for .NET now supports more robust capabilities for common operations like checking flags and submitting events. Additionally, we've added some functionality to better support usage in non-production environments and testing.

Major releases
- Flag check caching interface with built-in/default in-memory local cache
- Event buffering for non-blocking submission of events
- Support for "offline mode", for use in lower environments and testing
- Mocks for use in testing
๐งช Sample app for Next.js and Python
A demo using Schematic to implement packaging in an application. Helpful for testing out and understanding how Schematic works and should be implemented.
-> Python Sample App
-> NextJS Sample App (Link coming soon)
๐๏ธ Segment integration
Send Segment data to Schematic with one click
- Identify User
- Track Event
Take action in Schematic with Segment data
- Assign events to features to start tracking usage
- Query the API for usage reporting by company
- Use events to create usage-based entitlements (e.g. seats or queries)
See feature usage detail and company activity detail with a handy sidebar view.

โ๏ธ Improved settings and integrations UX
Manage integrations per environment and account-level settings and monitoring.