Skip to content

Releases: lenneTech/nest-server

11.17.0

14 Feb 20:53
7659bba

Choose a tag to compare

Introduce Permissions Report module with HTML, JSON, and Markdown endpoints

11.16.1

12 Feb 22:34
3126bae

Choose a tag to compare

Exempt custom decorator parameters from input whitelisting to preserve framework-injected objects

11.16.0

12 Feb 21:15
fc9bd6e

Choose a tag to compare

Add @UnifiedField input whitelisting to prevent property injection via REST bodies

11.15.4

11 Feb 15:14
0ffaf81

Choose a tag to compare

Migrate spectaql execution to pnpm dlx for consistency

11.15.3

11 Feb 13:25
26a05be

Choose a tag to compare

Simplify cross-subdomain cookie config with Boolean Shorthand and fix middleware domain bug

11.15.2

10 Feb 12:58

Choose a tag to compare

What's Changed

  • DEV-1264: better-auth by @kaihaase in #460
  • 11.9.0: Add ErrorCodeModule for centralized error handling with i18n translations and REST API by @kaihaase in #469
  • 11.10.0: Passkey and 2FA optimizations by @kaihaase in #473
  • feat(DEV-1362): Add PaginationInfo model and integrate with CrudServi… by @NicoKaempf in #476
  • fix(DEV-1366): Keep passkey challenge on failed verification for retry by @NicoKaempf in #484
  • 11.12.0: Resolve passkey authentication failures with JWT/cookie dual-mode by @DKoenig9 in #486
  • 11.13.0: Add configurable email verification and sign-up checks with termsAndPrivacyAccepted to BetterAuth by @kaihaase in #489
  • Add emailAndPassword.disableSignUp to BetterAuth for invite-only apps by @pascal-klesse in #496
  • Feature/system setup by @pascal-klesse in #497
  • 11.14.0: Switch to oxlint and oxfmt, remove Jest/ESLint/Prettier and clean up all legacy references by @kaihaase in #500

Full Changelog: 11.5.0...11.15.2

11.15.1

10 Feb 05:06
edcb4a3

Choose a tag to compare

Switch to pnpm, update CI workflows, scripts, husky hooks, and remove yalc dependency

11.15.0

09 Feb 13:18
db7f83e

Choose a tag to compare

Allow disabling GraphQL via config, add test:cleanup script and migration guide

11.14.1

08 Feb 17:18
49b5875

Choose a tag to compare

Re-add email verification debug logging with production guard and migration guide

11.14.0

08 Feb 16:53
e28693b

Choose a tag to compare

  • Switch to oxlint and oxfmt, remove Jest/ESLint/Prettier, and clean up all legacy references
  • Upgrade TypeScript target to es2022, fix all oxlint warnings, and refine linter configuration
  • Bump all compatible dependencies to the latest versions, including two major updates (ejs 4, nodemailer 8)