Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump symbolic from 8.6.0 to 8.8.0 in /src/agent #2056

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Bumps symbolic from 8.6.0 to 8.8.0.

Release notes

Sourced from symbolic's releases.

8.8.0

Features:

  • Optionally collect referenced C# file sources when creating a source bundle. (#516)

Fixes:

  • Only skip one function when encountering unknown Unwind Codes on Windows x64. (#588)
  • Skip over low_pc sentinels instead of erroring. (#590)

8.7.3

Fixes:

  • Make CFI generation for Windows x64 more accurate, restoring all possible registers and supporting frame pointer unwinding. (#549)

8.7.2

Fixes:

  • Make sure to correctly parse Unreal crash reports with zero-length files (#565)

8.7.1

Fixes:

  • Updated wasmparser dependency to 0.83.0 (#557)
  • Updated rust-sourcemap dependency to hopefully speed up sourcemap parsing (#559)
  • Match symbol names by exact addresses from symbol table (#510)
  • Return a more correct function_size when dealing with split functions (#522)

Thank you:

Features, fixes and improvements in this release have been contributed by:

8.7.0

Features:

  • Added a new SymCache Transformer, which can be used to apply Function or SourceLocation transformations. (#496)
  • Turn the breakpad-based minidump processor into an optional feature flag. (#519)

Fixes:

  • Fixed CFI STACK WIN records being written correctly. (#513)
  • Do not consider empty files as valid BcSymbolMaps anymore. (#523)
  • Fix wasm parsing rejecting valid wasm files with non-default features. (#520)

Thank you:

Features, fixes and improvements in this release have been contributed by:

... (truncated)

Changelog

Sourced from symbolic's changelog.

8.8.0

Features:

  • Optionally collect referenced C# file sources when creating a source bundle. (#516)

Fixes:

  • Only skip one function when encountering unknown Unwind Codes on Windows x64. (#588)
  • Skip over low_pc sentinels instead of erroring. (#590)

8.7.3

Fixes:

  • Make CFI generation for Windows x64 more accurate, restoring all possible registers and supporting frame pointer unwinding. (#549)

8.7.2

Fixes:

  • Make sure to correctly parse Unreal crash reports with zero-length files (#565)

8.7.1

Fixes:

  • Updated wasmparser dependency to 0.83.0 (#557)
  • Updated rust-sourcemap dependency to hopefully speed up sourcemap parsing (#559)
  • Match symbol names by exact addresses from symbol table (#510)
  • Return a more correct function_size when dealing with split functions (#522)

Thank you:

Features, fixes and improvements in this release have been contributed by:

8.7.0

Features:

  • Added a new SymCache Transformer, which can be used to apply Function or SourceLocation transformations. (#496)
  • Turn the breakpad-based minidump processor into an optional feature flag. (#519)

Fixes:

  • Fixed CFI STACK WIN records being written correctly. (#513)
  • Do not consider empty files as valid BcSymbolMaps anymore. (#523)

... (truncated)

Commits
  • 965a599 release: 8.8.0
  • 516a28c fix: Remove use of deprecated clap functions (#596)
  • 9b26fc8 feat: Improve il2cpp line mapping parser (#595)
  • ad84061 meta: Prepare changelog for release (#594)
  • 49b3ac4 build: Conditionally enable il2cpp feature in symcache (#592)
  • 24920b2 feat: Collect referenced C# file sources (#516)
  • d7b2ee0 fix: Skip over low_pc sentinels instead of erroring (#590)
  • b736c22 feat: More structured parsing of Il2cpp SourceInfo (#517)
  • 8c9eabc fix: Only skip one fn when encountering unknown Unwind Codes on Win-x64 (#588)
  • fc8db82 Merge branch 'release/8.7.3'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 16, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/symbolic-8.8.0 branch 3 times, most recently from a3a4646 to d066f76 Compare July 1, 2022 02:02
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/symbolic-8.8.0 branch 2 times, most recently from ac5ef3d to 4f66ebd Compare July 20, 2022 22:45
@Porges Porges force-pushed the dependabot/cargo/src/agent/symbolic-8.8.0 branch from 4f66ebd to 0469512 Compare July 21, 2022 20:55
@Porges
Copy link
Member

Porges commented Jul 21, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Porges
Copy link
Member

Porges commented Jul 21, 2022

@dependabot recreate

Bumps [symbolic](https://github.com/getsentry/symbolic) from 8.6.0 to 8.8.0.
- [Release notes](https://github.com/getsentry/symbolic/releases)
- [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md)
- [Commits](getsentry/symbolic@8.6.0...8.8.0)

---
updated-dependencies:
- dependency-name: symbolic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/symbolic-8.8.0 branch from 0469512 to ef32e27 Compare July 21, 2022 23:05
@Porges Porges enabled auto-merge (squash) July 21, 2022 23:10
@Porges
Copy link
Member

Porges commented Jul 21, 2022

Validated with check-pr

@Porges Porges merged commit 5083d9e into main Jul 21, 2022
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/symbolic-8.8.0 branch July 21, 2022 23:16
@ghost ghost locked as resolved and limited conversation to collaborators Aug 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant