To start with, congratulations on shipping. It means a lot to our little team here that we finally have an Ember Data with SemVer guarantees and a throughly well documented canonical format in JSON API.
That said, It strikes me that all is not well with this release.
To start with I’ve had to monkey patch the Fixture Adapter (we’ve installed the add-on as instructed) so it doesn’t crash when ember-data does the isNewSerializerAPI check. I know this isn’t supported anymore, but I’m surprised at the speed which which it became totally broken. (Actually the issue would come up with any adapter that doesn’t specify a serializer - I’ll raise an issue soon).
Second - we’re getting errors from Ember Inspector caused by Ember Data. If I downgrade again, these go away. Again I’ll be digging in and raising an issue soon.
Thirdly, in the absence of documentation (my favourite deprecation has to do with a custom serializer we have, the message for which points to the undocumented normalizeResponse API) I was poking around the source and found this:
Closely followed by this:
Finally, installing from bower brings down an old version of the sourcemap, so debugging these issues wasn’t much fun. Oh, and bower.json wasn’t updated to reflect the version either I’ve already raised an issue about that.
https://github.com/components/ember-data/issues/29
I know it’s early days and these issues are either small or will be fixed soon by upcoming blog posts etc. But from a first impression point of view, this morning has not been good.