Skip to content

Commit f50caa6

Browse files
github-actions[bot]nebasuke
authored andcommitted
edr-0.8.0
1 parent af26624 commit f50caa6

6 files changed

Lines changed: 13 additions & 21 deletions

File tree

.changeset/chatty-roses-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/honest-crews-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/popular-singers-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-boxes-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/edr_napi/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @nomicfoundation/edr
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- af26624: Improved provider initialization performance by passing build info as buffer which avoids FFI copy overhead
8+
9+
### Patch Changes
10+
11+
- 4ffb4f6: fix: ignore unknown opcodes in source maps
12+
- 5c8c3dd: Fixed crash when loading EDR on Windows without a C Runtime library installed
13+
- 2b9b805: Improved stack trace generation performance by eliminating one-way branching in the bytecode trie
14+
315
## 0.7.0
416

517
### Minor Changes

crates/edr_napi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/edr",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"devDependencies": {
55
"@napi-rs/cli": "^2.18.4",
66
"@types/chai": "^4.2.0",

0 commit comments

Comments
 (0)