[PR #7395] [MERGED] v1.4.14 #7281

Closed
opened 2026-03-13 13:30:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7395
Author: @himself65
Created: 1/15/2026
Status: Merged
Merged: 1/17/2026
Merged by: @himself65

Base: mainHead: v1.4.14-staging


📝 Commits (10+)

  • 62537eb docs: correct Captcha plugin default option description (#7388)
  • 817738d fix: TanStack Start cookie plugins for React and Solid.js (#7389)
  • fbeea11 chore: bump better-call (#7183)
  • be1af1e test(mcp): add unit tests for setup tool (#7337)
  • 6cf4e1d test: add unit tests for ProxyAgent integration with better-auth (#7400)
  • 01ad71f chore(deps-dev): bump @sveltejs/kit from 2.49.2 to 2.49.5 (#7401)
  • 4afcf7f ci: update merge queue condition (#7398)
  • 87b151c refactor: replace nested conditionals with switch in email verification (#7397)
  • d8f5c66 docs: add corporate proxy configuration instructions in faq.mdx (#7402)
  • 25a469c docs: add .claude/rules/release.md (#7403)

📊 Changes

61 files changed (+4041 additions, -874 deletions)

View changed files

.claude/rules/release.md (+70 -0)
📝 .github/workflows/adapter-tests.yml (+0 -1)
📝 .github/workflows/ci.yml (+13 -0)
📝 .github/workflows/e2e.yml (+14 -0)
📝 CLAUDE.md (+13 -9)
📝 docs/components/side-bar.tsx (+8 -1)
📝 docs/components/sidebar-content.tsx (+15 -7)
📝 docs/content/docs/authentication/figma.mdx (+1 -2)
📝 docs/content/docs/installation.mdx (+14 -0)
📝 docs/content/docs/integrations/tanstack.mdx (+14 -0)
📝 docs/content/docs/plugins/autumn.mdx (+5 -0)
📝 docs/content/docs/plugins/captcha.mdx (+1 -1)
📝 docs/content/docs/plugins/commet.mdx (+5 -0)
📝 docs/content/docs/plugins/creem.mdx (+5 -1)
📝 docs/content/docs/plugins/dodopayments.mdx (+5 -1)
📝 docs/content/docs/plugins/stripe.mdx (+12 -5)
📝 docs/content/docs/reference/faq.mdx (+22 -0)
📝 docs/content/docs/reference/options.mdx (+3 -1)
📝 knip.jsonc (+2 -1)
📝 packages/better-auth/README.md (+8 -9)

...and 41 more files

📄 Description

Summary by cubic

Adds Solid.js support for TanStack Start cookie handling and fixes the React plugin to use the correct server package so cookies set reliably. Adds a skipTrailingSlashes option, updates docs (incl. corporate proxy setup) and the Figma provider (scopes/endpoints), standardizes API responses to include additionalFields and consistent date types, adds tests, and makes CI skip tests in the merge queue.

  • New Features

    • New tanstackStartCookies plugin for Solid.js at better-auth/tanstack-start/solid using @tanstack/solid-start-server. Docs now show separate examples for React and Solid.
    • Added advanced option skipTrailingSlashes for route matching. Stripe upgradeSubscription now supports locale.
  • Dependencies

    • Replace @tanstack/start-server-core with @tanstack/react-start-server and @tanstack/solid-start-server.
    • Bump better-call and update pnpm lock and knip config.

Written for commit b300d576ad. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/7395 **Author:** [@himself65](https://github.com/himself65) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/17/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `v1.4.14-staging` --- ### 📝 Commits (10+) - [`62537eb`](https://github.com/better-auth/better-auth/commit/62537eb7e01e479044f482068780375525a17be0) docs: correct Captcha plugin default option description (#7388) - [`817738d`](https://github.com/better-auth/better-auth/commit/817738dd8843158ef3e863045f44288b8328a4cf) fix: TanStack Start cookie plugins for React and Solid.js (#7389) - [`fbeea11`](https://github.com/better-auth/better-auth/commit/fbeea117d2030559661b83acc630afa28c25043f) chore: bump `better-call` (#7183) - [`be1af1e`](https://github.com/better-auth/better-auth/commit/be1af1e402ff65b095e78e22b7dd2719df9ce82a) test(mcp): add unit tests for setup tool (#7337) - [`6cf4e1d`](https://github.com/better-auth/better-auth/commit/6cf4e1db26c04010c3d92e1653000135b4161138) test: add unit tests for ProxyAgent integration with better-auth (#7400) - [`01ad71f`](https://github.com/better-auth/better-auth/commit/01ad71ffc7f7050e089cd8bd6d825f3f058e0c3a) chore(deps-dev): bump @sveltejs/kit from 2.49.2 to 2.49.5 (#7401) - [`4afcf7f`](https://github.com/better-auth/better-auth/commit/4afcf7f01d9d3ce6a6f3c0c1c6cfba06283090ce) ci: update merge queue condition (#7398) - [`87b151c`](https://github.com/better-auth/better-auth/commit/87b151cd7b24579bdd58cf8c66b04588de6ec9ad) refactor: replace nested conditionals with switch in email verification (#7397) - [`d8f5c66`](https://github.com/better-auth/better-auth/commit/d8f5c6624748d305a6c487ab198f88e338fd68ad) docs: add corporate proxy configuration instructions in `faq.mdx` (#7402) - [`25a469c`](https://github.com/better-auth/better-auth/commit/25a469c5597234a614da1c519a2efab333504469) docs: add `.claude/rules/release.md` (#7403) ### 📊 Changes **61 files changed** (+4041 additions, -874 deletions) <details> <summary>View changed files</summary> ➕ `.claude/rules/release.md` (+70 -0) 📝 `.github/workflows/adapter-tests.yml` (+0 -1) 📝 `.github/workflows/ci.yml` (+13 -0) 📝 `.github/workflows/e2e.yml` (+14 -0) 📝 `CLAUDE.md` (+13 -9) 📝 `docs/components/side-bar.tsx` (+8 -1) 📝 `docs/components/sidebar-content.tsx` (+15 -7) 📝 `docs/content/docs/authentication/figma.mdx` (+1 -2) 📝 `docs/content/docs/installation.mdx` (+14 -0) 📝 `docs/content/docs/integrations/tanstack.mdx` (+14 -0) 📝 `docs/content/docs/plugins/autumn.mdx` (+5 -0) 📝 `docs/content/docs/plugins/captcha.mdx` (+1 -1) 📝 `docs/content/docs/plugins/commet.mdx` (+5 -0) 📝 `docs/content/docs/plugins/creem.mdx` (+5 -1) 📝 `docs/content/docs/plugins/dodopayments.mdx` (+5 -1) 📝 `docs/content/docs/plugins/stripe.mdx` (+12 -5) 📝 `docs/content/docs/reference/faq.mdx` (+22 -0) 📝 `docs/content/docs/reference/options.mdx` (+3 -1) 📝 `knip.jsonc` (+2 -1) 📝 `packages/better-auth/README.md` (+8 -9) _...and 41 more files_ </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Adds Solid.js support for TanStack Start cookie handling and fixes the React plugin to use the correct server package so cookies set reliably. Adds a skipTrailingSlashes option, updates docs (incl. corporate proxy setup) and the Figma provider (scopes/endpoints), standardizes API responses to include additionalFields and consistent date types, adds tests, and makes CI skip tests in the merge queue. - **New Features** - New tanstackStartCookies plugin for Solid.js at better-auth/tanstack-start/solid using @tanstack/solid-start-server. Docs now show separate examples for React and Solid. - Added advanced option skipTrailingSlashes for route matching. Stripe upgradeSubscription now supports locale. - **Dependencies** - Replace @tanstack/start-server-core with @tanstack/react-start-server and @tanstack/solid-start-server. - Bump better-call and update pnpm lock and knip config. <sup>Written for commit b300d576ad5445038de3511286e6fd9253808183. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:30:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#7281