changelog

This commit is contained in:
Alex Dadgar
2018-03-14 16:09:32 -07:00
parent e38d8954e9
commit 3500ed7228

View File

@@ -9,6 +9,8 @@ __BACKWARDS INCOMPATIBILITIES:__
[restart stanza](https://www.nomadproject.io/docs/job-specification/restart.html) for more information.
IMPROVEMENTS:
* core: Servers can now service client HTTP endpoints [[GH-3892](https://github.com/hashicorp/nomad/issues/3892)]
* core: More efficient garbage collection of large batches of jobs [[GH-3982](https://github.com/hashicorp/nomad/issues/3982)]
* core: Allow upgrading/downgrading TLS via SIGHUP on both servers and clients [[GH-3492](https://github.com/hashicorp/nomad/issues/3492)]
* core: Node events are emitted for events such as node registration and
heartbeating [[GH-3945](https://github.com/hashicorp/nomad/issues/3945)]