Resources

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.

  1. Jul 24, 2026Featurev2026-07-24
    Batch 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

  2. Jul 10, 2026Featurev2026-07-10
    Rules 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

  3. Jun 22, 2026Securityv2026-06-22
    Legacy 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

  4. Jun 04, 2026Featurev2026-06-04
    New 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

  5. May 18, 2026Fixv2026-05-18
    P99 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

  6. Apr 30, 2026Featurev2026-04-30
    gRPC bindings generally available

    Protocol Buffer schemas for scoring and feedback are published alongside the REST contract.

    scoring.Scorer/Score