Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ keywords: ["changelog", "API updates", "release notes", "what's new", "API chang

To subscribe to updates, please [**“Turn on notifications”**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) for [**@API**](https://x.com/api).

<Update label="May 27, 2026" description="X API v2">
### New filtered stream operators: affiliate targeting and follower thresholds

Today, we added three new operators to the X API v2 [filtered stream](/x-api/posts/filtered-stream/integrate/operators) to help you build more precise rules:

- `from_affiliate_of:` — matches Posts from affiliates of a specific user (e.g. `from_affiliate_of:XDevelopers`).
- `to_affiliate_of:` — matches Posts in reply to affiliates of a specific user (e.g. `to_affiliate_of:XDevelopers`).
- `min_followers:` — matches Posts from users with at least the specified follower count (e.g. `min_followers:1000`).

Use the affiliate operators to track conversations across an organization's affiliated accounts, and `min_followers:` to filter out low-reach Posts at the rule level.
</Update>

<Update label="May 4, 2026" description="X API v2">
### Search Endpoints Migrating to New Search Index

Expand Down
12 changes: 12 additions & 0 deletions es/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ keywords: ["registro de cambios", "actualizaciones de la API", "notas de la vers

Para suscribirte a las actualizaciones, [**"Activa las notificaciones"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api).

<Update label="27 de mayo de 2026" description="X API v2">
### Nuevos operadores de filtered stream: segmentación por afiliados y umbrales de seguidores

Hoy añadimos tres nuevos operadores al [filtered stream](https://docs.x.com/x-api/posts/filtered-stream/integrate/operators) de la X API v2 para ayudarte a crear reglas más precisas:

- `from_affiliate_of:` — coincide con Posts de afiliados de un usuario específico (p. ej., `from_affiliate_of:XDevelopers`).
- `to_affiliate_of:` — coincide con Posts en respuesta a afiliados de un usuario específico (p. ej., `to_affiliate_of:XDevelopers`).
- `min_followers:` — coincide con Posts de usuarios con al menos el número de seguidores indicado (p. ej., `min_followers:1000`).

Usa los operadores de afiliados para seguir conversaciones entre las cuentas afiliadas de una organización, y `min_followers:` para filtrar Posts de bajo alcance a nivel de regla.
</Update>

<Update label="4 de mayo de 2026" description="X API v2">
### Los endpoints de búsqueda migran al nuevo índice de búsqueda

Expand Down
12 changes: 12 additions & 0 deletions ja/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ keywords: ["変更履歴", "API 更新", "リリースノート", "新着情報"

更新情報の通知を受け取るには、[**@API**](https://x.com/api) の [**「通知をオンにする」**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) を有効にしてください。

<Update label="2026 年 5 月 27 日" description="X API v2">
### 新しい Filtered stream オペレーター: アフィリエイトのターゲティングとフォロワー数しきい値

本日、X API v2 の [Filtered stream](https://docs.x.com/x-api/posts/filtered-stream/integrate/operators) に、より精密なルールを構築できる 3 つの新しいオペレーターを追加しました。

- `from_affiliate_of:` — 特定ユーザーのアフィリエイトからの投稿に一致します (例: `from_affiliate_of:XDevelopers`)。
- `to_affiliate_of:` — 特定ユーザーのアフィリエイト宛ての返信に一致します (例: `to_affiliate_of:XDevelopers`)。
- `min_followers:` — 指定したフォロワー数以上のユーザーからの投稿に一致します (例: `min_followers:1000`)。

アフィリエイトオペレーターは組織のアフィリエイトアカウント全体の会話を追跡するのに、`min_followers:` はルールレベルでリーチの小さい投稿を除外するのに使えます。
</Update>

<Update label="2026 年 5 月 4 日" description="X API v2">
### 検索エンドポイントを新しい検索インデックスに移行

Expand Down
12 changes: 12 additions & 0 deletions ko/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ keywords: ["변경 로그", "API 업데이트", "릴리스 노트", "새로운

업데이트를 구독하려면 [**@API**](https://x.com/api)의 [**"알림 켜기"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive)를 활성화하세요.

<Update label="2026년 5월 27일" description="X API v2">
### 새로운 filtered stream 연산자: 제휴 계정 타게팅 및 팔로워 임계값

오늘, 더 정밀한 규칙을 만들 수 있도록 X API v2의 [filtered stream](https://docs.x.com/x-api/posts/filtered-stream/integrate/operators)에 세 가지 새로운 연산자를 추가했습니다:

- `from_affiliate_of:` — 특정 사용자의 제휴 계정에서 작성된 Post와 일치합니다 (예: `from_affiliate_of:XDevelopers`).
- `to_affiliate_of:` — 특정 사용자의 제휴 계정에 대한 답글 Post와 일치합니다 (예: `to_affiliate_of:XDevelopers`).
- `min_followers:` — 지정한 팔로워 수 이상을 보유한 사용자의 Post와 일치합니다 (예: `min_followers:1000`).

제휴 계정 연산자는 조직의 제휴 계정 전반의 대화를 추적할 때 사용하고, `min_followers:`는 규칙 단계에서 도달 범위가 낮은 Post를 걸러낼 때 사용하세요.
</Update>

<Update label="2026년 5월 4일" description="X API v2">
### 검색 엔드포인트를 새 검색 인덱스로 마이그레이션

Expand Down
12 changes: 12 additions & 0 deletions pt/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ keywords: ["registro de alterações", "atualizações da API", "notas de versã

Para se inscrever para receber atualizações, [**"Ative as notificações"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api).

<Update label="27 de maio de 2026" description="X API v2">
### Novos operadores de filtered stream: segmentação por afiliados e limites de seguidores

Hoje, adicionamos três novos operadores ao [filtered stream](https://docs.x.com/x-api/posts/filtered-stream/integrate/operators) da X API v2 para ajudar você a criar regras mais precisas:

- `from_affiliate_of:` — corresponde a Posts de afiliados de um usuário específico (por exemplo, `from_affiliate_of:XDevelopers`).
- `to_affiliate_of:` — corresponde a Posts em resposta a afiliados de um usuário específico (por exemplo, `to_affiliate_of:XDevelopers`).
- `min_followers:` — corresponde a Posts de usuários com pelo menos a contagem de seguidores informada (por exemplo, `min_followers:1000`).

Use os operadores de afiliados para acompanhar conversas entre as contas afiliadas de uma organização e `min_followers:` para filtrar Posts de baixo alcance no nível da regra.
</Update>

<Update label="4 de maio de 2026" description="X API v2">
### Endpoints de pesquisa migrando para o novo índice de pesquisa

Expand Down