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

# Week 1

> Rocket.new October week 1 release notes covering backend performance tuning, reliability work, and infrastructure improvements powering AI generations.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="October 1">
  <span class="changelog-improved">Improved</span>

  * **Backend performance and reliability**: Two weeks of behind-the-scenes work. Core request handling is faster, frequently used database queries have been rewritten for speed, and error recovery is more graceful so fewer raw failures reach the surface.
</Update>
