LoginSignup
0
0

More than 5 years have passed since last update.

Node.js v11.6.0リリースノート

Last updated at Posted at 2018-12-30

cli

  • add --max-http-header-size flag
    • コマンドラインでhttpヘッダの最大値を指定できるようになった(デフォルトは8KB)

crypto

  • always accept certificates as public keys
    • 公開鍵証明書が常に利用可能になった
  • add key object API
    • KeyObjectクラスが追加された
      • createSecretKey()、createPrivateKey()、createPublicKey()で生成可能
  • update root certificates
    • ルート証明書更新、ルート証明書の更新手順のドキュメント追加

deps

  • upgrade to libuv 1.24.1
    • libuvを1.24.0から1.24.1に更新
  • upgrade npm to 6.5.0
    • npmを6.4.1から6.5.0に更新

http

  • add maxHeaderSize property
    • httpヘッダの最大値に関するプロパティを追加
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0