Releases: globus/globus-sdk-javascript
Releases · globus/globus-sdk-javascript
v5.8.0
5.8.0 (2025-05-29)
Features
- Adds
request
method for making generic service requests using similar signatures and authorization integration. (#511) (a77b488)
- Flows: adds
update
method (#480) (e7e9169)
v5.7.0
5.7.0 (2025-04-02)
Features
- Flows: Add Run
update
, remove
, and getDefinition
methods (#473) (0712eee)
v5.6.0
5.6.0 (2025-03-20)
Features
- Transfer: adds
isGlobusHostname
utility (#458) (9d42388)
Bug Fixes
- Search, Typescript:
SearchIndexRoleCreate
type no longer includes principal_type
member. (#428) (0537ab9)
v5.5.0
5.5.0 (2025-02-06)
Features
- Search: Adds support for Search Index Roles CRUD methods. (#425) (1b40d08)
Bug Fixes
- Transfer, Typescript: Adds TransferErrorDocument type and improves DirectoryListingError types. (#420) (aadfbdf)
- Typescript, Search: Improve the GFacet Search type (#426) (1b245a5)
v5.4.1
5.4.1 (2025-01-22)
Bug Fixes
- GCS, ESM: ensure proper file extension is used for ESM imports (00ec6dd)
v5.4.0
5.4.0 (2025-01-08)
Features
- Auth: adds Globus Auth
utils
, including auth.utils.hasConsentForScope
(#406) (4b35d06)
v5.3.0
5.3.0 (2025-01-07)
Features
- Authorization: adds support for includeConsentedScopes during token exchange methods (#405) (5dac9a4)
Bug Fixes
- Auth: Ensure proper API paths for identity-related Globus Auth resources (e.g. GET /v2/api/identities) (#403) (9618792)
v5.2.0
5.2.0 (2025-01-06)
Features
- Auth: Adds
auth.identities.consents.getAll
service method. (#392) (bd051cb)
- GCS: Adds
getGCSDomainFromURL
and getEndpointIdFromURL
utility methods to gcs
(305ad33)
Bug Fixes
- Allow for unauthenticated service request definition for GCS. Updates
.info
to not require endpoint_id
(can be accessed unauthenticated). (305ad33)
v5.1.2
5.1.2 (2024-12-04)
Bug Fixes
- Errors: Ensure
required_scope
properties found in errors are properly serialized to the scope
parameter (space-separated) (#381) (d1b6704)
v5.1.1
5.1.1 (2024-11-13)
Bug Fixes
- Authorization: The value of the 'required_scopes' property of an AuthorizationError is now sent to Globus Auth as 'scope' parameter by default. (#366) (66e5c32)