Skip to content

Commit 64a7f46

Browse files
gyuheon0hszegedi
andauthored
v0.8.1 (#68)
* Add CODEOWNERS (#64) * Add CODEOWNERS, with dd-trace-js and libdatadog teams * Enable releasing through OIDC (#65) * Bump libdd-crashtracker to v27.0.0 (#66) * v0.8.1 --------- Co-authored-by: Attila Szegedi <szegedi@users.noreply.github.com>
1 parent 760c294 commit 64a7f46

7 files changed

Lines changed: 235 additions & 22 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @DataDog/dd-trace-js @DataDog/libdatadog

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ jobs:
3535
needs: build
3636
environment: npm
3737
permissions:
38+
id-token: write # Required for OIDC
3839
contents: write
39-
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4140
outputs:
4241
pkgjson: ${{ steps.pkg.outputs.json }}
4342
steps:
4443
- uses: actions/checkout@v4
4544
- uses: actions/download-artifact@v4
4645
- uses: actions/setup-node@v4
4746
with:
47+
node-version: '24'
4848
registry-url: 'https://registry.npmjs.org'
4949
- run: chmod -R +x ./prebuilds
5050
- run: npm publish

Cargo.lock

Lines changed: 224 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/crashtracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/bin/receiver.rs"
1414

1515
[dependencies]
1616
anyhow = "1"
17-
libdd-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v26.0.0" }
17+
libdd-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v27.0.0" }
1818
napi = { version = "2", features = ["serde-json"] }
1919
napi-derive = { version = "2", default-features = false }
2020
rustls = { version = "*", default-features = false, features = ["aws-lc-rs"] }

0 commit comments

Comments
 (0)