# September 2024

**Features**

* [**WireGuard Whitelist Requests**](https://docs.strongcompute.com/change-log/pages/pHp0FDjpwFVblSDyQzSC#id-1.1-instructions-for-all-users): Users can now request to be added to the WireGuard whitelist.
* **Storage Quota & Utility Space**: Implemented storage quota and utility space management.
* **Burst on Azure**: Burst functionality is now available on [Azure](/byo-cloud-api-keys.md#microsoft-azure).

**Fixes**

* **Code Cleanup**: Removed old and unused code for a cleaner codebase.
* **Container Management**: Control plane now stops containers that shouldn't be running.
* **Accurate Burst Billing**: Enhanced burst billing to be more accurate, based on the actual cloud cost of instances plus 10% (does not affect old jobs).
* **Agent Live Page Improvement**: Improved the live page for agents.
* **Billing Product Separation**: Separated burst and interruptible billing products for better clarity.
* **User-Friendly Dataset List**: Starting a container now displays dataset names instead of IDs.
* **Optimized Tarring/Uploading**: Moved tarring and uploading from the home directory to the workstation agent for efficiency.
* **UI Fixes**:
  * **Button Color**: Fixed button color on the pinned organization page.
  * **Parallelized Agent Channels**: Improved performance by further parallelizing agent channels.
  * **WireGuard Authorization**: Patched authorization failure during WireGuard generation.
  * **Edge Case Handling**: Addressed edge cases when deleting user organizations.
  * **Org User Removal Bug**: Fixed a bug when removing users from an organization.


---

# 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/september-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.
