Skip to content

feat(Transfer): Adds transfer.v2.bookmarks integration#835

Merged
theroncross merged 4 commits into
mainfrom
feat-transfer-v2-bookmarks
May 15, 2026
Merged

feat(Transfer): Adds transfer.v2.bookmarks integration#835
theroncross merged 4 commits into
mainfrom
feat-transfer-v2-bookmarks

Conversation

@jbottigliero

@jbottigliero jbottigliero commented May 7, 2026

Copy link
Copy Markdown
Member
  • Updates the Transfer OpenAPI-generated types using integration (forward-looking).
  • Adds transfer.v2.bookmarks.getList,get,update,remove
  • Adds Service Version Support documentation
Screenshot 2026-05-07 at 2 12 45 PM

@jbottigliero jbottigliero force-pushed the feat-transfer-v2-bookmarks branch from 81d190a to 5542724 Compare May 7, 2026 15:22
@codecov

codecov Bot commented May 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.84%. Comparing base (61b2d54) to head (152aeae).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #835      +/-   ##
==========================================
+ Coverage   95.82%   95.84%   +0.02%     
==========================================
  Files          87       89       +2     
  Lines        1771     1782      +11     
  Branches      279      293      +14     
==========================================
+ Hits         1697     1708      +11     
  Misses         73       73              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jbottigliero jbottigliero force-pushed the feat-transfer-v2-bookmarks branch from 48645d4 to 1909e8e Compare May 7, 2026 19:15
Comment thread documents/patterns.md

import { transfer } from "@globus/sdk";
const result = await (
await globus.transfer.endpointSearch(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: globus. transfer.endpointSearch(

Comment thread documents/patterns.md
import { transfer, authorization } from "@globus/sdk";
const manager = authorization.create({ ... });
const result = await (
await globus.transfer.endpointSearch(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@theroncross theroncross merged commit 36d33f3 into main May 15, 2026
10 checks passed
@theroncross theroncross deleted the feat-transfer-v2-bookmarks branch May 15, 2026 13:20
theroncross pushed a commit that referenced this pull request Jun 2, 2026
🤖 I have created a release *beep* *boop*
---


##
[6.3.0](v6.2.0...v6.3.0)
(2026-06-02)


### Features

* **Auth:** Adds `next` exports for auth.identities
([#767](#767))
([92c02f8](92c02f8))
* Adds remaining `next` export for `transfer` and `auth.developers`
([#770](#770))
([1f05298](1f05298))
* **Auth:** adds `next` exports to Developers resources
([#769](#769))
([8376d22](8376d22))
* **Compute:** Adds `next` exports to Compute resources
([#760](#760))
([ab6b2ab](ab6b2ab))
* **Developers:** Add support for Globus Auth Developer Resource API
(https://docs.globus.org/api/auth/reference/#clients_and_scopes_api)
([#698](#698))
([9181bc2](9181bc2))
* **Flows:** Adds `next` exports to Flows resources
([#759](#759))
([6686ec1](6686ec1))
* **Groups:** Adds `next` exports to Groups resources
([#757](#757))
([89c16c3](89c16c3))
* provides implementation for allowing `next` signatures with GCS
([#772](#772))
([52863ec](52863ec))
* **Search:** adds (Search Index) Task-related methods
([#780](#780))
([a176bff](a176bff))
* **Search:** Adds `next` exports to Search resources
([#756](#756))
([ae9d4a2](ae9d4a2))
* **Timers:** Adds `next` exports to Timers resources
([#758](#758))
([d4a7773](d4a7773))
* **Transfer:** adds 'next' export for Stream Access Points
([#764](#764))
([8a8429d](8a8429d))
* **Transfer:** adds 'next' export for Task and Task Submission
([#765](#765))
([1444707](1444707))
* **Transfer:** Adds 'next' export to transfer.fileOperations
([#762](#762))
([848eb37](848eb37))
* **Transfer:** Adds 'next' exports to collection bookmarks, endpoints,
and endpoint search
([#763](#763))
([366d354](366d354))
* **Transfer:** Adds `transfer.v2.bookmarks` integration
([#835](#835))
([36d33f3](36d33f3))


### Bug Fixes

* **Auth, Identities:** Update the 'next' return type key name for
([78c6781](78c6781))
* **Flows:** update service export paths
([#848](#848))
([c6fcbf9](c6fcbf9))
* Move token-related methods in auth to an separate file to avoid
circular references in `src/services/shared.ts`
([#768](#768))
([78c6781](78c6781))
* **Search, Typescript:** addresses issues with GFilter and GBucket
types
([#779](#779))
([0feb7d7](0feb7d7))
* **Search, Typescript:** Allow creating GSearchRequest without 'q' (but
requiring 'filters')
([#777](#777))
([79beaba](79beaba))
* **Search:** Updates `query.next` methods to Generics
([#766](#766))
([e0e7959](e0e7959))
* **Streams:** Ensures `payload` wrapper is not included in Tunnel RPC
methods payload processing.
([#721](#721))
([8eef7eb](8eef7eb))
* **Transfer, Typescript:** Mark `fileOperations.stat` `query` parameter
as required.
([#737](#737))
([c051957](c051957))
* **Transfer:** Updates Transfer API host to transfer.api.globus.org
([#732](#732))
([2afde47](2afde47))
* **Typescript, Search:** `q_settings`,`advanced` mutual exclusivity
([#820](#820))
([2af5e30](2af5e30))
* **Typescript, Transfer:** fix marker pagination response
([#807](#807))
([35f51e3](35f51e3))
* **Typescript,Transfer:** getSuccessfulTransfers return type
([#819](#819))
([a324049](a324049))
* **Typescript:** fix and export IdentityResponse type
([5fa1dee](5fa1dee))
* **Typescript:** use BaseServiceMethodOptions in
ServiceMethodDynamicSegments
([#713](#713))
([0fb2315](0fb2315))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants