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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Kernel backend (`useKernel: true`): upgrade published native packages from `0.2.0` to `1.0.0`.
- Kernel backend (`useKernel: true`): preserve qualified `INTERVAL MONTH` and
`INTERVAL DAY` parameter types on the SEA wire by using the kernel raw-parameter
path.
Expand Down
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
> `0.2.0`) and declared in the driver's `optionalDependencies`, pinned to
> `1.0.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
Loading
Loading