github payloadcms/payload v4.0.0-canary.37

pre-release4 hours ago

v4.0.0-canary.37 (2026-09-24)

๐Ÿš€ Features

  • default overrideAccess to false in the Local API (#17869) (744bfcf)
  • publish active locale by default, remove defaultLocalePublishOption (#17874) (5a6d003)
  • codemod: add agent-assisted upgrade command (#17825) (c44404c)
  • tanstack-start: add devServerExternalPackages option to withPayload (#17631) (346bd50)

๐Ÿ› Bug Fixes

  • update deprecated mongodb new option (#18277) (9c63438)
  • inherit read access for collection versions (#17634) (b0e85ef)
  • drizzle: size sqlite batch inserts by widest row (#17234) (9001b93)
  • plugin-multi-tenant: avoid refreshing without stale tenant cookie (#18252) (3826748)
  • tanstack-start: avoid broad imports in route graph (#18254) (213356c)

๐Ÿ›  Refactors

  • consolidate initReq across framework adapters (#17690) (d1deb35)

๐Ÿ“š Documentation

๐Ÿงช Tests

  • fix vs code run test buttons not working on first try (#18244) (322ccb9)

โš™๏ธ CI

๐Ÿก Chores

โš ๏ธ BREAKING CHANGES

  • default overrideAccess to false in the Local API (#17869) (744bfcf)

    This changes the Local API default for overrideAccess from true to
    false, including payload.jobs.* operations. An omitted option now
    enforces access control.

  • consolidate initReq across framework adapters (#17690) (d1deb35)

    Consolidates initReq in payload core so every framework adapter uses
    the same request initialization behavior.

  • publish active locale by default, remove defaultLocalePublishOption (#17874) (5a6d003)

  • inherit read access for collection versions (#17634) (b0e85ef)

    Inherits a collection or global's existing read access for version
    operations when readVersions is not configured. Explicit
    readVersions access remains authoritative.

๐Ÿค Contributors

Don't miss a new payload release

NewReleases is sending notifications on new releases.