Skip to content

chore(main): release 0.7.0#67

Merged
nicknisi merged 1 commit intomainfrom
release-please--branches--main--components--authkit-tanstack-react-start
Apr 24, 2026
Merged

chore(main): release 0.7.0#67
nicknisi merged 1 commit intomainfrom
release-please--branches--main--components--authkit-tanstack-react-start

Conversation

@workos-sdk-automation
Copy link
Copy Markdown
Contributor

@workos-sdk-automation workos-sdk-automation Bot commented Apr 23, 2026

🤖 I have created a release beep boop

0.7.0 (2026-04-24)

⚠ BREAKING CHANGES

  • pkce: each OAuth flow now requires a per-flow verifier cookie set at sign-in time, bound to the URL state parameter. Flows that reach the callback without first passing through this adapter's sign-in route fail with PKCECookieMissingError (500).

Features

  • pkce: per-flow PKCE verifier cookies (7716182)

Bug Fixes

  • use WORKOS_REDIRECT_URI from env when option not provided (#52) (d249d00), closes #51

This PR was generated with Release Please. See documentation.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 23, 2026

Greptile Summary

This is an automated release PR generated by Release Please, bumping the package version from 0.6.0 to 0.7.0. The changes are limited to package.json, .release-please-manifest.json, and CHANGELOG.md, documenting a breaking PKCE change (per-flow verifier cookies) and a bug fix for WORKOS_REDIRECT_URI environment variable handling.

Confidence Score: 5/5

Safe to merge — purely a Release Please automation commit with no logic changes.

All changes are automated version bumps and changelog entries with no code logic introduced. No issues found.

No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 0.6.0 to 0.7.0 by Release Please automation
CHANGELOG.md New 0.7.0 changelog entry added documenting PKCE breaking change and bug fix
package.json Package version bumped from 0.6.0 to 0.7.0, no other changes

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please Bot] --> B[Bump version 0.6.0 → 0.7.0]
    B --> C[package.json]
    B --> D[.release-please-manifest.json]
    B --> E[CHANGELOG.md]
    E --> F[Breaking: PKCE per-flow verifier cookies]
    E --> G[Fix: WORKOS_REDIRECT_URI from env]
Loading

Reviews (3): Last reviewed commit: "chore(main): release 0.7.0" | Re-trigger Greptile

@workos-sdk-automation workos-sdk-automation Bot changed the title chore(main): release 0.6.1 chore(main): release 0.7.0 Apr 24, 2026
@workos-sdk-automation workos-sdk-automation Bot force-pushed the release-please--branches--main--components--authkit-tanstack-react-start branch from 65a3d9a to e1a0e4b Compare April 24, 2026 22:13
@nicknisi nicknisi merged commit fc0c9f5 into main Apr 24, 2026
5 checks passed
@workos-sdk-automation
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

authkitMiddleware doesn’t use redirectUri from env variable by default

1 participant