# Welcome to our Changelog

We're excited to have you here, exploring the latest updates and enhancements to our platform. This changelog is designed to keep you informed about the exciting features and improvements we've been working on.

To stay up-to-date with the latest news and insights, we also invite you to follow our changelog on [Bluesky](https://bsky.app/profile/bugsplatchangelog.bsky.social), view changes chronologically on our [Discord](https://discord.gg/bugsplat) (coming soon), and visit our [blog](https://blog.bugsplat.com/). These channels offer additional resources, articles, and behind-the-scenes looks at what's happening at BugSplat.

If you have any questions or need assistance, our dedicated support team is here to help. Feel free to reach out to us at <support@bugsplat.com> or join our community on the [BugSplat Discord server](https://discord.gg/bugsplat).

Thank you for being a part of our journey. Let's dive into the changelog and explore the exciting updates that await!

## Changelog Digests

{% content-ref url="/pages/kfIHQe3O9TaGK2GxnHCo" %}
[Monthly Digests](/welcome-to-our-changelog/monthly-digests)
{% endcontent-ref %}

## Core Platform

{% content-ref url="/pages/vNLf7C33gXS5BWhwUyry" %}
[Web App](/core-platform/web-app)
{% endcontent-ref %}

{% content-ref url="/pages/jWvtAsb8hvgZByd0mKlF" %}
[JavaScript API Client](/core-platform/javascript-api-client)
{% endcontent-ref %}

{% content-ref url="/pages/rurrdoLoSzJx3jIMgYZr" %}
[Backend Services](/core-platform/backend-services)
{% endcontent-ref %}

## Development Tools&#x20;

{% content-ref url="/pages/vNhTqlK4HmzNPr4qGav7" %}
[Symbol Upload](/development-tools/symbol-upload)
{% endcontent-ref %}

## Framework Integrations&#x20;

{% content-ref url="/pages/W7jGh0ZByElALnHRZku0" %}
[BugSplat for Windows (C++) SDK](/framework-integrations/bugsplat-for-windows-c++-sdk)
{% endcontent-ref %}

{% content-ref url="/pages/dRiEvX4FHvEx59jjJ9ui" %}
[Angular SDK](/framework-integrations/angular-sdk)
{% endcontent-ref %}

{% content-ref url="/pages/1Z1ceMXK1HcT5pB7zCvq" %}
[.NET Standard SDK](/framework-integrations/.net-standard-sdk)
{% endcontent-ref %}

{% content-ref url="/pages/UrkmmDG3a0XTY2AcJw1a" %}
[macOS SDK](/framework-integrations/macos-sdk)
{% endcontent-ref %}

{% content-ref url="/pages/62Dw1FvnT8O0HfbmSbQb" %}
[Node SDK](/framework-integrations/node-sdk)
{% endcontent-ref %}

{% content-ref url="/pages/EcHE7Sftyvieu2D5EkSi" %}
[Unreal SDK](/framework-integrations/unreal-sdk)
{% endcontent-ref %}

{% content-ref url="/pages/NcpHQ8NUOycQOgFqQ3VU" %}
[Unity SDK](/framework-integrations/unity-sdk)
{% endcontent-ref %}

{% content-ref url="/pages/dWWN7zhV32W8fcnj2qOj" %}
[Java SDK](/framework-integrations/java-sdk)
{% endcontent-ref %}

## System Notices & Maintenance

{% content-ref url="/pages/ZykG7mXbXr0VmA59Z34t" %}
[Service Notices](/system-notices-and-maintenance/service-notices)
{% endcontent-ref %}

{% content-ref url="/pages/y5a9g7pbTLKm2wF508Tc" %}
[Infrastructure Updates](/system-notices-and-maintenance/infrastructure-updates)
{% endcontent-ref %}

## Open Source Tools

{% content-ref url="/pages/EoXCouuyuYXHJdXteptK" %}
[Node MiniDump Stackwalk](/open-source-tools/node-minidump-stackwalk)
{% endcontent-ref %}

{% content-ref url="/pages/aqkrVWlNDEaaNe7sqZhO" %}
[Source Mapper](/open-source-tools/source-mapper)
{% endcontent-ref %}


# Monthly Digests

Monthly overviews of our Changelog.  Shared on Bluesky and Discord.

{% hint style="success" %}
These are shared via [@bugsplat.bsky.social](https://bsky.app/profile/bugsplatco.bsky.social). To see a chronological order of all changes please see our Discord server (<https://discord.gg/bugsplat>).
{% endhint %}

## BugSplat's August 2026 Updates

#### Web App Updates (v6.22.2 → v6.22.3)

**v6.22.2 – v6.22.3 (August 24th)** –

* Aligned onboarding platforms with docs integrations
* Standardized onboarding step names and adopted "report" umbrella term

#### JS API Client Updates (v15.5.0 → v15.6.0)

**v15.5.0 (August 3rd)** – Surfaced upload failures as typed BugSplatApiError with status

**v15.5.1 (August 6th)** – Fixed login rejection when authorize response carries no access token

**v15.6.0 (August 13th)** – Surfaced authorize status so rate limited logins are recognizable

#### Symbol Upload Updates (v10.5.2 → v11.0.0)

**v10.5.2 (August 3rd)** –

* Fixed non-zero exit code on failures
* Fixed skipping directories when globbing symbol files

**v10.5.3 (August 12th)** – Improved authentication credential verification and failure reporting

**v10.5.4 (August 12th)** – Added retry and reporting for rate limited authentication

**v11.0.0 (August 13th)** –

* Removed username and password authentication (breaking change)
* Defaulted host to api.bugsplat.com
* Made the GitHub Action pinnable and self-versioning

#### Windows SDK Update (v8.1.0)

**v8.1.0 (August 4th)** – Added BugSplat\_IsWerEnabled to the C API

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

-—&#x20;

## BugSplat's July 2026 Updates

#### Web App Updates (v6.20.0 → v6.22.1)

**v6.20.0 (July 20th)** – Added Queue Messages tab to the admin activity page

**v6.20.1 – v6.20.2 (July 23rd)** –

* Displayed uploaded crash counts (nUploaded) instead of accepted counts
* Fixed Group By badge count not syncing when a group is removed externally

**v6.20.3 (July 30th)** – Fixed admin activity volume chart keying and in-progress minute recording

**v6.21.0 (July 30th)** – Added hidden-by-default "Shared (not reclaimable)" column to versions page

**v6.22.0 – v6.22.1 (July 31st)** –

* Added clear miss-cache button to each external symbol server
* Widened Reports table Group column
* Added retention settings mention in empty attachments placeholder

#### JS API Client Updates (v15.2.1 → v15.4.0)

**v15.2.1 (July 13th)** – Fixed user feedback submission via multipart endpoint

**v15.3.0 (July 20th)** – Surfaced nUploaded metric fields on dashboard and versions responses

**v15.4.0 (July 27th)** – Added sharedSize to VersionsApiRow and VersionsColumn

#### Symbol Upload Updates (v10.5.1 → v10.5.2)

**v10.5.1 (July 14th)** – Treated bin files as ELF

**v10.5.2 (August 4th)** – Fixed non-zero exit code on failures; skipped directories when globbing symbol files

#### Windows SDK Update (v8.0.0)

**v8.0.0 (July 31st)** – Published Windows C++ SDK v8.0.0 release with x64 and ARM64 libraries (Debug + Release)

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

-—&#x20;

## BugSplat's June 2026 Updates

#### Web App Updates (v6.16.0 → v6.18.2)

**v6.16.0 (June 1st)** – Added admin activity page

**v6.16.1 (June 2nd)** – Removed mobileHidden column hiding; enabled horizontal scroll on all tables

**v6.17.0 (June 3rd)** – Added color pickers to support response editor

**v6.17.1 (June 6th)** – Fixed nullish oldestAgeSec handling

**v6.17.2 – v6.17.3 (June 10th)** –

* Hide footer until scroll on mobile
* Enabled horizontal scroll on users table

**v6.18.0 (June 11th)** – Added share modal

**v6.18.1 (June 12th)** – Redesigned sign-up page

**v6.18.2 (June 16th)** – Fixed crash ID container display in support response preview

#### JS API Client Update (v15.2.0)

**v15.2.0 (June 8th)** – Surfaced 429 rate limit errors as typed BugSplatRateLimitError

#### Symbol Upload Updates (v10.4.0 → v10.5.0)

**v10.4.0 (June 8th)** – Coordinated 429 backoff across upload workers

**v10.5.0 (June 10th)** – Added support for .nrs symbol files

#### Windows SDK Update (v7.3.0)

**v7.3.0 (June 3rd)** – Fixed crash uploads timing out at 30s; preserve and clean up crash report folders

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's May 2026 Updates

#### Web App Updates (v6.13.1 → v6.16.1)

**v6.13.1 (May 6th)** – Added Debug GUID column to crash details modules table

**v6.14.0 (May 6th)** – Added horizontal scroll to error log table

**v6.14.1 – v6.14.2 (May 7th)** –

* Scoped attribute filter list to the current database
* Fixed attachment lightbox closing when drag ends on backdrop

**v6.15.0 (May 8th)** – Replaced @bugsplat/ngx-datatable with in-repo data-table component

**v6.15.1 – v6.15.3 (May 8th)** – Bug fixes

* Removed double borders in active thread widget on crash details
* Added vertical padding around Sample Call Stack content
* Improved row-details widget padding to match Report Details
* Moved thread search controls left of input so they don't push input over

**v6.15.4 – v6.15.7 (May 13th–14th)** – Bug fixes

* Fixed database dropdown hidden behind crashes table header
* Fixed originating URL sent as a BugSplat attribute instead of appKey
* Fixed group rules table column cut off
* Fixed versions chart empty-state button being cut off

**v6.15.8 (May 27th)** – Allowed platform selection in grouping rule dialog

**v6.16.0 (June 1st)** – Added admin activity page

**v6.16.1 (June 2nd)** – Removed mobileHidden column hiding; enabled horizontal scroll on all tables

#### JS API Client Update (v15.1.0)

**v15.1.0 (May 5th)** – Passed debug GUID through Module from crash details response

#### Unreal SDK Update (v1.10.0)

**v1.10.0 (May 18th)** – Added mobile hang reporting (Android ANR + iOS hang)

#### Unity SDK Updates (v4.0.1 → v4.1.0)

**v4.0.1 (May 22nd)** –

* Added App Store and Google Play compatible SDKs
* Added native macOS crash reporting via bugsplat-apple
* Fixed Android native crash attributes set after init

**v4.1.0 (May 22nd)** – Added ANR (Android) and hang detection (iOS) reporting

#### Windows SDK Update (v7.3.0)

**v7.3.0 (June 3rd)** – Fixed crash uploads timing out at 30s; preserve and clean up crash report folders

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's April 2026 Updates

#### Web App Updates (v6.10.12 → v6.12.1)

**v6.10.12 – v6.10.15 (April 1st–4th)** – Bug fixes

* Fixed report details widget button overlap
* Improved PlayStation sync guidance
* Fixed create database from settings not selecting new database
* Removed extra support response calls
* Fixed dashboard using incorrect previous period total for comparison

**v6.10.16 – v6.10.18 (April 15th)** – Bug fixes

* Moved search match controls left of input to prevent positional jump
* Added copy text attachment contents
* Guarded against undefined in selected signal and deleteDisabled computed

**v6.11.0 (April 15th)** – Hide frames above grouped frame by default with eye icon toggle

**v6.12.0 (April 15th)** – Show Android ANR platform on crash page

**v6.12.1 (April 21st)** – Removed UeForwardToEpic

#### JS API Client Update (v15.0.0)

**v15.0.0 (April 1st)** – Added typed column parameters to QueryFilter, QueryFilterGroup, and TableDataRequest (breaking change)

#### Symbol Upload Updates (v10.3.0 → v10.3.1)

**v10.3.0 (April 1st)** – Added portable PDB support; skip symbols with unparseable GUIDs

**v10.3.1 (April 9th)** – Fixed missing dbgId handling for Unreal symbols

#### Unreal SDK Update (v1.9.0)

**v1.9.0 (April 8th)** – Added Blueprint-callable SetAttribute and RemoveAttribute

#### React SDK Update (v2.0.0)

**v2.0.0 (April 17th)** – Added useFeedback hook for user feedback submission (breaking change)

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's March 2026 Updates

#### Web App Updates (v6.7.2 → v6.10.11)

**v6.7.2 (March 2nd)** – Used unfiltered lastCrashTime for time since last crash

**v6.8.0 (March 2nd)** – Added day of week and day of month to crash summary email settings

**v6.9.0 (March 4th)** – Versions/releases page rebuild

**v6.10.0 (March 10th)** –

* Added user feedback report support
* Renamed Crashes to Reports

**v6.10.1 – v6.10.8 (March 17th)** – Bug fixes

* Added glob pattern reference to group rules page
* Cleared upgrade query params when billing modal is dismissed
* Made defect tracker link a single line
* Made defect tracker projects filterable
* Hid uninteresting files in attachments
* Improved upgrade flow for group rules
* Restored attachments tab for non-feedback reports
* Show error for database conflict
* Fixed crash on length check
* Added delete and reprocess reports from the group page
* Used default time in datetime picker

**v6.10.9 (March 20th)** – Fixed attachment lightbox truncated by table row expando

**v6.10.10 – v6.10.11 (March 25th)** –

* Fixed crash summary email form patch values
* Show city/region names in timezone dropdown for crash summary emails

#### JS API Client Updates (v14.3.1 → v14.5.0)

**v14.3.1 (March 2nd)** – Added lastCrashTime to DashboardApiResponse

**v14.4.0 (March 4th)** – Added crash count fields to versions API client

**v14.5.0 (March 9th)** – Added UserFeedback crash type and feedback submission helper

#### JS SDK Update (v8.0.2 → v9.0.0)

**v8.0.2 (March 1st)** – Allowed alternative BugSplat endpoints

**v9.0.0 (March 12th)** – Added user feedback reports support

#### Windows SDK Update (v7.2.0 → v7.2.1)

**v7.2.0 (March 18th)** – Added PostFeedback API for user feedback submission

**v7.2.1 (March 27th)** – Excluded BugSplatCrashData.json from crash zip upload

#### Unity SDK Update (v4.0.0)

**v4.0.0 (March 23rd)** –

* Added PostFeedback API for user feedback submission
* Fixed log truncation on Mac, Linux, and WSA

#### BugSplat SDKs Update (v7.1.0)

**v7.1.0 (March 9th)** – Added crash signature support

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's February 2026 Updates

#### Web App Updates (v5.44.0 → v6.7.0)

**v5.44.0 (February 4th)** – UI/UX overhaul

**v5.44.1 – v5.44.3 (February 5th)** – Post-overhaul bug fixes

* Removed extra loading wheel
* Fixed crash link loading behavior
* Fixed defect tracker update

**v6.0.0 (February 5th)** – Major version bump

* Symbol-upload modal dark mode support (breaking change — major version increment)

**v6.0.1 – v6.0.6 (February 5th–6th)** – Bug fixes

* Restricted upgrade modal dark mode fix
* Fixed company name passing to lockout modal in subscription alert
* Reordered dashboard widgets on mobile so chart is visible
* Added onboarding card to settings hub and updated welcome modal text
* Fixed dropdown item active/click highlight in dark mode
* Silenced noisy error handler logging in test output
* Fixed integrations fragment redirect
* Show display names for crash type and status in search filter button
* Restored old upgrade for feature modal

**v6.1.0 – v6.1.2 (February 6th)** – Notification & filter improvements

* Improved notification component UI and added webhook to onboarding
* Fixed column filters for dates
* Fixed date column filter input type and SQL precedence

**v6.2.0 – v6.2.9 (February 11th–19th)** – Dashboard & table polish

* Made PII obfuscation available on team plans
* Upgraded ngx-datatable for centered column resize handle
* Show Download All button when crash zip is too large to preview
* Fixed table control styles and active thread column resize
* Reduced table column minimum widths
* Fixed single-row data table toolbar with responsive filter wrapping
* Vertically condensed dashboard to eliminate scrolling
* Chart sizing tweaks and data table toolbar layout improvements
* Persisted enterprise subscription nag dismiss state per session
* Fixed nav tooltip dismiss on click in collapsed sidebar

**v6.3.0 (February 20th)** – Symbol maintenance

* Exposed symbol maintenance days option

**v6.4.0 – v6.5.0 (February 23rd–26th)** – Timezone & dashboard performance

* Timezone-aware daily bucketing for crash history chart
* Optimized dashboard performance
* Sent timezone offset for stackKeyDailyVolume and consolidated utility

**v6.6.0 – v6.7.0 (February 27th)** – Dashboard & filtering enhancements

* Showed rejected crashes on dashboard
* Fixed dashboard chart labels cut off and improved hourly display
* Removed extra day for "Last X Days" presets
* Added column filtering links

#### JS API Client Updates (v14.1.2 → v14.3.0)

**v14.1.2 (February 6th)** – Added support for nested group parentheses in QueryFilterGroup serializer

**v14.2.0 (February 24th)** – Added DashboardApiClient for BFF endpoint

**v14.3.0 (February 27th)** – Added totalThrottled fields to DashboardApiResponse

#### SDK Updates (v7.0.6)

**v7.0.6 (February 5th)** –

* Added custom WER example
* Added support for more attachments

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat’s January 2026 Updates

#### **Web App Updates (v5.43.2 → v5.43.4)**

v5.43.3 (January 6th) – Fixed deleting symbols with a plus sign in version strings

v5.43.4 (January 27th) –

* Connected Slack integration to correct database
* Added link to “ignore” function

• Improved rate-limiting notification messaging

#### JS API Client Update (v14.1.0 → v14.1.1)

v14.1.1 (January 6th) – Added URI encoding to versions endpoints

#### Unreal SDK Update (v1.6.6 → v1.7.0)

v1.7.0 (January 24th) – Added mobile support and updates

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat’s December 2025 Updates

#### Web App Updates (v5.42.3 → v5.43.2)

* v5.42.3 (December 2nd) – Removed extra Nintendo crash type ID
* v5.43.0 (December 3rd) – Added support for IN, IN\_NUMERIC, NOT\_IN, and NOT\_IN\_NUMERIC operators
* v5.43.1 (December 3rd) – Fixed back button query param interaction
* v5.43.2 (December 30th) – Fixed back button removing last Application/Version filter

#### JS API Client Update (v14.0.0 → v14.1.0)

* v14.1.0 (December 3rd) – Added support for IN, IN\_NUMERIC, NOT\_IN, and NOT\_IN\_NUMERIC operators

#### Native SDK Updates (v7.0.2 → v7.0.5)

* v7.0.3 (December 8th) – Fixed createXmlReport causing hangs
* v7.0.4 (December 8th) – Fixed Win32 support
* v7.0.5 (December 8th) – Fixed Win32 hijack prevention runtime error

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat’s November 2025 Updates

#### Web App Updates (v5.38.0 → v5.42.2)

* v5.38.0 (November 3rd) – Added scopes to OAuth token creation
* v5.38.1 (November 4th) – Fixed Windows SDK description
* v5.38.2 (November 5th) – Fixed manual symbol upload
* v5.38.3 (November 6th) – Renamed delete button to “Delete Symbols”
* v5.38.4 (November 7th) – Required Business plan for additional scopes
* v5.39.0 (November 11th) – Added group rule import/export
* v5.39.1 (November 11th) – Moved import/export rules buttons
* v5.40.0 (November 11th) – Added editing for grouping rules
* v5.40.1 (November 11th) – Updated event feed styles
* v5.40.2 (November 20th) –
  * Fixed missing crash-type filter on Crash Group page
  * Prevented collapsing module detail rows
  * Added sorting for module columns on crash details page
* v5.41.0 (November 21st) – Added crash summary email settings
* v5.42.0 (November 26th) – Added manual-upload symsrv support
* v5.42.1 (November 26th) – Fixed manual uploads for Nintendo
* v5.42.2 (November 29th) – Fixed status search on Summary page

#### JS API Client Update (v13.1.0 → v14.0.0)

* v14.0.0 (November 3rd) –
  * Breaking change: Removed OAuth2 scope
  * Improved error transparency across crashes, summary, and version APIs

#### Symbol Upload CLI Updates (v10.2.3 → v10.2.4)

* v10.2.4 (November 6th) – Reverted project to CommonJS

#### Native & GDK SDK Updates (v7.0.0 → v7.0.2)

* v7.0.1 (November 7th) – Resolved correct minidump type for WER crashes
* v7.0.2 (November 13th) –
  * Updated packaging list for mycrasher
  * Added mutex protection to global exception filter

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat’s October 2025 Updates

#### Web App Update (v5.37.1 → v5.37.2)

* v5.37.2 (October 2nd) – Updated UI for configuring CRPORTAL syncs (#2884)

#### Crash SDK Update (v6.1.1 → v7.0.0)

* v7.0.0 (October 23rd) –
  * Unified Native and GDK APIs, modernized the build, and introduced broad crash-handling improvements.
  * More news coming soon—contact <support@bugsplat.com>![Attachment.tiff](file:///Attachment.tiff) for details.

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat’s September 2025 Updates

#### Web App Updates (v5.34.9 → v5.37.1)

* v5.34.9 (September 5th) –
  * Fixed double success message when creating onboarding database
  * Fixed version row details widget padding
* v5.34.10 (September 5th) – Increased width of applications and versions dropdowns
* v5.34.11 (September 7th) – Allowed XML crash import
* v5.34.12 (September 9th) – Updated sign-up page styling
* v5.34.13 (September 9th) – Fixed password placeholder
* v5.34.14 (September 10th) – Added top padding to upload component body
* v5.35.0 (September 12th) – Added sample stack to summary view
* v5.36.0 (September 12th) – Created OAuth tokens during onboarding
* v5.37.0 (September 24th) – Added support for crportal crash types
* v5.37.1 (September 29th) – Updated signup text to use Space Mono font

#### JS API Client Update (v13.0.0 → v13.1.0)

* v13.1.0 (September 12th) – Added crash details by group

#### Symbol Upload CLI Updates (v10.2.1 → v10.2.2)

* v10.2.2 (September 30th) –

  * Nintendo Related Update (reach out to <support@bugsplat.com> to learn more)
  * Handled dump sym errors

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's August 2025 Updates

#### Web App Updates (v5.32.4 → v5.34.8)

* **v5.32.4 (August 5th)** – Removed company apps page (#2842)
* **v5.32.5 (August 6th)** – Fixed manual crash uploads (#2841)
* **v5.33.0 (August 14th)** – Added macOS hang upload support (#2845)
* **v5.34.0 (August 15th)** – Added ability to ignore crashes (#2848)
* **v5.34.1 (August 20th)** – Fixed horizontal scroll for stack frames table (#2852)
* **v5.34.2 (August 20th)**
  * Linked defects from crash table rows (#2850)
  * Fixed dark mode signature rendering (#2853)
* **v5.34.3 (August 20th)** – Fixed scroll button alignment (#2856)
* **v5.34.4 (August 20th)**
  * Adjusted page size border
  * Fixed search title font size (#2844)
* **v5.34.5 (August 22nd)** – Fixed text size for symbol details filters (#2860)
* **v5.34.6 (August 22nd)** – Removed Favro integration (#2859)
* **v5.34.7 (August 27th)** – Reverted Favro removal (#2862)
* **v5.34.8 (August 28th)** – Opened walkthrough doc links in new tab (#2866)

#### JS API Client Update (v13.0.0 → v13.0.1)

* **v13.0.1 (August 15th)** – Added ignored status to crash details (#149)

#### Symbol Upload CLI Updates (v10.1.11 → v10.2.1)

* **v10.2.0 (August 7th)** – Added local `symsrv` folder generation (#166)
* **v10.2.1 (August 20th)**
  * Converted project to ESM (#171)
  * Fixed exit codes for `-h` and `--help` (#170)
  * Fixed tmp folder cleanup when using `--localPath` (#169)

#### Unreal SDK Update (v1.6.5 → v1.6.6)

* **v1.6.6 (August 26th)** – Removed deprecated iOS APIs failing App Store validation (#123)

#### .NET SDK Updates (v4.2.1 → v4.2.3)

* **v4.2.2 (August 27th)** – Handled post exceptions (#79)
* **v4.2.3 (August 27th)** – Fixed support for large attachments (#81)

#### PlayStation SDK Updates&#x20;

* Several internal and documentation-related updates were made to the PlayStation SDK this month.
* Please contact <support@bugsplat.com> if you’d like more information.

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's July 2025 Updates

#### Web App Updates (v5.30.18 → v5.32.3)

* **v5.30.18 (July 16th)** – Fixed virtual scroll jitter (#2810)
* **v5.30.19 (July 16th)** – Fixed summary table filtering (#2819)
* **v5.31.0 (July 17th)** – Added test symbol server feature (#2723)
* **v5.31.1 (July 24th)** – Added support for symbol server prefixes (#2824)
* **v5.31.2 (July 25th)** – Fixed S3 symbol server URLs (#2825)
* **v5.31.3 (July 28th)** – Removed defect tracker optional fields (#2827)
* **v5.31.4 (July 28th)** – Restricted access to support response page (#2828)
* **v5.31.5 (July 29th)** – Disabled company logo for restricted users (#2831)
* **v5.31.6 (July 29th)** – Fixed enterprise card color (#2832)
* **v5.32.0 (July 30th)** – Added crash table download links (#2834)
* **v5.32.1 (July 31st)** –
  * Fixed null cached database handling (#2837)
  * Fixed Intercom overlapping Splat logo (#2835)
* **v5.32.2 (July 31st)** – Fixed crash on reading 'width' of undefined (#2839)
* **v5.32.3 (July 31st)** – Fixed incorrect database selection at login (#2840)

#### JS API Client Update (v12.0.0 → v13.0.0)

* **v13.0.0 (July 16th)** – Migrated to summary v2 endpoint (#148)\
  **Breaking:** Summary time frame now filtered by `startDate` and `endDate` instead of `firstReport` and `lastReport`

#### Unreal SDK Update (v1.6.4 → v1.6.5)

* **v1.6.5 (July 8th)** – Fixed UE5.6 Mac build (#117)

#### Unity SDK Update (v3.2.0 → v3.2.1)

* **v3.2.1 (July 24th)** –
  * Fixed README caret typo (#107)
  * Truncated large log files (#110)

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat’s June 2025 Updates

#### **Web App Updates (v5.30.8 → v5.30.17)**

* v5.30.9 (June 8th) - Fixed back button should change database (#2791)
* v5.30.10 (June 9th) - Fixed flakey tests (#2796)
* v5.30.11 (June 9th) - Fixed toISOString(136:83) crash report error (#2799)
* v5.30.12 (June 9th) - Fixed navigation redirect for paths with fragments (#2800)
* v5.30.13 (June 11th) - Loaded cached apps and versions at init (#2803)
* v5.30.14 (June 12th) - Fixed switching databases (#2804)
* v5.30.15 (June 12th) - Added support response link to summary table (#2805)
* v5.30.16 (June 12th) - Fixed support response form validation (#2808)
* v5.30.17 (June 12th) - Fixed virtual scroll bounce (#2809)

#### JS API Client Updates (v11.1.0 → v12.0.0)

* v12.0.0 (June 9th) - Updated to new notes API and moved postNotes to crashApiClient (breaking) (#147)

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's May 2025 Updates

#### Web App Updates (v5.28.2 → v5.30.8)

* **v5.30.0 (May 7th)** - Added ability to specify global time filter via query params (#2768)
* **v5.30.1 (May 9th)** - Fixed tech response default stackKeyId (#2770)
* **v5.30.2 (May 14th)** - Fixed query param collisions (#2772)
* **v5.30.3 (May 14th)** - Removed common symbol library (#2774)
* **v5.30.4 (May 15th)** - Removed individual defect (#2775)
* **v5.30.5 (May 16th)** - Updated PlayStation hint text (#2776)
* **v5.30.6 (May 19th)** - Fixed set database via query param (#2778)
* **v5.30.7 (May 21st)** - Fixed undefined selection column changes (#2781)
* **v5.30.8 (May 30th)** - Fixed back button set database (#2786)

#### Symbol Upload Tool Updates (v10.1.7 → v10.1.11)

* **v10.1.8 (May 7th)** - Better error handling for invalid PDB files (#157)
* **v10.1.9 (May 16th)** - Fixed module name for dylib sym files (#158)
* **v10.1.10 (May 20th)** - Fixed sym file names (#159)
* **v10.1.11 (May 23rd)** - Fixed dump\_syms path handling issues (#162)

#### Angular SDK Update (v18.0.0 → v18.0.1)

* **v18.0.1 (May 12th)** - Security fixes and support for standalone components (#121, #122)

#### Unity SDK Updates (v3.1.3 → v3.2.0)

* **v3.1.4 (May 19th)** - Added Dictionary TryAdd extension for Unity 2021 (#100)
* **v3.2.0 (May 29th)** - Added upload line number mappings feature (#102)

#### SDK Update (v6.1.0 → v6.1.1)

* **v6.1.1 (May 27th)** - Fixed ARM64 build and removed force setting of MiniDumpFilterTriage flag (#105, #103)

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat’s April 2025 Updates

#### Web App Updates (**v5.28.2** → **v5.29.2**)

* **v5.29.0** (Apr 22nd) – Added search across all symbols (#2764)
* **v5.29.1** (Apr 28th) – Fixed dashboard status refresh issue (#2766)
* **v5.29.2** (Apr 30th) – Fixed "View All Symbols" buttons (#2767)

#### Unreal SDK Updates (**v1.6.0** → **v1.6.4**)

* **v1.6.1** (Apr 2nd) – Required UE 5.2 for Android/iOS attributes (#107)
* **v1.6.2** (Apr 3rd) – Fixed missing includes (#111)
* **v1.6.3** (Apr 3rd) – Required UE 5.3 for attributes (#112)
* **v1.6.4** (Apr 29th) – Fixed iOS crash on launch (#114)

#### Unity SDK Update (**v3.1.2** → **v3.1.3**)

* **v3.1.3** (Apr 17th) –
  * Fixed symbol uploads for non-Android builds in Unity 6 (@slavanomics)
  * Fixed Windows build issues
  * Improved symbol upload timing with just-in-time downloads

#### JS API Client Update (**v10.x** → **v11.1.0**)

* **v11.0.0** (Apr 3rd) –
  * **Breaking Change**: Added crash attributes support
  * Removed deprecated MD5 support
* **v11.1.0** (Apr 30th) – Added issue client (#146)

#### JS SDK Update (**v7.1.4** → **v8.0.1**)

* **v8.0.0** (Apr 28th) – Switched to using native `fetch()` (#65)
* **v8.0.1** (Apr 28th) – Updated README images (#67)

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat’s March 2025 Updates

#### Web App Updates (**v5.24.3** → **v5.28.2**)

* **v5.24.4** (Mar 5th) – Removed Google Analytics (#2740)
* **v5.24.5** (Mar 5th) – Fixed column filters getting blocked (#2743)
* **v5.25.0** (Mar 12th) – Added reset trial option in admin dashboard (#2745)
* **v5.26.0** (Mar 13th) – Added horizontal scroll for crash and summary tables (#2748), improved defect threshold help text (#2750)
* **v5.26.1** (Mar 18th) – Removed slow API call from initialization (#2751)
* **v5.26.2** (Mar 19th) – Fixed company database columns (#2756)
* **v5.27.0** (Mar 20th) – Added support response preview (#2757)
* **v5.27.1** (Mar 21st) – Tweaks to support response behavior (#2758)
* **v5.27.2** (Mar 26th) – Fixed IP preview in support response (#2760)
* **v5.28.0** (Mar 27th) – Added stack group notes feature (#2761)
* **v5.28.1** (Mar 28th) – Removed stack limit (#2762)
* **v5.28.2** (Mar 31st) – Updated support response logo (#2763)

#### Unreal SDK Updates (**v1.3.6** → **v1.6.0**)

* **v1.4.0** (Mar 5th) – Added Gradle 8 support
* **v1.5.0** (Mar 6th) – Added macOS and Linux symbol upload support
* **v1.6.0** (Mar 7th) – Added Android and iOS custom attribute support

#### Unity SDK Updates (**v2.5.4** → **v3.1.2**)

* **v3.0.0** (Mar 14th) – Breaking change: `BugSplat.post` now returns result via callback
* **v3.1.0** (Mar 14th) – Added attribute support
* **v3.1.1** (Mar 14th) – Fixed `logMessageReceived` unregistering bug (thanks @Selmar!)
* **v3.1.2** (Mar 14th) – Added crash loop prevention

#### .NET SDK Update (**v4.2.0** → **v4.2.1**)

* **v4.2.1** (Mar 13th) – Reduced memory consumption

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's February 2025 Updates

#### Web App Updates (v5.23.4 → v5.24.3)

* **v5.23.5 (Feb 4th)** - Fixed delete database text issue (#2727)
* **v5.23.6 (Feb 6th)** - Fixed ng-bootstrap imports (#2728)
* **v5.23.7 (Feb 13th)** - Fixed restricted menu not showing (#2731)
* **v5.23.8 (Feb 14th)** - Fixed HTTP error messages (#2732)
* **v5.23.9 (Feb 17th)** - Fixed slow dropdown opening (#2734)
* **v5.24.0 (Feb 19th)** - Added edit column filters feature (#2736)
* **v5.24.1 (Feb 20th)** - Fixed double scroll bars on Windows (#2737)
* **v5.24.2 (Feb 20th)** - Removed group count from search (#2738)
* **v5.24.3 (Feb 27th)** - Fixed timestamp for assign events (#2739)

#### Unreal SDK Update (v1.3.5 → v1.3.6)

* **v1.3.6 (Feb 26th)** - Added controller and keyboard support for demo, updated Android support, and package updates for 5.5. For GDK-specific changes, please look in integration-specific downloads or email <support@bugsplat.com> for details.

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's January 2025 Updates

#### Web App Updates (v5.22.3 → v5.23.4)

* **v5.22.3 (Jan 3rd)** - Fixed double periods in lockout pop-up (#2711)
* **v5.22.4 (Jan 4th)** - Renamed keycrash to group (#2712)
* **v5.22.5 (Jan 7th)** - Fixed group selection in crashes row pulldown (#2713)
* **v5.22.6 (Jan 9th)** - Fixed threads tab ID issue (#2715)
* **v5.23.0 (Jan 15th)** - Introduced Regression Alerts (#2716)
* **v5.23.1 (Jan 22nd)** - Added Unreal Mac to supported platforms (#2721)
* **v5.23.2 (Jan 22nd)** - Fixed debugger output link issue (#2722)
* **v5.23.3 (Jan 30th)** - Resolved locked-out users' inability to transfer database (#2725)
* **v5.23.4 (Jan 30th)** - Fixed error message displaying after database creation (#2726)

#### API Client Update (v10.0.0 → v10.1.7)

* **v10.0.0 (Jan 30th)** - **Breaking Change:** Users are now removed by email instead of UID (#141)
* **v10.1.7 (Jan 23rd)** - Fixed Intel build issue (#153)

#### SDK Update (v6.0.4 → v6.1.0)

* **v6.1.0 (Jan 27th)** - GDK update - for GDK-specific changes, please look in integration-specific downloads or email <support@bugsplat.com> for details (#100)

#### Symbol Upload Tool Update (v10.1.6 → v10.1.7)

* **v10.1.7 (Jan 23rd)** - Fixed Intel build issue (#153)

For any questions regarding these updates, feel free to contact us at <support@bugsplat.com>.

***

## BugSplat's December 2024 updates

Critical Infrastructure Changes:

* Resolved AWS Cognito incident impact on login services (US-EAST-1, Dec 12)
* Symbol upload service temporarily affected but restored
* Crash reporting functionality maintained throughout incident

#### **Web App Updates (v5.22.2 → v5.21.6):**

* Fixed attachment visibility in row details (5.22.2)
* Implemented 100MB attachment download limit (5.22.1)
* Added symbol server authentication support (5.22.0)
* Enhanced search functionality for retired versions and full dumps (5.21.7)
* Modified symbol server UI workflow requiring page refresh between additions (5.21.6)

#### **API Client Update (v9.5.0):**

* Extended crash API with dumpfileSize parameter

Note: All symbol-related services are now fully operational post-AWS incident. For implementation details or service questions, engineering teams can contact <support@bugsplat.com>.

***

## November 2024 Technical Digest:

Core Feature Updates:

* Implemented crash status functionality (Web App v5.20.0, JS API v9.3.0)
* Added Jira synchronization support (v5.21.0)
* Introduced status events to JS API (v9.4.0)

Web App Improvements (v5.21.5 → v5.19.2):

* Persistent column visibility across user switches
* Optional Jira webhook secret
* Enhanced database naming: support for dashes in names and first components
* Fixed null date display and status column alignment
* Dark mode pagination text fix

API and Dependencies:

* Node client: Added BugSplat as peer dependency (v3.0.2)
* JS API: Added number support in query filters (v9.3.1)
* Symbol Upload: Security patches via npm audit (v10.1.4)

Backend Optimizations:

* Removed deprecated endpoint calls
* Fixed undefined requireMFA in users export
* Updated database help documentation

***

## October 2024 Technical Digest:

Major Features:

* Delete crashes functionality (Web App v5.17.0, JS API v9.2.0)
* Console User addition and improved integrations
* Favro integration support
* Increased crash post size limit to 50MB

SDK Updates (v6.0.3, v6.0.1, v6.0.0):

* Fixed XML attributes handling
* Implemented Unreal crash-time uploads
* Added ARM64 support
* Replaced sendpdbs with symbol-upload
* GDK updates available (contact support)

Web App Enhancements (v5.19.1 → v5.14.1):

* Custom datetime formatting
* Improved row details and attributes UX
* Dark mode optimizations
* Removed legacy integrations (Assembla, Fogbugz)

API and Dependencies:

* JS API: Updated braces dependency (v9.2.1)
* Enhanced timezone handling for syncs

Visual Updates:

* Refined dashboard chart colors
* Adjusted settings menu width
* Improved crash error page visibility in dark mode

{% hint style="success" %}
**Looking for older product updates?**  To view past product updates, please view our [Changelog Archives](/changelog).&#x20;

If you don't see what you're looking for make sure to Contact Us.
{% endhint %}


# Web App

Here you'll find our chronological updates to the BugSplat Web App (app.bugsplat.com/v2), detailing improvements to crash reporting workflows, database management features, and interface optimizations

### **August 24, 2026 (v6.22.3)**

* Fixed onboarding step names to standardize naming and adopt the "report" umbrella (#3210, #3211)

### **August 24, 2026 (v6.22.2)**

* Fixed onboarding platforms to align with docs integrations (#3216)

### July 31st, 2026 (v6.22.1)

* Bug Fix: Mentioned retention settings in the empty attachments placeholder (#3208)

### July 31st, 2026 (v6.22.0)

* Feature: Added a clear miss-cache button to each external symbol server (#3204)
* Bug Fix: Widened the Reports table Group column so it's the most prominent (#3205)

### July 30th, 2026 (v6.21.0)

* Feature: Added a hidden-by-default "Shared (not reclaimable)" column to versions (#3201)

### July 30th, 2026 (v6.20.3)

* Bug Fix: Keyed the admin activity volume chart by minute instead of by poll
* Bug Fix: Stopped recording the in-progress minute in the volume chart history

### July 23rd, 2026 (v6.20.2)

* Bug Fix: Synced the Group By badge count when a group is removed externally (#3193)

### July 23rd, 2026 (v6.20.1)

* Bug Fix: Displayed uploaded crash counts (nUploaded) instead of accepted (nCrashes) (#3180)

### July 20th, 2026 (v6.20.0)

* Feature: Added a Queue Messages tab to the admin activity page

### June 24th, 2026 (v6.18.3)

* Bug Fix: Re-enabled the Update button when the Jira sync form becomes valid

### June 16th, 2026 (v6.18.2)

* Bug Fix: Showed the crash-ID container in the support response preview (#3170)

### June 12th, 2026 (v6.18.1)

* Bug Fix: Redesigned the sign-up page (#3168)

### June 11th, 2026 (v6.18.0)

* Feature: Added a share modal (#3147)

### June 10th, 2026 (v6.17.3)

* Bug Fix: Enabled horizontal scrolling on the database users table (#3166)

### Jun 10th, 2026

* Update: refreshed sign-in page design; all sign-in methods (Google, email/password, corporate SSO) work as before

<figure><img src="https://2830161820-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsp3FI4nKN6iV03ORdA9B%2Fuploads%2FzkGtw3Dai5RC5KW6UehA%2FScreenshot%202026-06-10%20at%2010.12.45%E2%80%AFPM.png?alt=media&amp;token=222d8d27-0def-4442-8492-c7a208909e56" alt=""><figcaption></figcaption></figure>

### June 10th, 2026 (v6.17.2)

* Bug Fix: Hid the footer until scroll on mobile (#3163)

### June 6th, 2026 (v6.17.1)

* Bug Fix: Handled nullish oldestAgeSec and corrected data-source comments

### June 3rd, 2026 (v6.17.0)

* Feature: Added color pickers to the support response editor (#3158)

### Jun 2nd, 2026 (v6.16.1)

* Fix: remove mobileHidden column hiding; enable horizontal scroll on all tables

### Jun 1st, 2026 (v6.16.0)

* Feature: admin activity page

### May 27th, 2026 (v6.15.8)

* Fix: allow platform selection in rule dialog

### May 14th, 2026 (v6.15.7)

* Bug Fix: Prevent versions chart empty-state button from being cut off (#3141)

### May 14th, 2026 (v6.15.6)

* Bug Fix: Group rules table column cut off (#3144)

### May 13th, 2026 (v6.15.5)

* Bug Fix: Tighten select event typing at source in crashes table (#3140)
* Bug Fix: Send originating URL as a BugSplat attribute instead of appKey (#3139)

### May 13th, 2026 (v6.15.4)

* Bug Fix: Database dropdown hidden behind crashes table header (#3137)

### May 8th, 2026 (v6.15.3)

* Bug Fix: Move thread search controls left of input so they don't push input over (#3104)

### May 8th, 2026 (v6.15.2)

* Bug Fix: Improve row-details-v2 widget padding to match Report Details (#3131)

### May 8th, 2026 (v6.15.1)

* Bug Fix: Remove double borders in active thread widget (#3133)
* Bug Fix: Add vertical padding around Sample Call Stack content (#3132)

### May 8th, 2026 (v6.15.0)

* Feature: Replace @bugsplat/ngx-datatable with in-repo data-table component (#3121)

### May 7th, 2026 (v6.14.2)

* Bug Fix: Don't close attachment lightbox when drag ends on backdrop (#3120)

### May 7th, 2026 (v6.14.1)

* Bug Fix: Scope attribute filter list to the current database (#3115)

### May 6th, 2026 (v6.14.0)

* Feature: Add horizontal scroll to error log table (#3112)

### May 6th, 2026 (v6.13.1)

* Bug Fix: Add Debug GUID column to crash details modules table (#3109)

### April 22nd, 2026 (v6.13.0)

* Feature: Decode .uecrash attachments in the browser (#3107)

### April 21st, 2026 (v6.12.1)

* Bug Fix: Remove UeForwardToEpic (#3106)

### April 15th, 2026 (v6.11.0)

* Feature: Hide frames above grouped frame by default with eye icon toggle (#3100)
* Bug Fix: Guard against undefined selected signal in deleteDisabled computed (#3097)

### April 15th, 2026 (v6.10.18)

* Bug Fix: Guard against undefined in selected signal and deleteDisabled computed (#3099)

### April 15th, 2026 (v6.10.17)

* Bug Fix: Copy text attachment contents (#3089)

### April 15th, 2026 (v6.10.16)

* Bug Fix: Move search match controls to left of input to prevent positional jump (#3088)

### April 4th, 2026 (v6.10.15)

* Bug Fix: Use actual previous period total for dashboard comparison (#3083)

### April 1st, 2026 (v6.10.13)

* Bug Fix: Improve PlayStation sync guidance (#3074)

### April 1st, 2026 (v6.10.12)

* Bug Fix: Report details widget button overlap (#3063)

### March 25th, 2026 (v6.10.11)

* Bug Fix: Show city/region names in timezone dropdown for crash summary emails (#3701)

### March 25th, 2026 (v6.10.10)

* Bug Fix: Use patchValue for crash summary email form (#3072)

### March 20th, 2026 (v6.10.9)

* Bug Fix: Attachment lightbox truncated by table row expando (#3068)

### March 17th, 2026 (v6.10.8)

* Bug Fix: Delete and reprocess reports from the group page (#3061)
* Bug Fix: Use default time in datetime picker (#3055)

### March 17th, 2026 (v6.10.7)

* Bug Fix: BugSplat crash: length(24:10) (#3058)

### March 17th, 2026 (v6.10.6)

* Bug Fix: Show error for database conflict (#3060)

### March 17th, 2026 (v6.10.5)

* Bug Fix: Restore attachments tab for non-feedback reports (#3052)

### March 17th, 2026 (v6.10.4)

* Bug Fix: Better upgrade flow for group rules (#3049)

### March 17th, 2026 (v6.10.3)

* Bug Fix: Hide uninteresting files in attachments (#3047)

### March 17th, 2026 (v6.10.2)

* Bug Fix: Make defect tracker projects filterable (#3040)

### March 17th, 2026 (v6.10.1)

* Bug Fix: Add glob pattern reference to group rules page (#3039)
* Bug Fix: Clear upgrade query params when billing modal is dismissed (#3030)
* Bug Fix: Make defect tracker link a single line (#3038)

### March 10th, 2026 (v6.10.0)

* Feature: Add user feedback report support and rename Crashes to Reports (#3027)

### March 4th, 2026 (v6.9.0)

* Feature: Versions/releases page rebuild (#3025)

### March 2nd, 2026 (v6.8.0)

* Feature: Add day of week and day of month to crash summary email settings (#3022)

### March 2nd, 2026 (v6.7.2)

* Bug Fix: Use unfiltered lastCrashTime for time since last crash (#3023)

### February 28th, 2026 (v6.7.1)

* Bug Fix: Ensure takeUntil is placed before shareReplay to prevent zombie subscriptions (#3020)

### February 27th, 2026 (v6.6.1)

* Bug Fix: Dashboard chart labels cut off and improved hourly display (#3015)

### February 27th, 2026 (v6.6.0)

* Feature: Show rejected crashes on dashboard (#3014)

### February 26th, 2026 (v6.5.0)

* Feature: Send timezone offset for stackKeyDailyVolume and consolidate util (#3012)

### February 24th, 2026 (v6.4.1)

* Bug Fix: Optimize dashboard performance (#3009)

### February 23rd, 2026 (v6.4.0)

* Feature: Timezone-aware daily bucketing for crash history chart (#2994)

### February 20th, 2026 (v6.3.0)

* Feature: Expose symbol maintenance days option (#3007)

### February 19th, 2026 (v6.2.9)

* Bug Fix: Dismiss nav tooltip on click in collapsed sidebar (#3005)

### February 18th, 2026 (v6.2.8)

* Bug Fix: Persist enterprise subscription nag dismiss state per session (#2996, #2998)

### February 18th, 2026 (v6.2.7)

* Bug Fix: Chart sizing tweaks (#3004)
* Bug Fix: Data table toolbar layout, selection indicators, and button consistency (#3003)

### February 18th, 2026 (v6.2.6)

* Bug Fix: Vertically condense dashboard to eliminate scrolling (#2999)

### February 18th, 2026 (v6.2.5)

* Bug Fix: Single-row data table toolbar with responsive filter wrapping (#2997)

### February 16th, 2026 (v6.2.4)

* Bug Fix: Smaller table column min widths (#2993)

### February 16th, 2026 (v6.2.3)

* Bug Fix: Active thread column resize (#2991)

### February 14th, 2026 (v6.2.2)

* Bug Fix: Table control styles (#2981)

### February 11th, 2026 (v6.2.1)

* Bug Fix: Show “Download All” button when crash ZIP is too large to preview (#2985)

### February 11th, 2026 (v6.2.0)

* Feature: Make PII obfuscation available on Team plans (#2983)
* Bug Fix: Upgrade ngx-datatable to v24.0.1 for centered column resize handle (#2984)

### February 6th, 2026 (v6.1.2)

* Bug Fix: Date column filter input type and SQL precedence (#2977)

### February 6th, 2026 (v6.1.1)

* Bug Fix: Column filters for dates (#2976)

### February 6th, 2026 (v6.1.0)

* Feature: Improve notification UI and add webhook to onboarding (#2974)

### February 6th, 2026 (v6.0.6)

* Bug Fix: Restore old upgrade for feature modal (#2972)

### February 5th, 2026 (v6.0.5)

* Bug Fix: Integrations fragment redirect (#2970)
* Bug Fix: Show display names for crash type and status in filter button (#2969)

### February 5th, 2026 (v6.0.4)

* Bug Fix: Silence noisy error handler logging in test output (#2968)

### February 5th, 2026 (v6.0.3)

* Bug Fix: Add onboarding card to settings hub and update welcome modal text (#2967)
* Bug Fix: Override dropdown item highlight in dark mode (#2965)

### February 5th, 2026 (v6.0.2)

* Bug Fix: Pass company name to lockout modal in subscription alert (#2963)
* Bug Fix: Reorder dashboard widgets on mobile so chart is visible (#2964)

### February 5th, 2026 (v6.0.1)

* Bug Fix: Restricted upgrade modal dark mode (#2961)

### February 5th, 2026 (v6.0.0)

* Breaking Change: Symbol-upload modal dark mode (#2956)

  → Note: This version bump corrects a missed major release for the UI overhaul in v5.44.0

### February 5th, 2026 (v5.44.3)

* Bug Fix: Defect tracker update (#2955)

### February 5th, 2026 (v5.44.2)

* Bug Fix: Waiting on crash link (#2957)

### February 5th, 2026 (v5.44.1)

* Bug Fix: Remove extra loading wheel (#2954)

### February 4th, 2026 (v5.44.0)

* Feature: UI/UX overhaul (#2928)

<br>

### January 30th, 2026 (v5.43.5)

* Bug Fix: Security policy link was 404 (#2948)

<br>

### January 27th, 2026 (v5.43.4)

* Bug Fix: Connect Slack to correct database (#2945)
* Bug Fix: Link to ignore function (#2946)
* Bug Fix: Notification rate-limiting messaging (#2941)

### January 27th, 2026 (v5.43.4)

• Bug Fix: Connect Slack to correct database (#2945)

• Bug Fix: Link to ignore function (#2946)

• Bug Fix: Notification rate-limiting messaging (#2941)

### January 6th, 2026 (v5.43.3)

• Bug Fix: Delete symbols with + in version (#2932)

### December 30th, 2025 (v5.43.2)

• Bug Fix: Back button now removes last Application/Version filter (#2930)

### December 3rd, 2025 (v5.43.0)

* Feature: Support for IN, IN\_NUMERIC, NOT\_IN, and NOT\_IN\_NUMERIC operators (#2925)

### December 2nd, 2025 (v5.42.3)

• Bug Fix: Remove extra Nintendo crash type ID (#2923)

### November 29th, 2025 (v5.42.2)

• Bug Fix: Status search on Summary page (#2921)

### November 26th, 2025 (v5.42.1)

• Bug Fix: Manual uploads for Nintendo (#2915)

### November 26th, 2025 (v5.42.0)

• Feature: Manual upload SYMSRV support (#2914)

### November 21st, 2025 (v5.41.0)

• Feature: Crash summary email settings (#2911)

### November 20th, 2025 (v5.40.2)

• Bug Fix: Crash type filter on Crash Group page (#2906)

• Bug Fix: Prevent collapse of module details rows (#2909)

• Bug Fix: Sort module columns on Crash Details page (#2908)

### November 11th, 2025 (v5.40.1)

• Bug Fix: Event feed styles (#2898)

### November 11th, 2025 (v5.40.0)

• Feature: Edit grouping rules (#2902)

### November 11th, 2025 (v5.39.1)

• Bug Fix: Moved import/export rules buttons (#2901)

### November 11th, 2025 (v5.39.0)

• Feature: Group rule import/export (#2900)

### November 7th, 2025 (v5.38.4)

• Bug Fix: Require Business plan for additional scopes (#2897)

### November 6th, 2025 (v5.38.3)

• Bug Fix: Rename delete button to “delete symbols” (#2893)

### November 5th, 2025 (v5.38.2)

• Bug Fix: Manual symbol upload (#2896)

### November 4th, 2025 (v5.38.1)

• Bug Fix: Windows SDK description (#2891)

### November 3rd, 2025 (v5.38.0)

• Feature: Add scopes to OAuth token creation (#2888)

### October 2nd, 2025 (v5.37.2)

• Bug Fix: Fixed UI for configuring CRPORTAL syncs

### September 29th, 2025 (v5.37.1)

• Bug Fix: Used Space Mono for sign-up text

### September 24th, 2025 (v5.37.0)

• Feature: Support CRPortal crash types

### September 12th, 2025 (v5.36.0)

• Feature: Create OAuth tokens during onboarding

### September 12th, 2025 (v5.35.0)

• Feature: Summary sample stack

### September 10th, 2025 (v5.34.14) &#x20;

• Fix: Add top padding to upload component body

### September 9th, 2025 (v5.34.13) &#x20;

• Fix: Password placeholder

### September 9th, 2025 (v5.34.12) &#x20;

• Fix: New sign-up page style

### September 7th, 2025 (v5.34.11) &#x20;

• Fix: Allow XML crash import

### September 5th, 2025 (v5.34.10) &#x20;

• Fix: Increase width of Applications and Versions dropdowns

### September 5th, 2025 (v5.34.9) &#x20;

• Fix: Double success message when creating onboarding database &#x20;

• Fix: Version row details widget padding

### August 28th, 2025 (v5.34.8) &#x20;

• Fix: Open walkthrough doc links in new tab

### August 27th, 2025 (v5.34.7) &#x20;

• Fix: Revert removal of Favro integration

### August 22nd, 2025 (v5.34.6) &#x20;

• Fix: Remove Favro integration

### August 22nd, 2025 (v5.34.5) &#x20;

• Fix: Text size for symbol details filters

### August 20th, 2025 (v5.34.4)

• Fix: Page size border

• Fix: Search title font too large

### August 20th, 2025 (v5.34.3)

• Fix: Scroll button not aligned

### August 20th, 2025 (v5.34.2)

• Fix: Link defect from crashes table row details

• Fix: Signature for dark mode

### August 20th, 2025 (v5.34.1)

• Fix: Stack frames table should have horizontal scroll

### August 15th, 2025 (v5.34.0)

• Feature: Ignore crashes&#x20;

### August 14th, 2025 (v5.33.0)

* Feature: macOS hang upload support

### August 5th, 2025 (v5.32.4)

* Fix: Remove company apps page

### August 6th, 2025 (v5.32.5)

* Fix: Manual crash uploads

### July 17th, 2025 (v5.31.0)

* Feature: Test symbol server&#x20;

### July 16th, 2025 (v5.30.19)

* Fix:  Virtual scroll jitter

### July 16th, 2025 (v5.30.18)

* Fix:  Summary table filtering

### June 17th, 2025 (v5.30.17)

* Fix: Virtual scroll bounce

### June 12th, 2025 (v5.30.16)

* Fix: Support response form validation

### June 12th, 2025 (v5.30.15)

* Fix: Add support response link to summary table

### June 12th, 2025 (v5.30.14)

* Fix: Switching databases

### June 11th, 2025 (v5.30.13)

* Fix: Load cached apps and versions at init

### June 9th, 2025 (v5.30.12)

* Fix: Navigation redirect for paths with fragments

### June 9th, 2025 (v5.30.11)

* Fix: `toISOString(136:83)` crash report error

### June 9th, 2025 (v5.30.10)

* Fix: Flakey tests

### June 8th, 2025 (v5.30.9)

* Fix: Back button should change database

### May 30th, 2025 (v5.30.8)

* Fix: Back button set database

### **May 21st, 2025 (v5.30.7)**

* Fix: ensure undefined selection does not change column

### **May 19th, 2025 (v5.30.6)**

* Fix: set database via query param

### **May 16th, 2025 (v5.30.5)**

* Fix: playstation hint text

### **May 15th, 2025 (v5.30.4)**

* Fix: remove individual defect

### **May 15th, 2025 (v5.30.4)**

* Fix: remove individual defect

### **May 14th, 2025 (v5.30.3)**

* Fix: remove common symbol library

### **May 14th, 2025 (v5.30.2)**

* Fix: query param collisions

### **May 12th, 2025 (v18.0.1)**

* Fix: security fixes
* Fix: support standalone components

### **May 9th, 2025 (v5.30.1)**

* Fix: tech response default stackKeyId

### **May 7th, 2025 (v5.30.0)**

* Feature: specify global time filter via query params

### **May 7th, 2025 (v10.1.8)**

* Chore: update README.md
* Fix: better error for invalid pdb

### **April 30th, 2025 (v5.29.2)**

* Fix: View all symbols buttons

### April 28th, 2025 (v5.29.1)

* Fix: Dashboard status refresh

### April 22nd, 2025 (v5.29.0)

* Feature: Search all symbols

### **March 31st, 2025 (v5.28.2)**

* Fix: Update support response logo

### **March 27th, 2025 (v5.28.1)**

* Fix: Remove stack limit

### **March 27th, 2025 (v5.28.0)**

* Fix: Stack group notes

### **March 26th, 2025 (v5.27.2)**

* Fix: Support ips preview

### **March 20th, 2025 (v5.27.1)**

* Fix: Support response tweaks

### **March 19th, 2025 (v5.27.0)**

* Feature: Support response preview

### **March 19th, 2025 (v5.26.2)**

* Fix: Company database columns

### **March 18th, 2025 (v5.26.1)**

* Fix: Remove slow api call from initialization
* Fix: Create defect threshold help text

### **March 13th, 2025 (v5.26.0)**

* Horizontal scroll for crashes and summary tables
* Fix: Create defect threshold help text
* Fix: Create defect threshold help text

### **March 12th, 2025 (v5.25.0)**

* Admin Feature Add

### **March 5th, 2025 (v5.24.5)**

* Column filters shouldn't get blocked

### **March 5th, 2025 (v5.24.4)**

* Remove Google Analytics

### **February 27th, 2025 (v5.24.3)**

* Timestamp for assign events

### **February 20th, 2025 (v5.24.2)**

* Remove group count from search

### **February 20th, 2025 (v5.24.2)**

* Remove group count from search

### **February 19th, 2025 (v5.24.1)**

* Double scroll bars on Windows

### February 19th, 2025 (v5.24.1)

* Double scroll bars on windows

### February 18th, 2025 (v5.24.0)

* Edit column filters

### February 17th, 2025 (v5.23.9)

* Fix for dropdown opening slow

### February 14th, 2025 (v5.23.8)

* http error messages

### February 12th, 2025 (v5.23.7)

* Restricted menu not shown

### February 6th, 2025 (v5.23.6)

* Ng-bootstrap imports

### February 4th, 2025 (v5.23.5)

* Delete database text

### January 30th, 2025 (v5.23.4)

* Don't show error after database creation

### January 30th, 2025 (v5.23.3)

* Locked out user's can't transfer database

### January 22nd, 2025 (v5.23.2)

* Debugger output link

### January 22nd, 2025 (v5.23.1)

* Add unreal mac to platforms

### January 14th, 2025 (v5.23.0)

* Regression Alerts

### January 9th, 2025 (v5.22.6)

* Bug Fixes: threads tab id

### January 7th, 2025 (v5.22.5)

* Bug Fixes: Group from crashes row pulldown

### January 4th, 2025 (v5.22.4)

* Rename keycrash to group

### January 3rd, 2025 (v5.22.3)

* Fixed double periods in lockout pop up

### December 18th, 2024 (v5.22.2)

* Fixed attachments missing in row details

### December 17th, 2024 (v5.22.1)

* Limited attachment downloads to 100 MB

### December 12th, 2024 (v5.22.0)

* Added symbol server username and password

### December 12th, 2024 (v5.21.7)

* Improved versions retired and full dumps search

### December 2nd, 2024 (v5.21.6)

* Added refresh requirement after adding a symbol server

### November 26th, 2024 (v5.21.5)

* Added column visibility persistence when changing users

### November 26th, 2024 (v5.21.4)

* Made Jira webhook secret optional

### November 22nd, 2024 (v5.21.3)

* Display null dates as empty

### November 20th, 2024 (v5.21.2)

* Added new database help text

### November 20th, 2024 (v5.21.1)

* Removed call to deprecated endpoint
* Fixed users export requireMFA undefined issue

### November 19th, 2024 (v5.21.0)

* Added Jira-sync functionality

### November 14th, 2024 (v5.20.3)

* Improved status column alignment

### November 12th, 2024 (v5.20.2)

* Added support for dashes in first database component

### November 11th, 2024 (v5.20.1)

* Added support for dashes in database names

### November 6th, 2024 (v5.20.0)

* Added Crash Status feature

### November 4th, 2024 (v5.19.2)

* Fixed paginated table text in dark mode

### October 23rd, 2024 (v5.19.1)

* Added row details feature

### October 23rd, 2024 (v5.19.0)

* Added ability to set custom date time formatting

### October 23rd, 2024 (v5.18.4)

* Fixed crash error page color in dark mode

### October 23rd, 2024 (v5.18.3)

* Adjusted settings menu width

### October 23rd, 2024 (v5.18.2)

* Updated dashboard chart colors

### October 22nd, 2024 (v5.18.1)

* Removed Assembla and Fogbugz

### October 22nd, 2024 (v5.18.0)

* Added Console User feature

### October 16th, 2024 (v5.17.0)

* Added Delete Crashes functionality

### October 11th, 2024 (v5.16.0)

* Added Favro support

### October 8th, 2024 (v5.15.2)

* Improvements for Console integrations

### October 8th, 2024 (v5.15.1)

* Additional improvements for Console integrations

### October 7th, 2024 (v5.15.0)

* Improved UX for long attributes

### October 1st, 2024 (v5.14.1)

* Added last sync timezone info

### September 30th, 2024 (v5.14.0)

* Added ignore file and ignore func group buttons

### September 23rd, 2024 (v5.13.1)

* Fixed test date mismatch

### September 23rd, 2024 (v5.13.0)

* Released consoles portal

### September 17th, 2024 (v5.12.0)

* Added dropdown tooltips for group, filter, and column visibility

### September 17th, 2024 (v5.11.5)

* Fixed various style issues

### September 15th, 2024 (v5.11.4)

* Added table footer

### September 11th, 2024 (v5.11.3)

* Updated to publish to new php8 bucket

### September 10th, 2024 (v5.11.2)

* Fixed style issues for light theme

### September 6th, 2024 (v5.11.1)

* Set to match system theme by default

### September 6th, 2024 (v5.11.0)

* Launched dark mode

### August 29th, 2024 (v5.10.2)

* Added handling for undefined attributes

### August 28th, 2024 (v5.10.1)

* Added parse crash attachments on client

### August 21st, 2024 (v5.10.0)

* Added support for hosted GitLab servers

### August 8th, 2024 (v5.9.0)

* Added GitLab support

### August 8th, 2024 (v5.8.2)

* Removed duplicate crash types

### August 6th, 2024 (v5.8.1)

* Added link to errors page

### August 5th, 2024 (v5.8.0)

* Added Monday.com support

### August 1st, 2024 (v5.7.3)

* Added switch docs to onboarding

### August 1st, 2024 (v5.7.2)

* Added Nintendo switch crash type

### July 30th, 2024 (v5.7.1)

* Made additional symbol servers Business Plan and above

### July 30th, 2024 (v5.7.0)

* Added copy crash details to clipboard

### July 30th, 2024 (v5.6.2)

* Added error display when showzipcontents fetch fails

### July 23rd, 2024 (v5.6.1)

* Removed PII Obfuscation from Team plan

### July 22nd, 2024 (v5.6.0)

* Added s3 symbol server options

### June 3rd, 2024 (v5.5.2)

* Added polyfill for randomUUID

### May 30th, 2024 (v5.5.1)

* Added capture console logs for debugging

### May 22nd, 2024 (v5.5.0)

* Made column visibility searchable

### May 17th, 2024 (v5.4.1)

* Renamed type Unreal Linux to Unreal PCallStack

### May 16th, 2024 (v5.4.2)

* Updated symbol upload wording

### May 16th, 2024 (v5.4.0)

* Added support for prx and sprx symbol uploads

### May 15th, 2024 (v5.3.1)

* Fixed Stripe portal to not open in new tab

### May 10th, 2024 (v5.3.0)

* Added support for Jira severity

### May 3rd, 2024 (v5.2.4)

* Hidden extra attribute columns

### May 1st, 2024 (v5.2.3)

* Ran npm audit fix force

### April 29th, 2024 (v5.2.2)

* Added display for symbols last accessed and last modified

### April 20th, 2024 (v5.2.1)

* General bug fixes

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

* Added specify stack key format options

### April 19th, 2024 (v5.1.2)

* Fixed legacy user shouldn't see upgrade modal

### April 5th, 2024 (v5.1.0)

* Added attribute columns

### April 5th, 2024 (v5.1.1)

* Moved import to non-restricted route

### March 28th, 2024 (v5.0.0)

* Implemented 2024 pricing

### March 28th, 2024 (v4.15.0)

* Added SSO groups

### March 11th, 2024 (v4.14.12)

* Updated to use stackKey from CrashDetails

### March 8th, 2024 (v4.14.11)

* Fixed payment success link 404

### February 23rd, 2024 (v4.14.8)

* Added JavaScript to onboarding

### February 22nd, 2024 (v4.14.7)

* Removed app and database nags

### February 21st, 2024 (v4.14.6)

* Updated to open defect link in new tab

### February 13th, 2024 (v4.14.5)

* Fixed broken dump\_syms link in onboarding

### February 9th, 2024 (v4.14.4)

* Removed "SSO users are not included in this table"

### February 9th, 2024 (v4.14.3)

* Added .elf, .self symbol uploads

### February 2nd, 2024 (v4.14.2)

* Added Crash ID in crash page title
* Added tooltips for crashes and summary tables

### January 31st, 2024 (v4.14.1)

* Added tag for free plan users in Intercom

### January 31st, 2024 (v4.14.0)

* Added SSO integrations tab

### January 18th, 2024 (v4.13.0)

* Added sort column

### January 17th, 2024 (v4.12.1)

* Fixed users exceeded should not show for Enterprise

### January 10th, 2024 (v4.12.0)

* Added users upgrade nudge
* Added company MFA upgrade nudge
* Added custom group rules upgrade nudge
* Added PII obfuscation upgrade

### January 5th, 2024 (v4.11.0)

* Added notifications upgrade carrot

### January 3rd, 2024 (v4.10.2)

* Added link to integrations page

### December 20th, 2023 (v4.10.1)

* Added mobile column visibility

### December 18th, 2023 (v4.10.0)

* Added company users search

### December 12th, 2023 (v4.9.0)

* Added company MFA toggle

### December 11th, 2023 (v4.8.0)

* Added company usage page

### December 6th, 2023 (v4.7.0)

* Added unreal crc manual crash upload

### November 28th, 2023 (v4.6.0)

* Added upgrade nudge

### November 17th, 2023 (v4.5.1)

* Fixed redirect with correct database query param

### November 16th, 2023 (v4.5.0)

* Removed PII page

### November 13th, 2023 (v4.4.11)

* Added symbol upload script

### November 13th, 2023 (v4.4.10)

* Fixed build error

### November 13th, 2023 (v4.4.9)

* Removed legacy account page

### November 7th, 2023 (v4.4.8)

* Added crash details mobile page

### November 7th, 2023 (v4.4.7)

* Fixed: logout shouldn't trigger 401s

### November 2nd, 2023 (v4.4.6)

* Added manual breakpad symbol uploads

### October 26th, 2023 (v4.4.5)

* Updated password min length to 14 for new authenticator Cognito

### October 9th, 2023 (v4.4.4)

* Added title for rejecting repeated crashes

### October 9th, 2023 (v4.4.3)

* Fixed prevent redirect loop

### October 4th, 2023 (v4.4.2)

* Updated to show correct type for crashpad/breakpad crashes

### October 4th, 2023 (v4.4.1)

* Added close platform dropdown with outside click

### October 4th, 2023 (v4.4.0)

* Added auto group rule platform multi-select

### October 3rd, 2023 (v4.3.0)

* Added filtering of Auto Group rules

### October 3rd, 2023 (v4.2.3)

* Updated crash type 16 to display as Unreal Linux

### August 28th, 2023 (v4.2.2)

* Fixed navigating results in blank page

### August 18th, 2023 (v4.2.1)

* Improved logout functionality

### August 8th, 2023 (v4.1.0)

* Added change password feature

### August 7th, 2023 (v4.0.2)

* Updated sign-up background

### August 7th, 2023 (v4.0.1)

* Removed in-app password reset

### August 4th, 2023 (v4.0.0)

* Launched switching auth providers from auth0 to cognito
* Required password reset for all users

### June 25th, 2023 (v3.7.0)

* Updated auto-create issues

### June 25th, 2023 (v3.6.1)

* Added pie chart link for pending reports

### June 25th, 2023 (v3.6.0)

* Added multi-delete support for versions

### June 24th, 2023 (v3.5.0)

* Added defect tracker cards

### June 14th, 2023 (v3.4.0)

* Added storage usage on billing page
* Added show function args for xbox

### June 14th, 2023 (v3.3.4)

* Fixed arrow keys interrupting crash page selection

### June 14th, 2023 (v3.3.3)

* Added link to grouping route

### June 13th, 2023 (v3.3.2)

* Added restricted access to Auto-Group Rules

### June 13th, 2023 (v3.3.1)

* Improved specification of auto-group rules

### June 13th, 2023 (v3.3.0)

* Added grouping page loading wheel

### June 9th, 2023 (v3.2.4)

* Added batch reprocess support

### June 5th, 2023 (v3.1.4)

* Added safe set rowExpansions

### June 5th, 2023 (v3.1.3)

* Removed version id column

### June 5th, 2023 (v3.1.2)

* Fixed attachments cache invalidation

### May 23rd, 2023 (v3.1.1)

* Added support for macos legacy crash type

### May 23rd, 2023 (v3.1.0)

* Added expose crashType on crashes page

### May 22nd, 2023 (v3.0.3)

* Added updates for S3 Symbol Server

### May 5th, 2023 (v3.0.2)

* Updated stack explorer page text

### April 28th, 2023 (v3.0.1)

* Fixed donut chart null label

### April 28th, 2023 (v3.0.0)

* Updated column filters to filter by date and time
* Set default time frame to 7 days
* Removed group crashes and groups pages
* Added donut chart to dashboard
* Removed subKeyDepth column

### April 14th, 2023 (v2.29.4)

* Fixed: don't reset platform, property, or action
* Removed link to manual group page

### April 13th, 2023 (v2.29.3)

* Updated wording for auto group rules

### April 13th, 2023 (v2.29.2)

* Fixed group rules link navigation to grouping tab

### April 12th, 2023 (v2.29.1)

* Added no auto groups message

### April 12th, 2023 (v2.29.0)

* Added ignore frame group rule

### April 5th, 2023 (v2.28.0)

* Created grouping settings page

### March 30th, 2023

* Added thread name support for Windows crash reports

### March 28th, 2023 (v2.27.2)

* Added break-word CSS class

### March 27th, 2023 (v2.27.2)

* Fixed erroneous form submission for optional form control

### March 23rd, 2023 (v2.27.1)

* Fixed delete group query error

### March 23rd, 2023 (v2.27.0)

* Removed group by level

### March 17th, 2023 (v2.26.3)

* Updated auto group rule wording

### March 17th, 2023 (v2.26.2)

* Fixed arrow navigation for editable input elements

### March 17th, 2023 (v2.26.1)

* Added reprocessing

### March 10th, 2023 (v2.26.0)

* Added auto group settings

### March 9th, 2023 (v2.25.1)

* Added left/right arrow navigation to crash details page

### March 9th, 2023 (v2.25.0)

* Added crash details page fragments

### March 6th, 2023 (v2.24.5)

* Updated chart date labels

### March 6th, 2023 (v2.24.4)

* Changed environment.app to use dev mode

### March 6th, 2023 (v2.24.3)

* Fixed correct linux platform image

### March 3rd, 2023 (v2.24.2)

* Fixed Amsterdam time zone display

### March 2nd, 2023 (v2.24.1)

* Updated summary chart to show hourly data

### March 2nd, 2023 (v2.24.0)

* Added support for Azure DevOps fields AreaPath and IterationPath

### February 24th, 2023 (v2.23.2)

* Added Segment

### February 24th, 2023 (v2.23.1)

* Disabled Segment in development

### February 22nd, 2023 (v2.23.0)

* Added support for UTC time zone

### February 20th, 2023 (v2.22.1)

* Fixed time frame to display all crashes

### February 17th, 2023 (v2.22.0)

* Added time to date picker

### February 17th, 2023 (v2.21.3)

* Added empty state message for crash table on dashboard

### February 17th, 2023 (v2.21.2)

* Refactored alert item styles

### February 14th, 2023 (v2.21.1)

* Added Key Crash notes

### February 9th, 2023 (v2.21.0)

* Added Key Crash Export

### January 19th, 2023 (v2.19.1)

* Added Group By to Key Crash Page
* Added note for crash notifications

### January 17th, 2023 (v2.19.0)

* Moved toward new integrations page

### January 17th, 2023 (v2.18.8)

* Fixed crash in pretty-print pipe

### January 17th, 2023 (v2.18.7)

* Updated to open ip address locator in new tab

### January 13th, 2023 (v2.18.6)

* Updated no defect tracker link to point to issue tracker page

### January 12th, 2023 (v2.18.5)

* Improved non-configured defect tracker modal

### January 12th, 2023 (v2.18.4)

* Added downloads link to header navigation

### January 10th, 2023 (v2.18.3)

* Added preserve query params in feedback link

### January 9th, 2023 (v2.18.2)

* Updated to display stack key name in create defect modal

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


# JavaScript API Client

### **August 13, 2026 (v15.6.0)**

* Added authorize status reporting so rate limited logins are recognizable (#178)

### **August 7, 2026 (v15.5.1)**

* Fixed login to reject responses that carry no access token (#176)

### **August 3, 2026 (v15.5.0)**

* Added typed `BugSplatApiError` with status to surface upload failures (#174)

### July 27th, 2026 (v15.4.0)

* Feature: Added sharedSize to VersionsApiRow and VersionsColumn
* Bug Fix: Made sharedSize optional on VersionsApiResponseRow

### July 20th, 2026 (v15.3.0)

* Feature: Surfaced nUploaded metric fields on dashboard and versions responses (#170)

### July 13th, 2026 (v15.2.1)

* Bug Fix: Posted user feedback via the multipart /post/feedback/ endpoint (#171)

### June 8th, 2026 (v15.2.0)

* Feature: Surfaced 429 responses as a typed BugSplatRateLimitError (#168)

### May 5th, 2026 (v15.1.0)

* Feature: Pass debugguid through Module from crash details response (#165)

### April 1st, 2026 (v15.0.0)

* Feature: Add typed column parameters to QueryFilter, QueryFilterGroup, and TableDataRequest (#163)

### March 12th, 2026 (v9.0.0)

* Feature: User feedback reports (#74)

### March 9th, 2026 (v14.5.0)

* Feature: Add UserFeedback crash type and feedback submission helper (#162)

### March 4th, 2026 (v14.4.0)

* Feature: Add crash count fields to versions API client (#160)

### March 4th, 2026 (v14.4.0)

* Feature: Add crash count fields to versions API client (#160)

### March 2nd, 2026 (v14.3.1)

* Bug Fix: Add lastCrashTime to DashboardApiResponse (#159)

### February 27th, 2026 (v14.3.0)

* Feature: Add totalThrottled fields to DashboardApiResponse (#158)

### February 24th, 2026 (v14.2.0)

* Feature: Add DashboardApiClient for BFF endpoint (#157)

### February 6th, 2026 (v14.1.2)

* Bug Fix: Support nested group parentheses in QueryFilterGroup serializer (#156)

### January 6th, 2026 (v14.1.1)

• Bug Fix: Added URI encoding to versions endpoints (#154)

### December 3rd, 2025 (v14.1.0)

• Feature: Support for IN, IN\_NUMERIC, NOT\_IN, and NOT\_IN\_NUMERIC operators (#153)

### November 3rd, 2025 (v14.0.0)

• Breaking Change: Removed oauth2 scope (#151)

• Improves crash, summary, and version API error transparency

### September 12th, 2025 (v13.1.0)

• Feature: Crash details by group

### August 15th, 2025 (v13.0.1)

• Fix: Add ignored status for crash details

### July 16th, 2025 (v13.0.0)

* Migrated to Summary v2 endpoint
* **Breaking**: Time frame is now filtered by startDate and endDate instead of firstReport and lastReport

### June 9th, 2025 (v12.0.0)

* Fix: Update to new notes API
* Breaking: Moves `postNotes` from `crashesApiClient` to `crashApiClient`

### April 30th, 2025 (v11.1.0)

* Feature: Issue client

### April 3rd, 2025 (v11.0.0)

* Feat: Crash attributes
* BREAKING CHANGES: Removes md5, no longer used

### January 29th, 2025 (v10.0.0)

* Fix: Retire usage of uid in users endpoint

### December 17th, 2024 (v9.5.0)

* Added dumpfileSize to crash API

### November 18th, 2024 (v9.4.0)

* Added status events

### November 6th, 2024 (v9.3.1)

* Added support for numbers as query filter values

### November 4th, 2024 (v9.3.0)

* Added crash status support

### October 29th, 2024 (v9.2.1)

* Updated braces in the npm\_and\_yarn group

### October 16th, 2024 (v9.2.0)

* Added delete crashes functionality

### October 11th, 2024 (v9.1.0)

* Added Favro support

### September 27th, 2024 (v9.0.0)

* Deprecated old api/crash/data endpoint

### August 8th, 2024 (v8.6.0)

* Added GitLab defect tracker type

### August 5th, 2024 (v8.5.0)

* Added defect tracker type for Monday.com

### June 14th, 2024 (v8.4.2)

* Fixed: Can't find cancel issue

### June 14th, 2024 (v8.4.1)

* Fixed: Leaky symbol upload streams
* Added: Safe cancel upload stream

### May 15th, 2024 (v8.4.0)

* Improved hook for handling auth errors

### April 20th, 2024 (v8.3.2)

* Added handling for missing additional info

### April 4th, 2024 (v8.3.1)

* Added attributes support

### April 4th, 2024 (v8.3.0)

* Updated import paths

### March 28th, 2024 (v8.2.0)

* Added ssoGroups

### March 11th, 2024 (v8.1.3)

* Added stackKey to CrashDetails

### January 19th, 2024 (v8.1.2)

* Added Mac crashTypeId

### November 2nd, 2023 (v8.0.2)

* Fixed: don't treat zip files as windows symbols

### October 13th, 2023 (v8.0.1)

* Added gzip upload headers for symsrv

### October 9th, 2023 (v8.0.0)

* Added s3 symserv upload support
* BREAKING CHANGES: Dropped support for fs.ReadableStream (not browser-compatible)
  * Use ReadStream.toWeb(...) to convert to web-compatible ReadableStream

### August 7th, 2023 (v7.2.1)

* Updated symbol upload moduleName

### July 25th, 2023 (v7.2.0)

* Added delete versions functionality

### June 9th, 2023 (v7.1.0)

* Added batch reprocess support

### May 23rd, 2023 (v7.0.1)

* Fixed: parse crashTypeId as number

### May 23rd, 2023 (v7.0.0)

* Added crashTypeId to CrashesApiRow
* Removed deprecated key crash properties

### April 12th, 2023 (v6.1.0)

* Added processor field to crash upload

### March 28th, 2023 (v6.0.1)

* Fixed: should call oauth login with correct route

### February 9th, 2023 (v6.0.0)

* Renamed ApiDataFilter to QueryFilter
* BREAKING CHANGE: Renamed public type

### February 6th, 2023 (v5.0.0)

* Removed EventStream

### February 3rd, 2023 (v4.3.0)

* Updated KeyCrashPageData

### February 2nd, 2023 (v4.2.0)

* Added page data for crash and key crash

### January 9th, 2023 (v4.1.0)

* Added key crash client

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

* Added allow body reuse
* BREAKING CHANGES:
  * API client now returns Response instead of BugSplatResponse to allow cloning
  * BugSplatResponse json no longer returns type any

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


# Backend Services

## Backend Services Updates (2024)

### Service Incidents

#### December 12th, 2024 - AWS Cognito Incident

* Login issues occurred in US-EAST-1 region (6:30–8:30 PM MST)
* Impact:
  * Symbol uploads temporarily affected
  * Crash reporting continued functioning normally
  * AWS reported full recovery
  * Active monitoring throughout incident

### Authentication System Updates

#### January 2024

* Enhanced SSO features
  * Added SSO integrations tab
  * Improved enterprise user management
  * Enhanced MFA controls for company-wide settings

### Storage & Infrastructure Updates

#### October 2024

* Increased default crash post size limit from 20 MB to 50 MB
* Enhanced symbol server architecture
  * Added username/password authentication support
  * Improved version retirement system

#### September 2024

* Migrated to new php8 bucket
* Enhanced database query performance
* Improved storage optimization for crash attachments

### Integration System Updates

#### July 2024 - Slack Integration

* OAuth token refresh implemented
* Enhanced security measures
* Required reauthorization for continued functionality

#### February 2024

* Enhanced Symbol Server Integration
  * Added support for .elf and .self symbol uploads
  * Improved symsrv uploads for dSYMs

### Data Management Updates

#### May 2024

* Enhanced symbol server capabilities
  * Added support for prx and sprx formats
  * Improved handling of auth errors
  * Optimized symbol file searching

#### March 2024

* Improved data routing system
* Enhanced crash data processing
* Updated stackKey implementation in CrashDetails

### Authentication System Migration (August 4th, 2023)

* Migrated from Auth0 to AWS Cognito
* Required password reset for all users
* Google and GitHub login users unaffected
* Email notifications sent to all users with reset instructions

### Security Updates (April 11th, 2023)

* Discontinued support for TLS 1.0 and TLS 1.1 protocols
* Required upgrade of symbol upload utility (SendPdbs) to latest version
* Impact: Older versions of SendPdbs no longer supported

### System-Wide Updates (2023)

* Improved crash type detection and reporting
* Enhanced crash data handling for various platforms
* Better support for different crash report formats

### Service Infrastructure Updates

#### December 2023

* Implemented increased password security requirements
  * Minimum length: 14 characters for new Cognito authenticator

#### March 2023

* Added improved thread name support for Windows crash reports
* Enhanced crash reporting system to display thread names alongside Thread IDs

#### January 2023

* Legacy Systems Deprecation
  * Removed legacy account pages
  * Streamlined authentication workflows

### Data Storage Updates

#### June 2023

* Enhanced storage system
  * Added storage usage tracking on billing page
  * Improved attachments cache invalidation
  * Implemented new file handling system for crash reports

#### May 2023

* S3 Symbol Server Updates
  * Improved symbol storage architecture
  * Enhanced symbol retrieval system
  * Added support for increased file sizes

## Security Advisory Notices

### TLS Protocol Update (January 2023)

NOTICE: Update to the latest version of SendPDBs required before January 1st, 2023

* TLS 1.0 and 1.1 protocols deprecated
* SendPdbs v2.3.0.0 required for TLS 1.2 compatibility
* Older versions ceased functioning after January 1st, 2023
* Available on downloads page for immediate update

### Authentication Updates

* Implementation of enhanced security measures
* Movement toward standardized OAuth processes
* Improved token handling and session management

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


# Symbol Upload

### **August 13, 2026 (v11.0.0)**

* Removed username and password authentication (breaking change) (#211)
* Defaulted host to api.bugsplat.com (#214)
* Made the GitHub Action pinnable and self-versioning (#206)
* Fixed error output to print AggregateError causes from a failed fetch (#215)

### **August 12, 2026 (v10.5.3)**

* Fixed authentication to verify credentials before reporting success (#208)
* Fixed `login()` to report authentication failures instead of re-reading the body (#210)

### **August 12, 2026 (v10.5.4)**

* Fixed rate limited authentication to retry and report properly (#212)

### July 31st, 2026 (v10.5.2)

* Bug Fix: Exited cleanly so failures report a non-zero code (#207)
* Bug Fix: Skipped directories when globbing symbol files (#205)

### July 14th, 2026 (v10.5.1)

* Bug Fix: Treated bin files as ELF (#202)
* Bug Fix: Dropped a deprecated transitive glob by upgrading archiver to v8 (#200)

### June 10th, 2026 (v10.5.0)

* Feature: Added support for .nrs symbol files (#198)

### June 8th, 2026 (v10.4.0)

* Feature: Coordinated 429 backoff across upload workers (#195)

### April 9th, 2026 (v10.3.1)

* Bug Fix: Ignore missing dbgId for Unreal syms (#191)

### April 1st, 2026 (v10.3.0)

* Feature: Skip symbols with unparseable GUIDs, add portable PDB support (#189)

### November 6th, 2025 (v10.2.4)

• Bug Fix: Revert to CommonJS module format (#181)

### September 30th, 2025 (v10.2.2)

• Bug Fix: Nintendo Related Update (reach out to <support@bugsplat.com>) to learn more.

• Bug Fix: Improved error handling for symbol dump errors

### September 10th, 2025 (v10.2.2)

• Fix: Nintendo Related Update (reach out to <support@bugsplat.com>) to learn more.

• Fix: Handle dump sym errors

### August 20th, 2025 (v10.2.1)

• Chore: Convert to ESM

• Fix: Options -h and --help return exit code 1

• Fix: --localPath option deletes ./tmp folder after copy

### August 7th, 2025 (v10.2.0)

* Feature: Create local symsrv folder

### May 23rd, 2025 (v10.1.11)

* Fix: `dump_syms` fails due to incorrect path handling

### May 20th, 2025 (v10.1.10)

* Fix: sym file names

### May 16th, 2025 (v10.1.9)

* Fix: module name for dylib sym files

### May 7th, 2025 (v10.1.8)

* Chore: update README.md
* Fix: better error for invalid pdb

### January 23rd, 2025 (v10.1.7)

* Fixed: intel build

### January 2nd, 2025 (v10.1.5)

* Fixed: exFAT error

### November 26th, 2024 (v10.1.4)

* Fixed: npm audit

### October 1st, 2024 (v10.1.2)

* Fixed: Dylib uuid parsing

### September 12th, 2024 (v10.1.1)

* Fixed: node-dump-syms install step

### September 12th, 2024 (v10.1.0)

* Fixed: update action.yaml for dumpSyms support
* Fixed: can't upload dSYM files
* Added: allow nss uploads for Nintendo

### August 8th, 2024 (v10.0.1)

* Fixed: don't match folders when globbing symbols
* Fixed: build issues

### July 23rd, 2024 (v10.0.0)

* Updated: require node 22

### July 23rd, 2024 (v9.2.3)

* Fixed: symbol-upload-linux fails if tmp dir doesn't exist
* Fixed: remove incorrect must match text

### June 14th, 2024 (v9.1.1)

* Fixed: readable stream locked

### May 28th, 2024 (v9.1.0)

* Added stats to uploads

### May 21st, 2024 (v9.0.1)

* Fixed: add windows compatibility to GitHub Action
* Fixed: no such file or directory mkdir issues

### May 15th, 2024 (v9.0.0)

* Added support for prx and sprx
* Fixed: don't retry auth errors
* Fixed: enoent searching for symbol files

### April 16th, 2024 (v8.0.5)

* Fixed: sym file lookup

### April 13th, 2024 (v8.0.4)

* Fixed: include extension in windows module name

### April 13th, 2024 (v8.0.3)

* Fixed: remove file extensions from sym

### March 20th, 2024 (v8.0.2)

* Fixed: dsym temp file name

### March 20th, 2024 (v8.0.1)

* Added: dump\_syms
* Removed glob support

### February 29th, 2024 (v7.4.1)

* Fixed: elf guids

### February 29th, 2024 (v7.4.0)

* Added: uuids for ELF

### February 27th, 2024 (v7.3.1)

* Fixed: make action standalone
* Fixed: temporary directory for .gz files

### February 14th, 2024 (v7.3.0)

* Added: enable symsrv uploads for dSYMs

### February 9th, 2024 (v7.2.4)

* Fixed: global install can't find package.json

### February 9th, 2024 (v7.2.3)

* Fixed: missing package.json

### February 8th, 2024 (v7.2.2)

* Added: GitHub action blurb
* Added: recursive search example
* Fixed: add version info to help

### January 8th, 2024 (v7.2.1)

* Fixed: source map uploads

## Symbol Upload Tools Updates (2023)

### October 30th, 2023 (v7.2.0)

* Added: release package as a library

### October 19th, 2023 (v7.1.0)

* Fixed: module name with spaces in sym file
* Added: upload sym files to symsrv

### October 18th, 2023 (v7.0.1)

* Fixed: don't double zip files

### October 13th, 2023 (v6.3.1)

* Fixed: unknown option messages too verbose

### October 13th, 2023 (v7.0.0)

* Added: compress on worker thread
* BREAKING CHANGE: Removed the --threads param (artifact from SendPdbs, not relevant due to Node.js I/O handling)

### October 9th, 2023 (v6.3.0)

* Added: s3 symsrv support

### October 2nd, 2023 (v6.2.3)

* Removed setup-node step from action
* Fixed: error ENOTEMPTY deleting tmp
* Fixed: retry failed symbol uploads

### September 21st, 2023 (v6.2.2)

* Added: reusable action
* Fixed: negative pdb guid
* Added: action snippet to readme

### September 21st, 2023 (v6.2.1)

* Fixed: crash when guid can't be parsed

### September 19th, 2023 (v6.2.0)

* Added support for parsing windows guids

### May 17th, 2023 - SendPdbs Major Update

Significant improvements to the BugSplat symbol upload utility:

* Removed size limitation on symbol stores
* Made symbols available to any crash report in database
* Simplified version number coordination
* Improved large symbol store handling
* Available for download at app.bugsplat.com/browse/download\_item.php?item=sendpdbs
* Included in Windows SDKs as drop-in replacement

### May 15th, 2023 (v6.1.3)

* Added support for files in nested directories

### May 15th, 2023 (v6.1.2)

* Added support for files larger than 2GB

### May 12th, 2023 (v6.1.1)

* Fixed: use correct temp dir

### May 5th, 2023 (v6.1.0)

* Added support for parallel uploads
* Added serialize zips to disk before uploading
* Added support for nested files with same name (index.js.map, bin/index.js.map)

### April 7th, 2023 (v6.0.1)

* Added upload support for .app and .dSYM files

### March 30th, 2023 (v6.0.0)

* Added support for binary build
* Updated documentation: fixed readme samples
* BREAKING CHANGE: requires node version 18 or later

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


# BugSplat for Windows (C++) SDK

### **August 4, 2026 (v8.1.0)**

* Added `BugSplat_IsWerEnabled` to the C API (#162)

### July 31st, 2026 (v8.0.0)

* Added a native Windows C++ SDK release hosting the v8.0.0 binaries, including headers, prebuilt x64 and ARM64 libraries (Debug and Release), BugSplatMonitor.exe, BugSplatRc.dll, BugSplatWer.dll, and the MyConsoleCrasher, MyCrasher, and MyWinUI3Crasher sample solutions

### June 3rd, 2026 (v7.3.0)

* Fix: crash uploads timing out at 30s + preserve and clean up crash report folders

### 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).
{% endhint %}


# Angular SDK

BugSplat-ng

### May 12th, 2025 (v18.0.1)

* Fix: security fixes
* Fix: support standalone components

### July 5th, 2024 (v18.0.0)

* Security updates
* Staying in sync with major Angular version

### November 13th, 2023 (v17.0.0)

* Added: use esbuild in my-angular-crasher

### November 9th, 2023 (v16.0.0)

* Added: update to Angular v17

### October 4th, 2023 (v15.0.4)

* Updated README images

### July 25th, 2023 (v15.0.3)

* Updated BugSplat dependency

### July 24th, 2023 (v15.0.2)

* Updated peerDependencies

### July 24th, 2023 (v15.0.1)

* Fixed: error serializing circular JSON

### March 6th, 2023 (v15.0.0)

* Updated to Angular v15

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


# .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).
{% endhint %}


# Node SDK

### November 27th, 2024 (v3.0.2)

* Fixed: add bugsplat as peerDependency

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


# Unity SDK

### May 22nd, 2026 (v4.1.0)

* Feature: ANR (Android) and hang detection (iOS) reporting

### May 22nd, 2026 (v4.0.1)

* Fix: app store and google play compatible sdks
* Feature: native macOS crash reporting via bugsplat-apple
* Fix: set android native crash attributes after init

### March 23rd, 2026 (v4.0.0)

* Feature: Add PostFeedback API for user feedback submission (#114)
* Bug Fix: Log truncation on Mac, Linux, WSA (#113)

### July 17th, 2025 (v3.2.1)

* Fix: README caret typo&#x20;
* Fix: Truncate large log files

### May 29th, 2025 (v3.2.0)

* Feature: Upload line number mappings

### May 19th, 2025 (v3.1.4)

* Fix: add Dictionary TryAdd extension for Unity 2021

### April 17th, 2025 (v3.1.3)

* Fix: Symbol uploads for non-android builds in Unity 6
* Fix: Windows build
* Chore: Download symbol-upload just-in-time

### March 14th, 2025 (v3.1.2)

* Fix: Crash loop prevention

### March 14th, 2025 (v3.1.1)

* Fix: Unregister logMessageReceived on destruction

### March 14th, 2025 (v3.1.0)

* Feature: Attributes

### April 16th, 2024 (v2.5.4)

* Improved android symbol uploads

### April 16th, 2024 (v2.5.3)

* Fixed: windows DotNetExceptionReporter build error

### March 6th, 2024 (v2.5.2)

* Fixed: Android symbols

### March 5th, 2024 (v2.5.1)

* Fixed: screenshots

### March 5th, 2024 (v2.5.0)

* Added: Android symbol uploads
* Fixed: ignore errors parsing guids

### January 27th, 2023 (v2.4.0)

* Added: iOS and Android native support
* Added: support for "Notes" field

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


# Unreal SDK

### May 18th, 2026 (v1.10.0)

* Feature: Add mobile hang reporting (Android ANR + iOS hang) (#140)

### April 8th, 2026 (v1.9.0)

* Feature: Add Blueprint-callable SetAttribute/RemoveAttribute (#138)

### March 27th, 2026 (v1.8.0)

* Feature: User feedback (#136)

### March 18th, 2026 (v4.0.0)

Feature: Update to bugsplat-windows v7 (#17)

### January 24th, 2026 (v1.7.0)

• Feature: Mobile updates (#133)

### August 26th, 2025 (v1.6.6) &#x20;

• Fix: Remove deprecated iOS APIs that fail App Store validation

### July 8th, 2025 (v1.6.5)

* Fix: UE5.6 Mac build

### April 29th, 2025 (v1.6.4)

* Fix: iOS crash on launch

### April 3rd, 2025 (v1.6.3)

* Fix: Require 5.3 for attributes

### April 3rd, 2025 (v1.6.2)

* Fix: Missing includes

### April 2nd, 2025 (v1.6.1)

* Fix: Require 5.2 for android/ios attributes

### March 7th, 2025 (v1.6.0)

* Feat: Android/ios attribute

### March 6th, 2025 (v1.5.0)

* MacOS and Linux symbol uploads

### March 5th, 2025 (v1.4.0)

* Gradle 8 support

### February 26th, 2025 (v1.3.6)

* Controller and keyboard support for demo
* Package for 5.5
* Update Android support

### July 9th, 2024 (v1.3.5)

* Updated symbol-upload to 9.2.3

### July 3rd, 2024 (v1.3.4)

* Fixed: remove experimental fetch warning

### June 14th, 2024 (v1.3.3)

* Fixed: symbol upload fails for large numbers of files

### May 8th, 2024 (v1.3.2)

* Updated: package for UE 5.4
* Fixed: ios build

### April 17th, 2024 (v1.3.1)

* Updated dump-syms
* Fixed: revert demo content for 5.0 compat
* Fixed: restore symbol-upload-windows

### January 25th, 2024 (v1.3.0)

* Fixed: local android dump-syms

## Unreal Engine SDK Updates

### October 19th, 2023 (v1.2.1)

* Fixed: optimize symbol uploads

### October 9th, 2023 (v1.2.0)

* Added: symsrv support for windows symbols

### October 4th, 2023 (v1.1.2)

* Fixed: proguard additions for the crashpad wrapper

### September 21st, 2023 (v1.1.1)

* Fixed: negative guid

### September 19th, 2023 (v1.1.0)

* Fixed: skip Win64 post build for Android
* Added: pdb guids for windows symbols

### September 12th, 2023 (v1.0.3)

* Added: crash sample via gamepad
* Fixed: '�@' command recognition issue

### September 7th, 2023 (v1.0.0)

* Fixed: UE4 build error
* Added: symbol uploads with spaces in paths

### September 6th, 2023 (v1.0.0)

* Added: Unreal Engine 5.3 support

### September 5th, 2023 (v1.0.0)

* Added: auto-update DataRouterUrl

### August 23rd, 2023 (v0.2.7)

* Fixed: upload platform symbols only
* Fixed: support spaces in app names

### August 23rd, 2023 (v0.2.6)

* Fixed: support Android Symbols > 2 GB

### August 9th, 2023 (v0.2.5)

* Added: android sym file generation

### July 5th, 2023 (v0.2.4)

* Added: plugins dir
* Removed: symbol uploads for Editor builds by default

### May 15th, 2023 (v0.2.3)

* Updated: replace sendpdbs with symbol-upload supporting files > 2GB

### May 12th, 2023 (v0.2.2)

* Added: Re-add SendPdbs for large Windows symbols

### February 2nd, 2023 (v1.0.0 - Xbox)

* Initial Xbox release
* Added: Include CHANGELOG.md in zip

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


# Java SDK

#### April 24th, 2023 (v0.0.0)

* Initial release of Java SDK

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


# macOS SDK

#### October 21st, 2023 (v1.1.5)

* Updated deployment target to 10.13

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


# Xbox GDK

box GDK changelogs are restricted to authorized Microsoft Xbox developers. To gain access, follow our documentation for [Xbox](https://docs.bugsplat.com/introduction/getting-started/integrations/game-development/xbox) integration setup.&#x20;

Existing partners can view changelogs at [app.bugsplat.com/v2/database/integrations](https://app.bugsplat.com/v2/database/integrations?).&#x20;

Questions? Contact [support@bugsplat.com.](mailto:support@bugsplat.com)


# PlayStation SDK

PlayStation SDK changelogs are restricted to licensed PlayStation developers. To gain access, follow our documentation for [PlayStation](https://docs.bugsplat.com/introduction/getting-started/integrations/game-development/playstation) integration setup.&#x20;

Existing partners can view changelogs at [app.bugsplat.com/v2/database/integrations](https://app.bugsplat.com/v2/database/integrations?).&#x20;

Questions? Contact [support@bugsplat.com.](mailto:support@bugsplat.com)


# React SDK

### April 17th, 2026 (v2.0.0)

* Feature: useFeedback hook for user feedback submission (#17)


# JS SDK

### March 1st, 2026 (v8.0.2)

* Bug Fix: Allow alternative BugSplat endpoints (#73)

### April 29th, 2025 (v8.0.1)

* Chore: Update README images

### April 29th, 2025 (v8.0.0)

* Feature: Use native fetch (breaking change)

### February 2nd, 2025 (v7.1.1)

* Fix: Bump `node-fetch` from 2.6.1 to 2.6.7
* Feature: Add types for server response

### February 2nd, 2025 (v7.1.0)

* Feature: Add `FormDataParam` option
* Feature: Make database, application, version public for bugsplat-ng

### June 17th, 2024 (v7.0.2)

* Fix: Build and publishing issues

### June 17th, 2024 (v7.0.1)

* Fix: Safari and Firefox Errors missing `Error: message`

### December 28th, 2023 (v7.0.0)

* Feature: Add ESM support
* Feature: Add Deno support
* Feature: Convert project to TypeScript

### April 11th, 2023 (v3.0.0)

* Feature: Add `bugsplat.postAndExit`
* Feature: Allow per-call overrides for `appKey`, `user`, `email`, `description`
* Feature: Per-invocation callback support
* Breaking: Replace `setX` functions with `setDefaultX` equivalents
* Breaking: Remove `setCallback` function
* Other: Improved unit testing


# Service Notices

{% hint style="success" %}

#### Uptime Monitoring Transition — October 21, 2025

We’ve completed our move from Pingdom to Instatus for system status updates.

This transition makes it easier for us to communicate about incidents, maintenance, and uptime in real time.<br>

🔗 New Status Page: [status.bugsplat.com](https://status.bugsplat.com)

📈 Historical Uptime Reports: [ping.bugsplat.com](http://ping.bugsplat.com)

All future status updates will appear on our new Instatus page.&#x20;
{% endhint %}

### October 20th, 2025 – AWS us-east-1 Health Event &#x20;

Intermittent slowdowns and errors due to AWS outage; backlog processing on recovery.

* (7:30 AM MST) Noted elevated error rates and latency tied to AWS us-east-1 event &#x20;
* (3:30 PM MST) Systems stable; crash report processing resumed and backlog clearing &#x20;
  * Processing times  normalized as queues drain&#x20;
  * Queued crashes retained and processed&#x20;
  * Monitoring and alerts validated throughout the incident &#x20;

Contact <support@bugsplat.com> with questions or concerns

### July 18th, 2025 – Amazon RDS Upgrade Incident

Unexpected downtime due to failed RDS upgrade (4:00–6:00 AM EST)

* Crash reporting and dashboard access may have been impacted
* Issue fully resolved by 6:00 AM EST
* Reviewing upgrade and monitoring procedures to prevent recurrence
* BugSplat team responded and resolved promptly
* Contact <support@bugsplat.com> with questions

### December 12th, 2024 - AWS Cognito Incident

Login issues occurred in US-EAST-1 region (6:30–8:30 PM MST)

* Symbol uploads were briefly affected
* Crash reporting continued normally
* AWS reports recovery
* BugSplat team monitored situation closely
* Contact <support@bugsplat.com> with questions

### July 17th, 2024 - Slack Integration Update

BugSplat Slack application's OAuth token refresh

* Reauthorization needed for Slack notification integration users
* Contact <support@bugsplat.com> for assistance

## Infrastructure Updates

### October 4th, 2024

* Increased default crash post size limit from 20 MB to 50 MB

### August 4th, 2023 - Authentication System Migration

System-wide password reset implementation

* All BugSplat users required to reset account passwords
* Reset links sent via email
* Google and GitHub authentication users unaffected
* New password reset process implemented

### SendPdbs Major Update (May 17th, 2023)

* Removed size limitation on symbol stores
* Made symbols available to any crash report in database
* Simplified version number coordination
* Improved large symbol store handling

### April 11th, 2023 - TLS Protocol Update

Security protocol deprecation

* Discontinued support for TLS 1.0 and TLS 1.1 protocols
* Required upgrade of SendPdbs utility to latest version

### January 1st, 2023 - SendPdbs Security Update

Version compatibility deadline

* All SendPdbs versions prior to v2.3.0.0 ceased functioning
* Required upgrade to support TLS 1.2
* Symbol upload functionality affected for outdated versions
* New version available on downloads page

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


# Infrastructure Updates

### October 4th, 2024

* Increased default crash post size limit from 20 MB to 50 MB

### September 11th, 2024

* Updated to publish to new php8 bucket

### May 15th, 2024

* Enhanced authentication error handling
* Improved symbol file search system

### March 28th, 2024

* Updated stackKey implementation in CrashDetails

### September 2023

* Improved attachments cache system
* Enhanced database query performance

### May 2023

* Added S3 Symbol Server support
* Enhanced symbol retrieval system

### March 2023

* Added improved thread name support for crash reports
* Enhanced crash data processing
* Improved Windows crash report display system

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


# Node MiniDump Stackwalk

#### May 18th, 2023 (v1.0.0)

* Added initial release of node-minidump-stackwalk


# Source Mapper

#### November 13th, 2023 (v2.0.0)

* Fixed: update packages
* BREAKING CHANGE: renamed to source-mapper


# Changelog

### Current Changelog

{% content-ref url="/pages/kfIHQe3O9TaGK2GxnHCo" %}
[Monthly Digests](/welcome-to-our-changelog/monthly-digests)
{% endcontent-ref %}

### Archived Changelogs

{% content-ref url="/pages/wt0u441CcIOA5EcozkdL" %}
[Archive 2024](/changelog/archive-2024)
{% endcontent-ref %}

{% content-ref url="/pages/Pp6fXUMj8GTyquadkQwQ" %}
[Archive 2023](/changelog/archive-2023)
{% endcontent-ref %}

{% content-ref url="/pages/ejPABjiGo2EZ1NWzH6HC" %}
[Archive 2022](/changelog/archive-2022)
{% endcontent-ref %}

{% content-ref url="/pages/7EB2jCKnnPUUAhsFZAXk" %}
[Archive 2021](/changelog/archive-2021)
{% endcontent-ref %}

{% content-ref url="/pages/IpnEveFklknduL83Xinj" %}
[Archive 2020](/changelog/archive-2020)
{% endcontent-ref %}

{% content-ref url="/pages/9R0oItVPsVY0382mCRgo" %}
[Archive 2019](/changelog/archive-2019)
{% endcontent-ref %}

{% content-ref url="/pages/qyfjPz9Wbo3k38l3igUC" %}
[Archive 2015-2018](/changelog/archive-2015-2018)
{% endcontent-ref %}


# Archive 2024

### Web App Update - January 4th, 2025 <a href="#web-app-update-january-4th-2025" id="web-app-update-january-4th-2025"></a>

**Release - v5.22.4**

* Rename keycrash to group

### Web App Update - January 3rd, 2025 <a href="#web-app-update-january-3rd-2025" id="web-app-update-january-3rd-2025"></a>

**Release - v5.22.3**

* Duble periods in lockout pop up

### Symbol Upload - January 2nd, 2025 <a href="#symbol-upload-january-2nd-2025" id="symbol-upload-january-2nd-2025"></a>

**Release - v10.1.5**

* Fix: exFAT error

### Web App Update - December 18th, 2024 <a href="#web-app-update-december-18th-2024" id="web-app-update-december-18th-2024"></a>

**Release - v5.22.2**

* Attachments missing in row details

### Web App Update - December 17th, 2024 <a href="#web-app-update-december-17th-2024" id="web-app-update-december-17th-2024"></a>

**Release - v5.22.1**

* Limit attachment downloads to 100 MB

### JS API Client - December 17th, 2024 <a href="#js-api-client-december-17th-2024" id="js-api-client-december-17th-2024"></a>

**Release - v9.5.0**

* Add dumpfileSize to crash API

### Web App Update - December 12th, 2024 <a href="#web-app-update-december-12th-2024" id="web-app-update-december-12th-2024"></a>

**Release - v5.22.0**

* Symbol server username and password

**Release - v5.21.7**

* Improved versions retired and full dumps search

Some users experienced login issues this evening (Thursday, Dec 12 2024) due to an AWS Cognito incident in the US-EAST-1 region (6:30–8:30 PM MST).

Symbol uploads were also briefly affected, but crash reporting continued normally. AWS reports recovery, and we’re monitoring it closely.

Please feel free to reach out to us at <support@bugsplat.com> with any questions.

Thanks for your patience!

### Web App Update - December 2nd, 2024 <a href="#web-app-update-december-2nd-2024" id="web-app-update-december-2nd-2024"></a>

**Release - v5.21.6**

* After adding a symbol server, you must refresh to add another

### BugSplat Node - November 27th, 2024 <a href="#bugsplat-node-november-27th-2024" id="bugsplat-node-november-27th-2024"></a>

**Release - v3.0.2**

* Fix: add bugsplat as peerDependency

### Symbol Upload - November 26th, 2024 <a href="#symbol-upload-november-26th-2024" id="symbol-upload-november-26th-2024"></a>

**Release - v10.1.4**

* Fix: npm audit

### Web App Update - November 26th, 2024 <a href="#web-app-update-november-26th-2024" id="web-app-update-november-26th-2024"></a>

**Release - v5.21.5**

* Column visibility persistence when changing users

**Release - v5.21.4**

* Make jira webhook secret optional

### Web App Update - November 22nd, 2024 <a href="#web-app-update-november-22nd-2024" id="web-app-update-november-22nd-2024"></a>

**Release - v5.21.3**

* Display null dates as empty

### Web App Update - November 20th, 2024 <a href="#web-app-update-november-20th-2024" id="web-app-update-november-20th-2024"></a>

**Release - v5.21.2**

* New database help text

**Release - v5.21.1**

* Remove call to deprecated endpoint
* Users export requireMFA is undefined

### Web App Update - November 19th, 2024 <a href="#web-app-update-november-19th-2024" id="web-app-update-november-19th-2024"></a>

**Release - v5.21.0**

* Jira-sync

### JS API Client - November 18th, 2024 <a href="#js-api-client-november-18th-2024" id="js-api-client-november-18th-2024"></a>

**Release - v9.4.0**

* Add status events

### Web App Update - November 14th, 2024 <a href="#web-app-update-november-14th-2024" id="web-app-update-november-14th-2024"></a>

**Release - v5.20.3**

* Status column alignment

### Web App Update - November 12th, 2024 <a href="#web-app-update-november-12th-2024" id="web-app-update-november-12th-2024"></a>

**Release - v5.20.2**

* Support dashes in first database component

### Web App Update - November 11th, 2024 <a href="#web-app-update-november-11th-2024" id="web-app-update-november-11th-2024"></a>

**Release - v5.20.1**

* Support dashes in database names

### JS API Client - November 6th, 2024 <a href="#js-api-client-november-6th-2024" id="js-api-client-november-6th-2024"></a>

**Release - v9.3.1**

* Allow numbers as query filter values

### Web App Update - November 6th, 2024 <a href="#web-app-update-november-6th-2024" id="web-app-update-november-6th-2024"></a>

**Release - v5.20.0**

* Crash Status

### JS API Client - November 4th, 2024 <a href="#js-api-client-november-4th-2024" id="js-api-client-november-4th-2024"></a>

**Release - v9.3.0**

* Crash status

### Web App Update - November 4th, 2024 <a href="#web-app-update-november-4th-2024" id="web-app-update-november-4th-2024"></a>

**Release - v5.19.2**

* Paginated table text in dark mode

### JS API Client - October 29th, 2024 <a href="#js-api-client-october-29th-2024" id="js-api-client-october-29th-2024"></a>

**Release - v9.2.1**

* Bump braces in the npm\_and\_yarn group across 1 directory

### SDKs Update - October 28th, 2024 <a href="#sdks-update-october-28th-2024" id="sdks-update-october-28th-2024"></a>

**Release - v6.0.3**

* Fix: malformed attributes xml
* Chore: add Any CPU to MyDotNetCrasher
* Fix: escape special chars in json attributes

### Web App Update - October 23rd, 2024 <a href="#web-app-update-october-23rd-2024" id="web-app-update-october-23rd-2024"></a>

**Release - v5.19.1**

* Row details

**Release - v5.19.0**

* Set custom date time formatting

**Release - v5.18.4**

* Crash error page color in dark mode

**Release - v5.18.3**

* Settings menu width

### Web App Update - October 23rd, 2024 <a href="#web-app-update-october-23rd-2024-1" id="web-app-update-october-23rd-2024-1"></a>

**Release - v5.18.2**

* Dashboard chart colors

### SDKs Update - October 23rd, 2024 <a href="#sdks-update-october-23rd-2024" id="sdks-update-october-23rd-2024"></a>

**Release - v6.0.2**

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

### Web App Update - October 22nd, 2024 <a href="#web-app-update-october-22nd-2024" id="web-app-update-october-22nd-2024"></a>

**Release - v5.18.1**

* Remove Assembla and Fogbugz

**Release - v5.18.0**

* Add Console User

### Web App Update - October 16th, 2024 <a href="#web-app-update-october-16th-2024" id="web-app-update-october-16th-2024"></a>

**Release - v5.17.0**

* Delete Crashes

### JS API Client - October 16th, 2024 <a href="#js-api-client-october-16th-2024" id="js-api-client-october-16th-2024"></a>

**Release - v9.2.0**

* Delete crashes

### Web App Update - October 11th, 2024 <a href="#web-app-update-october-11th-2024" id="web-app-update-october-11th-2024"></a>

**Release - v5.16.0**

* Favro support

### JS API Client - October 11th, 2024 <a href="#js-api-client-october-11th-2024" id="js-api-client-october-11th-2024"></a>

**Release - v9.1.0**

* Add Favro support

### Web App Update - October 8th, 2024 <a href="#web-app-update-october-8th-2024" id="web-app-update-october-8th-2024"></a>

**Release - v5.15.2**

* Improvements for Console integrations. See SDK-specific updates in release downloads.

**Release - v5.15.1**

* Improvements for Console integrations. See SDK-specific updates in release downloads.

### Web App Update - October 7th, 2024 <a href="#web-app-update-october-7th-2024" id="web-app-update-october-7th-2024"></a>

**Release - v5.15.0**

* Improved UX for long attributes

### SDKs Update - October 4th, 2024 <a href="#sdks-update-october-4th-2024" id="sdks-update-october-4th-2024"></a>

* Increase default crash post size limit from 20 MB to 50 MB

### SDKs Update - October 2nd, 2024 <a href="#sdks-update-october-2nd-2024" id="sdks-update-october-2nd-2024"></a>

**Release - v6.0.1**

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

**Release - v6.0.0**

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

**Release - v5.3.0**

* Support for ARM64

### Web App Update - October 1st, 2024 <a href="#web-app-update-october-1st-2024" id="web-app-update-october-1st-2024"></a>

**Release - v5.14.1**

* Last sync timezone info

### Symbol Upload - October 1st, 2024 <a href="#symbol-upload-october-1st-2024" id="symbol-upload-october-1st-2024"></a>

**Release - v10.1.2**

Fix: Dylib uuid parsing

### .NET Standard Update - September 30th, 2024 <a href="#net-standard-update-september-30th-2024" id="net-standard-update-september-30th-2024"></a>

**Release - v4.2.0**

* Fix: Allow AdditionalFormDataFiles for minidump/xml posts
* Feat: Attributes

### Web App Update - September 30th, 2024 <a href="#web-app-update-september-30th-2024" id="web-app-update-september-30th-2024"></a>

**Release - v5.14.0**

* Ignore file and ignore func group buttons

### Web App Update - September 23rd, 2024 <a href="#web-app-update-september-23rd-2024" id="web-app-update-september-23rd-2024"></a>

**Release - v5.13.1**

* Test date mismatch

**Release - v5.13.0**

* Release of consoles portal

### .NET Standard Update - September 19th, 2024 <a href="#net-standard-update-september-19th-2024" id="net-standard-update-september-19th-2024"></a>

**Release - v4.1.0**

* Fix: don't lock attachment while reading
* Feat: add CrashDetailsApiClien

### Web App Update - September 17th, 2024 <a href="#web-app-update-september-17th-2024" id="web-app-update-september-17th-2024"></a>

**Release - v5.12.0**

* Dropdown tooltips for group, filter, and column visibility

**Release - v5.11.5**

* Style issues fix

### .NET Standard Update - September 16th, 2024 <a href="#net-standard-update-september-16th-2024" id="net-standard-update-september-16th-2024"></a>

**Release - v4.0.3**

* Fix: handle locked attachments

### Web App Update - September 15th, 2024 <a href="#web-app-update-september-15th-2024" id="web-app-update-september-15th-2024"></a>

**Release - v5.11.4**

* table footer

### Symbol Upload - September 12th, 2024 <a href="#symbol-upload-september-12th-2024" id="symbol-upload-september-12th-2024"></a>

**Release - v10.1.1**

Fix: node-dump-syms install step

**Release - v10.1.0**

* Fix: update action.yaml for dumpSyms support
* Fix: can't upload dSYM files
* Feat: allow nss uploads for Nintendo

### Web App Update - September 11th, 2024 <a href="#web-app-update-september-11th-2024" id="web-app-update-september-11th-2024"></a>

**Release - v5.11.3**

* Publish to new php8 bucket

### Web App Update - September 10th, 2024 <a href="#web-app-update-september-10th-2024" id="web-app-update-september-10th-2024"></a>

**Release - v5.11.2**

* Style fixes for light theme

### Web App Update - September 6th, 2024 <a href="#web-app-update-september-6th-2024" id="web-app-update-september-6th-2024"></a>

**Release - v5.11.1**

* Match system theme by default

**Release - v5.11.0**

* Dark mode goes live!

### Web App Update - August 29th, 2024 <a href="#web-app-update-august-29th-2024" id="web-app-update-august-29th-2024"></a>

**Release - v5.10.2**

* Handle undefined attributes

### Web App Update - August 28th, 2024 <a href="#web-app-update-august-28th-2024" id="web-app-update-august-28th-2024"></a>

**Release - v5.10.1**

* Parse crash attachments on client

### JS API Client -August 27th, 2024 <a href="#js-api-client-august-27th-2024" id="js-api-client-august-27th-2024"></a>

**Release - v9.0.0**

* Deprecate old api/crash/data endpoint

### Web App Update - August 21st, 2024 <a href="#web-app-update-august-21st-2024" id="web-app-update-august-21st-2024"></a>

**Release - v5.10.0**

* support for hosted GitLab servers

### Web App Update - August 8th, 2024 <a href="#web-app-update-august-8th-2024" id="web-app-update-august-8th-2024"></a>

**Release - v5.9.0**

* GitLab support

### Symbol Upload - August 8th, 2024 <a href="#symbol-upload-august-8th-2024" id="symbol-upload-august-8th-2024"></a>

**Release - v10.0.1**

* Fix: don't match folders when globbing symbols
* Chore: fix build

### Web App Update - August 8th, 2024 <a href="#web-app-update-august-8th-2024-1" id="web-app-update-august-8th-2024-1"></a>

**Release - v5.8.2**

* Remove duplicate crash types

### JS API Client -August 8th, 2024 <a href="#js-api-client-august-8th-2024" id="js-api-client-august-8th-2024"></a>

**Release - v8.6.0**

* Add GitLab defect tracker type

### Web App Update - August 6th, 2024 <a href="#web-app-update-august-6th-2024" id="web-app-update-august-6th-2024"></a>

**Release - v5.8.1**

* Add link to errors page

### JS API Client -August 5th, 2024 <a href="#js-api-client-august-5th-2024" id="js-api-client-august-5th-2024"></a>

**Release - v8.5.0**

* Defect tracker type for [monday.com](http://monday.com/)

### Web App Update - August 5th, 2024 <a href="#web-app-update-august-5th-2024" id="web-app-update-august-5th-2024"></a>

**Release - v5.8.0**

* [Monday.com](http://monday.com/) support

### Web App Update - August 1st, 2024 <a href="#web-app-update-august-1st-2024" id="web-app-update-august-1st-2024"></a>

**Release - v5.7.3**

* add switch docs to onboarding

**Release - v5.7.2**

* Nintendo switch crash type

### Web App Update - July 30th, 2024 <a href="#web-app-update-july-30th-2024" id="web-app-update-july-30th-2024"></a>

**Release - v5.7.1**

* Make additional symbol servers Business Plan and above

**Release - v5.7.0**

* Copy crash details to clipboard

**Release - v5.6.2**

* Show error when showzipcontents fetch fails

### Web App Update - July 23rd, 2024 <a href="#web-app-update-july-23rd-2024" id="web-app-update-july-23rd-2024"></a>

**Release - v5.6.1**

* Team plan should not see PII Obfuscation

### Symbol Upload - July 23rd, 2024 <a href="#symbol-upload-july-23rd-2024" id="symbol-upload-july-23rd-2024"></a>

**Release - v10.0.0**

* Chore: require node 22

**Release - v9.2.3**

* Fix: symbol-upload-linux fails if tmp dir doesn't exist
* Fix: remove incorrect must match text

### Web App Update - July 22nd, 2024 <a href="#web-app-update-july-22nd-2024" id="web-app-update-july-22nd-2024"></a>

**Release - v5.6.0**

* Add s3 symbol server options

**ATTENTION USERS OF BUGSPLAT'S** [**SLACK INTEGRATION**](https://docs.bugsplat.com/introduction/development/integrating-with-tools/messanger-apps/slack#integrating-slack-with-bugsplat-docs)

As part of our ongoing security work at BugSplat, we refreshed our Slack application's OAuth token on the morning of 17-July-2024.

If you use our [Slack notification integration](https://docs.bugsplat.com/introduction/development/integrating-with-tools/messanger-apps/slack#integrating-slack-with-bugsplat-docs), someone on your team may need to reauthorize it to ensure its continuing functionality.

Please feel free to contact <support@bugsplat.com> if you need more help.

Very best,

[![](https://changelog.bugsplat.com/~gitbook/image?url=https%3A%2F%2Fdownloads.intercomcdn.com%2Fi%2Fo%2F1116483060%2F467bce4a9b8b2d564f60aaea%2Fbugsplat-team-signature.png%3Fexpires%3D1721228400%26signature%3D8d98ee6172f27aa416044ad496ef2bd650febb7decee6b550532f5fccaac8656\&width=300\&dpr=4\&quality=100\&sign=db9011ce\&sv=2)](https://downloads.intercomcdn.com/i/o/1116483060/467bce4a9b8b2d564f60aaea/bugsplat-team-signature.png?expires=1721228400\&signature=8d98ee6172f27aa416044ad496ef2bd650febb7decee6b550532f5fccaac8656)

### BugSplat Unreal - July 9rd, 2024 <a href="#bugsplat-unreal-july-9rd-2024" id="bugsplat-unreal-july-9rd-2024"></a>

**Release - v1.3.5**

* Chore: update symbol-upload to 9.2.3

### BugSplat-ng - July 5rd, 2024 <a href="#bugsplat-ng-july-5rd-2024" id="bugsplat-ng-july-5rd-2024"></a>

**Release - v18.0.0**

* Security updates
* Staying in sync with major Angular version

### BugSplat Unreal - July 3rd, 2024 <a href="#bugsplat-unreal-july-3rd-2024" id="bugsplat-unreal-july-3rd-2024"></a>

**Release - v1.3.4**

* Fix: remove experimental fetch warning

### Symbol Upload - July 3rd, 2024 <a href="#symbol-upload-july-3rd-2024" id="symbol-upload-july-3rd-2024"></a>

**Release - v9.2.1**

* Fix: experimental fetch warning
* Fix: embed package.json for sea

### BugSplat Unreal - June 14th, 2024 <a href="#bugsplat-unreal-june-14th-2024" id="bugsplat-unreal-june-14th-2024"></a>

**Release - v1.3.3**

* Fix: symbol upload fails for large numbers of file

### Symbol Upload - June 14th, 2024 <a href="#symbol-upload-june-14th-2024" id="symbol-upload-june-14th-2024"></a>

**Release - v9.1.1**

* Fix: readable stream locked

### JS API Client - June 14rd, 2024 <a href="#js-api-client-june-14rd-2024" id="js-api-client-june-14rd-2024"></a>

**Release - v8.4.2**

* Can't find cancel

**Release - v8.4.1**

* Leaky symbol upload streams
* Safe cancel upload stream

### Web App Update - June 3rd, 2024 <a href="#web-app-update-june-3rd-2024" id="web-app-update-june-3rd-2024"></a>

**Release - v5.5.2**

* polyfill randomUUID

### Web App Update - May 30th, 2024 <a href="#web-app-update-may-30th-2024" id="web-app-update-may-30th-2024"></a>

**Release - v5.5.1**

* Capture console logs for debugging

### Symbol Upload - May 28th, 2024 <a href="#symbol-upload-may-28th-2024" id="symbol-upload-may-28th-2024"></a>

**Release - v9.1.0**

* Add stats to uploads

### Web App Update - May 22nd, 2024 <a href="#web-app-update-may-22nd-2024" id="web-app-update-may-22nd-2024"></a>

**Release - v5.5.0**

* Make column visibility searchable

### Symbol Upload - May 21st, 2024 <a href="#symbol-upload-may-21st-2024" id="symbol-upload-may-21st-2024"></a>

**Release - v9.0.1**

* Fix: add windows compatibility to GitHub Action
* Fix: no such file or directory, mkdir 'C:\BuildAgent\*\*\*\*\tmp\C:'

### Web App Update - May 17st, 2024 <a href="#web-app-update-may-17st-2024" id="web-app-update-may-17st-2024"></a>

**Release - v5.4.1**

* Rename type Unreal Linux to Unreal PCallStack

### Web App Update - May 16st, 2024 <a href="#web-app-update-may-16st-2024" id="web-app-update-may-16st-2024"></a>

**Release - v5.4.2**

* Symbol upload wording

**Release - v5.4.0**

* Support prx and sprx symbol uploads

### Symbol Upload - May 15st, 2024 <a href="#symbol-upload-may-15st-2024" id="symbol-upload-may-15st-2024"></a>

**Release - v9.0.0**

* Support prx and sprx
* Fix: don't retry auth errors
* Fix: enoent searching for symbol files

### JS API Client - May 15st, 2024 <a href="#js-api-client-may-15st-2024" id="js-api-client-may-15st-2024"></a>

**Release - v8.4.0**

* Better hook for handling auth errors

### Web App Update - May 15st, 2024 <a href="#web-app-update-may-15st-2024" id="web-app-update-may-15st-2024"></a>

**Release - v5.3.1**

* Should not open Stripe portal in new tab

### Web App Update - May 10th, 2024 <a href="#web-app-update-may-10th-2024" id="web-app-update-may-10th-2024"></a>

**Release - v5.3.0**

* Support jira severity

### BugSplat Unreal - May 8st, 2024 <a href="#bugsplat-unreal-may-8st-2024" id="bugsplat-unreal-may-8st-2024"></a>

**Release - v1.3.2**

* Chore: package for UE 5.4
* Fix: ios build

### Web App Update - May 3st, 2024 <a href="#web-app-update-may-3st-2024" id="web-app-update-may-3st-2024"></a>

**Release - v5.2.4**

* Hide extra attribute columns

### Web App Update - May 1st, 2024 <a href="#web-app-update-may-1st-2024" id="web-app-update-may-1st-2024"></a>

**Release - v5.2.3**

* Run npm audit fix force

### Web App Update - April 29th, 2024 <a href="#web-app-update-april-29th-2024" id="web-app-update-april-29th-2024"></a>

**Release - v5.2.2**

* Display symbols last accessed and last modified

### SDKs Update - April 25th, 2024 <a href="#sdks-update-april-25th-2024" id="sdks-update-april-25th-2024"></a>

**Release - v5.2.0**

* Support for crash attributes in BugSplat Native and GDK

### Web App Update - April 20th, 2024 <a href="#web-app-update-april-20th-2024" id="web-app-update-april-20th-2024"></a>

**Release - v5.2.1**

* Bug Fix

### JS API Client - April 20th, 2024 <a href="#js-api-client-april-20th-2024" id="js-api-client-april-20th-2024"></a>

**Release - v8.3.2**

* Handle missing additional info

### Web App Update - April 19th, 2024 <a href="#web-app-update-april-19th-2024" id="web-app-update-april-19th-2024"></a>

**Release - v5.2.0**

* Specify stack key format options

**Release - v5.1.2**

* Legacy user shouldn't see upgrade modal

### BugSplat Unreal - April 17th, 2024 <a href="#bugsplat-unreal-april-17th-2024" id="bugsplat-unreal-april-17th-2024"></a>

**Release - v1.3.1**

* Dump-syms update
* Fix: revert demo content for 5.0 compat
* Fix: restore symbol-upload-windows

### BugSplat-Unity Update - April 16th, 2024 <a href="#bugsplat-unity-update-april-16th-2024" id="bugsplat-unity-update-april-16th-2024"></a>

**Release - v2.5.4**

* Improve android symbol uploads

**Release - v2.5.3**

* Fix: windows DotNetExceptionReporter build error

### Symbol Upload - April 16th, 2024 <a href="#symbol-upload-april-16th-2024" id="symbol-upload-april-16th-2024"></a>

**Release - v8.0.5**

* Fix: sym file lookup

### Symbol Upload - April 13th, 2024 <a href="#symbol-upload-april-13th-2024" id="symbol-upload-april-13th-2024"></a>

**Release - v8.0.4**

* Fix: include extension in windows module name

**Release - v8.0.3**

* Fix: remove file extensions from sym

### Web App Update - April 5th, 2024 <a href="#web-app-update-april-5th-2024" id="web-app-update-april-5th-2024"></a>

**Release - v5.1.0**

* Attribute columnssyRelease - v5.1.1
* Move import to non-restricted route

### JS API Client - April 4th, 2024 <a href="#js-api-client-april-4th-2024" id="js-api-client-april-4th-2024"></a>

**Release - v8.3.1**

* Attributes

**Release - v8.3.0**

* import paths

### Web App Update - March 28th, 2024 <a href="#web-app-update-march-28th-2024" id="web-app-update-march-28th-2024"></a>

**Release - v5.0.0**

* feat!: 2024 pricing

**Release - v4.15.0**

* sso groups

### JS API Client - March 28th, 2024 <a href="#js-api-client-march-28th-2024" id="js-api-client-march-28th-2024"></a>

**Release - v8.2.0**

* Add ssoGroups

### Symbol Upload - March 20th, 2024 <a href="#symbol-upload-march-20th-2024" id="symbol-upload-march-20th-2024"></a>

**Release - v8.0.2**

* Fix: dsym temp file name

**Release - v8.0.1**

* Feat: add dump\_syms
* Removes glob support

### Web App Update - March 11th, 2024 <a href="#web-app-update-march-11th-2024" id="web-app-update-march-11th-2024"></a>

**Release - v4.14.12**

* Use stackKey from CrashDetails

### JS API Client - March 11th, 2024 <a href="#js-api-client-march-11th-2024" id="js-api-client-march-11th-2024"></a>

**Release - v8.1.3**

* Add stackKey to CrashDetails

### Web App Update - March 8th, 2024 <a href="#web-app-update-march-8th-2024" id="web-app-update-march-8th-2024"></a>

**Release - v4.14.11**

* Payment success link 404

### SDKs Update - March 7th, 2024 <a href="#sdks-update-march-7th-2024" id="sdks-update-march-7th-2024"></a>

**Release - v5.1.9**

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

### BugSplat-Unity Update - March 6th, 2024 <a href="#bugsplat-unity-update-march-6th-2024" id="bugsplat-unity-update-march-6th-2024"></a>

**Release - v2.5.2**

* Fix: Android symbols

### BugSplat-Unity Update - March 5th, 2024 <a href="#bugsplat-unity-update-march-5th-2024" id="bugsplat-unity-update-march-5th-2024"></a>

**Release - v2.5.1**

* Fix: screenshots

**Release - v2.5.0**

* Feat: Android symbol uploads
* Fix: ignore errors parsing guids

### Android-dump-syms - March 5th, 2024 <a href="#android-dump-syms-march-5th-2024" id="android-dump-syms-march-5th-2024"></a>

**Release - v3.0.2**

**Release - v3.0.1**

* Fix: Linux support

**Release - v3.0.0**

* Feat: run local dump\_syms
* Fix: run dump\_syms on windows

### Web App Update - March 1st, 2024 <a href="#web-app-update-march-1st-2024" id="web-app-update-march-1st-2024"></a>

**Release - v4.14.10**

* Increase width and delay of tooltip
* Integrations page overflow-x

**Release - v4.14.9**

* Case insensitive search for Users

### Symbol Upload - February 29th, 2024 <a href="#symbol-upload-february-29th-2024" id="symbol-upload-february-29th-2024"></a>

**Release - v7.4.1**

* Fix: elf guids

**Release - v7.4.0**

* Feat: uuids for ELF

### BugSplatCrashHandler Update - February 28th, 2024 <a href="#bugsplatcrashhandler-update-february-28th-2024" id="bugsplatcrashhandler-update-february-28th-2024"></a>

**Release - v1.1.1**

* Chore: create LICENSE
* Fix: remove newtonsoft

### .NET Standard Update - February 28th, 2024 <a href="#net-standard-update-february-28th-2024" id="net-standard-update-february-28th-2024"></a>

**Release - v4.0.1**

* Feat: expose json parser

### Symbol Upload - February 27th, 2024 <a href="#symbol-upload-february-27th-2024" id="symbol-upload-february-27th-2024"></a>

**Release - v7.3.1**

* Fix: make action standalone
* Fix: temporary directory for .gz files

### Web App Update - February 23rd, 2024 <a href="#web-app-update-february-23rd-2024" id="web-app-update-february-23rd-2024"></a>

**Release - v4.14.8**

* Add javascript to onboarding

### Web App Update - February 22nd, 2024 <a href="#web-app-update-february-22nd-2024" id="web-app-update-february-22nd-2024"></a>

**Release - v4.14.7**

* Remove app and database nags

### Web App Update - February 21st, 2024 <a href="#web-app-update-february-21st-2024" id="web-app-update-february-21st-2024"></a>

**Release - v4.14.6**

* Open defect link in new tab

### BugSplatCrashHandler Update - February 14th, 2024 <a href="#bugsplatcrashhandler-update-february-14th-2024" id="bugsplatcrashhandler-update-february-14th-2024"></a>

**Release - v1.1.0**

* Feat: support xml reports

### Symbol Upload - February 14th, 2024 <a href="#symbol-upload-february-14th-2024" id="symbol-upload-february-14th-2024"></a>

**Release - v7.3.0**

* Feat: enable symsrv uploads for dSYMs

### SDKs Update - February 14th, 2024 <a href="#sdks-update-february-14th-2024" id="sdks-update-february-14th-2024"></a>

**Release - v5.1.8**

* Use unique names for all crash file attachments. This fixes attachment overwrites in rare cases when multiple crashes occur nearly simultaneously.
* Updates for MyConsoleCrasher sample to generate compiler error if customer database hasn't been selected

### Web App Update - February 13th, 2024 <a href="#web-app-update-february-13th-2024" id="web-app-update-february-13th-2024"></a>

**Release - v4.14.5**

* Broken dump\_syms link in onboarding

### Symbol Upload - February 9th, 2024 <a href="#symbol-upload-february-9th-2024" id="symbol-upload-february-9th-2024"></a>

**Release - v7.2.4**

* Fix: global install can't find package.json

**Release - v7.2.3**

* Fix: missing package.json

### Web App Update - February 9th, 2024 <a href="#web-app-update-february-9th-2024" id="web-app-update-february-9th-2024"></a>

**Release - v4.14.4**

* Remove "SSO users are not included in this table"

**Release - v4.14.3**

* Add .elf, .self symbol uploads

### Symbol Upload - February 8th, 2024 <a href="#symbol-upload-february-8th-2024" id="symbol-upload-february-8th-2024"></a>

**Release - v7.2.2**

* Chore: add GitHub action blurb
* Chore: add recursive search example
* Fix: add version info to help

### Web App Update - February 2nd, 2024 <a href="#web-app-update-february-2nd-2024" id="web-app-update-february-2nd-2024"></a>

**Release - v4.14.2**

* Crash ID in crash page title
* Tooltips for crashes and summary tables

### Web App Update - January 31st, 2024 <a href="#web-app-update-january-31st-2024" id="web-app-update-january-31st-2024"></a>

**Release - v4.14.1**

* Tag free plan users in Intercom

**Release - v4.14.0**

* SSO integrations tab

### BugSplat Unreal - January 25th, 2024 <a href="#bugsplat-unreal-january-25th-2024" id="bugsplat-unreal-january-25th-2024"></a>

**Release - v1.3.0**

* Fix: local android dump-syms

### **J**S API Client - January 19th, 2024 <a href="#js-api-client-january-19th-2024" id="js-api-client-january-19th-2024"></a>

**Release - v8.1.2**

* Mac crashTypeId

**Release - v8.1.1**

* Post with crashTypeId

### Web App Update - January 18th, 2024 <a href="#web-app-update-january-18th-2024" id="web-app-update-january-18th-2024"></a>

**Release - v4.13.0**

* Sort column

### SDKs Update - January 17th, 2024 <a href="#sdks-update-january-17th-2024" id="sdks-update-january-17th-2024"></a>

**Release - v5.1.7**

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

### **J**S API Client - January 17th, 2024 <a href="#js-api-client-january-17th-2024" id="js-api-client-january-17th-2024"></a>

**Release - v8.1.0**

* Feature: users

### Web App Update - January 17th, 2024 <a href="#web-app-update-january-17th-2024" id="web-app-update-january-17th-2024"></a>

**Release - v4.12.1**

* Users exceeded should not show for Enterprise

### Web App Update - January 10th, 2024 <a href="#web-app-update-january-10th-2024" id="web-app-update-january-10th-2024"></a>

**Release - v4.12.0**

* Add users upgrade nudge
* Company MFA upgrade nudge
* Custom group rules upgrade nudge
* PII obfuscation upgrade

### Symbol Upload - January 8th, 2024 <a href="#symbol-upload-january-8th-2024" id="symbol-upload-january-8th-2024"></a>

**Release - v7.2.1**

* Fix: source map uploads

### Web App Update - January 5th, 2024 <a href="#web-app-update-january-5th-2024" id="web-app-update-january-5th-2024"></a>

**Release - v4.11.0**

* Notifications upgrade carrot

### Web App Update - January 3rd 2024 <a href="#web-app-update-january-3rd-2024" id="web-app-update-january-3rd-2024"></a>

**Release - v4.10.2**

* Link to integrations page


# Archive 2023

Changelog archives for 2023.  Not finding what you're looking for? Send a message to support\@bugsplat.com

{% hint style="info" %}
**Looking for the current changelog?**  To get current product updates, please view our current [Changelog](broken://pages/p21CB5whRIBKviGofGFv) or follow us on [Twitter](https://twitter.com/BugSplatCo/) (we post updates there as well).
{% endhint %}

## Web App Update - December 20th, 2023

#### Release - v4.10.1

* Mobile column visibility

## Web App Update - December 18th, 2023

#### Release - v4.10.0

* Company users search

## Web App Update - December 12th, 2023

#### Release - v4.9.0

* Company MFA toggle

## Web App Update - December 11th, 2023

#### Release - v4.8.0

* Company usage page

## Web App Update - December 6th, 2023

#### Release - v4.7.0

* unreal crc manual crash upload

## Web App Update - November 28th, 2023

#### Release - v4.7.0

* unreal crc manual crash upload

## Web App Update - November 28th, 2023

#### Release - v4.6.0

* Upgrade nudge

## Web App Update - November 17th, 2023

#### Release - v4.5.1

* Redirect with correct database query param

## Web App Update - November 16th, 2023

#### Release - v4.5.0

* Remove PII page

## Source Mapper - November 13th, 2023

#### Release - v2.0.0

* Fix: update packages
* Chore!: rename to source-mapper

## Web App Update - November 13th, 2023

#### Release - v4.4.11

* Symbol upload script

#### Release - v4.4.10

* Build error

#### Release - v4.4.9

* Remove legacy account page

## bugsplat-ng update - November 13th, 2023

#### Release - v17.0.0

* Use esbuild in my-angular-crasher

## bugsplat-ng update - November 9th, 2023

#### Release - v16.0.0

* Feat!: update to Angular v17

## Web App Update - November 7th, 2023

#### Release - v4.4.8

* Crash details mobile page

#### Release - v4.4.7

* Logout shouldn't trigger 401s

## Web App Update - November 2nd, 2023

#### Release - v4.4.6

* Manual breakpad symbol uploads

## **J**S API Client -  November 2nd, 2023

#### Release - v8.0.2

* Don't treat zip files as windows symbols

## Symbol Upload - October 30th, 2023

#### Release - v7.2.0

* Feat: release package as a library

#### Release - v7.1.1

* Fix: expose GZippedSymbolFile
* Feat: upload sym files to symsrv

## Web App Update - October 26th, 2023

#### Release - v4.4.5

* Password min length 14 for new authenticator Cognito

## BugSplatMac-SP  Update - October 21st, 2023

#### Release - v1.1.5

* Updates deployment target to 10.13

## BugSplat Unreal - October 19th, 2023

#### Release - v1.2.1

* Fix: optimize symbol uploads

## Symbol Upload - October 19th, 2023

#### Release - v7.1.0

* Fix: module name with spaces in sym file
* Feat: upload sym files to symsrv

## Symbol Upload - October 18th, 2023

#### Release - v7.0.1

* Fix: don't double zip files

## Symbol Upload - October 13th, 2023

#### Release - v6.3.1

* Fix: unknown option messages too verbose

## Symbol Upload - October 13th, 2023

#### Release - v7.0.0

* Feat: compress on worker thread
* Breaking Change: Removes the `--threads` param. This was an artifact from SendPdbs that is not relevant due to the way Node.js handles I/O.

## Web App Update - October 9th, 2023

#### Release - v4.4.4

* Title for rejecting repeated crashes

## **J**S API Client -  October 13th, 2023

#### Release - v8.0.1

* Gzip upload headers for symsrv

## **J**S API Client -  October 9th, 2023

#### Release - v8.0.0

* Feat!: s3 symserv upload support
* BREAKING CHANGES&#x20;
  * Drop support for fs.ReadableStream, as it's not browser-compatible. Use ReadStream.toWeb(...) to convert to web-compatible ReadableStream.

## Symbol Upload - October 9th, 2023

#### Release - v6.3.0

* Feat: s3 symsrv support

## BugSplat Unreal - October 9th, 2023

#### Release - v1.2.0

* Feat: symsrv support for windows symbols

## Web App Update - October 9th, 2023

#### Release - v4.4.3

* Prevent redirect loop

## bugsplat-ng update - October 4th, 2023

#### Release - v15.0.4

* Update README images

## BugSplat Unreal - October 4th, 2023

#### Release - v1.1.2

* Fix: proguard additions for the `crashpad` wrapper

## Web App Update - October 4th, 2023

#### Release - v4.4.2

* Show correct type for crashpad/breakpad crashes

#### Release - v4.4.1

* Close platform dropdown with outside click

#### Release - v4.4.0

* Auto group rule platform multi-select

## Web App Update - October 3rd, 2023

#### Release - v4.3.0

* Filtering of Auto Group rules

#### Release - v4.2.3

* Crash type 16 should display Unreal Linux

## Symbol Upload - October 2nd, 2023

#### Release - v6.2.3

* Chore: remove setup-node step from action
* Fix: error ENOTEMPTY deleting tmp
* Fix: retry failed symbol uploads

## BugSplat Unreal - September 21st, 2023

#### Release - v1.1.1

* Fix: negative guid

## Symbol Upload - September 21st, 2023

#### Release - v6.2.2

* Chore: reusable action
* Fix: negative pdb guid
* Chore: add action snippet to readme

#### Release - v6.2.1

* Fix: crash when guid can't be parsed

## Symbol Upload - September 19th, 2023

#### Release - v6.2.0

* Add support for parsing windows guids

## BugSplat Unreal - September 19th, 2023

#### Release - v1.1.0

* Fix: skip Win64 post build for Android
* pdb guids for windows symbols

## Android-dump-syms - September 19th, 2023

#### Release - v2.0.6

* Fix: default value for files arg

## BugSplat GDK - September 13th, 2023

Release - **v5.1.5**

* Added updated MyGdkCrasher sample
* Please request rest of specifics to update via email at <support@bugsplat.com>

## BugSplat Unreal - September 12th, 2023

#### Release - v1.0.3

* Crash sample via gamepad
* '�@' is not recognized as an internal or external command

## Android-dump-syms - September 12th, 2023

#### Release - v2.0.5

* Blob constructor error

## SDKs Update  - September 7th, 2023

#### Release - v5.1.4

* Remove pii from bugsplat.log file

## BugSplat Unreal - September 7th, 2023

#### Release - v1.0.0

* UE4 build error
* Symbol uploads w/ spaces in paths

## BugSplat Unreal - September 6th, 2023

#### Release - v1.0.0

* Unreal Engine 5.3 support :tada:

## BugSplat Unreal - September 5th, 2023

#### Release - v1.0.0

* Auto-update DataRouterUrl

## Android-dump-syms - Aug 29th, 2023

#### Release - v2.0.4

* fix: Garbage collector warning

## Android-dump-syms - Aug 29th, 2023

#### Release - v2.0.3

* Fix: buffer\_1.File is not a constructor

## Web App Update - Aug 28th, 2023

#### Release - v4.2.2

* Navigating results in blank page

#### Release - v34

* Product Manager Joey P's birthday 🍰 🎊

## Android-dump-syms - Aug 23th, 2023

#### Release - v2.0.2

* Fix: large files

## .NET Standard  Update - Aug 23th, 2023

#### Release - v3.3.0

* Fix: s3 http client timeout
* Feat: android symbols

## BugSplat Unreal - Aug 23th, 2023

#### Release - v0.2.7

* Fix: upload platform symbols only
* Fix: support spaces in app names

#### Release - v0.2.6

* Fix: support Android Symbols > 2 GB

## Web App Update - Aug 18th, 2023

#### Release - v4.2.1

* Improve logout&#x20;

## BugSplat Unreal - Aug 9th, 2023

#### Release - v0.2.5

* feat: android sym file generation

## Web App Update - Aug 8th, 2023

#### Release - v4.1.0

* Change password

## Symbol Upload - Aug 7th, 2023

#### Release - v6.1.4

* Fix: correct upload type for sym files

## **J**S API Client -  Aug 7th, 2023

#### Release - v7.2.1

* Symbol upload moduleName

## Web App Update - Aug 7th, 2023

#### Release - v4.0.2

* Sign-up background

#### Release - v4.0.1

* Remove in-app password reset

## Web App Update - Aug 4th, 2023

{% hint style="warning" %}
**Required Password Reset (August 4th, 2023):** All BugSplat users must reset the password associated with their BugSplat account. Emails containing a password reset link have been sent to all users. If you missed that email, you can view it [here](broken://pages/r1nIVc1LmOSwvRtyF0Jb) or visit our [new login page](https://app.bugsplat.com/cognito/login) and follow the steps below for '[Resetting a forgotten password.](broken://pages/BMW59zzIApcpNIbdnr3K)'  &#x20;

Note that users who log in using only Google or GitHub are unaffected by this change.
{% endhint %}

#### Release - v4.0.0

* Launch of switching auth providers from auth0 to cognito

## Web App Update - June 25th, 2023

#### Release - v3.7.0

* Auto-create issues update

## Web App Update - June 25th, 2023

#### Release - v3.6.1

* Pie chart link for pending reports

## Web App Update - June 25th, 2023

#### Release - v3.6.0

* Multi-delete support for versions

## **J**S API Client - July 25th, 2023

#### Release - v7.2.0

* Delete versions

## bugsplat-ng update - July 25th, 2023

#### Release - v15.0.3

* Bugsplat dependency

## Web App Update - June 24th, 2023

#### Release - v3.5.0

* Defect tracker cards

## bugsplat-ng update - July 24th, 2023

#### Release - v15.0.2

* Update peerDependencies

#### Release - v15.0.1

* Error serializing circular JSON

## Web App Update - July 6th, 2023

#### Release - v3.4.0

* Show function args for xbox

## BugSplat Unreal - July 5th, 2023

#### Release - v0.2.4

* Plugins dir
* Don't upload symbols for Editor builds by default

## Web App Update - June 14th, 2023

#### Release - v3.4.0

* Storage usage on billing page

## SDKs Update  - May 30th, 2023

#### Release - SendPdbs 4.0.0.3

* SendPdbs now automatically retries when encountering an authentication failure. This could happen, for example, when a server in our crash analyzer fleet shutdowns during the authentication process. In this case, the retry will hit a new server.

## Web App Update - June 14th, 2023

#### Release - v3.3.4

* Arrow keys interrupting crash page selection

## Web App Update - June 14th, 2023

#### Release - v3.3.3

* Link to grouping route

## Web App Update - June 13th, 2023

#### Release - v3.3.2

* Restricted access to Auto-Group Rules

#### Release - v3.3.1

* Make it easier to specify auto-group rules

#### Release - v3.3.0

* Grouping page loading wheel

## Web App Update - June 9th, 2023

#### Release - v3.2.4

* Batch reprocess support

## **J**S API Client - June 9th, 2023

#### Release - v7.1.0

* Add batch reprocess support

## Web App Update - June 5th, 2023

#### Release - v3.1.4

* Safe set rowExpansions

## Web App Update - June 5th, 2023

#### Release - v3.1.3

* Remove version id column

#### Release - v3.1.2

* Attachments cache invalidation

## SDKs Update  - May 30th, 2023

#### Release - SendPdbs - read only access fix

* This is a minor bug fix for SendPdbs, which allows it to upload read-only files.

## Web App Update - May **23rd**, 2023

#### Release - v3.1.1

* Support macos legacy crash type

#### Release - v3.1.0

* Expose crashType on crashes page

## **J**S API Client - **May 23rd, 2023**

#### Release - v7.0.1

* Parse crashTypeId as number

#### Release - v7.0.0

* Add crashTypeId to CrashesApiRow
* Remove deprecated key crash properties

## Web App Update - May **22nd**, 2023

#### Release - v3.0.3

* Updates for S3 Symbol Server

## Node Minidump Stackwalk - May 18th, 2023

#### Release - v1.0.0

* Add minidump-stackwalk

{% hint style="info" %}

## SendPdbs Update - May 17th, 2023

The latest release of SendPdbs, the BugSplat symbol upload utility, provides important new capabilities. This release removes the size limitation imposed on any one symbol store. (A symbol store is a group of symbols identified by an application name and version.)&#x20;

In addition, all symbols uploaded will be available to any crash report in your BugSplat database. Therefore you no longer need to closely coordinate the parameters used with SendPdbs and those used to initialize your application.&#x20;

These changes make it much easier to integrate with BugSplat, especially in environments where coordinating version numbers is difficult or where very large symbol stores are required.  Download the latest release at <https://app.bugsplat.com/browse/download_item.php?item=sendpdbs>.&#x20;

The utility is also included as part of our Windows SDKs. The newest version is a drop-in replacement for previous versions.
{% endhint %}

## BugSplat Unreal - May 15th, 2023

#### Release - v0.2.3

* Replace sendpdbs with symbol-upload supporting files > 2GB

## Symbol Upload - May 15th, 2023

#### Release - v6.1.3

* Support files in nested directories

#### Release - v6.1.2

* Support files larger than 2GB

## BugSplat Unreal - May 12th, 2023

#### Release - v0.2.2

* Re-add SendPdbs for large Windows symbols

## Symbol Upload - May 12th, 2023

#### Release - v6.1.1

* Use correct temp dir&#x20;

## Symbol Upload - May 5th, 2023

#### Release - v6.1.0

* Support parallel uploads
* Serialize zips to disk before uploading
* Upload nested files that share the same name (index.js.map, bin/index.js.map)

## Web App Update - May 5th, 2023

#### Release - v3.0.2

* Stack explorer page text

## SDKs Update  - May 2nd, 2023

#### Release - v5.0.5

* Remove zip files for failed symbol uploads

## Web App Update - April 28th, 2023

#### Release - v3.0.1

* Donut chart null label

#### Release - v3.0.0

* Column filters should filter by date and time
* Set default time frame to 7 days
* Remove group crashes and groups pages
* Add donut chart to dashboard
* Remove subKeyDepth column

## SDKs Update  - April 27th, 2023

#### Release - v5.0.4

* Remove zip files for failed symbol uploads
* Demonstrate hang detection in .NET
* Fix BugSplatHD example for x86
* Fix for Oauth authentication in SendPdbs.

## BugSplat Java - April 24th, 2023

**Release- v0.0.0**

&#x20;\- Initial release ![:rocket:](https://a.slack-edge.com/production-standard-emoji-assets/14.0/apple-medium/1f680.png)

## Web App Update - April 14th, 2023

#### Release - v2.29.4

* Don't reset platform, property, or action
* Remove link to manual group page

## Web App Update - April 13th, 2023

#### Release - v2.29.3

* Update wording for auto group rules

#### Release - v2.29.2

* Group rules link should navigate to grouping tab

## Web App Update - April 12th, 2023

#### Release - v2.29.1

* No auto groups message

#### Release - v2.29.0

* Add ignore frame group rule

## **J**S API Client - **April 12th, 2023**

#### Release - v6.1.0

* Add processor field to crash upload

## **BugSplat Security** - **April 11th, 2023**

* As part of our ongoing security program, BugSplat's web application no longer supports the TLS 1.0 and TLS 1.1 protocols. Customers using older versions of our symbol upload utility, SendPdbs, will need to upgrade to the latest version.

## Symbol Upload  - April 7th, 2023

**Release - v6.0.1**

* upload support for .app and .dSYM files

## Web App Update - April 5th, 2023

#### Release - v2.28.0

* Create grouping settings page

## Web App Update - March 30th, 2023

* Added thread name support for Windows crash reports. Rather than just the Thread ID, the thread name (if any) is also displayed

## Symbol Upload  - March 30th, 2023

**Release - v6.0.0**

* docs: fix readme samples
* add support for binary build
* BREAKING CHANGES: requires node version 18 or later

## JS API Client - March 28th, 2023

#### Release - v6.0.1

* Should call oauth login with correct route

## Web App Update - March 28th, 2023

#### Release - v2.27.2

* add and apply break-word css clas3

## Web App Update - March 27th, 2023

#### Release - v2.27.2

* Erroneous form submission for optional form control

## Web App Update - March 23rd, 2023

#### Release - v2.27.1

* Delete group query error

#### Release - v2.27.0

* Remove group by level

## Web App Update - March 17th, 2023

#### Release - v2.26.3

* Auto group rule wording

#### Release - v2.26.2

* Arrow navigation no longer triggered by events from editable input elements

#### Release - v2.26.1

* Reprocessing

## Web App Update - March 10th, 2023

#### Release - v2.26.0

* Auto group settings

## Web App Update - March 9th, 2023

#### Release - v2.25.1

* Add left/right arrow navigation to crash details page

#### Release - v2.25.0

* Crash details page fragments

## bugsplat-ng update - March 6th, 2023

#### Release - v15.0.0

* Update to Angular v15

## Web App Update - March 6th, 2023

#### Release - v2.24.5

* Chart date labels

#### Release - v2.24.4

* Change [environment.app](http://environment.app/) to use dev mode

#### Release - v2.24.3

* Correct linux platform image

## BugSplat Unreal - March 3rd, 2023

#### Release - v0.2.1

* Update crashpad for Android
* Replace crashpad with .aar version

## Web App Update - March 3rd, 2023

#### Release - v2.24.2

* Amsterdam time zone shouldn't display -60
* Reprocess crashes only when needed

## NET Standard  Update - March 2nd, 2023

#### Release - v3.2.0

* feat: upload exceptions to s3

## Web App Update - March 2nd, 2023

#### Release - v2.24.1

* Summary chart shows hourly data

#### Release - v2.24.0

* Add support for Azure DevOps fields AreaPath and IterationPath

## Web App Update - February 24th, 2023

#### Release - v2.23.2

* Add Segment

#### Release - v2.23.1

* Don't run Segment in development

## Web App Update - February 22nd, 2023

#### Release - v2.23.0

* Support UTC time zone

## Web App Update - February 20th, 2023

#### Release - v2.22.1

* Time frame all should display all crashes

## Web App Update - February 17th, 2023

#### Release - v2.22.0

* Add time to date picker

#### Release - v2.21.3

* Empty state message for crash table on dashboard

#### Release - v2.21.2

* Refactored alert item styles

## Web App Update - February 14th, 2023

#### Release - v2.21.1

* Key Crash notes

## Web App Update - February 9th, 2023

#### Release - v2.21.0

* Key Crash Export

## SDKs Update  - February 9th, 2023

#### Release - v5.0.3

* Support special characters in the application name and version
* Release 5.0.3 version and CHANGELOG

## JS API Client -  February 9th, 2023

#### Release - v6.0.0

* Rename ApiDataFilter to QueryFilter
* BREAKING CHANGES: Rename of public type

## JS API Client -  February 6th, 2023

#### Release - v5.0.0

* Remove EventStream

## JS API Client -  February 3rd, 2023

#### Release - v4.3.0

* Update KeyCrashPageData

## JS API Client -  February 2nd, 2023

#### Release - v4.2.0

* Add page data for crash and key crash

## Unreal Xbox - February 2nd, 2023&#x20;

#### Release - v1.0.0

* Initial release 🥳 🎊

{% embed url="<https://media.giphy.com/media/FefZHVoZmKnlnU1rK0/giphy.gif>" %}

* Include CHANGELOG.md in zip

## Web App Update - January 19th, 2023

#### Release - v2.19.1

* Add Group By to Key Crash Page

## JS API Client -  January 9th, 2023

#### Release - v4.1.0

* Add key crash client

## BugSplat-Unity Update - January 27th, 2023

#### Release - v2.4.0

* feat: iOS and Android native support
* feat: add support for "Notes" field

## Web App Update - January 19th, 2023

#### Release - v2.19.1

* Add note for crash notifications

#### Release - v2.19.0

* Move toward new integrations page

## SDK Update  - January 18th, 2023

#### Release - v5.0.1

* Provides a mechanism to override the default BugSplat exception filter using an optional parameter in the BugSplat constructor.
* MyGdkCrasher now adds a sample application log file to the BugSplat crash report.
* Hides private implementation details, making builds easier for customers.

## Web App Update - January 17th, 2023

#### Release - v2.19.1

* Add note for crash notifications

#### Release - v2.19.0

* Move toward new integrations page

## Web App Update - January 17th, 2023

#### Release - v2.18.8

* Crash in pretty-print pipe

#### Release - v2.18.7

* Open ip address locator in new tab

## Web App Update - January 13th, 2023

#### Release - v2.18.6

* No defect tracker link should point to issue tracker page

## Web App Update - January 12th, 2023

#### Release - v2.18.5

* Improve non-configured defect tracker modal

#### Release - v2.18.4

* Add downloads link to header navigation

## Web App Update - January 10th, 2023

#### Release - v2.18.3

* Preserve query params in feedback link

## Web App Update - January 9th, 2023

#### Release - v2.18.2

* Display stack key name in create defect modal

## JS API Client -  January 9th, 2023

#### Release - v4.0.0

* Allow body reuse
* BREAKING CHANGES: api client now returns Response instead of BugSplatResponse to allow cloning. BugSplatResponse `json` no longer returns type `any`.

## SDK Update  - January 9th, 2023

#### Release - v5.0.0

* Refactor!: simplify public includes
* BREAKING CHANGE: removes json.h and other internally used header files from public includes

{% hint style="warning" %}
**Update to the latest version of SendPDBs before January 1st, 2023**

As part of our ongoing security program, BugSplat will eliminate support for the TLS 1.0 and TLS 1.1 protocols by the end of the year. As a result of this change, customers using older versions of our symbol upload utility, SendPdbs, will need to upgrade to the latest version.

We encourage you to upgrade quickly. However, support for the existing versions of SendPdbs will remain until the end of the year. &#x20;

The latest version of SendPdbs is 2.3.0.0. Older versions are not compatible with TLS 1.2. You can identify your SendPdbs version by running the utility in a command window without any arguments.

All customers using SendPdbs will need to upgrade to the most recent version of the application before January 1st, 2023.

You can download the newest version on the [downloads](broken://pages/4k1Zj8gFGXO7wHUPydm3) page or by clicking [here](https://app.bugsplat.com/browse/download_item.php?item=sendpdbs).
{% endhint %}


# Archive 2022

Changelog archives for 2022.  Not finding what you're looking for? Send a message to support\@bugsplat.com

{% hint style="info" %}
**Looking for the current changelog?**  To get current product updates, please view our current [Changelog](broken://pages/p21CB5whRIBKviGofGFv) or follow us on [Twitter](https://twitter.com/BugSplatCo/) (we post updates there as well).
{% endhint %}

## SDK Update  - December 21st, 2022

#### Release - v4.2.2

* Fix: look for either BsSndRpt.exe or BsSndRpt64.exe in BugSplatDotNet
* ILMerge SendPdbs so we can distribute a single exe

## BugSplatMac-SP  Update - December 8th, 2022

#### Release - v1.1.4

* Updated BugSplat logo.

## BugSplatMac-SP  Update - November 30th, 2022

#### Release - v1.1.3

* Fixes issue with CrashReporter framework not being resolved.

## .NET Standard  Update - November 29th, 2022

#### Release - v3.1.1

* README nuget compatible

## PdbLibary Update - November 28th, 2022

#### Release - v1.0.0

* Initial release 🥳 :tada:

## ZipCreator Update - November 28th, 2022

#### Release - v1.0.1

* Remove extra folder at zip root

#### Release - v1.0.0

* Initial release 🥳 :tada:

## SDK Update - November 21st, 2022

#### Release - v4.2.1

* BsSndRpt unexpectedly stuck in monitor mode
* MFA used as user description in BsSndRpt

#### Release - v4.2.0

* Xbox Update: See bugsplat-gdk changelog for details
* Reset crash type after each post

## Web App Update - November 19th, 2022

#### Release - v2.18.1

* Add google tag manager

## Web App Update - November 18th, 2022

#### Release - v2.18.0

* Link to versions page in crash details

## Web App Update - November 15th, 2022

#### Release - v2.17.1

* Update notification labels

#### Release - v2.17.0

* Show correct value for retire checkbox

## JS API Client - November 15th, 2022

#### Release - v3.0.0

* Require node 18
* **Breaking Change:** Requires Node.js 18 or later

#### Release - v2.1.3

* Better messages for 4xx errors

## Web App Update - November 10th, 2022

#### Release - v2.16.9

* Defect tacker select missing down arrow

## JS API Client - November 9th, 2022

#### Release - v2.1.2

* Set retired and fullDumps correctly

## Web App Update - November 9th, 2022

#### Release - v2.16.9

* Display full dump and retired on versions page

#### Release - v2.16.8

* Azure devops Url placeholder

## BugSplat Native Update - October 26th, 2022

**Release - v4.1.1**

* Reset crash type after sending xml report

## BugSplat Native Update - October 26th, 2022

**Release - v4.1.1**

* Reset crash type after sending xml report

## Web App Update - October 24th, 2022

#### Release - v2.16.7

* Should reset page when performing new column search

#### Release - v2.16.6

* Hide Stack Key Volume in Summary row details

## JS API Client - October 20th, 2022

#### Release - v2.1.1

* Support dbg id in sym files
* **Breaking Change:** Updates to @bugsplat/js-api-client 2.1.1 and exports VersionsApiClient instead of SymbolsApiClient

## JS API Client - October 19th, 2022

#### Release - v2.1.1

* Better error for invalid client id or client secret

## Web App Update - October 18th, 2022

#### Release - v2.16.5

* Multiple calls to getStack

## Web App Update - October 14th, 2022

#### Release - v2.16.4

* Resize loading gif

#### Release - v2.16.3

* PlayStation Update: see release notes in download package.

#### Release - v2.16.2

* spark chart improvements

#### Release - v2.16.1

* Unlink Defect from Crash and Summary tables

## Web App Update - October 14th, 2022

#### Release - v2.16.0

* Summary spark charts

## Web App Update - October 14th, 2022

#### Release - v2.15.1

* Show create stack key defect

#### Release - v2.15.0

* Add webm preview

#### Release - v2.14.0

* Create defects from Crash and Summary tables

## JS API Client - October 13th, 2022

#### Release - v2.1.0

* Add summary client

## bugsplat-gdk update - October 3rd, 2022

#### Release - v2.0.0

* See bugsplat-gdk changelog for details

## BsSndRpt - October 3rd, 2022

**Release - v5.0.0**

* Pass PID to MonitorApplication
* **Breaking Change:** BsSndRpt requires a PID argument when invoked with the `-m` (monitor mode) flag
* **Breaking Change:** Support for passing a PID to BsSndRpt was added in BugSplatGdk 2.0.0.

## bugsplat-gdk update - September 27th, 2022

#### Release - v1.2.4

* See bugsplat-gdk changelog for details

## BsSndRpt - September 27th, 2022

**Release - v4.0.4**

* Fixed cleanup files in monitor mode
* Don't display BsSndRpt info dialog when app is minimized

## bugsplat-gdk update - September 26th, 2022

#### Release - v1.2.3

* See bugsplat-gdk changelog for details

## bugsplat-gdk update - September 22th, 2022

#### Release - v1.2.2

* See bugsplat-gdk changelog for details

## SendPdbsDotNet Update - September 20th, 2022

**Release - v3.0.0**

* Target .NET 4.7.2 and for TLS 1.2 support
* Improve support for Win32 credentials AP

## Web App Update - September 18th, 2022

**Release - v2.13.0**

* Don't display alerts for 401 responses
* Filter values in Email/User columns with clicks

## BugSplat Native Update - September 17th, 2022

**Release - v4.0.3**

* Support quiet mode for out-of-process crash reporting
* Update MyCrasher sample

#### Release - v4.0.0

* Remove calls to unsafe native functions and support drop in .NET BsSndRpt replacement
* Changes the arguments used to invoke BsSndRpt, BugSplatHD in order to support .NET drop-in replacement (BugSplatCrashHandler)

## BsSndRpt - September 17th, 2022

**Release - v4.0.3**

* Crash when BugSplatSharedMemory is not initialized

## Web App Update - September 15th, 2022

**Release - v2.12.2**

* Upgrade modal styles

## BsSndRpt - September 14th, 2022

**Release - v4.0.2**

* Set quiet mode from BugSplatSharedMemory

**Release - v4.0.1**

* Simplify SDK folder structure
* Update BsSndRpt icon

**Release - v4.0.1**

* Target v142 for compatibility
* Support single char flags for BugSplatCrashHandler compatibility
* **Breaking Changes:** BsSndRpt expects to be invoked with single character flags and is not backwards compatible with BugSplat.dll versions before 4.0<br>

## Web App Update - September 14th, 2022

**Release - v2.12.1**

* Improve progress bar colors

## Web App Update - September 13th, 2022

**Release - v2.12**

* Support preview of PlayStation attachments

**Release - v2.11.15**

* Modules table horizontal scrollbar

**Release - v2.11.14**

* Show attachments table loading indicator

**Release - v2.11.13**

* Add PlayStation crash types
* Crash table column resizing change
* Update to [Bootstrap 5](https://getbootstrap.com/docs/5.0/getting-started/introduction/)

## .NET Standard  Update - September 8th, 2022

#### Release - v4.0.1

* Updated to latest SendPdbs - v3.0.0.0
* Improve SDK folder layout
* Remove deprecated function set\_unexpected from bugsplat.h

#### Release - v3.1.0

* Add symbol uploads
* Symbol files should be uploaded with name of zip
* Support for symbol file signatures

## React Update - September 8th, 2022

#### Release - v1.0.3

* **Examples:** Include pages mode environment file

## React Update - September 7th, 2022

#### Release - v1.0.2

* **Examples:** my-react-crasher fails to load

## BugSplat Native Update - August 30th, 2022

#### Release - v4.0.0

* Remove calls to unsafe native functions and support drop in .NET BsSndRpt replacement
* Changes the arguments used to invoke BsSndRpt, BugSplatHD in order to support .NET drop-in replacement (BugSplatCrashHandler)

## Web App Update - August 29th, 2022

#### Release - v2.11.12

* Add React to onboarding tool

## Stack Converter - August 24th, 2022

#### Release - v2.0.3

* Handle electron native plugin symbols

## Web App Update - August 19th, 2022

#### Release - v2.11.11

* Show Active Thread ID on Crash page

## Stack Converter - August 17th, 2022

#### Release - v1.2.5

* Support for stack frames with win32 paths

## Terms and Service Update - August 10th, 2022

* Updates to BugSplat [Terms of Service](broken://pages/-MhQaSjPFZmuGsv5h6fo)

## Web App Update - August 5th, 2022

#### Release - v2.11.10

* Change Jira Assignee Label to Assignee ID

## bugsplat-ng update - August 3rd, 2022

#### Release - v14.0.2

* Update README.md

#### Release - v14.0.1

* Security Fixes

#### Release - v14.0.0

**Features**&#x20;

* Angular 14

**BREAKING CHANGES**&#x20;

* Updates to package version to stay in sync with Angular versions&#x20;
* feat: use bugsplatJs to keep track of desc, key, email, user&#x20;
  * Description, key, email, and user are now set only properties&#x20;

#### Release - v13.0.0

* Add README Section for Source Maps&#x20;
* Demo refresh chore(sample): improve symbol uploads&#x20;
* Provide ivy distribution&#x20;
* Allow overriding logger&#x20;

## bugsplat-gdk update - July 26th, 2022

#### Release - v1.2.1

* See bugsplat-gdk changelog for details

## bugsplat-gdk update - July 25th, 2022

#### Release - v1.1.2

* See bugsplat-gdk changelog for details

## Web App Update - July 17th, 2022

#### Release - v2.11.7

* Add .macdmp as an inline preview type

## Web App Update - July 2nd, 2022

#### Release - v2.11.6

* re-add support for linkDefectId with prefix

## bugsplat-gdk update - June 30th, 2022

#### Release - v1.1.1

* See bugsplat-gdk changelog for details

#### Release - v1.1.0

* See bugsplat-gdk changelog for details

## Web App Update - June 27th, 2022

#### Release - v2.11.5

* fix release workflow action

#### Release - v2.11.4

* platform SVGs are too large

## BugSplat-Unity Update - May 25th, 2022

#### Release - v2.3.0

* feat: use BugSplatOptions for symbol uploads
* feat: remove SendPdbs

## Web App Update - May 25th, 2022

#### Release - 2.11.3

* Crash page should show loading when reprocessing crash

## Web App Update - May 22nd, 2022

#### Release - 2.11.2

* Show company name in settings dropdown
* Show non-restricted dbs on Admin page

## BugSplat-Unity Update - May 16th, 2022

#### Release - v2.1.4...v2.2.0

* Feat: add support for Unity 2019

## Web App Update - May 16th, 2022

#### Release - 2.11.1

* Should not throw errors when no plans available for Upgrade

## Web App Update - May 15th, 2022

#### Release - 2.11.0

* Add Rejected 30 Day and Rejected 365 Day

## Web App Update - April 29th, 2022

#### Release - 2.10.6

* Wait for a response before finalizing uploads

#### Release - 2.10.5

* npm version should be added to package.json

## Web App Update - April 28th, 2022

#### Release - 2.10.4

* Enable close button after symbol upload

## Web App Update - April 28th, 2022

#### Release - 2.10.4

* Enable close button after symbol upload

## JS API Client - April 21th, 2022

#### Release - 2.0.0

* Replace Symbols API Client with Versions API Client
* Merged the Symbols and Versions APIs to a single Versions API and thus have removed the Symbols API client.

## Web App Update - April 20th, 2022

#### Release - 2.10.3

* Remove default sort on Versions page

#### Release - 2.10.2

* Fix logic miss with showFiltering

## Web App Update - April 19th, 2022

#### Release - 2.10.1

* Version ID column should be visible by default

#### Release - 2.10.0

* Combine Symbols and Versions page&#x20;

## Web App Update - April 14th, 2022

#### Release - 2.9.26

* Center graphic on restricted users lockout screen

#### Release - 2.9.25

* Center graphic on restricted users lockout screen

## Web App Update - April 11th, 2022

#### Release - 2.9.24

* Improve drag and drop hover and disabled states

## Web App Update - April 5th, 2022

#### Release - 2.9.23

* Add legacy pricing FAQ

## Web App Update - April 4th, 2022

#### Release - 2.9.21

* Settings page background should fill vertical space

## Web App Update - April 2nd, 2022

#### Release - 2.9.20

* Empty Key Crash text should not be cutoff

#### Release - 2.9.19

* Fix Key Crash button hover should not be white

#### Release - 2.9.18

* Empty Key Crash text should not be cutoff

## Web App Update - April 1st, 2022

#### Release - 2.9.17

* Don't show empty IP address globe

## Web App Update - March 30th, 2022

#### Release - 2.9.16

* Confetti cannon should wait to fire on databases that already contain crashes
* Stack key links should be disabled until crash is processed

## Web App Update - March 29th, 2022

#### Release - 2.9.15

* Add Link to Filter By IP Address

#### Release - 2.9.14

* Restricted Settings menu should navigate to Billing page

#### Release - 2.9.13

* Make stack key link clickable

## Web App Update - March 26th, 2022

#### Release - 2.9.12

* Remove crash id header information

## Web App Update - March 25th, 2022

#### Release - 2.9.11

* Fix ngb-filterable-dropdown styling issue

## Web App Update - March 24th, 2022

#### Release - 2.9.10

* Should provide enterprise users a contact us link in subscription nag

#### Release - 2.9.9

* Improve crash page header styles

#### Release - 2.9.8

* Improve markdown styles for code snippets in onboarding

#### Release - 2.9.7

* Improve app and onboarding top nav styles

#### Release - 2.9.6

* Add link to platform docs in onboarding
* Update 'Bobby' image in the footer

## Web App Update - March 23rd, 2022

#### Release - 2.9.5

* Fix onboarding sample z-index issue

#### Release - 2.9.4

* Show warning message to locked out restricted user

## Web App Update - March 21st, 2022

#### Release - 2.9.3

* Should not nag customers who pay via Invoice

#### Release - 2.9.2

* Don't Nag Enterprise CustomersS

## Web App Update - March 19th, 2022

#### Release - 2.9.1

* Show nag when customer has exceeded user and app usage

## Pricing Update - March 16th, 2022

#### Commercial Plans&#x20;

Release of new pricing plans.  Users who sign up for plans after March 16th, 2022 are governed by pricing detailed on the [Plans](https://www.bugsplat.com/plans/) page. &#x20;

Users who signed up for plans before March 16th, 2022 are governed by [legacy pricing plans](broken://pages/L0c4UPEZN4OxBDueuZYV).

Learn more by viewing the [Billing](broken://pages/wUHupuY5KeyodORrPBdO) documents or contacting <sales@bugsplat.com>.

#### Free Plans

Terms for the [Solo Developer](broken://pages/-Mf977jhDLOBdXWUjLO7), [Open Source](broken://pages/-MeWTg-eNTJzj6ddtE_p), [Indie Game Dev](broken://pages/-MeWU2FoZnvJnl5Ui5lW#overview), [Education](broken://pages/-MeWTwMkLlLMEOjLRXEi), and [Good Causes](broken://pages/-MgmEKGbcb6K8XWcNhu_) terms have been updated as part of this new pricing plans release.

#### Release - 2.9.0

* Release 2022 pricing

#### Release - 2.8.27

* Update lockout flow to work with new billing page

#### Release - 2.8.26

* Settings page should display "Loading..." instead of restricted before app is loaded

## Web App Update - March 15th, 2022

#### Release - 2.8.25

* Wait for stripe webhook

## Web App Update - March 14th, 2022

#### Release - 2.8.24

* Fix fontawesome path
* fix Pricing TODOs

## Web App Update - March 11th, 2022

#### Release - 2.8.23

* Add Manage Apps page

#### Release - 2.8.22

* Fix routerLink not defined on pricing page

## Web App Update - March 9th, 2022

#### Release - 2.8.21

* Merge Company General and Company Billing

## Web App Update - March 9th, 2022

#### Release - 2.8.20

* Reset Apps, Users, Crashes when toggling plan

## Web App Update - March 8th, 2022

#### Release - 2.8.19

* Use API for Upgrade Modal Crashes Input Max

#### Release - 2.8.18

* Enterprise card should be paid by invoice

## Web App Update - March 2nd, 2022

#### Release - 2.8.17

* Update pricing modal to match new design

## Web App Update - February 28th, 2022

#### Release - 2.8.16

* Fix Font Awesome Math.Divide Warning

## Web App Update - February 23rd, 2022

#### Release - 2.8.13

* Add manage your plan link for legacy plans

## Web App Update - February 15th, 2022

#### Release - 2.8.12

* Redirect to Account page if Stripe Portal returns null

#### Release - 2.8.11

* Fix should not fail to parse Subscription API

## BugSplat Angular - February 10th, 2022

#### Release - 5.0.0

* Uploads source maps&#x20;
* Add README Section for Source Maps&#x20;
* Demo refresh
* chore(sample): improve symbol uploads
* fix: provide ivy distribution

## Web App Update - February 2nd, 2022

#### Release - 2.8.8

* Update Crash and Key Crash action column styles

#### Release - 2.8.7

* Move firstReported/lastReported to side column

## BugSplat-js - February 2nd, 2022

#### Release - 7.1.1

* Bump node-fetch from 2.6.1 to 2.6.7
* Add types for server response

#### Release - 7.1.0

* Add options FormDataParam
* Make database, application, version public for bugsplat-ng

## Web App Update - February 1st, 2022

#### Release - 2.8.6

* Update Crash and Key Crash action column styles

#### Release - 2.8.5

* Billing should show usage for currently selected company

#### Release - 2.8.4

* Update comment component padding

#### Release - 2.8.3

* Update event stream component styles

## BugSplatNative library - January 31st, 2022

#### Release - 3.6.0.13

* Added MiniDumper::setNotes(const \_\_wchar\_t\* szNotes), which sets the initial value of the crash report Notes field. Note that your users can edit this field using the BugSplat web application. A current version of SendPdbs is also required for this API change.

## Web App Update - January 31st, 2022

#### Release - 2.8.2

* Update crash page overview font-size to 0.875rem

## Web App Update - January 18th, 2022

#### Release - 2.8.1

* Improve loading state on Settings pages

## Web App Update - January 10th, 2022

#### Release - 2.7.6

* NET Standard welcome url should be /dot-net-standard

## Blog Post: [Crash Course in Crash Grouping](https://www.bugsplat.com/blog/product/crash-course-in-grouping/)

**Published January, 10th 2022**

Supporting large applications with enormous crash volumes can be a real pain in the hindquarters. Luckily, we've upgraded our tooling for developers so that they can group related crashes and better target their support efforts. In this post, we quickly go over how you can take advantage of these important new tools.

[Read the post -->](https://www.bugsplat.com/blog/product/crash-course-in-grouping/)

## Web App Update - January 5th, 2022

#### Release - 2.7.4

* Fix .NET Standard Platform Info Title and Image

#### Release - 2.7.5

* Add attachment preview support for '.crashlog' files

## Web App Update - January 4rd, 2022

#### Release - 2.7.3

* Attachments preview should not close when crash is processing

## Web App Update - January 3rd, 2022

First update of 2022!  How exciting! BugSplat wishes you a happy and healthy 2022!

{% embed url="<https://media.giphy.com/media/NsKiCmWdA96V4w10N5/giphy.gif>" %}

#### Release - 2.7.1

* Widen database and company selector on medium screens


# Archive 2021

Changelog archives for 2021.  Not finding what you're looking for? Send a message to support\@bugsplat.com

{% hint style="info" %}
**Looking for the current changelog?**  To get current product updates, please view our current [Changelog](broken://pages/p21CB5whRIBKviGofGFv) or follow us on [Twitter](https://twitter.com/BugSplatCo/) (we post updates there as well).
{% endhint %}

## Web App Update - December, 28th 2021

#### Release - 2.7.0

* Combine **Company** and **Options** into new [**Settings**](https://app.bugsplat.com/v2/settings) page

## Web App Update - December, 15th 2021

New Feature!  Users now get confetti in the onboarding tool when they submit their first crash to a database 🎊

{% embed url="<https://media.giphy.com/media/5xyw3mqekqOVW/giphy.gif>" %}

#### Release - 2.6.6

* Update post a sample crash button

#### Release - 2.6.7

* Add tabs for platforms in onboarding

#### Release - 2.6.8

* Shoot confetti when crash is received

## BugSplat Terms Update - December 14th, 2021

* BugSplat has updated our list of data sub-processors data sub-processors to include Hotjar.  See the full list [here](broken://pages/-MeWC-PL7PFFCJ0GV0Rr).

## Web App Update - December, 14th 2021

#### Release - 2.6.3

* Fix broken links to doc folders in Onboarding

#### Release - 2.6.4

* Drop crash details 'explanation' field

#### Release - 2.6.5

* Fix bad link replacement in onboarding docs

## BugSplat Unity - December, 14th 2021

#### Release - 2.1.2

* Fixes error thrown in PostMostRecentCrash when Crash folder doesn't exist

## Web App Update - December, 11th 2021

#### Release - 2.6.2

* Sort order undefined when sorting by id

## Web App Update - December, 10th 2021

#### Release - 2.6.1

* Support 100k export limit

## JS API Client - December, 9th 2021

#### Release - 1.1.6

* Add filterable database to onboarding

## Web App Update - December, 9th 2021

#### Release - 2.6.0

* Add filterable database to onboarding

## Web App Update - December, 8th 2021

#### Release - 2.5.5

* Onboarding progress spinner

## Web App Update - December, 6th 2021 &#x20;

#### 🥳 Feature release! [View Text Files](https://twitter.com/BugSplatCo/status/1471215248073916417?s=20) from the attachments tab!

#### Release - 2.5.0

* Feature release:champagne\_glass:: View text files from attachments tab

#### Release - 2.5.1

* Fix: fix doc links containing anchor tags

#### Release - 2.5.2

* Update first crash poller styles

#### Release - 2.5.3

* Add preview for UE4 .runtime-xml files

#### Release - 2.5.4

* Show versions selector when no applications are selected

## Web App Update - December, 6th 2021

#### Release - 2.4.8

* BugSplat Header should link to Welcome page
* Updates Onboarding Welcome Text
* Updates Create Database Text

#### Release - 2.4.9

* Fix: crashes page should show groupByCount

#### Release - 2.4.10

* Fix: multi-select dropdowns should stay open
* Fix: update Onboarding to use Gitbook Docs

#### Release - 2.4.11

* Fix: fix CORS issue with Welcome Docs

####

## JS API Client - Release - 1.1.5 - November 27th, 2021

* Add groupByCount to CrashesApiRow

## JS API Client - Release - 1.1.4 - November 22nd, 2021

* crashesApiRow id, stackKeyId should be type numberxpose TableDataFormDataBuilder

## JS API Client - Release - 1.1.3 - November 22nd, 2021

* Expose TableDataFormDataBuilder

## JS API Client - Release - 1.1.2 - November 22nd, 2021

* Throw more useful error if OAuthClientCredentialsApiClient fails to authenticate

## Symbol Upload - v4.1.0 - November 19th, 2021

* Get application, version, and database automatically
* Zip files before uploading to s3

## JS API Client - Release - 1.1.1 - November 18th, 2021

* Adds Buffer to UploadableFile union type

## macOS - Release - 1.1.2 - November 18th, 2021

* Fixes issue with universal framework

## macOS - Release - 1.1.1 - November 18th, 2021

* Corrected framework download url

## Web App Update - Release - 2.4.7 - November, 16th 2021

* Fixes BugSplat Crash: name

## Web App Update - Release - 2.4.6 - November, 16th 2021

* Onboarding footer rework
* Fixes Key Crash padding issue
* Rebuild of onboarding progress marker
* Fixes BugSplat Crash: setAttribute(691:15)
* Onboarding page nav buttons

## BugSplat Unity - Release - 2.1.1 - November 14th, 2021

* Adds Sample Crasher as an Optional Import to the BugSplat Package
* Add Sample Section to Help

## Web App Update - Release - 2.4.0 - November, 12th 2021

* Add Hotjar to web application

## Web App Update - Release - 2.4.0 - November, 3rd 2021

* Fixes line wrapping in common-modal
* Group Crashes Updates

## Web App Update - Release - 2.3.1 - November, 3rd 2021

* Onboarding header styles
* Font Awesome 5 Upgrade
* Rename Subkeys page to Groups
* Add Date Picker to Stack Explorer Page

## Web App Update - Release - 2.3.0 - November, 3rd 2021

* Adds support for generating OAuth2 Client Credentials
* Improve README
* Updates to Onboarding tool

## BugSplat Unity - Release - 2.1.0 - October 14th, 2021

* Adds support for configuring BugSplat via the Unity Editor
* Adds support for DontDestroyOnLoad

## BugSplat Unity - Release - 2.0.0 - October 7th, 2021

* Adds support for WebGL&#x20;
* Fixes a bug where PostMostRecentCrash posted the oldest crash

## Symbol Upload - Release - 3.0.0 - September 29th, 2021

Renames post and delete to postSymbols and deleteSymbols respectively

## JS API Client - Release - 2.3.3 - September 29th, 2021

* Fixes issue with TypeScript not generating correct paths in build output

## Symbol Upload - Release - 2.3.3 - September 29th, 2021

* Updates @bugsplat/js-api-client to a version compatible with Node.js

## JS API Client - Release - 1.0.0 - September 28th, 2021

* Adds client with support for posting crash reports
* Adds client with support for the OAuth2 Client Credentials flow

**Breaking Changes**

* Changes the order of the parameters for BugSplatApiClient's createAuthenticatedClientForNode and createAuthenticatedClientForWebBrowser functions so that host can be an optional parameter with a default value

## iOS - **Update -** September 26th, 2021

* Updated documentation.

## macOS - Release - 0.0.12 - September 24th, 2021

* Adds support for Crashes API

## JS API Client - Release - 0.0.12 - September 24th, 2021

* Adds support for Crashes API

## Web App Update - Release - 2.2.40 - September 22th, 2021

* Fixes typo in onboarding page

## Web App Update - Release - 2.2.39 - September 22th, 2021

* Fixes bug where some special characters were not allowed when creating new passwords

## Web App Update - Release - 2.2.38 - September 22nd, 2021

* Update to dramatically increases the speed of Crash processing by reducing information displayed in Modules table

## Web App Update - Release - 2.2.37 - September 15th, 2021

* Updates links to docs

## Web App Update - Release - 2.2.36 - September 15th, 2021

* Improves Crash Rate Alert note
* Updates Sign Up page

## Web App Update - Release - 2.2.35 - September 3rd, 2021

* Increases password complexity requirements
* Adds Crash page link to docs for iOS crashes
* Updates Crash page links to new docs

## Web App Update - Release - 2.2.34 - August 25th, 2021

* Fixes text wrapping in row details component
* Adds a link to JavaScript docs for JavaScript crashes
* Adds support for uploading .js.map filesde.js.

## JS API Client -  **Breaking Changes** - Release 0.0.10 - August 25th, 2021

* Removes dependency on fs so that symbol upload can be done in a browser as well as via node.js.

## JS API Client -  v0.0.9 - August 25th, 2021

* Fixes bug where error was thrown if event username was undefined

## Web App Update - Release - 2.2.33 - August 17th, 2021

* Adds persistent column width to Crash page's Active Threads table

## Web App Update - Release - 2.2.31 - August 17th, 2021

* Fixes issue uploading .dSYM and .xcarchive packages with Safari
* Adds link to docs for ASAN crash reports
* Updates modal styles

## BugSplatNative library - v3.6.0.11. - August 5th, 2021

* Now supports Address Sanitizer crash reports. See [here](broken://pages/-MgDD2HBaxz6ZRHcUPQ8) for details on this integration.

## BugSplatNative library - v3.6.0.10. - Jul 22nd, 2021

* MDSF\_NONINTERACTIVE option now also enforces silent reporting of application hangs.

## Web App Update - v2.2.30 - Jul 22nd, 2021

* Updates row details table on Versions page
* Updates row details table on Symbols page
* Updates row details table on Summary page
* Updates row details table on Company page
* Updates row details table on Dashboard page
* Updates Delete Symbols modal
* Updates Transfer Database modal
* Fixes padding for missing symbols warning
* Fixes padding for row details Active Thread table

## BugSplat Unity - v1.3.0 - Jul 20th, 2021

* Adds support for capturing UnityPlayer.log in UWP
* Fixes build error where PostBuild.cs could not find SendPdbs.exe in order to upload Plugin symbols
* Fixes TODO to destroy Texture2D after being used to create a screenshot

## Symbol Upload - v2.3.0 - Jun 29th, 2021

Adds support for removing symbols

## Remote Stack Analyzer - v2.0.0 - Jun 28th, 2021

* Fixes issues with corrupt crash report calculation
* Improved performance in MacOS and Crashpad crash processing
* Improved API error responses and error handling

## Web App Update - v2.2.28 - Jun 28th, 2021

* Updates Crash page styles

## Stack Converter - v1.2.3 - Jun 22nd, 2021

* Fixes broken bin command

## Stack Converter - v1.1.0 - Jun 22nd, 2021

* Fixes issue with invalid 'main' property in package.json

## BugSplat Unity - v1.2.0 - Jun 22nd, 2021

* Adds support for attaching Linux Editor.log and Player.log files

## Web App Update - v2.2.27 - Jun 20th, 2021

* Support for displaying defect events on Crash and Key Crash pages

## Web App Update - v2.2.26 - Jun 18th, 2021

* Adds markdown support to comments component
* Fixes BugSplat when attempting to set initials for comment component

## Web App Update - v0.0.6 - Jun 17th, 2021

* Fixes Events comment event comment property should be message

## Web App Update 16-June-2021

* Fixed issue where exported csv had duplicate columns
* Fixed issue where user couldn't login if database was deleted

## Web App Update 15-June-2021

* Fixed issue where database wasn't persisted when set by query param

## Web App Update 10-June-2021

* Added Reject Repeated Crashes option
* Fixed bug in Comment callout
* Fixed bug in ngx-charts where line chart was shaded incorrectly
* Replaced area charts with line charts

## Web App Update 04-June-2021

* Fixed issue with emails address containing a + being unable to login

## Web App Update 03-June-2021

* Added new Comment component and renamed old component
* Fixed incorrect sample crashes in grouped crashes table

## Web App Update 21-May-2021

* Fixed Key Crash breadcrumb overflow
* Fixed issue opening Stripe portal with popup blocker enabled

## Web App Update 17-May-2021

* Fixed Grouped crashes table sample crashes weren't filtered by time frame
* Fixed missing Key field on Crash page
* Added ability to specify crash type on Migrate page
* Added expand/collapse to long user descriptions on Crash page
* Added new environment icons on Crash page

## com.bugsplat.unity 1.1.0 Release 11-May-2021

* Adds support for attaching Player.log and Editor.log on macOS

## com.bugsplat.unity 1.0.0 Release 06-May-2021

* Official release of redesigned Unity package to GitHub and OpenUPM

## com.bugsplat.unity 0.0.2 Release 06-May-2021

* Beta release of redesigned Unity package to GitHub and OpenUPM

## BugSplatDotNetStandard 2.0.4 Release 04-May-2021

* Adds support for posting stringified exceptions

## BugSplatDotNetStandard 2.0.2 Release 29-April-2021

* Adds support for Unity exceptions

## BugSplatDotNetStandard 2.0.0 Release 29-April-2021

* Adds support for uploading minidumps
* Improves attachment support

## Temporary Outage Fixed 20-Apr-2021&#x20;

Due to an issue with our authentication service provider, BugSplat was temporarily unavailable for some users today. This issue has been resolved by the provider and is no longer an issue.

Check out [Twitter](https://twitter.com/bugsplatco) account for further updates.

## Web App Update 14-April-2021

* Fixed locals and arguments not shown for Unreal and Unity crashes
* Fixed filtering by eempty string
* Fixed broken platform image link to docs
* Added forward Unreal Engine crashes to Epic option

## Web App Update 08-April-2021

* Fixed broken Contact User button on Crash page
* Fixed bug navigating on Stack Explorer page
* Added links to filter crashes by email and user on Crashes page
* Crash page style updates

## Web App Update 05-April-2021

* Crash page style updates
* Fixed issue where arguments and locals where shown on unsupported platforms
* Fixed issue with missing placeholder in Safari date pickers

Web App Update 29-March-2021

* Fixed issue getting Crash data for February 28th
* Fixed issue getting Crash data for customers in timezones with 30 minute offsets
* Fixed formatting of Total Crashes field on Dashboard page

Web App Update 26-March-2021

* Fixed bug posting comment from Crash page
* Fixed bug creating/deleting defects from Crash page
* Fixed issue with icons not loading on Crash page
* Fixed broken Stack Key link on Crash page

## Web App Update 22-March-2021

* Fix bug with quotes in Error Log table
* Add warnings to Error Log page
* Add MFA status column to Company page
* Style changes

## Web App Update 08-March-2021

* Released new Onboarding flow

## Web App Update 02-March-2021

* Beta released Error Log page

## Web App Update 27-Feb-2021

* Added database selector to default Support Response page

## Web App Update 03-Feb-2021

* Updated Add User component to support adding multiple users at once

## Web App Update 01-Feb-2021

* Fix cursor pointer bug on Summary page
* Fix broken platform image for unknown platforms on Crash page

## Web App Update 28-Jan-2021

* Hide retired versions from applications/versions dropdowns

## Web App Update 19-Jan-2021

* Sort Application and Versions dropdown values
* Improved site accessibility

## Web App Update 13-Jan-2021

* Fix for error loading Symbols page when application name or version was null

## Web App Update 08-Jan-2021

* Fix bug displaying comments on Key Crash page


# Archive 2020

Changelog archives for 2020.  Not finding what you're looking for? Send a message to support\@bugsplat.com

{% hint style="info" %}
**Looking for the current changelog?**  To get current product updates, please view our current [Changelog](broken://pages/p21CB5whRIBKviGofGFv) or follow us on [Twitter](https://twitter.com/BugSplatCo/) (we post updates there as well).
{% endhint %}

## Web App Update 21-Dec-2020

* Added support for Assembla

## Web App Update 16-Dec-2020

* Style updates for Crash page
* SStyle updates for Log Defect modal
* SFix bug with Time Frame filtering on Key Crash page

## Web App Update 14-Dec-2020

* Fix for Group By control not closed by outside click
* Added support for exporting Group By results on Crashes page
* Added support for global Applications, Versions and Time Frame filters when exporting from the Crashes page

## Web App Update 12-Dec-2020

* Added ability to persist time frame filter between sessions

## Web App Update 09-Dec-2020

* Replace Database, Application and Version dropdowns with Breadcrumbs
* Add support for time frame 'All'
* Style improvements

## Web App Update 08-Dec-2020

* Fix for bug where global filters were not being honored on Crashes page

## Web App Update 04-Dec-2020

* Added crash attachments to row details view on Crashes page

## Web App Update 2-Dec-2020

* Released Group By feature on Crashes page
* Improved Table Search by making search columns searchable

## Ngb-Filterablep-Dropdown Update 1-Dec-2020

* Added ability to use any template as dropdown toggle
* Bug fixes
* Released version 6.1.2

## AWS Status Update 26-November-2020

* BugSplat application services have been restored to full health following the AWS outage. Happy Thanksgiving everyone!

## AWS Status Update 25-November-2020

* Update 7:00 pm est:BugSplat application services have recovered from the AWS outage which is not fully resolved. Note that until the AWS services are fully-restored, there is a continued risk of interruption of BugSplat services. See [here](https://status.aws.amazon.com/) for additional details.
* BugSplat services are experiencing intermittent failures due to issues at our service provider AWS. Our team is monitoring and working to mitigate the effects. We will update here when the issues are resolved. Learn more at [AWS Service Health Dashboard](https://status.aws.amazon.com/).

## Ngb-Filterablep-Dropdown Update 27-November-2020

* Added ability to set different selection modes for multi-selection which will hide or show Select All, Select None and Select Multiple
* Released version 6.0.0

## Web App Update 18-November-2020

* Updated look and feel of table row expansion
* Updated styles on Crash page

## Apple Silicon support! 16-November-2020

* A preview version of the BugSplat Mac SDK is available for testing at <https://github.com/BugSplat-Git/BugSplatMac>. This version contains our initial support for [Apple Silicon](https://www.apple.com/newsroom/2020/06/apple-announces-mac-transition-to-apple-silicon/), and we encourage customers to test it and give feedback.

## Ngb-Filterablep-Dropdown Update 13-November-2020

* Added ability to set custom toggle text
* Released version 5.0.0

## Breakpad/Crashpad Update 12-November-2020

* Upgraded processing of Breakpad and Crashpad reports so that function name references in the call stack now include the module name too. Existing customers may notice some call stacks are grouped in new stack keys as a result of this change.

## Web App Update 11-November-2020

* Fix BugSplat passing bad ID to Crash page
* Fix BugSplat checking subscription status on 404 page
* Fix broken image icon if user hasn't uploaded company logo
* Fix weird wrapping of Export component on Crashes page

## Web App Update 10-November-2020

* Addressed customer feedback to fix styles on Stack Explorer page

## Web App Update 9-November-2020

* Addressed customer feedback to use correct casing for Key Crash page header
* Fixed issue logging out

## Web App Update 5-November-2020

* Fix for Crash ID missing on Crash page on mobile devices
* Fix for version filters not being used on Key Crash page
* Fix for end users not being able to view Upload page without logging in first

## Web App Update 4-November-2020

* Updated look and feel of the navigation bar

## Web App Update 3-November-2020

* Defaulted Time Frame filter to Last 30 days in order to improve performance

## Web App Update 22-Oct-2020

* Released new Upload page for end users who were unable to post a crash report automatically
* Released Migrate page to assist companies migrating from their existing crash report solution to BugSplat

## Web App Update 10-October-2020

* Released new Password page

## Web App Update 09-October-2020

* Added new **Users Affected** column to [Summary](https://app.bugsplat.com/v2/summary) page. This column shows unique users who exprienced a crash associated with a Stack Key. More information on the Users Affected column can be found [here](https://www.bugsplat.com/blog/product/users-affected-by-crash/).

## ngb-filterable-dropdown update 08-October-2020

* Released version 4.0.0
* Added openChanged event that fires when the dropdown is opened or closed
* API updates to standardize naming conventions

## Web App Update 08-October-2020

* Updated Crash page comment widget styles
* Updated Key Crash page comment widget styles
* Fix for fussy comments field that sometimes reverted modifications
* Fix for bug where Group Stacks page displayed incorrect values due to non-unique stackId mappings
* Fix for subscription limits not being updated when adding/removing/transferring a database
* Fix for subscription limits not being updated when adding/removing a user
* Fix for BugSplat when navigating to Crash page with invalid ID

## Web App Update 05-October-2020

* Upgraded technical support editor and response pages. These now use Markdown (make that a link to the markdown website) rather than HTML. Existing HTML responses can be edited, but must be converted to Markdown. View an example in the <fred@bugsplat.com> database with this [link](https://app.bugsplat.com/browse/support/?stackKeyId=5555\&vendor=Fred\&key=*Default*).

## Web App Updates 30-Septeber-2020

* Fix bug displaying error message when GitHub defect creation fails

## Web App Updates 29-Septeber-2020

* Released new Support Response Editor
* Released new End User Support Response page

## Web Services API 29-September-2020

* Removed deprecated endpoint `crashRatePerMinute` from [Web Services API](broken://pages/-MeWAIVMskNMjAdKrPA7) documentation.

## Web App Updates 12-Septeber-2020

* Fix for bug where symbol upload disabled while files were uploading

## Web App Updates 04-Septeber-2020

* Fix for broken link in Pricing FAQs

## Web App Updates 02-Septeber-2020

* New Manual Symbol Upload control

## ngb-filterable-dropdown update 01-Septeber-2020

* Released version 3.0.0
* Added create item feature
* Updated style

## Android Update 1-August-2020

* BugSplat now supports collecting [Android NDK](broken://pages/-MeQvUfwCB3wyphC__m9) crashes via Crashpad. If you're supporting a cross-platform C++ application, porting a C++ application to Android, or creating a new NDK library from scratch, check out our Android NDK docs and our AndroidCrasher sample application.

## Native, .NET, UE4, and SendPdbs downloads Update 24-July-2020

* Added support for a new '/Credentials' option in SendPdbs.
* Removed SendPdbs dependency on the external file PdbLibrary.dll
* SendPdbs updated to version 2.2.0.2.

## Web App Update 30-June-2020

* Released new version of the Stack Explorer page

## Web App Update 17-June-2020

* Added ability to search by version greater than or less than

## Web App Update 06-June-2020

* Added ability to export search results on Crashes page

## Web App Update 22-May-2020

* Release of [Qt](broken://pages/-MeRZkA9XeOADgRRkzTC) Documentation

## Web App Update 20-May-2020

* Release of [CRYENGINE](broken://pages/-MeRRqdyM5mZrayEhLE7) Documentation

## Web App Update 18-May-2020

* Site-wide style improvements

## Web App Update 15-May-2020

* Added crashing thread to Key Crash table row details view
* Added copy search feature
* Improved search UX
* Retired legacy search page
* Fix for 403 changing company logo

## Web App Update 14-May-2020

* Better error handling for long queries that have timed out

## Terms Update 12-May-2020

* Updated [Terms](broken://pages/-MhQaSjPFZmuGsv5h6fo) of Service

## Web App Update 07-May-2020

* Added searches for any call stack file name, function name and line number
* Fix bug refreshing Crashes table after comment updated
* Fix bug loading crash page when application or version was undefined
* Style updates

## Web App Update 15-April-2020

* Released new Group Stacks page
* Improved Subkey UX
* Removed Heatmap page

## Web App Update 11-April-2020

* Support for filtering tables with query params
* Fixed bug where table headers didn't appear sortable
* Fixed bug where Symbol Details page settings weren't saved

## Web App Update 26-Mar-2020

* Added optional Environment field to Jira options

**Update for the weekend of 4-Apr-2020**

This weekend BugSplat is planning to upgrade our database to a new version. There may be short periods of time when the web application is non-responsive. Expect service to return to normal before Monday 6-April-2020.

We'll be posting updates here and on [Twitter](https://twitter.com/bugsplatco).

## Web App Update 17-Mar-2020

* Added support for [Discord](https://discordapp.com/) notifications

## Web App Update 11-Mar-2020

* Hide horizontal scrollbar on row details views with no overflow
* Style improvements for restricted users on the ‘[Settings](https://app.bugsplat.com/v2/settings/database/defect-tracker?)’ page.
* Anchored app footer to the bottom of the screen

## Web App Update 10-Mar-2020

* Added support for comma separated list of email addresses for email alerts

## Web App Update 06-Mar-2020

* Added support for comma separated list of email addresses for email alerts

## Web App Update 04-Mar-2020

* Added support for Microsoft Teams
* Removed deprecated Symbol Maintenance page

## Web App Update 23-Feb-2020

* Added crashing thread to expanded row detail view on Crashes page
* Hide ‘[Settings](https://app.bugsplat.com/v2/settings/database/defect-tracker?)’ page for restricted users

## Web App Update 19-Feb-2020

* Moved transferring and deleting databases to
* Removed Database page

## Native SDK (Version 3.6.0.8) 18-Feb-2020

* Improvements in multi-thread crashing support

## Web App Updates 18-Feb-2020

* Add ability to disconnect Slack in Options - fixing features regress from release
* Improved UX setting support response logo

## Web App Updates 12-Feb-2020

* Added support for linking exist Azure DevOps issue with BugSplat
* Performance tweaks and improvements

## Web App Updates 10-Feb-2020

* Released new ‘[Settings](https://app.bugsplat.com/v2/settings/database/defect-tracker?)’ page
* Improved log defect workflow

## Windows Native and .NET Update 06-Feb-2020

* **Updated to version 3.6.0.7**
  * Fixed bug in Windows Native SDK that could cause issues when simultaneous unhandled exceptions were raised from multiple threads. Updated BsSndRpt.exe to address issues on Windows 7 environments.


# Archive 2019

Changelog archives for 2019.  Not finding what you're looking for? Send a message to support\@bugsplat.com

{% hint style="info" %}
**Looking for the current changelog?**  To get current product updates please view our current [Changelog](broken://pages/p21CB5whRIBKviGofGFv) or follow us on [Twitter](https://twitter.com/BugSplatCo/) (we post updates there as well).
{% endhint %}

## Web App Updates 31-Dec-2019

* Fixed bug where alerts appeared off-screen
* Fixed bug where table page could be set to a negative number

## Web App Updates 24-Dec-2019

* Published new Electron endpoint that does not require setting 'Include Electron Symbols' option
* Added platform indicator for Electron crashes on Crash page

## Web App Updates 03-Dec-2019

* Add First Report column to Summary page
* Fix bug where Key Crash table didn't honor global timeframe filter
* Fix more links broken by marketing site update

## Web App Updates 02-Dec-2019

* Updates to match new marketing site
* Added sign-up/team-access
* Added sign-up/crash-report

## Web App Updates 25-Nov-2019

* Added loading indicator for arguments and locals

## Web App Update 23-Nov-2019

* Fixed vertical line in charts on Dashboard, Summary and Key Crash pages in GMT timezone

## Web App Update 22-Nov-2019

* Fixes issue where safari users can't expand row details on crash page
* Fixes issue where crash info table scroll bars were always visible on crash page
* Hides symbol delete column in favor of a delete button in the expanded row view

## Web App Update 20-Nov-2019

* Fix bug where processing crash would spin forever

## Web App Update 16-Nov-2019

* Fix for errors generated by crashes where opening reprocess call returns 422

## Native SDK Updates 15-Nov-2019

* BugSplat native apps now support creation of full memory dumps. This option is only available to Enterprise customers. Contact us for more information.

## Web App Update 14-Nov-2019

* Performance improvements for processing crashes

## Web App Update 12-Nov-2019

* Fixed column sizing on Crash page
* Fix for Crash page row details being collapsed when additional info becomes available

## Web App Update 04-Nov-2019

* Fix bug where user cannot select Startup subscription

## Web App Update 30-October-2019

* Fix to display an error message when we can't reprocess a crash because it is too old
* Fix for active thread row details being closed for no reason on Crash page

## 25-October-2019: Web App Updates

* Fix BugSplat when create database clicked before API has time to respond
* Fix bug where KeyCrash comment could be set on wrong database
* Add subscription delete link to Account page
* Added commas to large numbers on various pages

## 23-October-2019: Web App Updates

* Added company selector to Company page
* Added users table to Company page
* Added ability to add user to all databases via Company page
* Added ability to remove user from all database via Company page
* Added ability to add database via Company page
* Added ability to delete database via Company page

## 9-October-2019: Web App Updates

* Fix bug where users table was not updated when restricted checkbox was toggled and user added
* Fix bug where comment field was not updated in Crashes and Key Crash page tables
* Fix bug where user was required to click away or hit enter to post Stack Key comment

## 16-September-2019: Web App Updates

* Disable monthly plan options if payment type is invoice
* Added 'Exception Message' and 'Exception Code' columns to KeyCrash page

## 13-September-2019: Web App Updates

* Added Exception Code and Exception Message columns to Crashes page
* Changed Symbol Details 'Size' column to 'Compressed Size'
* Fixed bug where Crashes page couldn't display crashes with undefined threads or modules
* Fixed bug displaying Crashes page 'User' value

## 11-Sept-2019: Versioning

* Windows version information added to BugSplat.dll and BsSndRpt.exe

## 09-September-2019: Web App Updates

* Style improvements to Account and Upgrade pages
* Added new indicator to the Account page for users who are paying by invoice
* Added new indicator to the Account page for users who are in the Free Tier plan
* Added new indicator to the Account page for users who are in the 30-Day Trial plan

## 05-September-2019: Account Tools Updates

* Added restricted menu for non-compliant accounts

## 23-August-2019: Web App and Tools Integration Updates

* Released integration with [GitHub Issues](broken://pages/-MeRp_ze4F1HvmoZNY7R) issue tracker
* Released integration with [YouTrack](broken://pages/-MeRqI7K25052Hxio3Hi) issue tracker
* Fixed bug where delinquent account could get around license lockout by navigating back
* Fixed bug where Crash page would not wait long enough for additional info
* Fixed bug where Crash page would not display modules for crash with 1 module
* Fixed bug on Crashes page where comment field wouldn't update when switching pages
* Improved mobile styles on Users page
* Improved styles on Crash page

## 22-August-2019: Web App and Docs Updates

* Release Versions page
* Updated FAQs on Account and Upgrade pages
* Display better error messages on Database page
* Display better error messages on Versions page

## 14-August-2019: Web App Updates

* Fix to show attachments even if crash has not finished processing

## 13-August-2019: Web App Updates

* Fix for bug where link to GroupStacks page had incorrect database parameter
* Fix for missing checkmark in Database page database selector
* Fix for error message when creating a new database

## 12-August-2019: Web App Updates

* Released Database page
* Updated /crash-details to /crash and added redirects
* Updated /company-details to /company and added redirects
* Updated /allcrash to /crashes and added redirects

## 09-August-2019: Web App Updates

* Beta release of the Database page

## 08-August-2019: Web App Updates

* Performance improvements for the Crash page
* Updated link on Company page to point to new Account page

## 31-July-2019: Web App Updates

* Added messaging for companies that have exceeded the limits of their plan
* Performance improvements

## 30-July-2019: Web App Updates

* Database selection error will now stay on the screen until user dismisses it

## 30-July-2019: Web App Updates

* Fixed bug where comment wouldn't be posted if user quickly navigated away from Crash Details page
* Added ability to download files from the Crash Details page while the crash is processing
* Added subscription countdown timer for trial users approaching the end of their trial
* Added link to symbols FAQ
* Error selecting a database will now stay on screen until the user dismisses it

## 10-July-2019: Web App Updates

* Change: Made post method awaitable
* Breaking Change: made logPostInfo and logError private
* Other: Fixed package vulnerabilities
* Updated to Angular 8
* Updated to TypeScript 3.5
* Fixed npm audit issues

## 30-July-2019: Web App Updates

* Fixed bug where comment wouldn't be posted if user quickly navigated away from Crash Details page
* Added ability to download files from the Crash Details page while the crash is processing
* Added subscription countdown timer for trial users approaching the end of their trial
* Added link to symbols FAQ
* Error selecting a database will now stay on screen until the user dismisses it

## 10-July-2019: Web App Updates

* Change: Made post method awaitable
* Breaking Change: made logPostInfo and logError private
* Other: Fixed package vulnerabilities
* Updated to Angular 8
* Updated to TypeScript 3.5
* Fixed npm audit issues

## 03-July-2019: Web App Updates

* Fixed bug where application filter did not work on Key Crash page

## 03-July-2019: Web App Updates

* Fixed bug where application filter did not work on Key Crash page

## 31-July-2019: Web App Updates

* Added messaging for companies that have exceeded the limits of their plan
* Performance improvements

## 30-July-2019: Web App Updates

* Database selection error will now stay on the screen until user dismisses it

## 30-July-2019: Web App Updates

* Fixed bug where comment wouldn't be posted if user quickly navigated away from Crash Details page
* Added ability to download files from the Crash Details page while the crash is processing
* Added subscription countdown timer for trial users approaching the end of their trial
* Added link to symbols FAQ
* Error selecting a database will now stay on screen until the user dismisses it

## 10-July-2019: Web App Updates

* Change: Made post method awaitable
* Breaking Change: made logPostInfo and logError private
* Other: Fixed package vulnerabilities
* Updated to Angular 8
* Updated to TypeScript 3.5
* Fixed npm audit issues

## 30-July-2019: Web App Updates

* Fixed bug where comment wouldn't be posted if user quickly navigated away from Crash Details page
* Added ability to download files from the Crash Details page while the crash is processing
* Added subscription countdown timer for trial users approaching the end of their trial
* Added link to symbols FAQ
* Error selecting a database will now stay on screen until the user dismisses it

## 10-July-2019: Web App Updates

* Change: Made post method awaitable
* Breaking Change: made logPostInfo and logError private
* Other: Fixed package vulnerabilities
* Updated to Angular 8
* Updated to TypeScript 3.5
* Fixed npm audit issues

## 03-July-2019: Web App Updates

* Fixed bug where application filter did not work on Key Crash page

## 03-July-2019: Web App Updates

* Fixed bug where application filter did not work on Key Crash page

## 27-June-2019: Web App Updates

* Released new Account page
* Released new Upgrade page

## 21-June-2019: Web App Updates

* Beta release of the Symbol Details page

## 20-June-2019: Web App Updates

* Persist column widths on All Crashes page between sessions
* Style improvements for Crash Details page

## 13-June-2019: Web App Updates

* Added key field to Crash Details page
* Location field is now the file name and line number of the crashing function on Crash Details page
* Combined code and explanation fields on Crash Details page
* Moved downloads to 'Attachments' tab on Crash Details page
* Fixed overflow scroll on crash info title cells on Crash Details page

## 06-June-2019: Web App Updates

Show database and user count as unlimited for Enterprise customers on Company Details page

## 31-May-2019: Web App Updates

Added database param to all pages for easier sharing of links

## 30-May-2019: Web App Updates

Fixed bug where users page could show users for wrong database

## 29-May-2019: Web App Updates

Fixed bug where database was undefined when navigating to the Key Crash page

## 28-May-2019: Web App Updates

Fixed bug where database was undefined when grouping stack on Crash Details page

## 25-May-2019: Web App Updates

* Fixed bug where database was undefined when creating defect from Key Crash page
* Fixed bug where database was undefined when creating defect from Crash Details page

## 24-May-2019: Web App Updates

* Added manage your plan link to company details
* Made Tech Support column invisible by default on Summary page

## 18-May-2019: Web App Updates

* Fixed BugSplat on Dashboard page when Crashes API was unreachable

## 25-May-2019: SendPdbs 2.2.0.0

* SendPdbs now uploads multiple symbol files in parallel to improve upload speed. The new version of SendPdbs can be downloaded separately and is also included in the updated versions of the Windows Native, Windows .NET, Unreal, Unity, and Crashpad SDKs.

## 17-May-2019: Web App Updates

* Released Crash Details page
* Added subscription enforcement dialog
* Added Stack Key ID column to Summary page
* Improved mobile layout

## 5-May-2019: Web App Updates

* Added 'Key' column to Key Crash page

## 1-May-2019: C++ SDK Updates

* VS2017 upgrade for C++ SDK. As of this release, our C++ SDK no longer supports Windows XP and Windows Vista.

## 30-April-2019: Web App Updates

* Fixed bug where Intercom didn't display for new users
* Fixed BugSplat when viewing Symbols page in Safari

## 25-April-2019: Web App Updates

* Added 'First Reported' and 'Last Reported' to Key Crash page
* Fixed column resize issue on all pages
* Set Defect Id and Stack Key Defect Id column defaults to hidden

## 24-April-2019: Web App Updates

* Reduced row height of all tables to display more data on page
* Changed '+ Add Filter' to '+ Column Search'
* Added database param to Key Crash links

## 19-April-2019: Web App Updates

* Added link to sub keyed stack key on Key Crash page
* Fixed 401 BugSplats

## 18-April-2019: Web App Updates

* Added sub key indicator to Key Crash page
* Added sub key indicator to Summary page
* Set 'Last Report' as default sort column on Summary page

## 16-April-2019: Released V2 Symbols Page

* Release of updated Symbols page in V2

## 8-April-2019: Web App Update

* Fixing loading of Intercom on V2 pages

## 8-April-2019 -macOS SDK Updates

* Ability to display a support response after submitting a crash.
* Ability to persist user's name and email so they are pre-filled next time the crash dialog appears.
* Ability to set a crash report expiry. When set the dialog will not show after the expiry time but the crash will still be uploaded.

## 5-April-2019: UWP / .NET Standard Beta Release

* Released BugSplatDotNetStandard version 1.0.0 on NuGet which supports all .NET 2.0 standard platforms. For information on how to integrate BugSplatDotNetStandard please see our [docs](broken://pages/-MeQuYNWx31g5yU1GrVY).

## 5-April-2019: BugSplat Website Update

* Company Details updates to support new subscription model
* Fix bug with handling of empty Symbols API response
* Crash Details updates

## 26-March-2019: BugSplat Website Update

* IE support
* Added Stack Key Defect Id indicator to Key Crash page
* Fixed bug where greater than filter was less than and vice versa

## 25-March-2019: BugSplat Website Update

* Fix conflicting style where filter hover was black instead of white
* Fix bug where user couldn't filter date columns
* Fix bug where IE wouldn't load due to missing padStart function
* Get nextCrashId, previousCrashId from API in Crash Details page
* Handle 401 in Crash Details component

## 16-March-2019: BugSplat Website Update

* Fix for defectId filtering
* Fix 401 BugSplat in DAV selector component
* Fix KeyCrash chart title overflow on mobile
* Truncate All Crash, Summary, Key Crash table overflow with ellipsis
* Truncate database selector overflow with ellipsis

## 08-March-2019: BugSplat Website Update

* Added mailto link to Email column on Key Crash page
* Added support for filtering Summary page by application and version
* Fixed BugSplat in time since last crash component

## 07-March-2019: Web Application Updates

* Fixed issue where chart data might be missing based on the current time and current timezone
* Fixed header padding issue on Company Details page
* Fixed spacing issue in Crash Details view

## 07-March-2019: Web Application Updates

* Fixed issue where chart data might be missing based on the current time and current timezone
* Fixed header padding issue on Company Details page
* Fixed spacing issue in Crash Details view

## 04-March-2019: Web Application Updates

* Fixed splat when viewing row details on KeyCrash page

## 03-March-2019: Web Application Updates

* Added ability to reset application/version/timeframe filter
* Fix for defectId column on KeyCrash page
* Fix for filter spacing
* Show 'Pending...' in recent crashes widget while a new stack key is processing
* Fix for missing 'Application Filter Enabled' indicator on Summary page

## 19-Feb-2019: Update to our Angular integration.

* bugsplat-ng updated to 1.0.0
* Fixes bug where rethrowErrors would attempt to recursively post to BugSplat
* Replaces rethrowError with an error log statement

## 15-Feb-2019: [Auth0](https://auth0.com/) integration for login security

* As part of our continuing [security program](broken://pages/-MeWC-PL7PFFCJ0GV0Rr) at BugSplat, we’re switching to an authentication service called Auth0 for all of our account logins. Set via the [Password](https://app.bugsplat.com/v2/password/) page.
* Multi-Factor Authentication (MFA) for two-step login protocol requiring separate verification from a mobile device to access your account
* Federated logins via Google, Github, and Microsoft accounts

## 04-Feb-2019

* Fixed bug where email column cutoff on Users page (mobile)
* Fixed bug where id column was cut off on KeyCrash page (mobile)
* Fixed broken link on Login page
* Added mailto links to email addresses on Crashes page

## 30-Jan-2019

* Released new Users page

## 30-Jan-2019

* Fixed 403 error that happened when logging in as a different user
* Fixed crash that happened when invalid time frame was set in the date picker

## 26-Jan-2019

* Released new Key Crash page
* Released new Summary page (beta)
* Fixed bug where charts were the wrong color
* Added support for displaying times in local timezone

## 25-Jan-2019: Beta releases of KeyCrash and Users Page

* BugSplat has released beta versions of the KeyCrash page and the User page. This is available to our beta users. If you are interested in becoming a beta user, please email us at <support@bugsplat.com>.

## 15-Jan-2019: Time frame and Time Filter Update:

* Bug fix for page change resetting the Time Frame filter. Additionally, we released a feature where timezone information for crashes will now display on the Dashboard and Crashes pages.


# Archive 2015-2018

Changelog archives for updates before January 1st, 2019.  Not finding what you're looking for? Send a message to support\@bugsplat.com.

{% hint style="info" %}
**Looking for the current changelog?**  To get current product updates please view our current [Changelog](broken://pages/p21CB5whRIBKviGofGFv) or follow us on [Twitter](https://twitter.com/BugSplatCo/) (we post updates there as well).
{% endhint %}

## 09-Dec-2018: New Crashes Page Release

* BugSplat has released a rebuilt version of the Crash page. This release includes the launch of new features including:
* **Advanced column filtering options:** use the +Add Filter button to quickly find the crashes you're searching for based on an expanded field of inputs.
* **Customizable column visibility settings** easily show or hide columns to improve your workflow in BugSplat.
* **In-row crash details:** click the far left > to see information on any crash without having to navigate to the individual crash page.
* **Improved crash comment column:** quickly add comments to an individual crash from right on the All Crash page.

## 09-Nov-2018: Unity Native Version 1.2.0

* Added support for passing flags to BsSndRpt. The BugSplat.MSDF\_LOGCONSOLE flag will instruct BsSndRpt to not remove the dmp file when posting a crash report. Fixes bug that prevented some crash reports from being sent to BugSplat.

## 31-October-2018: SendPdbs 2.1.0.3

* This update forces SendPdb symbol uploads to use TLS1.2, which improves security during upload. The log output has also been updated to include timestamps and a new /verbose flag which may be useful in diagnosing slow uploads. The new version of SendPdbs can be downloaded separately and is also included in the updated versions of the Windows Native, Windows .NET, Unreal, Unity, and Crashpad SDKs.

## 19-Oct-2018: Planned Database Upgrade

* BugSplat will be upgrading our database on Saturday October 27th. The website will be operational during the upgrade, however, there will be a short period of time where new data will not be persisted in the updated database. If you notice any missing data from the morning of 27-Oct-2018 (MST) please contact <support@bugsplat.com>. Our support team is here to recover anything that is critical.

## 17-Sept-2018: BugsplatMac

* Released version [1.0.7](https://github.com/BugSplatGit/BugsplatMac/releases) of the BugsplatMac SDK. This release includes support for multiple file attachments.

## 15-September-2018: Planned Database Upgrade

* We experienced brief periods (1-2 minutes) of web app downtime during our database upgrade on Saturday September 15th. During these periods new crash reports may have been rejected by our servers.

## 30-August-2018: Intermittent Authentication Errors

* From August 28th through the morning of August 30th, BugSplat experienced intermittent errors connecting to our AWS DynamoDB database. These errors typically appeared under high load. As a result, some customers experienced failures during login or when using SendPdbs for automatic symbol uploads. A restart of our EC2 instances appears to have cleared the problem. Our investigation to determine the root cause of the issue continues. *Postmortem: It appears that configuration changes to a DynamoDB table invalidated some existing DynamoDB connections. A restart cleared the problem.*

## 27-August-2018: Version 3.6.0.6

* This release fixes a bug in setGuardBytesBufferSize() in the Windows Native SDK. All customers using setGuardBytesBufferSize() should upgrade to this version.

## 14-August-2018: Unreal Upgrade

* Integrating Unreal with BugSplat is now performed by configuration changes in the Unreal environment. See our [Unreal docs](broken://pages/-MeRb_iN4crnhEGfpddL) for a full description. Our previous Unreal SDK package has been removed from the site.

## 07-August-2018: Electron Crash Analysis

* Electron spawns multiple processes and applications should call electron.crashReporter.start in each process to register a Crashpad/Breakpad handler with the appropriate metadata. In the past, failure to register all processes could result in crash reports that could not be analyzed. BugSplat now attempts to provide a good default when this information isn't supplied.

## 01-August-2018: Dashboard Release

* Dashboard replaces Overview as the in-app landing page. Includes improvements to charting, mobile responsiveness, and analytics.
* Compare crash rate across custom timeframes.
* Easily view total crash volume using custom timeframes.
* Drill down by application, database, and version.
* Compare crash rate to previous timeframes

## 30-July-2018: Version 3.6.0.5

* Added new method setGuardBytesBufferSize(). This can be used along with the MDSF\_USEGUARDMEMORY option to specify the size (in bytes) of the guard buffer. The default buffer size is 4 mb.

## 11-June-2018: Unity Native Version 1.1.0

* Added support for Unity 2018.1.

## 25-May-2018: Unreal Version 1.4.0

* Added the ability to specify a folder with additional files that will be attached to the crash report upload.

## 25-May-2018: Unity Native Version 1.0.1

* Fixed an issue where crashes that occurred in quick succession wouldn't post correctly. Fixed an issue locating crash files on systems when the username was changed and no longer matched the user profile directory.

## 25-May-2018: GDPR Compliance

* Published [document](broken://pages/-MeWBSH9QlTsdk3iijgm) outlining the steps we've taken to be GDPR compliant. It includes details on how to enter into a DPA with BugSplat. Further updates to our [Security](broken://pages/-Me_tb3QCRhCb31iq8g0) page as well as our [Privacy Policy](broken://pages/-MhQbU2cvZxT_Mo-nGD0).

## 02-May-2018: SendPdbs Version 2.1.0.0, BsSndRpt Version 3.6.0.2

* Upgrade of SendPdbs that improves symbol uploads and provides additional information on the Symbol Details page. This version also improves the Symbol Details page performance. Fixed an issue in BsSndRpt with '&' characters in the user description.

## 12-Apr-2018: Unity Cross-Platform Version 1.4.0

* Added ability to specify a callback that is executed after an error is posted to BugSplat via Reporter.SetCallback(Action callback). Fixed a warning about UnityWebRequest.Send being obsolete.

## 11-Apr-2018: bugsplat-js 3.0.0

* Released version [3.0.0](https://github.com/BugSplat-Git/bugsplat-js/releases) of bugsplat-js. This release adds a convenience function to automatically exit your application when it encounters a fatal error. Version 3.0.0 also adds the ability to specify an options object as well as a callback per invocation of bugsplat.post which is helpful for handling non-fatal errors. The full release notes for this version can be found [here](https://github.com/BugSplat-Git/bugsplat-js/releases/tag/v3.0.0).

## 26-Feb-2018: BugsplatMac 1.0

* Released version [1.0](https://github.com/BugSplatGit/BugsplatMac/releases) of BugsplatMac. This release includes support for attaching files to a crash report and for customizing the BugSplat dialog image.

## 22-Feb-2018: Website Updates

* * Manual symbol upload page improvements. Symbols now upload directly to Amazon S3 improving speed and reliability.
  * Breakpad and Mac symbols uploads are now supported on the manual upload page
  * "All" menu link renamed to "Crashes"
  * Pending crash reports on the Crashes page now have an active link that navigates you to the crash details page.
  * Common symbols libraries are now supported for all crash types. Previously only Windows symbols were supported.
  * Additional debugger output is now available for Mac and Breakpad crash reports. To view, select the "Calculate Details" and then the "Debugger Output" buttons for any crash report.

## 15-Feb-2018: Electron Automatic Symbols

* Symbols for Electron applications can now be automatically resolved. Select the new Include Electron Symbols checkbox on our [Settings](https://app.bugsplat.com/v2/options) page to enable this feature.

## 29-Jan-2018: Unity Update

* We are happy to announce beta support for native Windows crashes in Unity and Unity Plugins! Check out our [docs](broken://pages/-MeRabISGEaEIYX-2bh1) page for more information regarding how to configure Unity native support.

## 22-Jan-2018: Website Update

* Changes to address security issues including improved protection against cross site forgery requests and issues with email addresses that map to existing database names.

## 20-Jan-2018: BugsplatMac Update

* Released version [0.9.20](https://github.com/BugSplatGit/BugsplatMac/releases) of BugsplatMac. This release includes a fix for an issue in archive uploads as well as updates to embedded libraries.

## 13-Jan-2018: Website Update

* Fixed a bug on our backend that was preventing macOS console application crashes from calculating correctly.

## 04-Jan-2018: Amazon ELB Outage

* Our web application experienced temporary connectivity issues when Amazon's Load Balancers in the US-EAST-1 region went down. The outage lasted a painful 13 minutes from 3:31:58 PM UTC-7 to 3:45:16 PM UTC-7. The issue has been resolved and our awesome crash reporting service is operating normally. Please feel free to send us a note if you have any questions or compliments.

## 20-Jan-2018: Website Update

* Old versions of SendPdbs have been retired as scheduled. If automated symbol uploads are not working for you, please upgrade to the latest version of SendPdbs (version 2.0.0.1) found [here](https://app.bugsplat.com/browse/download_item.php?item=sendpdbs).

## 14-Nov-2017: Version 2.2.0

* Original error parameter from bugsplat.post is now passed to the callback method as the 3rd parameter (requestError, responseBody, originalError). Fixed a bug where callback wasn't invoked when there was an error posting to BugSplat.

## 09-Nov-2017: Website Update

* Rate limiting introduced for BugSplat website pages with the URL app.bugsplat.com. This rate limiting should not affect normal user navigation. However, customers integrating with our web services API should be prepared to handle HTML Error Code 429 - Too Many Requests.

## 07-Nov-2017: Version 1.3.1

* Added support for newline character (\r\n) in the UE4 CrashReportClient -Description parameter.

## 06-Nov-2017: Version 1.3.0

* Added ability to set the Key parameter via command line arguments.

## 06-Nov-2017: Version 3.6.0.0

* Default values for user, email and description now appear in crash dialog. Improved BsSndRpt usage dialog.

## 24-Oct-2017: Version 3.5.0.6

* Fixed a bug with large user descriptions which could cause crash uploads to fail.

## 19-Oct-2017: Version 2.1.0

* Added logic and tests to ensure that BugSplat raises helpful errors when called with invalid parameters.

## 18-Oct-2017: Version 2.0.3

* Added ability to optionally inject and control logging settings. Consumers of bugsplat-ng4 can now supply an instance of their own logger given it has the methods, error, warn, info and log. Consumers can also control the verbosity of log statements emitted by BugSplat.

## 08-Nov-2017: Version 1.3.0

* Added Unity 2017 support. Fixed bug where 2 dialogs were shown for prompted exceptions.

## 02-Oct-2017: Version 3.5.0.5

* Improvements to out-of-memory crash reporting. We now allocate a larger guard memory block and free it earlier in the unhandled exception handler code. All Native Windows applications should use the MDSF\_USEGUARDMEMORY flag to enable crash reports in out-of-memory situations. Also added back support for internal IP address reporting, which was dropped in version 3.4.0.2.

## 25-Oct-2017: Version 1.0.0.

* Replaced setCallback with observables/subscriptions. Added type for BugSplat API response data. Removed extraneous dependencies and improved download times dramatically. Build changes to target ES5.

## 17-Sept-2017: Version 0.0.3

* Performance improvements.

## 10-Sept-2017: Version 0.0.1

* Initial release of Angular ErrorHandler support

## 28-Aug-2017: Version 3.5.0.4

* Changed event log source name to include database and appName. This avoids potential conflicts when multiple applications are using BugSplat on the same computer.

## 02-July-2017: Version 3.5.0.3

* Fixed uptime calculation and added LaunchCount and LaunchToLastCrashTime entries to Windows native XML files.

## 20-June-2017: Version 1.2.0

* Added support for invoking CrashReportClient with command line parameters.

## 19-June-2017: Version 3.0.0

* Added support for UWP.

## 6/15/2017 - Version 3.5.0.2

* Added support for '+' characters in version numbers.

## 14-June-2017: Version 2.0.1

* Asynchronous uploading of additional files.

## 13-June-2017: Version 1.0.1

* Initial release of node.js error reporting.

## 08-June-2017: Version 3.5.0.1

* Fixed a bug that prevented the tech support response page from displaying in certain circumstances.

## 27-May-2017: Version 1.1.0

* Added support for paths containing spaces.

## 24-May-2017: Version 3.5.0.0

* Support for upload size limit per database. Added option for user to specify zip file path. Forced all network traffic to be on secure HTTPS.

## 19-May-2017: Version 3.4.0.3

* Added removeAdditionalFiles() method.

## 12-May-2017: Version 3.4.0.2

* Upload size restriction now enforced per database. Enterprise customers can get options to upload crash reports larger than 2mb. Crash reports now post directly to S3, for improved speed and reliability.

## 10-May-2017: Updates

* Added yjr BugSplatRc project to the .NET library in addition to the Native library where it has been for a long time. The resource-only DLL built by this project is used to define the crash dialog displayed to users by BsSndRpt.exe
* Updated BugSplatRc project name to BugSplatRc.vcxproj
* Settings for compiling EventLog.mc now work with paths containing spaces
* Release version changed to 3.4.0.1

## 28-April-2017: Version 1.0.0

* Initial release of BugSplat’s CrashReportClient.

## 21-April-2017: Version 3.4.0.0

* Converted to Unicode build. Dropped MBCS and C interfaces. Added setMinidumpType(), previously only available to a limited set of customers.

## Native SDK updates 21-April-2017

* Updated to Unicode build only.
* Dropped support for MBCS interfaces.
* Added support for setMinidumpType().
* Release version changed to 3.4.0.0

## Updates 26-Dec-2016

* Samples now use .NET 4.5. This allows us to support unwatchedExceptions. Added new UnwatchedException test in myDotNetCrasher.
* Updated BsSndRpt instructional text for manual uploads of crash reports which is displayed when there isn't a network connection. The previous links were displaying an out-of-date URL
* Samples now use .NET 4.5. This allows us to support unwatchedExceptions. Added new UnwatchedException test in myDotNetCrasher.

## Updates 22-Oct-2016

* Updated Windows zip downloads. References to bugsplatsoftware.com changed to bugsplat.com.

## Updates 01-Oct-2016

* BugSplat Native dll version 3.3.4.0
* Fix for 64-bit dynamic dll loading. 64-bit pointers were not being preserved.
* Native SDK zip and HTML documentation updated

## 27-Nov-2016

* Fixed incorrect link for manually posting crash reports.

## 07-Sept-2016

* Added support for setResourceDllPath().
* BugSplat native SDK version 3.3.3.0
* BugSplat logo update
* BsSndRpt support for Resource DLL path API function

## 26-July-2016 - Version 2.1.0

* Defect fixes and performance improvements.

## Updates 22-June-2016

* Fix for bug where typing too many characters into the text edit box prevents the crash report from being sent.

## Updates 03-March-2016

* SendPdbs update Usage text now refers to [www.bugsplatsoftware.com/symbols](http://www.bugsplatsoftware.com/symbols)
* Cleaned up error messages for improper usage.
* Updated version to 3.0.0.3

## Updates 03-March-2016

* Header file change to indicate MDSCB\_GETADDITIONALFILECOUNT is obsolete, not just deprecated

## Updates 29-December-2015

* Native SDK update
* BsSndRpt updated dialog text.
* Removed dbghelp.dll/lib from Native SDK
* Added sendAdditionalFile() API
* Added myConsoleCrasher sample which replaces bulky myCrasher sample
* Updated version to 3.3.2.0

## Updates 23-August-2015

* Updated dbghelp.dll to version 6.3.9600.17200
* Updated Java SDK. Fix for Java platform-dependent return value of System.getProperty("java.io.tmpdir"). On some platforms it is file-separator terminated, others not.
* Also deleted a stale duplicate version of BugSplat.java source.
* Updated .NET version to 1.1.03

## Updates 06-May-2015

* New doxygen manual page for BugSplatDotNet
* Fix for chinese characters in user-description

## Breakpad Updates 04-May-2015

* Added Breakpad support for Mac OS/X Yosemite


