Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix changelog #346

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 24 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,48 @@
# Changelog

## Unreleased

Check failure on line 3 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / changelog

Missing changelog entry.

Please consider adding a changelog entry for the next release.

**Internal**:

- Remove iOS legacy profile support. ([#296](https://github.com/getsentry/vroom/pull/296))

## 23.10.1

**Features**
**Features**:

- Update base Docker image to Debian 12. ([#340](https://github.com/getsentry/vroom/pull/340))

**Bug Fixes**
**Bug Fixes**:

- Turn non-monotonic samples wall-clock time into monotonic. ([#337](https://github.com/getsentry/vroom/pull/337))
- Classify browser extension paths as system frames. ([#344](https://github.com/getsentry/vroom/pull/344))

**Internal**

- Remove iOS legacy profile support. ([#296](https://github.com/getsentry/vroom/pull/296))
**Internal**:

- Bump golang.org/x/net from 0.8.0 to 0.17.0 ([#335](https://github.com/getsentry/vroom/pull/335))

- Move FixSamplesTime call to speedscope and calltrees methods([#339](https://github.com/getsentry/vroom/pull/339))

- Bump actions/checkout from 3 to 4. ([#341](https://github.com/getsentry/vroom/pull/341))

- Bump actions/github-script from 6.3.3 to 6.4.1 ([#342](https://github.com/getsentry/vroom/pull/342))

- Bump trufflesecurity/trufflehog from 3.16.4 to 3.60.1. ([#343](https://github.com/getsentry/vroom/pull/343))

- Bump actions/checkout from 3 to 4. ([#345](https://github.com/getsentry/vroom/pull/345))

## 23.10.0

**Features**
**Features**:

- Return the first and deepest issue detected. ([#317](https://github.com/getsentry/vroom/pull/317))
- Release frame drop issue detection. ([#329](https://github.com/getsentry/vroom/pull/329))
- Append experimental to function regression issue. ([#334](https://github.com/getsentry/vroom/pull/334))

**Bug Fixes**
**Bug Fixes**:

- Close remaining open events in Android profiles. ([#316](https://github.com/getsentry/vroom/pull/316))
- Enforce minimum frame duration for frame drop issue. ([#319](https://github.com/getsentry/vroom/pull/319))
- Mark sentry frames as system frames when it's dynamically linked. ([#325](https://github.com/getsentry/vroom/pull/325))
- Do not return an occurrence for unknown function or when the stack is filled with them. ([#328](https://github.com/getsentry/vroom/pull/328))
- Add more Cocoa symbols for profiling issue detectors ([#336](https://github.com/getsentry/vroom/pull/336))

**Internal**
**Internal**:

- Rename the frame drop issue title. ([#315](https://github.com/getsentry/vroom/pull/315))
- Add new endpoint for regressed functions. ([#318](https://github.com/getsentry/vroom/pull/318))
Expand All @@ -53,20 +52,20 @@

## 23.9.1

**Internal**
**Internal**:

- Bump the Go SDK to `v0.24.0`. ([#313](https://github.com/getsentry/vroom/pull/313))
- Remove the `TracesSampler` in favour of Inbound Data Filters. ([#313](https://github.com/getsentry/vroom/pull/313))

## 23.9.0

**Features**
**Features**:

- Improve frame drop detection algorithm. ([#304](https://github.com/getsentry/vroom/pull/304))
- Accept and return the time a profile started at in a timestamp field on Android. ([#306](https://github.com/getsentry/vroom/pull/306))
- Filter frame drop candidates based on thresholds. ([#308](https://github.com/getsentry/vroom/pull/308))

**Internal**
**Internal**:

- Fix android issue frame detection. ([#305](https://github.com/getsentry/vroom/pull/305))
- Fix backward compatibility with Android profiles without timestamp. ([#307](https://github.com/getsentry/vroom/pull/307))
Expand All @@ -75,13 +74,13 @@

## 23.8.0

**Internal**
**Internal**:

- Remove unwanted Println and add a CI rule to prevent further issues. ([#301](https://github.com/getsentry/vroom/pull/301))

## 23.7.2

**Internal**
**Internal**:

- Change function fingerprints to uint32. ([#295](https://github.com/getsentry/vroom/pull/295))
- Send an occurrence on frozen frame drops. ([#297](https://github.com/getsentry/vroom/pull/297))
Expand All @@ -90,11 +89,11 @@

## 23.7.1

**Features**
**Features**:

- Add Android Regex symbols. ([#292](https://github.com/getsentry/vroom/pull/292))

**Internal**
**Internal**:

- Remove Android method signature conversion. ([#294](https://github.com/getsentry/vroom/pull/294))

Expand All @@ -104,27 +103,27 @@

## 23.6.2

**Features**
**Features**:

- Release the Regex issue type detection. ([#286](https://github.com/getsentry/vroom/pull/286))
- Skip obfuscated frames from aggregation. ([#285](https://github.com/getsentry/vroom/pull/285)), ([#289](https://github.com/getsentry/vroom/pull/289))

**Internal**
**Internal**:

- Run changelog CI action only on pull requests. ([#287](https://github.com/getsentry/vroom/pull/287))
- Enforce changelog modification. ([#282](https://github.com/getsentry/vroom/pull/282))
- Reintroduce a Cloud Build configuration. ([#288](https://github.com/getsentry/vroom/pull/288))

## 23.6.0

**Features**
**Features**:

- Add support for PHP application frame detection [(#186)](https://github.com/getsentry/vroom/pull/186)

**Bug Fixes**
**Bug Fixes**:

- Fix node application frame detection [(#187)](https://github.com/getsentry/vroom/pull/187)

**Internal**
**Internal**:

- Use environment variables for production config [(#185)](https://github.com/getsentry/vroom/pull/185)
Loading