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

# Changelog

> Latest updates and improvements to Sterndesk

# Changelog

<Update label="v0.0.7" description="Bundle Feature">
  ## Bundle Feature

  Bundles enable long-term storage of uploaded or crawled data on S3. When `bundle_enabled` is set to `true` on a collector, the system automatically creates a bundle after data is transferred or crawled.

  ### Key Features

  * **Automatic bundling** — Bundles are created automatically when data collection completes
  * **Download support** — Retrieve bundled data via pre-signed GET URLs using the `DownloadBundle` RPC
  * **Status tracking** — Bundle status progresses from `CREATED` to `STORED`
  * **Source tracking** — Each bundle tracks its source type (`UPLOAD` or `CRAWL`) and the originating upload or crawl ID
  * **Metadata** — Bundles include `object_count` and `total_size_bytes` for visibility into stored data

  ### API Changes

  * `CreateUploadCollectorRequest` now accepts `bundle_enabled` field
  * `CreateCrawlCollectorRequest` now accepts `bundle_enabled` field
  * New `ListBundles` RPC to list bundles for a project
  * New `DownloadBundle` RPC to get pre-signed download URLs for bundle objects

  See [Collectors and Extractions](/concepts/03-collectors#bundled-extraction) for more details.
</Update>

<Update label="v0.0.6" description="Initial Release">
  ## Initial Release

  Welcome to Sterndesk! This is our first release, laying the foundation for the platform.
</Update>
