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
fix(datastore): remove namespace from Key.String() (#10684) (#10823)
* fix(datastore): remove namespace from Key.String() (#10684)
Datastore namespaces may be sensitive, and it's best not to emit
them.
Provide a `datastore.Key.StringWithNamespace()` as an alternative,
and use this version internally, which preserves the fix from
#7829.
* 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