> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbitflare.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Jetstream Changelog

> Latest updates and improvements to the OrbitFlare Jetstream protocol

<Update label="10 January 2026">
  ## Performance Improvements

  **Improvements**

  * Performance improvements
  * Reworked shreds gateway
</Update>

<Update label="11 November 2025">
  ## Latency Improvements

  **Improvements**

  * Latency improvements
</Update>

<Update label="30 May 2025">
  ## Protocol Update - v0.0.7 (Beta)

  **Improvements**

  * Performance improvements
</Update>

<Update label="28 May 2025">
  ## Client Libraries Update - v0.0.6 (Beta)

  **Client Libraries**

  * Updated TypeScript example client
</Update>

<Update label="26 May 2025">
  ## Client Libraries Update - v0.0.5 (Beta)

  **Client Libraries**

  * Added example clients for Golang and Typescript
</Update>

<Update label="18 May 2025">
  ## Protocol Update - v0.0.4 (Beta)

  **Improvements**

  * Added Parsed Endpoint (Pumpfun)
  * Performance improved

  **Client Libraries**

  * Client library updated
</Update>

<Update label="14 May 2025">
  ## Protocol Update - v0.0.3 (Beta)

  **Improvements**

  * Performance improvements
  * Fixed bug with missing transactions

  **Client Libraries**

  * Updated Rust example client with decoder example
</Update>

<Update label="6 May 2025">
  ## Protocol Update - v0.0.2 (Beta)

  **Improvements**

  * Updated protocol buffers for easier integration
  * Added X-Token authentication support

  **Client Libraries**

  * Updated Rust example client with new authentication flow
</Update>

<Update label="4 May 2025">
  ## Initial Release - v0.0.1 (Beta)

  <Frame>
    <img src="https://mintcdn.com/orbitflare/oYFPcWR1PY_9HTel/images/jetstream.png?fit=max&auto=format&n=oYFPcWR1PY_9HTel&q=85&s=151463a42bcc71c7e8625de0efd8c760" alt="Jetstream Launch" width="4000" height="2250" data-path="images/jetstream.png" />
  </Frame>

  Initial release of the Jetstream protocol with transaction streaming support.

  **Features**

  * High-performance transaction streaming
  * Comprehensive transaction filtering options
  * Account inclusion/exclusion filters
  * Required accounts filtering
  * Basic unary methods for protocol interaction

  **Client Libraries**

  * Rust example client

  ## Documentation

  * Comprehensive protocol reference
  * Getting started guides
  * Client usage examples
  * Best practices for filters and connection management
</Update>

***

<CardGroup cols={2}>
  <Card title="Jetstream Overview" icon="bolt" href="/data-streaming/jetstream">
    Getting started guide, filtering examples, and GitHub examples.
  </Card>

  <Card title="Protocol Reference" icon="book" href="/data-streaming/jetstream-reference">
    Full Protocol Buffer specification and message types.
  </Card>
</CardGroup>
