Skip to content

Releases: getsentry/vroom

24.1.2

08 Feb 17:59
fd3ced1
Compare
Choose a tag to compare
chore(deps): bump trufflesecurity/trufflehog from 3.67.3 to 3.67.4 (#…

24.1.1

26 Jan 18:51
985bafb
Compare
Choose a tag to compare
chore(deps): bump trufflesecurity/trufflehog from 3.63.11 to 3.64.0 (…

24.1.0

16 Jan 21:59
0bcf936
Compare
Choose a tag to compare
feat: add support for speedscope rendering of Android reactnative pro…

23.12.1

21 Dec 16:09
2fe4dba
Compare
Choose a tag to compare
chore(deps): bump trufflesecurity/trufflehog from 3.63.4 to 3.63.5 (#…

23.12.0

18 Dec 22:41
480db4e
Compare
Choose a tag to compare

Features:

  • Return the emitted regressions in response. (#372)

Internal:

  • Bump google-github-actions/auth from 1 to 2 (#371)
  • Bump trufflesecurity/trufflehog from 3.63.1 to 3.63.2 (#373)
  • Bump actions/setup-go from 4 to 5 (#374)

23.11.2

27 Nov 17:27
3595084
Compare
Choose a tag to compare
Merge pull request #370 from getsentry/azaslavsky/pre-release-command

chore: Set preReleaseCommand to empty string

23.11.1

22 Nov 00:05
3595084
Compare
Choose a tag to compare
Merge pull request #370 from getsentry/azaslavsky/pre-release-command

chore: Set preReleaseCommand to empty string

23.11.0

15 Nov 17:58
Compare
Choose a tag to compare

Features:

  • Support released key on regressed functions (#355)
  • Add frame-level platform field (#364)

Bug Fixes:

  • Add payload type to occurrence payloads. (#351)
  • Always classify sentry_sdk as system frame. (#357)
  • Update regression issue subtitle. (#358)

Internal:

  • Remove iOS legacy profile support. (#296)
  • Bump trufflesecurity/trufflehog from 3.60.1 to 3.60.2 (#347)
  • Bump trufflesecurity/trufflehog from 3.60.2 to 3.60.3 (#348)
  • Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#349)
  • Bump trufflesecurity/trufflehog from 3.60.3 to 3.60.4 (#350)
  • Add a pre-condition to check if the file already exists before write. (#354, #356)
  • Bump trufflesecurity/trufflehog from 3.60.4 to 3.62.1 (#353)
  • Bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.0 (#359)
  • Return a more appriopriate HTTP status code for duplicate profiles. (#363)
  • Bump actions/github-script from 6.4.1 to 7.0.0 (#365)

23.10.1

20 Oct 17:40
Compare
Choose a tag to compare

Features

  • Update base Docker image to Debian 12. (#340)

Bug Fixes

  • Turn non-monotonic samples wall-clock time into monotonic. (#337)

Internal

  • Bump golang.org/x/net from 0.8.0 to 0.17.0 (#335)

  • Move FixSamplesTime call to speedscope and calltrees methods(#339)

  • Bump actions/checkout from 3 to 4. (#341)

  • Bump actions/github-script from 6.3.3 to 6.4.1 (#342)

  • Bump trufflesecurity/trufflehog from 3.16.4 to 3.60.1. (#343)

  • Bump actions/checkout from 3 to 4. (#345)

23.10.0

16 Oct 23:21
Compare
Choose a tag to compare

Features

  • Return the first and deepest issue detected. (#317)
  • Release frame drop issue detection. (#329)
  • Append experimental to function regression issue. (#334)

Bug Fixes

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

Internal

  • Rename the frame drop issue title. (#315)
  • Add new endpoint for regressed functions. (#318)
  • Return 502 from health endpoint on shutdown. (#323), (#324)
  • Health endpoint returns 200 instead of 204 on success. (#326)
  • Bump max profile duration for which we generate call trees. (#330)