# BugSplat for Windows (C++) SDK

### March 27th, 2026 (v7.2.1)

* Bug Fix: Exclude BugSplatCrashData.json from crash zip upload (#149)

### March 18th, 2026 (v7.2.0)

* Feature: Add PostFeedback API for user feedback submission (#146)

### March 9th, 2026 (v7.1.0)

* Feature: Crash signature support (#138)

### February 5th, 2026 (v7.0.6)

* Feature: Support for more attachments (#136)
* Chore: Add custom WER example (#137)

### December 8th, 2025 (v7.0.5)

• Bug Fix: Win32 hijack‑prevention runtime error (#134)

### December 8th, 2025 (v7.0.4)

• Bug Fix: Win32 support (#133)

### December 8th, 2025 (v7.0.3)

• Bug Fix: createXmlReport hang issue (#131)

### November 13th, 2025 (v7.0.2)

• Bug Fix: Add mutex protection to global exception filter (#128)

• Chore: Fix packaging list for MyCrasher (#127)

### November 7th, 2025 (v7.0.1)

• Bug Fix: Resolve correct minidump type for WER crashes (#126)

### October 23rd, 2025 (v7.0.0) &#x20;

* Update unifying Native and GDK APIs, modernizing the build, and introducing broad crash-handling improvements. More news coming soon—contact <support@bugsplat.com> for details.

### May 27th, 2025 (v6.1.1)

* Fix: add github release upload to release script
* Fix: arm64 build by setting windows sdks explicitly
* Fix: remove force setting of MiniDumpFilterTriage flag

### January 27th, 2025 (v6.1.0)

* Handle various CRT exceptions in GDK

### October 28th, 2024 (v6.0.3)

* Fixed: malformed attributes xml
* Added: Any CPU to MyDotNetCrasher
* Fixed: escape special chars in json attributes

### October 23rd, 2024 (v6.0.2)

* Added GDK Updates (reach out to <support@bugsplat.com> to learn more)

### October 2nd, 2024 (v6.0.1)

* Added Unreal uploads at crash time
* Added GDK Updates (reach out to <support@bugsplat.com> to learn more)

### October 2nd, 2024 (v6.0.0)

* Removed global init allocations
* Replaced sendpdbs with symbol-upload
* Added GDK Updates (reach out to <support@bugsplat.com> to learn more)

### October 2nd, 2024 (v5.3.0)

* Added support for ARM64

### April 25th, 2024 (v5.2.0)

* Added support for crash attributes in BugSplat Native and GDK

### March 7th, 2024 (v5.1.9)

* Added myConsoleCrasher.h to sample vcxproj
* Added crash configuration file for database, appName, appVersion

### February 14th, 2024 (v5.1.8)

* Updated to use unique names for all crash file attachments
* Updated MyConsoleCrasher sample to generate compiler error if customer database hasn't been selected

### January 17th, 2024 (v5.1.7)

* Updated build configuration for 64-bit versions of BugSplatRc64.dll correctly report their architecture as 64-bit.

### September 13th, 2023 (v5.1.5)

* Added updated MyGdkCrasher sample
* Updated specifics available via <support@bugsplat.com>

### September 7th, 2023 (v5.1.4)

* Removed PII from bugsplat.log file

### May 30th, 2023 (SendPdbs v4.0.0.3)

* Added automatic retry for authentication failures
* Improved handling of server shutdown during authentication
* Enhanced retry logic to target new server on retry

### May 30th, 2023 (SendPdbs Update)

* Added support for read-only file uploads
* Fixed bug preventing read-only file uploads

### April 27th, 2023 (v5.0.4)

* Added cleanup of zip files for failed symbol uploads
* Added hang detection demonstration in .NET
* Fixed BugSplatHD example for x86
* Fixed OAuth authentication in SendPdbs

### March 30th, 2023 (Windows Crash Handler)

* Added thread name support
* Enhanced display of Thread ID information
* Added thread name alongside Thread ID in reports

### January 9th, 2023 (v5.0.0)

* BREAKING CHANGE: Removed json.h and other internally used header files from public includes
* Simplified public includes
* Refactored to improve maintainability

### SendPdbs Security Update (December 2023)

Important Update Requirements:

* Version required: 2.3.0.0 or later
* Critical for TLS 1.2 compatibility
* Deadline: January 1st, 2023
* Older versions incompatible after deadline
* Available via downloads page

### General Improvements Throughout 2023

* Enhanced symbol handling
* Improved crash reporting reliability
* Expanded platform support
* Better memory management
* Refined error handling

{% 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/bugsplat-for-windows-c++-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.
