Skip to content

Commit

Permalink
Merge branch 'master' into fix/sourcebundle-utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Jan 30, 2024
2 parents 5641ad2 + 111dbbe commit fb33211
Show file tree
Hide file tree
Showing 35 changed files with 502 additions and 306 deletions.
38 changes: 36 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,47 @@

## Unreleased

**Fixes**

- sourcebundles: Only valid UTF-8 files can be written into sourcebundles ([#816](https://github.com/getsentry/symbolic/pull/816))

## 12.8.0

**Internal**

- Emit a MODULE record for PE files ([#814](https://github.com/getsentry/symbolic/pull/814))
**Fixes**

**Features**

- Make mapping by params initialization optional ([#823](https://github.com/getsentry/symbolic/pull/823))

## 12.7.1

**Internal**

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

## 12.7.0

**Fixes**

- sourcebundles: Only valid UTF-8 files can be written into sourcebundles ([#816](https://github.com/getsentry/symbolic/pull/816))
- Fix empty parameters list issue ([#821](https://github.com/getsentry/symbolic/pull/821))

## 12.6.0

**Features**

- 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

**Internal**

- Emit a MODULE record for PE files ([#814](https://github.com/getsentry/symbolic/pull/814))

**Features**

- Update proguard and add `remap_method` fn ([#818](https://github.com/getsentry/symbolic/pull/818))

## 12.4.1

Expand Down
Loading

0 comments on commit fb33211

Please sign in to comment.