Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@Fishrock123 handed this one over in the interests of expediting it since it's been blocked and waiting for >4 days now. So this is taking over from #2607 with a proposed CHANGELOG.md.
Testing now, will move forward to release as soon as I've done basic smoke tests.
2015-09-02, Version 3.3.0, @rvagg
Notable changes
--link-module
option toconfigure
that can be used to bundle additional JavaScript modules into a built binary (Bradley Meck) #2497http.Server
consume all initial data from itsnet.Socket
and parsing directly without having to enter JavaScript. Any'data'
listeners on thenet.Socket
will result in the data being "unconsumed" into JavaScript, thereby undoing any performance gains. (Fedor Indutny) #2355Known issues
See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and current list of known issues.
[{ [prop]: val }]
evaluates to[{}]
. #2507beforeExit
are still to be resolved. See #1264.process.send()
is not synchronous as the docs suggest, a regression introduced in 1.0.2, see #760.dns.setServers()
while a DNS query is in progress can cause the process to crash on a failed assertion. #894url.resolve
may transfer the auth portion of the url when resolving between two full hosts, see #1435.Commits
3172e9c541
] - build: set file permissions before uploading (Rod Vagg) #2623a860d7fae1
] - build: change staging directory on new server (Rod Vagg) #262350c0baa8d7
] - build: rename 'doc' directory to 'docs' for upload (Rod Vagg) #26230a0577cf5f
] - build: fix bad cherry-pick for vcbuild.bat build-release (Rod Vagg) #262534de90194b
] - build: only define NODE_V8_OPTIONS if not empty (Evan Lucas) #2532944174b189
] - build: make ci test addons in test/addons (Ben Noordhuis) #2428e955f9a1b0
] - crypto: Use OPENSSL_cleanse to shred the data. (Сковорода Никита Андреевич) #2575395d736b9d
] - debugger: use strict equality comparison (Minwoo Jung) #255834ef53364f
] - deps: update V8 to 4.4.63.30 (Michaël Zasso) #248223579a5f4a
] - doc: add TSC meeting minutes 2015-08-12 (Rod Vagg) #24380cc59299a4
] - doc: add TSC meeting minutes 2015-08-26 (Rod Vagg) #25916efa96e33a
] - doc: merge CHANGELOG.md with joyent/node ChangeLog (P.S.V.R) #2536f75d54607b
] - doc: clarify cluster behaviour with no workers (Jeremiah Senkpiel) #26068936302121
] - doc: minor clarification in buffer.markdown (Сковорода Никита Андреевич) #25740db0e53753
] - doc: add @jasnell and @sam-github to release team (Rod Vagg) #2455c16e100593
] - doc: reorg release team to separate section (Rod Vagg) #2455e3e00143fd
] - doc: fix bad merge on modules.markdown (James M Snell)2f62455880
] - doc: minor additional corrections and improvements (James M Snell) #23783bd08aac4b
] - doc: minor grammatical update in crypto.markdown (James M Snell) #2378f707189370
] - doc: minor grammatical update (James M Snell) #23786c98cf0266
] - doc: remove repeated statement in globals.markdown (James M Snell) #237848e6ccf8c2
] - doc: remove 'dudes' from documentation (James M Snell) #2378b5d68f8076
] - doc: update tense in child_process.markdown (James M Snell) #2378242e3fe3ba
] - doc: fixed worker.id type (James M Snell) #2378ea9ee15c21
] - doc: port is optional for socket.bind() (James M Snell) #23780ff6657a50
] - doc: fix minor types and grammar in fs docs (James M Snell) #237894d83c04f2
] - doc: update parameter name in net.markdown (James M Snell) #237804111ce40f
] - doc: small typo in domain.markdown (James M Snell) #2378c9fdd1bbbf
] - doc: fixed typo in net.markdown (missing comma) (James M Snell) #237827c07b3f8e
] - doc: update description of fs.exists in fs.markdown (James M Snell) #237852018e73d9
] - doc: clarification on the 'close' event (James M Snell) #2378f6d3b87a25
] - doc: improve working in stream.markdown (James M Snell) #2378b5da89431a
] - doc: update path.extname documentation (James M Snell) #23781d4ea609db
] - doc: small clarifications to modules.markdown (James M Snell) #2378c888985591
] - doc: code style cleanups in repl.markdown (James M Snell) #2378105b493595
] - doc: correct grammar in cluster.markdown (James M Snell) #237851b86ccac7
] - doc: Clarify the module.parent is set once (James M Snell) #2378d2ffecba2d
] - doc: add internal modules notice (Jeremiah Senkpiel) #2523b36debd5cb
] - env: introduceKickNextTick
(Fedor Indutny) #23551bc446863f
] - http_parser: consume StreamBase instance (Fedor Indutny) #2355ce04b735cc
] - src: only memcmp if length > 0 in Buffer::Compare (Karl Skomski) #254431823e37c7
] - src: DRY getsockname/getpeername code (Ben Noordhuis) #95613fd96dda3
] - src: missing Exception::Error in node_http_parser (Jeremiah Senkpiel) #255042e075ae02
] - test: improve performance of stringbytes test (Trevor Norris) #2544fc726399fd
] - test: unmark test-process-argv-0.js as flaky (Rich Trott) #26137727ba1394
] - test: lint and refactor to avoid autocrlf issue (Roman Reiss) #2494c56aa829f0
] - test: use tmpDir instead of fixturesDir (Sakthipriyan Vairamani) #25835e65181ea4
] - test: handling failure cases properly (Sakthipriyan Vairamani) #2206c48b95e847
] - test: initial list of flaky tests (Alexis Campailla) #242494e88498ba
] - test: pass args to test-ci via env variable (Alexis Campailla) #242409987c7a1c
] - test: support flaky tests in test-ci (Alexis Campailla) #242408b83c8b45
] - test: add test configuration templates (Alexis Campailla) #24248f8ab6fa57
] - test: runner should return 0 on flaky tests (Alexis Campailla) #24240cfd3be9c6
] - test: runner support for flaky tests (Alexis Campailla) #24243492d2d4c6
] - test: make test-process-argv-0 robust (Rich Trott) #2541a96cc31710
] - test: speed up test-child-process-spawnsync.js (Rich Trott) #2542856baf4c67
] - test: make spawnSync() test robust (Rich Trott) #25353aa6bbb648
] - tools: update release.sh to work with new website (Rod Vagg) #2623f2f0fe45ff
] - tools: make add-on scraper print filenames (Ben Noordhuis) #2428bb24c4a418
] - win,msi: correct installation path registry keys (João Reis) #2565752977b888
] - win,msi: change InstallScope to perMachine (João Reis) #2565