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
This release moves some internal Forge code to a separate class, SearchHelper, in the MDF Toolbox. No meaningful impact on the end-user experience with Forge is expected, but the split into SearchHelper is useful from code reuse and maintainability perspectives.
With this split, there is now a logout() method that can be called to delete all tokens from Globus Auth, and minor improvements to query string handling (the most visible of which is that some search values which should be wrapped in double-quotes will be, automatically). This release is entirely backwards-compatible, with the singular exception that info=True returns the query fields as top-level fields instead of nested in a query field.