Skip to content

Commit 89493ea

Browse files
chore(main): release 6.3.0
1 parent c2c5b9c commit 89493ea

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.0"
2+
".": "6.3.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.3.0](https://github.com/globus/globus-sdk-javascript/compare/v6.2.0...v6.3.0) (2026-02-17)
7+
8+
9+
### Features
10+
11+
* **Developers:** Add support for Globus Auth Developer Resource API (https://docs.globus.org/api/auth/reference/#clients_and_scopes_api) ([#698](https://github.com/globus/globus-sdk-javascript/issues/698)) ([9181bc2](https://github.com/globus/globus-sdk-javascript/commit/9181bc252b9060ac79d75720a2d5a28b7ac040dd))
12+
13+
14+
### Bug Fixes
15+
16+
* **Streams:** Ensures `payload` wrapper is not included in Tunnel RPC methods payload processing. ([#721](https://github.com/globus/globus-sdk-javascript/issues/721)) ([8eef7eb](https://github.com/globus/globus-sdk-javascript/commit/8eef7eb533ed169a37a343d3f4c005dc46671c8e))
17+
* **Transfer, Typescript:** Mark `fileOperations.stat` `query` parameter as required. ([#737](https://github.com/globus/globus-sdk-javascript/issues/737)) ([c051957](https://github.com/globus/globus-sdk-javascript/commit/c05195797f155fc28f738dcd6dc203ab6c486dac))
18+
* **Transfer:** Updates Transfer API host to transfer.api.globus.org ([#732](https://github.com/globus/globus-sdk-javascript/issues/732)) ([2afde47](https://github.com/globus/globus-sdk-javascript/commit/2afde472d99808fde7d88e2e84342fdb25d913c5))
19+
* **Typescript:** use BaseServiceMethodOptions in ServiceMethodDynamicSegments ([#713](https://github.com/globus/globus-sdk-javascript/issues/713)) ([0fb2315](https://github.com/globus/globus-sdk-javascript/commit/0fb231578ed33d57f046e7eb6509cfb6c9e2139d))
20+
621
## [6.2.0](https://github.com/globus/globus-sdk-javascript/compare/v6.1.0...v6.2.0) (2025-11-18)
722

823

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globus/sdk",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "The Globus SDK for JavaScript",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

src/core/info/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// x-release-please-start-version
2-
export const VERSION = '6.2.0';
2+
export const VERSION = '6.3.0';
33
// x-release-please-end

0 commit comments

Comments
 (0)