X Release Notes
46 release notes curated from 1 source by the Releasebot Team. Last updated: May 22, 2026
X Products
- May 4, 2026
- Date parsed from source:May 4, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
May 4, 2026
X Developer migrates X API v2 search to a new index, boosting performance and adding min_likes, min_replies, and min_reposts.
Today, we migrated the X API v2 search endpoints (/2/tweets/search/recent, /2/tweets/search/all, /2/tweets/counts/recent, /2/tweets/counts/all) to the new X core platform search index. This brings major performance improvements, dramatically fewer 503 errors, and three new precision operators: min_likes:, min_replies:, and min_reposts:. Note: retweets are no longer returned in keyword-based search results (the Filtered Stream is unchanged). Learn more here.
Original source - Apr 16, 2026
- Date parsed from source:Apr 16, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Apr 16, 2026
X Developer updates pricing for owned reads and posts while removing API following, likes, and quote-posts.
Effective April 20, 2026, we introduced new “Owned Reads” pricing at $0.001 per resource (1,000 for $1) for qualifying endpoints when accessing your own data:
GET /2/users/{id}/bookmarks, /blocking, /muting, /pinned_lists, /tweets, /mentions, /liked_tweets, /followers, /following, /owned_lists, /followed_lists, and /list_memberships.
We also updated writes — POST /2/tweets is now $0.015 per post, and Posts containing a URL are $0.20 per Post (summoned replies remain $0.01).
Following, Likes, and Quote-Posts via the API have been removed from all self-serve tiers. Learn more here.
Original source All of your release notes in one feed
Join Releasebot and get updates from X and hundreds of other software products.
- Mar 20, 2026
- Date parsed from source:Mar 20, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Mar 20, 2026
X Developer deprecates an account activity replay webhook endpoint and directs users to the new consolidated replay endpoint.
Today, we announced the deprecation of
Original sourcePOST /2/account_activity/replay/webhooks/{webhook_id}/subscriptions/all, effective March 25, 2026 at 12:00 PM ET. Use the new consolidatedPOST /2/webhooks/replayendpoint instead — it provides identical functionality. Learn more here. - Mar 18, 2026
- Date parsed from source:Mar 18, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Mar 18, 2026
X Developer adds an optional direction filter to Activity API subscriptions for sent, received, or both DM and chat events.
Today, we added an optional direction filter to X Activity API subscriptions. Subscribers can now scope DM and chat events to sent, received, or both, reducing noise when only outgoing or incoming events are needed.
Original source - Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Mar 13, 2026
X Developer updates X Activity API event type naming to lowercase dot-separated values for cleaner filtering and deserialization.
Today, we announced changes to event type naming in the X Activity API, effective March 18, 2026. PascalCase event types (e.g., ProfileBioUpdate) are being deprecated in favor of a dot-separated lowercase format (e.g., profile.update.bio). Update any filtering, switch statements, or deserialization logic that relies on the old values. Learn more here.
Original source - Mar 11, 2026
- Date parsed from source:Mar 11, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Mar 11, 2026
X Developer adds legacy DM events to the X Activity API for lower-latency event delivery.
Today, we added legacy DM events (dm.received, dm.sent, dm.read, dm.indicate_typing) to the X Activity API. This brings DM event delivery from the Account Activity API into the lower-latency XAA pipeline.
Original source - Feb 23, 2026
- Date parsed from source:Feb 23, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Feb 23, 2026
X Developer tightens POST /2/tweets replies to reduce low-quality automation and limits programmatic mentions and quotes.
Today, we made changes to reduce automated, low-quality replies on X.
Programmatic replies via POST /2/tweets are now only permitted when the original Post’s author has “summoned” the replier (by @mentioning that account or quoting one of its Posts).
Additional restrictions apply to programmatically @mentioning or quoting users.
These changes affect self-serve tiers only — Enterprise access is not impacted.
Learn more here.
Original source - Feb 6, 2026
- Date parsed from source:Feb 6, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Feb 6, 2026
X Developer launches X API Pay-Per-Use pricing, adding a flexible credit-based model for indie builders, startups, and hobbyists. It also introduces a new Developer Console, XDK SDKs, a Playground, an MCP server, and credit back on X API spending.
Today, we officially launched X API Pay-Per-Use pricing — a flexible credit-based model built for indie builders, startups, and hobbyists.
Highlights:
- A new Developer Console at console.x.com
- The XDK (X Developer Kit) with first-party Python and TypeScript SDKs
- An interactive Playground for testing
- An MCP server for AI models
- Earn up to 20% back in xAI/Grok API credits on every dollar spent on the X API
Public Utility Apps continue to receive free scaled access. Recently active Legacy Free tier users receive a one-time $10 voucher. Basic and Pro plans remain available, and existing subscribers can opt in to Pay-Per-Use. Learn more here.
Original source - Jan 28, 2026
- Date parsed from source:Jan 28, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Jan 28, 2026
X Developer adds Spaces lifecycle events to the X Activity API for real-time Space start and end notifications.
Today, we added Spaces lifecycle events (spaces.start, spaces.end) to the X Activity API.
Subscribe by User ID to be notified in real time when a Space starts or ends.
Original source - Jan 19, 2026
- Date parsed from source:Jan 19, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Jan 19, 2026
X Developer deprecates min_likes, min_replies, and min_reposts operators in recent and all tweet search endpoints.
Today, we deprecated the min_likes, min_replies, and min_reposts operators on /2/tweets/search/recent and /2/tweets/search/all. This change does not affect the equivalent operators in the Filtered Stream. We are evaluating how to best re-enable these in the future. Learn more here.
Original source - Jan 15, 2026
- Date parsed from source:Jan 15, 2026
- First seen by Releasebot:May 22, 2026
X Developer by X
Jan 15, 2026
X Developer adds full OAuth 2.0 support to Account Activity API v2 for fine-grained subscription scopes.
Today, we added full OAuth 2.0 support to the Account Activity API v2. Developers can now create subscriptions using OAuth 2.0 with fine-grained scopes (e.g., follow.read) instead of the all-or-nothing OAuth 1.0a permission model. Existing OAuth 1.0a-based integrations continue to work without disruption — when present, OAuth 1.0a permissions fully override OAuth 2.0 scopes. Learn more here.
Original source - Dec 23, 2025
- Date parsed from source:Dec 23, 2025
- First seen by Releasebot:May 22, 2026
X Developer by X
Dec 23, 2025
X Developer introduces X API Playground for local X API v2 testing with mock data, validation, rate limits, and a web UI.
Today, we introduced the X API Playground — a self-hosted local server that emulates X API v2 endpoints. Develop and test integrations without making real API calls or hitting rate limits. Includes realistic mock data, state persistence, OpenAPI validation, rate-limit simulation, and a web UI. Install with
Original sourcego install github.com/xdevplatform/playground/cmd/playground@latest. Learn more here. - Nov 19, 2025
- Date parsed from source:Nov 19, 2025
- First seen by Releasebot:May 22, 2026
X Developer by X
Nov 19, 2025
X Developer launches new X API v2 News endpoints for searching trending stories and looking up stories by ID.
Today, we launched the new News endpoints in the X API v2:
- GET /2/news/search — returns trending news stories matching a search query
- GET /2/news/{id} — looks up a specific news story by ID
Both endpoints support news.fields for selecting fields like name, summary, contexts, cluster_posts_results, and last_updated_at_ms. Learn more here.
Original source - Nov 3, 2025
- Date parsed from source:Nov 3, 2025
- First seen by Releasebot:May 22, 2026
X Developer by X
Nov 3, 2025
X Developer launches first-party Python and TypeScript XDKs for X API v2 with auth, pagination, streaming, and full endpoint coverage.
Today, we launched the official first-party Python and TypeScript XDKs (X Developer Kits) for the X API v2. The XDKs handle authentication (Bearer Token, OAuth 2.0 PKCE, OAuth 1.0a), automatic pagination, real-time streaming with reconnect handling, and comprehensive coverage of all v2 endpoints. Install with
Original sourcepip install xdkornpm install @xdevplatform/xdk. Learn more here. - Oct 27, 2025
- Date parsed from source:Oct 27, 2025
- First seen by Releasebot:May 22, 2026
X Developer by X
Oct 27, 2025
X Developer adds keyword filtering to X Activity API subscriptions for finer event delivery control.
Today, we added keyword filtering to X Activity API subscriptions. In addition to filtering by User ID, subscribers can now narrow event delivery further by keyword — useful for News events and other event types where high event volumes warrant additional filtering.
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.
Similar to X with recent updates:
- Smokeball release notes125 release notes · Latest May 13, 2026
- Cosmolex release notes20 release notes · Latest Jul 30, 2025
- PracticePanther release notes34 release notes · Latest Apr 8, 2026
- Salesforce release notes14 release notes · Latest May 1, 2026
- Microsoft release notes569 release notes · Latest May 28, 2026
- Zoom release notes145 release notes · Latest May 18, 2026