summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-09-01 09:50:47 -0700
committerJames M Snell <jasnell@gmail.com>2017-10-31 12:59:12 -0700
commit8cd940af13e1718be57ddfbfeb07c634091b4981 (patch)
treec8b28916ce880284512f03b32c0bfd818d51c373 /src/node_version.h
parente509db8c564a660231cc09afef3d900f58201afc (diff)
downloadandroid-node-v8-8cd940af13e1718be57ddfbfeb07c634091b4981.tar.gz
android-node-v8-8cd940af13e1718be57ddfbfeb07c634091b4981.tar.bz2
android-node-v8-8cd940af13e1718be57ddfbfeb07c634091b4981.zip
2017-10-31, Version 9.0.0 (Current)
* Older experimental APIs have been removed. [[`d731369b1d`](https://github.com/nodejs/node/commit/d731369b1d)] [#14414](https://github.com/nodejs/node/pull/14414) * **Errors** * Improvements have been made to `buffer` module error messages. * The assignment of static error codes to Node.js error continues: * `buffer` * `child_process` * `console` * `crypto` * `dns` * `events` * `fs` * `http` * `inspector` * `net` * `path` * `process` * `querystring` * `readline` * `repl` * `streams` * `string_decoder` * `timers` * `tls` * `url` * `util` * `v8` * `zlib` * **Child Processes** * Errors are emitted on process nextTick. * **Domains** * The long-deprecated `.dispose()` method has been removed. * **fs** * The `fs.ReadStream` and `fs.WriteStream` classes now use `destroy()`. * `fs` module callbacks are now invoked with an undefined context. * **HTTP/1** * A 400 Bad Request response will now be sent when parsing fails. * Socket timeout will be set when the socket connects. * A bug causing the request `'error'` event to fire twice was fixed. * HTTP clients may now use generic `Duplex` streams in addition to `net.Socket`. * **Intl** * The deprecated `Intl.v8BreakIterator` has been removed. * **Modules** * The `require.resolve()` method now supports using custom lookup paths. * **OS** * The `os.EOL` property is now read-only. * **Timers** * `setTimeout()` will emit a warning if the timeout is larger that the maximum 32-bit unsigned integer.
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 675110e668..6f0f642aa4 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -22,7 +22,7 @@
#ifndef SRC_NODE_VERSION_H_
#define SRC_NODE_VERSION_H_
-#define NODE_MAJOR_VERSION 9
+#define NODE_MAJOR_VERSION 10
#define NODE_MINOR_VERSION 0
#define NODE_PATCH_VERSION 0