Ember.js - Ember 3.9 Released

Today the Ember project is releasing version 3.9 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.10 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The ember-try addon is a great way to continuously test your projects against the latest Ember releases.


This is a companion discussion topic for the original entry at https://emberjs.com/blog/2019/04/10/ember-3-9-released.html
2 Likes

Exciting!

Just a heads up that Ember Data 3.9.0 potentially doesn’t work in applications using FastBoot. I believe this has been fixed in master, so the bug will be resolved in the next version. However, for the time being if you’re seeing errors around Ember Data and FastBoot the simplest way to get unstuck is to use Ember Data 3.8.0.

More info here: ember-fetch fastboot passthrough by mansona · Pull Request #6011 · emberjs/data · GitHub

1 Like