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
amend! fix(datastore): remove namespace from Key.String() (#10684)
fix(datastore): remove namespace from Key.String()
Fixes#10684.
Datastore namespaces may be sensitive, and it's best not to emit them.
Restores the behavior of `Key.String` prior to #8363, but maintains the
fix for #7829 by providing an internal implementation that does provide
the namespace.
0 commit comments