diff --git a/source/blog/2018-08-24-the-ember-times-issue-61.md b/source/blog/2018-08-24-the-ember-times-issue-61.md index 63edd89d6c..19de0d144b 100644 --- a/source/blog/2018-08-24-the-ember-times-issue-61.md +++ b/source/blog/2018-08-24-the-ember-times-issue-61.md @@ -32,8 +32,12 @@ Be sure to [read the original proposal over at Github](https://github.com/emberj --- -## [SECTION TITLE](#section-url) +## [Wait for it...](https://github.com/emberjs/data/pull/5545) +A new PR has been merged to Ember Data that improves your use of `async ... await` while simultaneously detecting asynchronous test leaks in their data layer. + +The feature works in non-production environments and they made sure that the test-waiter does not cause waiting by default in order to prevent breaking any apps that upgrade their version of Ember Data. +This new feature comes with two feature flags `store.shouldTrackAsyncRequests ` and `store.generateStackTracesForTrackedRequests`. To learn all about them and some more information on this new feature, be sure to check out [the pull request.](https://github.com/emberjs/data/pull/5545) ---