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
Origin token support in /v2/auth/session/complete (#382)
X-Attributes-Base64 header carrying a base64-encoded JSON attribute map to support non-ASCII attribute values, both on upload and in download/head responses (#378, #400)
The X-Attributes header keeps its plain-JSON meaning for backward compatibility and is omitted from download/head responses when any attribute key or value is non-ASCII (use X-Attributes-Base64 in that case) (#378, #400)
key and signature in /v2/auth/bearer/complete and /v2/auth/session/complete now uniformly accept both hex and Base64 encoding (decoded as hex first, then Base64) (#388)