Back to Changelog
v0.3.0

version 0.3.0

X support and security improvements

Added

  • Social Networks Management API — Full CRUD operations for managing OAuth credentials (BYOK model). Connect, list, update, and delete social network configurations for 9 platforms
  • Account Usage API — Track social account limits, post usage, and billing period details. Real-time visibility into subscription utilization
  • Comments & Replies API — Publish comments on posts and fetch conversation threads. Unified engagement across all platforms
  • Post Analytics API — Retrieve metrics (likes, comments, shares, views, impressions, reach) with per-account and aggregated views
  • Post Management — Enhanced endpoints for listing, retrieving details, and cancelling scheduled posts
  • X OAuth 2.0 Migration — Migrated from OAuth 1.0a to OAuth 2.0 for improved security and reliability
  • Comprehensive Documentation — Added configuration guides for all 9 social platforms with step-by-step OAuth setup instructions

Changed

  • API Security — All social network credentials now encrypted at rest with industry-standard encryption.
  • Post ID Format — Switched from numeric IDs to encoded string IDs for better security and usability

Fixed

  • Improved error handling for post scheduling failures
  • Enhanced validation schemas for better developer experience
  • Fixed duplicate post ID handling in analytics queries

Documentation

  • Added platform-specific configuration guides for Threads, Bluesky, Facebook, Instagram, LinkedIn, Pinterest, TikTok, YouTube
  • Enhanced X/Twitter configuration documentation for OAuth 2.0
  • Improved API documentation with examples and use cases
  • Added code generation support for TypeScript and Swift