Skip to content

v7.77.0#1411

Merged
dandorman merged 1 commit intomainfrom
v7.77.0
Dec 4, 2025
Merged

v7.77.0#1411
dandorman merged 1 commit intomainfrom
v7.77.0

Conversation

@dandorman
Copy link
Contributor

Description

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@dandorman dandorman requested a review from a team as a code owner December 4, 2025 00:50
@dandorman dandorman requested a review from nicknisi December 4, 2025 00:50
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 4, 2025

Greptile Overview

Greptile Summary

This is a version bump release from 7.76.0 to 7.77.0 that includes support for the Pipes getAccessToken endpoint (from PR #1394). The changes are minimal and straightforward:

  • Updated version number in package.json
  • Updated VERSION constant in src/workos.ts to match
  • Updated test snapshots with new User-Agent version string

The Pipes getAccessToken functionality allows retrieving access tokens for data integration providers, with proper handling for success/failure cases including not_installed and needs_reauthorization error states.

Confidence Score: 5/5

  • This PR is a simple version bump with no functional code changes - safe to merge
  • The changes are limited to version number updates across three files with no logic changes, no new dependencies, and properly updated test snapshots
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bump from 7.76.0 to 7.77.0, standard release update
src/workos.ts 5/5 VERSION constant updated from 7.76.0 to 7.77.0 to match package.json
src/sso/snapshots/sso.spec.ts.snap 5/5 Test snapshots updated with new User-Agent version string (7.77.0)

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Pkg as package.json
    participant WorkOS as src/workos.ts
    participant Snap as sso.spec.ts.snap
    
    Dev->>Pkg: Update version to 7.77.0
    Dev->>WorkOS: Update VERSION constant to 7.77.0
    Dev->>Snap: Update User-Agent version in snapshots
    Note over Dev,Snap: Version synchronized across all files
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@dandorman dandorman merged commit da9f834 into main Dec 4, 2025
7 checks passed
@dandorman dandorman deleted the v7.77.0 branch December 4, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants