Skip to content

Commit

Permalink
Update crate dependencies (#822)
Browse files Browse the repository at this point in the history
In particular, this updates to `gimli:0.28.1`, which needs a manual `populate_abbreviations_cache` call to retain the current performance it has (aka, not OOM after spending a ton of time parsing duplicated abbreviations).

As well as the usual churn related to `wasmparser`.
  • Loading branch information
Swatinem authored Nov 29, 2023
1 parent a7ae668 commit 6970909
Show file tree
Hide file tree
Showing 8 changed files with 241 additions and 178 deletions.
16 changes: 6 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
# Changelog

## Unreleased

**Internal**

**Features**
- Update crate dependencies, in particular `gimli` to fix performance/OOM problems related to duplicated abbreviations ([#822](https://github.com/getsentry/symbolic/pull/822))

- Add support for `parameters` param in the `remap_frame` to allow deobfuscation when line is not available ([#820](https://github.com/getsentry/symbolic/pull/820))
## 12.7.0

**Fixes**

- Fix empty parameters list issue ([#821](https://github.com/getsentry/symbolic/pull/821))

## 12.7.0

### Various fixes & improvements

- fix empty parameters list issue (#821) by @viglia

## 12.6.0

### Various fixes & improvements
**Features**

- ref: refactor rust bindings to support optional parameters for StackFrame (#820) by @viglia
- Add support for `parameters` param in the `remap_frame` to allow deobfuscation when line is not available ([#820](https://github.com/getsentry/symbolic/pull/820))

## 12.5.0

Expand Down
Loading

0 comments on commit 6970909

Please sign in to comment.