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

# August 8, 2024

<Frame>
  <img src="https://mintcdn.com/slai-beam/8ZCK4GhQQmQigFR0/img/releases/changelog-88.jpg?fit=max&auto=format&n=8ZCK4GhQQmQigFR0&q=85&s=fe020bbee0654389b65228b75e3e89de" width="2400" height="1350" data-path="img/releases/changelog-88.jpg" />
</Frame>

# 0.2.65

## Features

* Added new `RTX4090` GPUs
* Added `beam example` CLI to download example apps
* Added `asgi` abstraction in v2
* Added real-time compute utilization metrics to dashboard

## Bug Fixes

* Support beam configure in headless mode for CI/CD integration
* Fixed out of space error with image build worker
* Fixed image builds failing with 'docker.io' in the URL prefix
* Added progress bar and package size during deploy command
* Added user facing logs to indicate image loading process in worker
* Fix context not being passed when running beta9 deploy
* Fix GPU literal types by using hyphens instead of underscores

## How to update

```sh theme={null}
uv tool upgrade beam-client
```

## ASGI Added to v2

You can now use `@asgi` decorators in V2 to deploy webservers, like Fast API or Flask apps.

<Frame>
  <img src="https://mintcdn.com/slai-beam/8ZCK4GhQQmQigFR0/img/releases/asgi-v2.png?fit=max&auto=format&n=8ZCK4GhQQmQigFR0&q=85&s=4234fbeb9f61f6cc3e8a058fac7864db" width="1360" height="1224" data-path="img/releases/asgi-v2.png" />
</Frame>

## New GPUs: RTX 4090s

These are fantastic cards: they outperform A100s for many inference tasks and only cost \$0.69.

To use them, just add `gpu="RTX4090"` to your app:

<Frame>
  <img src="https://mintcdn.com/slai-beam/8ZCK4GhQQmQigFR0/img/releases/4090.png?fit=max&auto=format&n=8ZCK4GhQQmQigFR0&q=85&s=63d9f6c0a6be1e24ada2c3989ee5b329" width="1360" height="480" data-path="img/releases/4090.png" />
</Frame>

## Real-Time Compute Utilization in Dashboard

You can now monitor your real-time compute usage in the dashboard:

<Frame>
  <img src="https://mintcdn.com/slai-beam/vg5aTEbpFmupCYom/img/releases/metrics.png?fit=max&auto=format&n=vg5aTEbpFmupCYom&q=85&s=051e76747e649636afe91b78fa250ce4" width="1984" height="228" data-path="img/releases/metrics.png" />
</Frame>

## Download Dozens of App Templates with `beam example` CLI

We shipped a new CLI to quickly download templates of apps that run on Beam.

You can run `beam example list` to see all available templates.

<Frame>
  <img src="https://mintcdn.com/slai-beam/8ZCK4GhQQmQigFR0/img/releases/beam-example-list.png?fit=max&auto=format&n=8ZCK4GhQQmQigFR0&q=85&s=40c92cb1127c838a915ff1238b94be18" width="1228" height="1600" data-path="img/releases/beam-example-list.png" />
</Frame>

To download a template, run `beam example download [template-name]`

<Frame>
  <img src="https://mintcdn.com/slai-beam/8ZCK4GhQQmQigFR0/img/releases/beam-example-download.png?fit=max&auto=format&n=8ZCK4GhQQmQigFR0&q=85&s=5481685bfdbf815d035b14f0a620c8b2" width="1346" height="596" data-path="img/releases/beam-example-download.png" />
</Frame>
