# .NET Standard SDK

### August 27th, 2025 (v4.2.3) &#x20;

• Fix: Support for large attachments

### August 27th, 2025 (v4.2.2) &#x20;

• Fix: Handle post exceptions

### March 13th, 2025 (v4.2.0)

* Fix: reduce memory consumption

### September 30th, 2024 (v4.2.0)

* Fixed: Allow AdditionalFormDataFiles for minidump/xml posts
* Added: Attributes support

### September 19th, 2024 (v4.1.0)

* Fixed: don't lock attachment while reading
* Added: CrashDetailsApiClient

### September 16th, 2024 (v4.0.3)

* Fixed: handle locked attachments

### February 28th, 2024 (v4.0.1)

* Added: expose json parser

### August 23rd, 2023 (v3.3.0)

* Fixed: s3 http client timeout
* Added: android symbols support

### March 2nd, 2023 (v3.2.0)

* Added: upload exceptions to s3

### February 28th, 2024 (v1.1.1)

* Added: LICENSE file
* Fixed: remove newtonsoft

### February 14th, 2024 (v1.1.0)

* Added: support xml reports

{% hint style="warning" %}
Not seeing what you're looking for? You can browse archived changelogs from 2022-2015 [here](/changelog.md).
{% endhint %}


---

# 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://changelog.bugsplat.com/framework-integrations/.net-standard-sdk.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.
