event stream changelog

This commit is contained in:
Drew Bailey
2020-10-14 14:21:37 -04:00
parent 3c15f41411
commit 8c5f3a042d

View File

@@ -1,5 +1,9 @@
## 0.13.0 (Unreleased)
FEATURES:
* **Event Stream**: Subscribe to change events as they occur in real time. [[GH-9013](https://github.com/hashicorp/nomad/issues/9013)]
IMPROVEMENTS:
* core: Improved job deregistration error logging. [[GH-8745](https://github.com/hashicorp/nomad/issues/8745)]
* api: Added support for cancellation contexts to HTTP API. [[GH-8836](https://github.com/hashicorp/nomad/issues/8836)]