Resources
Changelog

Changelog

Updates and changes to the GlyphNet API.

January 2024

v1.2.0 - January 20, 2024

New Features

  • Added harm/detect endpoint for content moderation
  • Webhook support for async notifications
  • New logging verification mode

Improvements

  • 40% faster claim extraction
  • Improved confidence scoring for quantitative claims
  • Better handling of negation in claims

SDK Updates

  • Python SDK v1.2.0 with async support
  • JavaScript SDK v1.2.0 with TypeScript improvements

v1.1.0 - January 5, 2024

New Features

  • Custom confidence thresholds per request
  • API key management endpoints
  • Usage statistics endpoint

Improvements

  • Reduced average latency from 180ms to 120ms
  • Better disambiguation for ambiguous terms
  • Improved rate limit headers

Bug Fixes

  • Fixed edge case with very long claims (>500 chars)
  • Corrected confidence calculation for multi-path matches

December 2023

v1.0.1 - December 15, 2023

Bug Fixes

  • Fixed rate limit counter reset timing
  • Corrected JSON encoding for Unicode characters
  • Fixed rare timeout in claim extraction

Improvements

  • Better error messages for validation failures
  • Improved documentation examples

v1.0.0 - December 1, 2023

Initial Release

  • Core verification API (/v1/verify)
  • Three verification modes: blocking, flagging, logging
  • API key authentication
  • Rate limiting (per plan)
  • Python SDK v1.0.0
  • JavaScript SDK v1.0.0

Knowledge Graph

  • 30,000+ concepts
  • 80,000+ verified relations
  • 10 canonical relation types
  • 384-dimensional semantic embeddings

API Versioning

The GlyphNet API uses URL versioning (/v1/). We maintain backwards compatibility within major versions.

Version Lifecycle

VersionStatusEnd of Life
v1Current-

Breaking Changes Policy

  • Major versions may include breaking changes
  • 6-month deprecation notice for major changes
  • Migration guides provided for all breaking changes

Deprecation Notices

No current deprecations

Upcoming Features

Features in development (subject to change):

  • Batch API - Submit multiple verifications in one request
  • Streaming - Real-time claim-by-claim verification
  • Custom Knowledge - Add domain-specific knowledge
  • Citation Links - Direct links to source material

Subscribe to our status page (opens in a new tab) for updates.

SDK Changelog

Python SDK

VersionDateChanges
1.2.0Jan 2024Async support, harm detection
1.1.0Jan 2024Key management, usage stats
1.0.0Dec 2023Initial release

JavaScript SDK

VersionDateChanges
1.2.0Jan 2024Full TypeScript, streaming
1.1.0Jan 2024Key management, usage stats
1.0.0Dec 2023Initial release

Migration Guides

No migrations required for current version