# 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.md)
{% endcontent-ref %}

## Core Platform

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

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

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

## Development Tools&#x20;

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

## Framework Integrations&#x20;

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

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

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

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

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

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

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

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

## System Notices & Maintenance

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

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

## Open Source Tools

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.bugsplat.com/welcome-to-our-changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
