Skip to content

Releases: globus/globus-sdk-javascript

v5.8.0

29 May 19:41
9d1449e
Compare
Choose a tag to compare

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

02 Apr 20:20
db79a63
Compare
Choose a tag to compare

5.7.0 (2025-04-02)

Features

  • Flows: Add Run update, remove, and getDefinition methods (#473) (0712eee)

v5.6.0

20 Mar 18:45
8f52225
Compare
Choose a tag to compare

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

06 Feb 21:51
e2e91a0
Compare
Choose a tag to compare

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

22 Jan 20:04
60ad57e
Compare
Choose a tag to compare

5.4.1 (2025-01-22)

Bug Fixes

  • GCS, ESM: ensure proper file extension is used for ESM imports (00ec6dd)

v5.4.0

08 Jan 22:12
03cce04
Compare
Choose a tag to compare

5.4.0 (2025-01-08)

Features

  • Auth: adds Globus Auth utils, including auth.utils.hasConsentForScope (#406) (4b35d06)

v5.3.0

07 Jan 22:20
937faa3
Compare
Choose a tag to compare

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

06 Jan 19:37
c55ef80
Compare
Choose a tag to compare

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

04 Dec 02:26
1de0182
Compare
Choose a tag to compare

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

13 Nov 23:07
b15376f
Compare
Choose a tag to compare

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)