# August 2024

**Features**

* **Experiments Page Filter**: Added filter functionality to the [Experiments page](/basic-concepts/launching-experiments.md) – you can now filter by mode or by status.
* **Idle Workstation Management**: Idle [workstation containers](/basic-concepts/workstations-images-and-containers.md) are automatically stopped.
* **Agent Health Viewing**: Users can now view the health status of agents for all active jobs. History logs will be introduced in the future.
* **Workstation Type Display**: Added functionality to display the running workstation type on the credentials page.
* [**Burst** ](/byo-cloud-api-keys.md#google-cloud-platform-gcp)**on GCP**: Burst is now available on GCP (Google Cloud Platform).

**Fixes**

* **Improved Actions Handling**: Better handling for start/stop/complete actions.
* **Experiment Page Pagination**: Fixed issues with the pagination on the experiment page.
* **AWS Cost Fetching**: Improved the accuracy of AWS cost fetching.
* **Container Transfer During Burst**: Ensure containers are transferred from the correct workstation during burst.
* **Container Report Event Type**: Moved running container reports to a dedicated event type.
* **Race Condition Fix**: Fixed nil agent race conditions that could cause cascading failures.
* **Consistency Fixes**: Fixed inconsistencies with `org_name` and `group_name`.
* **Email Constraint**: Added a constraint to prevent duplicate emails in the WireGuard whitelist.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.strongcompute.com/change-log/august-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
