Changelog
A public feed for API contract, security and feature updates. Entries are published by the Scorift platform team and reflect the live service contract.
- Jul 24, 2026Featurev2026-07-24Batch scoring endpoint out of preview
POST /v1/score/batch accepts up to 500 events per request and returns a decision array in the same order. Per-event errors are isolated so one malformed record no longer fails the batch.
POST /v1/score/batch
- Jul 10, 2026Featurev2026-07-10Rules Engine 2.0 — shadow rollout by percentage
Rule packs can now be rolled out to a percentage of live traffic in shadow mode. Shadow decisions are returned under decision.shadow and are never billed.
GET /v1/rules, POST /v1/rules/rollout
- Jun 22, 2026Securityv2026-06-22Legacy API key prefixes rotated
Keys issued before 2025 have been rotated to the sk_live_ / sk_test_ prefix scheme. Old prefixes are rejected with 401 invalid_key after Sep 1, 2026.
All endpoints
- Jun 04, 2026Featurev2026-06-04New signals: sim_swap_confidence, ip_reputation_v3
Two new signals are available in the decision payload and can be referenced from rule conditions.
POST /v1/score
- May 18, 2026Fixv2026-05-18P99 latency on eu-west reduced by 22%
Connection pooling changes in the scoring path cut P99 latency for eu-west-1 tenants. No contract change.
POST /v1/score
- Apr 30, 2026Featurev2026-04-30gRPC bindings generally available
Protocol Buffer schemas for scoring and feedback are published alongside the REST contract.
scoring.Scorer/Score
