Changelog

All notable changes to the SignalStack API, SDKs, and Agent SDK are documented here. Follow@signalstack for release announcements.

v1.2.0

March 1, 2025
feature

Added custom trust scoring weights and thresholds endpoint for Business and Enterprise plans.

feature

Introduced batch verification support — submit up to 100 items in a single request.

feature

Agent SDK: New `on_threshold_fail: "return_evidence"` mode for CrewAI and LangChain.

improvement

Reduced median latency for claim verification from 210ms to 142ms.

improvement

Python SDK: Added `AsyncSignalStack` client for concurrent verification.

fix

Fixed a bug where the `language` parameter in claim verification was ignored for some sources.

fix

Go SDK: Fixed context cancellation not propagating to upstream requests.

v1.1.0

January 10, 2025
feature

Added Media Provenance endpoint (`POST /v1/verify/media`) with deepfake detection and C2PA watermark verification.

feature

Released Rust SDK (`signalstack` crate) with async support via tokio.

feature

Agent SDK: Added AutoGen integration package (`signalstack-autogen`).

improvement

Webhook delivery rate increased from 5 to 10 events per second per endpoint.

improvement

Python SDK: Added `signalstack[cli]` extra with a command-line verification tool.

fix

Document analysis now correctly detects AI-generated content in scanned PDFs (OCR pass-through).

fix

Rate limit headers (`X-RateLimit-*`) now consistently included on all error responses.

breaking

Evidence items now include `retrieved_at` field (ISO-8601). Previously this was only available on some endpoints.

v1.0.0

November 15, 2024
feature

Initial release of the SignalStack API v1.

feature

Business Verification endpoint (`POST /v1/verify/business`) with Companies House, SEC EDGAR, GLEIF, OpenCorporates, and Crunchbase.

feature

Document Analysis endpoint (`POST /v1/verify/document`) with AI generation detection and entropy analysis.

feature

Claim Verification endpoint (`POST /v1/verify/claim`) with Wikipedia, Google Fact Check Tools, Semantic Scholar, and GDELT.

feature

Python SDK (`signalstack`), TypeScript SDK (`@signalstack/sdk`), and Go SDK (`github.com/signalstack/sdk-go`) released.

feature

Agent SDK preview: LangChain (`@signalstack/langchain`) and CrewAI (`signalstack-crewai`) integrations.

feature

Webhook support with HMAC-SHA256 signature verification and exponential backoff retries.

feature

Rate limiting with token bucket algorithm — Starter (10/hr), Business (1,000/hr), Enterprise (custom).

feature

Trust scoring with four dimensions: source authority (35%), cross-reference (30%), recency (15%), LLM analysis (20%).

Versioning policy

SignalStack follows semantic versioning for the API and SDKs. The API version is included in the base URL (/v1/). Breaking changes to the API are announced at least 30 days in advance via this changelog and email notifications. Deprecated API versions are supported for 6 months after the replacement is released.

Stay updated