-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: deprecate v1 cache #8129
feat: deprecate v1 cache #8129
Conversation
Asset Size Report for 9b6c9b5 Modern Builds ✅ EmberData shrank by -5.11 KB (-828.0 B compressed)If any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
Modern Builds (No Rollup) ✅ EmberData shrank by -679.0 B (-90.0 B compressed)If any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
|
Performance Report for 9b6c9b5 Scenario - basic-record-materialization: ✅ Performance improved
Scenario - relationship-materialization-simple: ✅ Performance improved
Scenario - relationship-materialization-complex: ✅ Performance improved
Scenario - unload: ✅ Performance improved
Scenario - unload-all: ✅ Performance improved
Scenario - destroy: ✅ Performance improved
Scenario - add-children: ✅ Performance improved
Scenario - unused-relationships: ✅ Performance improved
|
d1a3735
to
be37ef9
Compare
Commit v Release Performance Report for 9b6c9b5 Scenario - basic-record-materialization: ✅ Performance improved
Scenario - relationship-materialization-simple: ✅ Performance improved
Scenario - relationship-materialization-complex: ✅ Performance improved
Scenario - unload: ✅ Performance improved
Scenario - unload-all: ✅ Performance improved
Scenario - destroy: ✅ Performance improved
Scenario - add-children: ✅ Performance improved
Scenario - unused-relationships: ✅ Performance improved
|
be37ef9
to
e794cc1
Compare
bc7f252
to
7bc5425
Compare
In order to activate singleton manager we have to deprecate v1.
Consumers can opt-in to a singleton manager by marking all V1 deprecations as resolved. This means specifying
compatWith
of at least4.8
, which also means having fixed all other deprecations introduced prior to and during 4.8.Documentation will be its own PR once we finish the new RFC(s) for v2 cache.