-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
☂️ 👣 Breaking changes for v5 #7752
Comments
one bullet point might be to decide on our v5 public interface, at least the start of one. This could also involve finally publishing the our public types :) I bring this up because
Right now we're reluctant to call even artifacts a public interface since it will make some (even minor) changes a lot harder. We should be judicious in what we expose because we can't tweak or take them back later. Page functions are short enough (and usually self contained enough) that they could be a good candidate for a list of "useful functions you might want to copy/paste" if we didn't want to commit to their current form, for instance. |
Thanks for posting. We'll be tracking against this. |
Are we going to touch rawValues at all for v5? |
oh yeah let's make the |
This is out, right? |
@exterkamp ya, I'll go ahead and close the PR actually. |
A la #6202 and #4333, the items we are thinking of changing in the next major rls
rawValue
Remove rawValue from Audit.Result #6199 (PRs core: require score in audit product; make rawValue numeric only #8343, core: replace rawValue with numericValue in audit result #8385, core: replace remaining rawValue with numericValue #8421)disableDeviceEmulation
flag before v5 RemovedisableDeviceEmulation
flag before v5 #7044 (PR core: remove disableDeviceEmulation flag #8289)LH.Audit.Details.Diagnostic
. "Diagnostic" is too overloaded in LH. (PR core: rename diagnostics to debugData #8298)dom-size
(PR core(dom-size): collect only body nodes for DOM stats #7241)Turn on advanced LR network timings (PR clients(lr): apply Lightrider timings to NetworkRequests #8109)Maybe:
Punted: 🏈
No:
Expose page functions to custom gatherers Expose page functions to custom gatherers #7317drop null fromSharedFlagsSettings
properties drop null from SharedFlagsSettings properties #7788Please add any additional above.
The text was updated successfully, but these errors were encountered: