Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2022-10-18, Version 19.0.0 (Current) #44626

Open
wants to merge 1 commit into
base: v19.x
Choose a base branch
from
Open

Conversation

RafaelGSS
Copy link
Member

@RafaelGSS RafaelGSS commented Sep 13, 2022

*This is just an early draft proposal to enable test builds and will be updated weekly.


2022-10-18, Version 19.0.0 (Current), @RafaelGSS and @ruyadorno

TBD

Notable Changes

  • [aa3a572e6b] - (SEMVER-MAJOR) build: remove dtrace & etw support (Ben Noordhuis) #43652
  • [38f1e2793c] - (SEMVER-MAJOR) build: remove systemtap support (Ben Noordhuis) #43651

Deprecations and Removals

  • [7dd2f41c73] - (SEMVER-MAJOR) module: runtime deprecate exports double slash maps (Guy Bedford) #44495
  • [696fd4b14f] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #44588

Other Notable Changes

TBD

Semver-Major Commits

  • [aa3a572e6b] - (SEMVER-MAJOR) build: remove dtrace & etw support (Ben Noordhuis) #43652
  • [38f1e2793c] - (SEMVER-MAJOR) build: remove systemtap support (Ben Noordhuis) #43651
  • [a1653ac715] - (SEMVER-MAJOR) crypto: do not allow to call setFips from the worker thread (Sergey Petushkov) #43624
  • [29953a0b88] - (SEMVER-MAJOR) fs: harden filehandle.read(params) typecheck (LiviaMedeiros) #42772
  • [2275faac2b] - (SEMVER-MAJOR) fs: harden fs.read(params, callback) typecheck (LiviaMedeiros) #42772
  • [41a6d82968] - (SEMVER-MAJOR) fs: harden fs.readSync(buffer, options) typecheck (LiviaMedeiros) #42772
  • [950a4411fa] - (SEMVER-MAJOR) fs: remove coercion to string in writing methods (Livia Medeiros) #42796
  • [4267b92604] - (SEMVER-MAJOR) http: use Keep-Alive by default in global agents (Paolo Insogna) #43522
  • [73ba8830d5] - (SEMVER-MAJOR) lib: use private field in AbortController (Joyee Cheung) #43820
  • [e0ab8dd637] - (SEMVER-MAJOR) process: make process.config read only (Sergey Petushkov) #43627
  • [dabda03ea9] - (SEMVER-MAJOR) src: per-environment time origin value (Chengzhong Wu) #43781
  • [77e585657f] - (SEMVER-MAJOR) src: turn embedder api overload into default argument (Alena Khineika) #43629
  • [2b32985c62] - (SEMVER-MAJOR) stream: use null for the error argument (Luigi Pinca) #44312
  • [57ff476c33] - (SEMVER-MAJOR) test: remove duplicate test (Luigi Pinca) #44051
  • [77def91bf9] - (SEMVER-MAJOR) tls,http2: send fatal alert on ALPN mismatch (Tobias Nießen) #44031

Semver-Minor Commits

  • [beb0520af7] - (SEMVER-MINOR) cli: add --watch (Moshe Atlow) #44366
  • [af0921d877] - (SEMVER-MINOR) esm: add --import flag (Moshe Atlow) #43942
  • [58ab0e2821] - (SEMVER-MINOR) http: add writeEarlyHints function to ServerResponse (Wing) #44180
  • [0633e9a0b5] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #44045
  • [64ad66bc99] - (SEMVER-MINOR) lib: refactor transferable AbortSignal (flakey5) #44048
  • [b697160256] - (SEMVER-MINOR) src: add detailed embedder process initialization API (Anna Henningsen) #44121
  • [e86a638305] - (SEMVER-MINOR) src: add initial shadow realm support (Chengzhong Wu) #42869
  • [e06384cb48] - (SEMVER-MINOR) stream: add ReadableByteStream.tee() (Daeyeon Jeong) #44505
  • [71ca6d7d6a] - (SEMVER-MINOR) util: add maxArrayLength option to Set and Map (Kohei Ueno) #43576

Semver-Patch Commits

TBD

@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Sep 13, 2022

Review requested:

@nodejs-github-bot nodejs-github-bot added meta Issues and PRs related to the general management of the project. v19.x Issues that can be reproduced on v19.x or PRs targeting the v19.x-staging branch. labels Sep 13, 2022
@RafaelGSS RafaelGSS added release Issues and PRs related to Node.js releases. and removed meta Issues and PRs related to the general management of the project. labels Sep 13, 2022
CHANGELOG.md Show resolved Hide resolved
Notable Changes:

Deprecation and Removals:

* (SEMVER-MAJOR) runtime deprecate exports double slash maps (Guy Bedford) #44495

Other Notable Changes:

* (SEMVER-MAJOR) remove dtrace & etw support (Ben Noordhuis) #43652
* (SEMVER-MAJOR) remove systemtap support (Ben Noordhuis) #43651

Semver-Major Commits:

* (SEMVER-MAJOR) remove dtrace & etw support (Ben Noordhuis) #43652
* (SEMVER-MAJOR) remove systemtap support (Ben Noordhuis) #43651
* (SEMVER-MAJOR) do not allow to call setFips from the worker thread (Sergey Petushkov) #43624
* (SEMVER-MAJOR) remove coercion to string in writing methods (Livia Medeiros) #42796
* (SEMVER-MAJOR) harden fs.readSync(buffer, options) typecheck (LiviaMedeiros) #42772
* (SEMVER-MAJOR) harden fs.read(params, callback) typecheck (LiviaMedeiros) #42772
* (SEMVER-MAJOR) harden filehandle.read(params) typecheck (LiviaMedeiros) #42772
* (SEMVER-MAJOR) use Keep-Alive by default in global agents (Paolo Insogna) #43522
* (SEMVER-MAJOR) use private field in AbortController (Joyee Cheung) #43820
* (SEMVER-MAJOR) runtime deprecate exports double slash maps (Guy Bedford) #44495
* (SEMVER-MAJOR) make process.config read only (Sergey Petushkov) #43627
* (SEMVER-MAJOR) turn embedder api overload into default argument (Alena Khineika) #43629
* (SEMVER-MAJOR) per-environment time origin value (Chengzhong Wu) #43781
* (SEMVER-MAJOR) use null for the error argument (Luigi Pinca) #44312
* (SEMVER-MAJOR) remove duplicate test (Luigi Pinca) #44051
* (SEMVER-MAJOR) send fatal alert on ALPN mismatch (Tobias Nießen) #44031

PR-URL: TBD
Co-authored-by: Ruy Adorno <ruyadorno@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Issues and PRs related to Node.js releases. v19.x Issues that can be reproduced on v19.x or PRs targeting the v19.x-staging branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants