Changelog
What's new in Aether
Platform updates, new features, and API changes — newest first.
V1 public launch supports Instagram, Facebook, Threads, TikTok, and LinkedIn account connection, publishing, and scheduling. Inbox and analytics focus on Instagram and Facebook today. Additional platforms ship incrementally — see each release below.
v1.3.0July 2026
LinkedIn — OAuth connect and personal profile publishing
- LinkedIn OAuth connect via Connect Links — personal profile posting
- Publish text posts, images, and PDF documents with optional first comment
- Dashboard compose with LinkedIn overrides: documentTitle and disableLinkPreview
- Docs: new LinkedIn platform guide at docs.aetherhq.dev/docs/platforms/linkedin
v1.2.0July 2026
TikTok — OAuth connect and publishing
- TikTok OAuth connect via Connect Links with PKCE — video and Photo Mode publishing
- Dashboard compose supports TikTok profiles alongside Instagram, Facebook, and Threads
- Docs: new TikTok platform guide at docs.aetherhq.dev/docs/platforms/tiktok
v1.1.0June 2026
Threads — OAuth connect and publishing
- Threads OAuth connect via Connect Links — text, image, video, carousel, and multi-post threads
- Dashboard compose with Threads overrides: topicTag and threadItems (up to 10 posts)
- Cross-post to Instagram, Facebook, and Threads in a single API call
- Docs: new Threads platform guide at docs.aetherhq.dev/docs/platforms/threads
v1.0.0June 2026
Public launch — Instagram & Facebook
- Public launch: Instagram and Facebook OAuth connect, publishing, scheduling, and publish queues
- Dashboard compose with media upload, per-platform overrides, and timezone-aware scheduling
- API keys with profile scoping (`allowedProfileIds`), Polar billing, and MCP server (`aether-mcp`)
- TikTok, LinkedIn, YouTube, and Reddit: connector work in progress — OAuth connect ships in upcoming releases
v0.5.0May 2026
MCP Server + AI-native tooling
- Released the Aether MCP server — every REST endpoint is now a callable tool for Claude Desktop, Cursor, and Windsurf
- Agent-optimized error messages with structured hints for LLM self-correction
- Added `publish_post`, `schedule_post`, `get_inbox_summary`, and `get_performance_report` as high-level composite tools
- MCP binary distributed via npm as `aether-mcp`; zero config beyond API key
v0.4.0April 2026
Unified Inbox + Threads & Reddit
- Threads and Reddit connector work landed; OAuth connect for Reddit ships in a future release
- Unified Inbox API for Instagram and Facebook: DMs, comments, and mentions in a single paginated endpoint
- Reply, hide, and delete messages via API and the dashboard
- Inbox webhook events: `message.received`, `message.replied`
- Dashboard inbox view with platform filter, read/unread state, and reply composer
v0.3.0March 2026
Bulk scheduling + Analytics via Tinybird
- Bulk CSV upload endpoint (`POST /v1/posts/bulk`) — schedule hundreds of posts in one request
- Timezone-aware scheduling with ISO 8601 offset support
- Analytics API powered by Tinybird: post metrics, account aggregates, best time to post
- Analytics history up to 1 year on Growth plan and above
- Post status lifecycle webhooks: `post.scheduled`, `post.published`, `post.failed`
v0.2.0February 2026
Connect Links + Team management
- Connect Links: generate magic OAuth URLs so your end users can authenticate their own social accounts into your product
- Team invites with role-based access: owner, admin, and member roles
- Scoped API keys: `full`, `read_only`, and `profiles_only` scopes
- Webhook delivery logs with per-attempt request/response bodies and retry history
- Polar billing integration — Free, Starter, Growth, Scale, and Enterprise tiers
v0.1.0January 2026
Initial platform launch
- REST API foundation for Instagram, Facebook, and additional platform connectors in development
- OAuth flow for Instagram and Facebook; additional platform connectors in progress — access tokens encrypted at rest with AES-256
- Post creation and scheduling with per-platform content overrides
- Media upload via presigned S3-compatible URLs (Cloudflare R2)
- Auto-generated SDKs: Node.js, Python, Go, Java, PHP, Ruby, .NET
- Prisma + MongoDB schema for organizations, profiles, posts, and API keys
Stay up to date
Follow GitHub releases or watch the repo for notifications on every new version.