Schematic
Schematic
  • Changelog
  • Feature requests

Schematic changelog

Dev Tooling Updates 2/26

Dev Tooling Updates 2/26

checkFlagWithEntitlement is now available across more SDKs. This method returns not just the flag value (true/false) but the full entitlement context: usage, allocation, credit balance, and the reason for evaluation. This is the right call to make when you need to render feature states like usage meters, upgrade prompts, hard limit walls.

  • Node.js — checkFlagWithEntitlement + datastream support + Replicator support

  • Go — checkFlagWithEntitlement now available

  • C# — checkFlagWithEntitlement now available

The datastream and Replicator additions to the Node SDK mean enterprise customers using Schematic's pre-computed entitlement delivery can now use the Node SDK with the same low-latency, cached evaluation path available in other SDKs.

Docs:

Node Effective Entitlements: https://docs.schematichq.com/developer_resources/sdks/nodejs#checking-flags-with-entitlement-details

Node Datastream: https://docs.schematichq.com/developer_resources/sdks/nodejs#datastream

Go Entitlements: https://docs.schematichq.com/developer_resources/sdks/go#checking-flags-with-entitlement-details

C# Entitlements: https://docs.schematichq.com/developer_resources/sdks/csharp#checking-flags-with-entitlement-details