From 4dbc5a2f494f7921decfb13ba483dd8e63d0b4a9 Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Fri, 11 Nov 2016 19:14:23 +0900 Subject: [PATCH 1/2] Add weekly update 2016-11-11 Please review this post. :heart:,@nodejs/evangelism --- .../weekly-update.2016-11-11.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 locale/en/blog/weekly-updates/weekly-update.2016-11-11.md diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-11-11.md b/locale/en/blog/weekly-updates/weekly-update.2016-11-11.md new file mode 100644 index 0000000000000..94ca67f1f892a --- /dev/null +++ b/locale/en/blog/weekly-updates/weekly-update.2016-11-11.md @@ -0,0 +1,49 @@ +--- +title: Weekly Update - November 11th, 2016 +author: Minwoo Jung (github.com/JungMinu) +date: 2016-11-11T12:00:00.000Z +status: publish +category: weekly +slug: weekly-update-2016-11-11 +layout: blog-post.hbs +--- + +### Node v7.1.0 (Current) + +* [Node v7.1.0 (Current)](https://nodejs.org/en/blog/release/v7.1.0/). The complete changelog can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). + +### Node v4.6.2 (LTS) + +* [Node v4.6.2 (LTS)](https://nodejs.org/en/blog/release/v4.6.2/). The complete changelog can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). + +### Node.js Benchmarks Results for v7.x + +* Results for v7.x added to [https://benchmarking.nodejs.org/](https://benchmarking.nodejs.org/) +* Benchmarks are curently run daily and the updated results published on this page in order to provide visibility and to encourage contributors to look for possible regressions after their commits go in. +* This page/data is maintained by the [benchmarking working group](https://github.com/nodejs/benchmarking/blob/master/README.md). + +### Daily Code Coverage Results + +* Now available for Node.js master at: https://coverage.nodejs.org/. Please check results after your major PRs land to ensure coverage is not regressed. +* This data is also a good way to identify where new tests can be added to improve the overall coverage numbers. +* We are doing pretty well at 89.37% JS coverage and 88.3% C++ coverage but we can always do better. + +### Community Updates + +* [Node.js v7.1.0 Release Brief](https://nodesource.com/blog/node-js-v-7-1-0-release-brief): This first release to the v7.x release line comes with upgraded dependencies, a couple new APIs, and a plenty of fixes. +* [Node.js v4.6.2 Release Brief](https://nodesource.com/blog/node-js-v-4-6-2-release-brief): This v4 LTS release is the result of a large buildup of regular maintenance commits. Contains a sizable amount of fixes and dependency patches. +* [Running Your Node.js App With Systemd - Part 1](https://nodesource.com/blog/running-your-node-js-app-with-systemd-part-1): This post is going to cover the specific case of running something on a "standard" Linux server that uses systemd. +* [Running Your Node.js App With Systemd - Part 2](https://nodesource.com/blog/running-your-node-js-app-with-systemd-part-2): There are a few things we'd like to change about our setup to make it more production ready, which means we're going to have to dive a bit deeper into SysAdmin land. +* [6 of the Most Exciting ES6 Features in Node.js v6 LTS](https://nodesource.com/blog/six-of-the-most-exciting-es6-features-in-node-js-v6-lts): With this article, we'll take a look at six of the best new ES6 features that are in the Node.js v6 LTS release. + +If you have spotted or written something about Node.js, do come over to our [Evangelism team repo](https://github.com/nodejs/evangelism) and suggest it on the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. + +### Upcoming Events + +* [NodeConf Barcelona 2016](http://barcelona.nodeconf.com/): 18th November 2016 · Barcelona Mobile World Centre +* [NodeConf Argentina](https://2016.nodeconf.com.ar): 18 - 19 November, 2016 +* [play.node 2016](http://playnode.io/2016/): 23rd November 2016 · Seoul, South Korea +* [EventLoop](http://eventloop.noders.com/): 26th - 27th November, 2016 +* [Node.js Interactive North America](http://events.linuxfoundation.org/events/node-interactive): November 29th - December 2nd · AUSTIN, TEXAS, US + +Have an event about Node.js coming up? You can put your events here through the [Evangelism team repo](https://github.com/nodejs/evangelism) and announce it in the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. From 129fbb6d6563b7a8327d2e091bfc79293662a6ad Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Sat, 12 Nov 2016 08:16:37 +0900 Subject: [PATCH 2/2] Update weekly-update.2016-11-11.md --- locale/en/blog/weekly-updates/weekly-update.2016-11-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-11-11.md b/locale/en/blog/weekly-updates/weekly-update.2016-11-11.md index 94ca67f1f892a..5aefd4ca8320d 100644 --- a/locale/en/blog/weekly-updates/weekly-update.2016-11-11.md +++ b/locale/en/blog/weekly-updates/weekly-update.2016-11-11.md @@ -43,7 +43,7 @@ If you have spotted or written something about Node.js, do come over to our [Eva * [NodeConf Barcelona 2016](http://barcelona.nodeconf.com/): 18th November 2016 · Barcelona Mobile World Centre * [NodeConf Argentina](https://2016.nodeconf.com.ar): 18 - 19 November, 2016 * [play.node 2016](http://playnode.io/2016/): 23rd November 2016 · Seoul, South Korea -* [EventLoop](http://eventloop.noders.com/): 26th - 27th November, 2016 +* [EventLoop](http://eventloop.noders.com/): 26th - 27th November, 2016 · Santiago, Chile. * [Node.js Interactive North America](http://events.linuxfoundation.org/events/node-interactive): November 29th - December 2nd · AUSTIN, TEXAS, US Have an event about Node.js coming up? You can put your events here through the [Evangelism team repo](https://github.com/nodejs/evangelism) and announce it in the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue.