You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
This PR simplifies the namespace migration.
Currently, header and data namespaces after the migration must be
different than the legacy namespace.
Leading to 3 calls until the no data was published on the legacy
namespaces. This requirement wasn't enforced leading to footgun.
We decided to simplify the migration by requiring removing the header
namespace and undeprecating the global namespace. This allows instead of
always having 3 calls to have at most 2.
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
Ex: Closes #<issue number>
-->
0 commit comments