Updates

Changelog

Product and SDK updates, shipped fast.

v0.1.4
March 17, 2026
  • SDK: allow empty basePrompt in inject()
  • API: graceful fallback to base prompt when no grant or context exists
  • API: malformed JSON returns 400 instead of 500
  • API: concurrent update race condition fixed with retry logic
  • API: rate limit headers added to all responses
v0.1.3
March 16, 2026
  • SDK: fix basePrompt validation
  • API: empty messages skip OpenAI call
  • API: delta schema validation relaxed
v0.1.2
March 15, 2026
  • SDK: fix baseUrl to use www.threadline.to
  • Security: rate limiting on all endpoints
  • Security: request body size limits
  • Guides: 11 use cases live
v0.1.1
March 14, 2026
  • Google OAuth live for all users
  • API key generation working
  • Dashboard: audit logs, usage tracking
v0.1.0
March 13, 2026
  • Initial release
  • Core inject/update/grants API
  • threadline-sdk published to npm