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
14 changes: 14 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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="Jul 16, 2026" description="Chat XDK">
### Chat XDK now available on public package registries

The [Chat XDK](/xchat/xchat-xdk) is now published to public package registries, so you can install it with your language's standard package manager — no more building from source.

- **Python:** `pip install chatxdk` (imports as `chat_xdk`)
- **TypeScript:** `npm install @xdevplatform/chat-xdk` (optional `juicebox-sdk` peer dependency for secure key backup)
- **C#:** `dotnet add package XDevPlatform.ChatXdk` — self-contained with bundled native libraries for macOS, Linux, and Windows
- **Java:** available on Maven Central as `com.x:chatxdk` — the jar bundles the native libraries, so no `jna.library.path` setup is needed
- **Rust:** `chat-xdk-core` is not yet on crates.io — use the git dependency shown in the [reference](/xchat/xchat-xdk)

See [Chat XDK Reference](/xchat/xchat-xdk) and [Getting started](/xchat/getting-started) for install snippets and quick starts.
</Update>

<Update label="Jun 11, 2026" description="X API v2">
### Articles draft and publish endpoints

Expand Down
14 changes: 14 additions & 0 deletions es/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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="16 de julio de 2026" description="Chat XDK">
### El Chat XDK ya está disponible en registros públicos de paquetes

El [Chat XDK](/xchat/xchat-xdk) ya está publicado en registros públicos de paquetes, por lo que puedes instalarlo con el gestor de paquetes estándar de tu lenguaje, sin necesidad de compilarlo desde el código fuente.

- **Python:** `pip install chatxdk` (se importa como `chat_xdk`)
- **TypeScript:** `npm install @xdevplatform/chat-xdk` (dependencia opcional `juicebox-sdk` para la copia de seguridad segura de claves)
- **C#:** `dotnet add package XDevPlatform.ChatXdk`: autónomo, con bibliotecas nativas para macOS, Linux y Windows incluidas
- **Java:** disponible en Maven Central como `com.x:chatxdk`: el jar incluye las bibliotecas nativas, por lo que no es necesario configurar `jna.library.path`
- **Rust:** `chat-xdk-core` todavía no está en crates.io; usa la dependencia de git indicada en la [referencia](/xchat/xchat-xdk)

Consulta la [Referencia del Chat XDK](/xchat/xchat-xdk) y la [Guía de inicio](/xchat/getting-started) para ver los fragmentos de instalación y los inicios rápidos.
</Update>

<Update label="11 de junio de 2026" description="X API v2">
### Endpoints de borrador y publicación de Articles

Expand Down
14 changes: 14 additions & 0 deletions ja/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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 年 7 月 16 日" description="Chat XDK">
### Chat XDK が公開パッケージレジストリで利用可能になりました

[Chat XDK](/xchat/xchat-xdk) が公開パッケージレジストリで公開されました。各言語の標準的なパッケージマネージャーでインストールできるようになり、ソースからビルドする必要はもうありません。

- **Python:** `pip install chatxdk`(`chat_xdk` としてインポート)
- **TypeScript:** `npm install @xdevplatform/chat-xdk`(安全な鍵バックアップ用にオプションのピア依存関係 `juicebox-sdk` あり)
- **C#:** `dotnet add package XDevPlatform.ChatXdk` — 自己完結型で、macOS、Linux、Windows 向けのネイティブライブラリを同梱
- **Java:** Maven Central で `com.x:chatxdk` として提供 — jar にネイティブライブラリが同梱されているため、`jna.library.path` の設定は不要
- **Rust:** `chat-xdk-core` はまだ crates.io に公開されていません。[リファレンス](/xchat/xchat-xdk)に記載の git 依存関係を使用してください

インストールスニペットとクイックスタートについては、[Chat XDK リファレンス](/xchat/xchat-xdk)と[Getting started](/xchat/getting-started)を参照してください。
</Update>

<Update label="2026 年 6 月 11 日" description="X API v2">
### Articles のドラフトおよび公開エンドポイント

Expand Down
14 changes: 14 additions & 0 deletions ko/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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년 7월 16일" description="Chat XDK">
### 이제 Chat XDK를 공개 패키지 레지스트리에서 사용할 수 있습니다

[Chat XDK](/xchat/xchat-xdk)가 공개 패키지 레지스트리에 게시되어, 이제 각 언어의 표준 패키지 관리자로 설치할 수 있습니다. 더 이상 소스에서 빌드할 필요가 없습니다.

- **Python:** `pip install chatxdk` (`chat_xdk`로 임포트)
- **TypeScript:** `npm install @xdevplatform/chat-xdk` (보안 키 백업을 위한 선택적 피어 의존성 `juicebox-sdk`)
- **C#:** `dotnet add package XDevPlatform.ChatXdk` — macOS, Linux, Windows용 네이티브 라이브러리를 포함한 자체 완결형 패키지
- **Java:** Maven Central에서 `com.x:chatxdk`로 제공 — jar에 네이티브 라이브러리가 포함되어 있어 `jna.library.path` 설정이 필요 없습니다
- **Rust:** `chat-xdk-core`는 아직 crates.io에 공개되지 않았습니다. [레퍼런스](/xchat/xchat-xdk)에 설명된 git 의존성을 사용하세요

설치 스니펫 및 빠른 시작은 [Chat XDK 레퍼런스](/xchat/xchat-xdk)와 [시작하기](/xchat/getting-started)를 참조하세요.
</Update>

<Update label="2026년 6월 11일" description="X API v2">
### Articles 초안 작성 및 게시 엔드포인트

Expand Down
14 changes: 14 additions & 0 deletions pt/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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="16 de julho de 2026" description="Chat XDK">
### O Chat XDK agora está disponível em registros públicos de pacotes

O [Chat XDK](/xchat/xchat-xdk) agora está publicado em registros públicos de pacotes, então você pode instalá-lo com o gerenciador de pacotes padrão da sua linguagem — sem precisar compilar a partir do código-fonte.

- **Python:** `pip install chatxdk` (importa como `chat_xdk`)
- **TypeScript:** `npm install @xdevplatform/chat-xdk` (dependência opcional `juicebox-sdk` para backup seguro de chaves)
- **C#:** `dotnet add package XDevPlatform.ChatXdk` — autocontido, com bibliotecas nativas para macOS, Linux e Windows incluídas
- **Java:** disponível no Maven Central como `com.x:chatxdk` — o jar inclui as bibliotecas nativas, dispensando a configuração de `jna.library.path`
- **Rust:** `chat-xdk-core` ainda não está no crates.io — use a dependência do git indicada na [referência](/xchat/xchat-xdk)

Consulte a [Referência do Chat XDK](/xchat/xchat-xdk) e o [Guia de introdução](/xchat/getting-started) para snippets de instalação e guias de início rápido.
</Update>

<Update label="11 de junho de 2026" description="X API v2">
### Endpoints de rascunho e publicação de Articles

Expand Down