Page MenuHomePhabricator

Drop support for node <4 in service-runner
Closed, ResolvedPublic

Description

Service runner currently doesn't use ES6 syntax or any ES6 features, because Parsoid still supports node 0.10 until April. However, in April support would be dropped, and we'd be able to use all the neat new features node 4 provides in services-runner.

Event Timeline

+1 from me. All important services are already requiring node 4, so in practice there is little benefit in still supporting 0.10 in service-runner.

@GWicke I already have a patch. Just waiting till April 1 when Parsoid officially drops support for 0.10

Pchelolo renamed this task from Drop support for node <4 inn service-runner to Drop support for node <4 in service-runner.Mar 10 2017, 5:49 PM

Service-runner v2.3.0 was released today, and requires node 4. This means that all node services using service-runner 2.x now officially require node 4 or up.