v3.35.1
payloadcms/payloadv3.35.1Apr 17, 2025by denolfe
AI Summary
A minor maintenance release fixing a missing export in the Next.js auth package and improving error messages for database table name length issues.
Key Highlights
- Fix missing 'auth' export in @payloadcms/next
- Improve table name length exceeded error message
Full Release Notes
## [v3.35.1](https://github.com/payloadcms/payload/compare/v3.35.0...v3.35.1) (2025-04-17) ### 🐛 Bug Fixes * **next:** missing @payloadcms/next/auth export ([#12144](https://github.com/payloadcms/payload/issues/12144)) ([ed50a79](https://github.com/payloadcms/payload/commit/ed50a79)) ### 🏡 Chores * **db-postgres:** improve table name length exceeded error message ([#12142](https://github.com/payloadcms/payload/issues/12142)) ([0a59707](https://github.com/payloadcms/payload/commit/0a59707)) ### 🤝 Contributors - Jessica Chowdhury (@JessChowdhury) - Sasha (@r1tsuu)