Poll: Minimum Node Support
See original GitHub issueWith beta
, I bumped up minimum Node support to 4.6
because it was an LTS release. However, now active 4.6 LTS
is ending in April. And since beta development took a bit longer than expected (IRL, sorry), April isn’t very far away.
Poll: Should we continue to stick to 4.6
or bump the minimum version to 6.9
before April?
In addition to LTS coverage, with 6.9
we also get:
- default function parameters
- rest parameters
- spread operator
- destructuring declarations
- destructuring assignments
- destructuring parameters
Reaction response:
- 👍 for
6.9
- 👎 for
4.6
Please only comment if you’ve cast a “reaction” vote.
cc/ @jbucaran @hzlmn @devmondo @Akkuma @tjbenton @watilde @frantic1048 @aweary @pine
Issue Analytics
- State:
- Created 7 years ago
- Reactions:15
- Comments:11 (7 by maintainers)
Top Results From Across the Web
poll - npm
poll. A simple poll function based on async, await, and an infinite loop. Features: Asynchronous callback function; Delay function to ...
Read more >Understand and Implement Long-Polling and Short Polling in ...
We also want to implement some examples with Node.js. What is Short Polling? In short polling, the client sends regular requests to the...
Read more >Orion Node Statuses and Fast Polling Explained
By default, Orion will poll nodes every 2 minutes to track uptime. As soon as the node does NOT respond to a ping,...
Read more >Amazon SQS short and long polling
Amazon SQS provides short polling and long polling to receive messages from a queue. By default, queues use short polling. With short polling...
Read more >The Node.js Event Loop, Timers, and process.nextTick()
Since any of these operations may schedule more operations and new events processed in the poll phase are queued by the kernel, poll...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version
2.0.2
continues support for Node 4. This will be revisited in April once LTS has officially expired.As of
2.0.10-beta
, Fly now requires Node6.x
.