Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## Unreleased

- Upgrade the kernel backend native packages to 1.1.0; the kernel dependency is now stable and no longer experimental.

## 2.1.0

- **Security behavior change:** verify Thrift TLS certificates by default; add custom CA and mTLS options. (#463)
Expand Down
2 changes: 1 addition & 1 deletion KERNEL_REV
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bb4a0770673926201d386d1d9295da8d4bf459aa
41a1ee5de41e70c0d829e3a71a301ede3b151d74
2 changes: 1 addition & 1 deletion native/kernel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ platform — each containing a single `.node` binary. `native/kernel/index.js`
`process.platform` / `process.arch` at load time.

> **Status:** the per-platform packages are published on npm (kernel
> `1.0.0`) and declared in the driver's `optionalDependencies`, pinned to
> `1.1.0`) and declared in the driver's `optionalDependencies`, pinned to
> that exact version. `npm install` resolves only the package matching the
> consumer's `process.platform` / `process.arch`; the others are skipped
> (that is what `optionalDependencies` tolerates), so installing on an
Expand Down
19 changes: 10 additions & 9 deletions native/kernel/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading