import { ArrowRight } from "lucide-react"; import { Button } from "@/components/ui/button"; import { BackgroundLines } from "./bg-line"; import Link from "next/link"; import { DiscordLogoIcon, GitHubLogoIcon } from "@radix-ui/react-icons"; import { Metadata } from "next"; export const metadata: Metadata = { title: "V1.0 Release", description: "Better Auth V1.0 release notes", openGraph: { images: "https://better-auth.com/v1-og.png", title: "V1.0 Release", description: "Better Auth V1.0 release notes", url: "https://better-auth.com/v1", type: "article", siteName: "Better Auth", }, twitter: { images: "https://better-auth.com/v1-og.png", card: "summary_large_image", site: "@better_auth", creator: "@better_auth", title: "V1.0 Release", description: "Better Auth V1.0 release notes", }, }; export default function V1Ship() { return (
We are excited to announce the Better Auth V1.0 release.
Since introducing Better Auth, the community's excitement has been
incredibly motivating—thank you!
V1 is an important milestone, but it simply means we believe you can
use it in production and that we'll strive to keep the APIs stable
until the next major version. However, we'll continue improving,
adding new features, and fixing bugs at the same pace as before.
If you were using Better Auth for production, we recommend updating
to V1 as soon as possible. There are some breaking changes, feel
free to join us on{" "}
Discord, and
we'll gladly assist.
pnpx @better-auth/cli migrate
Ensure you have the latest{" "}
schema required
{" "}
by Better Auth.
You can also
{" "}
add them manually. Read the{" "}
Core Schema
{" "}
for full instructions.
We have some exciting new features and updates that you should check out.