Skip to content
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

Stage RUM 2.0 for release #571

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Stage RUM 2.0 for release #571

merged 2 commits into from
Jul 16, 2024

Conversation

williazz
Copy link
Contributor

Merge #489 and #494 into mainline in order to stage RUM 2.0 for release. When approved, I will do a FF merge to preserve the above two commits.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

williazz and others added 2 commits July 16, 2024 10:49
* fix: replace ResourceEvent with W3C compliant PerformanceResourceTimingEvent (breaking)

* fix: firefox

* chore: add version 2.0.0

* chore: dispatch omitted resource fields to event bus

* chore: remove internalMessage

* chore: cleanup

* fix: flaky ms edge integ test

* chore: add unit tests for event type validation

* fix: integ test port

* fix: flaky ms edge integ test

* chore: add links to stylesheet filetype

* chore: test

* fix: disable flaky tests on edge

* chore: add integ test for value check

* fix: port

* chore: remove server timing for now

* chore: observe()

* chore: restore ignore comment

* chore: add length check to integ test

* Revert "chore: add length check to integ test"

This reverts commit 5061775.

* chore: change title to PerformanceResourceTimingEvent

* chore: remove version and add enum for initiatorType

* fix: isPutRumEvents()

* Revert "fix: isPutRumEvents()"

This reverts commit 3e29234.

* chore: add initiatorType "other"

* chore: add runtime check for resource

* chore: restore name

* chore: restore name

* Add a wait to see if it fixes integ tests

---------

Co-authored-by: Quinn Hanam <[email protected]>
@williazz williazz marked this pull request as ready for review July 16, 2024 18:01
@williazz
Copy link
Contributor Author

With this change, the main branch becomes the 2.0 release branch, and we will maintain support for older 1.x versions in the release branches. If there is a bug common to 1.x and 2.x , then we will have to merge patches into main and release/1.x.x, and run releases for both. As a follow up action, I will mark older 1.x versions for deprecation to reduce the operational burden of maintaining multiple branches.

@williazz williazz merged commit 15c0076 into main Jul 16, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants