Revisions of nodejs13

Adam Majer's avatar Adam Majer (adamm) committed (revision 10)
- Update to 13.3.0:
  * fs: Reworked experimental recursive rmdir()
  * http: Make maximum header size configurable per-stream or per-server
  * http2:
    + Make maximum tolerated rejected streams configurable
    + Allow to configure maximum tolerated invalid frames
  * wasi: Introduce initial WASI support
Adam Majer's avatar Adam Majer (adamm) committed (revision 9)
- Update to 13.2.0:
  * addons: Deprecate one- and two-argument AtExit().
    Use the three-argument variant of AtExit() or
    AddEnvironmentCleanupHook() instead
  * child_process,cluster: The serialization option is added that
    allows child process IPC to use the V8 serialization API
  * deps:
    + Update V8 to 7.9
    + Update npm to 6.13.1
  * embedder:
    + Exposes the ability to pass cli flags / options through an
      API as embedder
    + Allow adding linked bindings to Environment
  * esm: Unflag --experimental-modules
  * stream: Add writable.writableCorked property
  * worker: Allow specifying resource limits
  * v8: The Serialization API is now stable
- versioned.patch, nodejs-libpath.patch: refreshed
Adam Majer's avatar Adam Majer (adamm) committed (revision 8)
- Update to 13.1.0:
  * cli: Added a new flag (--trace-uncaught) that makes Node.js print
    the stack trace at the time of throwing uncaught exceptions,
    rather than at the creation of the Error object, if there is any.
    This is disabled by default because it affects GC behavior
  * crypto: Added Hash.prototype.copy()
  * dgram: Added source-specific multicast support as per RFC 4607
  * fs: Added a bufferSize option to fs.opendir()
Adam Majer's avatar Adam Majer (adamm) committed (revision 7)
Adam Majer's avatar Adam Majer (adamm) committed (revision 6)
Adam Majer's avatar Adam Majer (adamm) committed (revision 5)
Adam Majer's avatar Adam Majer (adamm) committed (revision 4)
- skip_no_console.patch: skip tests with dumb console
Adam Majer's avatar Adam Majer (adamm) committed (revision 3)
Adam Majer's avatar Adam Majer (adamm) committed (revision 2)
Adam Majer's avatar Adam Majer (adamm) committed (revision 1)
- Update to upstream 13.0.1:
  * deps: Fixed a bug in npm 6.12.0 where warnings are emitted on
    Node.js 13.x
  * esm: Changed file extension resolution order of
    --es-module-specifier-resolution=node to match that
    of the CommonJS loader
- Changes in version 13.0.0:
  * assert:
    + If the validation function passed to assert.throws() or
      assert.rejects() returns a value other than true,
      an assertion error will be thrown instead of the original
      error to highlight the programming mistake
    + If a constructor function is passed to validate the instance
      of errors thrown in assert.throws() or assert.reject(),
      an assertion error will be thrown instead of the original error
  * child_process: ChildProcess._channel (DEP0129) is now
    a Runtime deprecation
  * console: The output console.timeEnd() and console.timeLog()
    will now automatically select a suitable time unit instead
    of always using milliseconds
  * deps: The V8 engine was updated to version 7.8.
  * domain: The domain's error handler is now executed with
    the active domain set to the domain's parent to prevent
    inner recursion
  * fs:
    + The undocumented method FSWatcher.prototype.start() was removed
    + Calling the open() method on a ReadStream or WriteStream
      now emits a runtime deprecation warning. This is an internal
      method that should not be used by user code.
    + fs.read/write, fs.readSync/writeSync and fd.read/write now
Displaying revisions 21 - 30 of 30
openSUSE Build Service is sponsored by