# April 2025

**Features**

* **Billing:**
  * Items now billed for include Container runtime (inlcuding per attached GPU), data transfer to and from bucket, and data storage (including Datasets and Artifacts).
  * Billing history page now presents a summary of expenditure for the last day, month, and total by product type.
* **Self Healing**
  * Burst experiments that result in `strong_fail` will attempt to re-launch up to a maximum of 3 re-tries.
  * Experiments implementing checkpointing using the `AtomicDirectory` checkpointer from `cycling_utils` will have the latest checkpoint available to resume from on re-launch.

**Fixes**

* **Artifacts:**
  * Checkpoints already shipped to the Artifact store are not shipped again.
  * Checkpoint artifacts are sorted by recency with the latest at the top of the page.


---

# 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/april-2025.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.
