Skip to content

Releases: blitz-js/blitz

v2.0.8

17 Apr 14:16
6e8eeb1
Compare
Choose a tag to compare

🐞 Patches

  • 5e61a16: bug: merge existing and custom blitz turbo configs
  • 7755546: fix: add missing host while initialising the next-auth adapter

v2.0.7

05 Apr 15:36
22e402a
Compare
Choose a tag to compare

🐞 Patches

  • ee7bf87: Turbopack support for Blitz

    This PR includes the changes required to make the Blitz loaders work with Turbopack.

    ⚠️ Upgrade to latest next canary to use this feature: >14.2.0-canary.25.
    ℹ️ While using turbopack currently few invalid config warnings will be shown, which can be ignored and should be fixed upstream in next.js. For more context: #4314

    Usage:

    pnpm blitz dev --turbo
  • 178c152: fix: patch next.js to hide intentional throws of DYNAMIC_SERVER_USAGE

v2.0.6

02 Apr 06:40
bbe1a54
Compare
Choose a tag to compare

🐞 Patches

  • 76a2544: Use SIGINT signal instead of SIGABRT to stop the process, when using custom server for better compatibility with operative systems
  • 5a587a6: Fix bundling issue that occurs in vercel due to the way imports were handled internally

v2.0.5

17 Feb 06:36
6f44c23
Compare
Choose a tag to compare

🐞 Patches

v2.0.4

06 Feb 17:03
e8f564e
Compare
Choose a tag to compare

🐞 Patches

  • dd604c7: perf: add filter to select only non expired sessions
  • 28a7904: fix: export BlitzServerMiddleware from blitz-next with next-js specific type
  • f25aac0: fix: add support to codemod upgrade-legacy for projects that have their pages folder nested in a src/ folder
  • 71b9950: fix: ajv dependency was not installed with blitz new

v2.0.3

16 Jan 16:12
a09685a
Compare
Choose a tag to compare

🐞 Patches

  • 2f5c8a3: fix: missing sodium native prebuilds required to use secure-password during server rendering
  • 956a739: fix: codemod now uses the correct paths corresponding to the changes to new templates
  • 47722e0: fix: search inside any subdirectory to inside src|app directories to find blitz-server.ts to use the BlitzCliConfig configurations.
  • 595f400: fix: add missing prettier, pretty-quick and other missing dev dependencies in the new app template

v2.0.2

05 Jan 05:35
4ac47ff
Compare
Choose a tag to compare

🐞 Patches

  • e8fd12e: Fix bug causing rpc resolvers to fail compilation in windows

v2.0.1

04 Jan 04:18
Compare
Choose a tag to compare

🐞 Patches

  • 8782aae: Fix outdated code in npm caused in during migration to stable release

v2.0.0

02 Jan 18:08
612aa1d
Compare
Choose a tag to compare

🚀 Features/Improvements

  • e5cd2c8: Expose ctx to rpcHandler error callbacks in [[...blitz]].ts files
  • 6d5f9ef: Blitz app directory starter
  • 86e8eb7: Add helpful error message when RPC resolvers have the same path
  • b84c5be: Next 14 Compatibility

v2.0.0-beta.37

02 Jan 17:28
f7735d5
Compare
Choose a tag to compare

🚀 Features/Improvements

  • e5cd2c8: Expose ctx to rpcHandler error callbacks in [[...blitz]].ts files
  • 6d5f9ef: Blitz app directory starter
  • 86e8eb7: Add helpful error message when RPC resolvers have the same path
  • b84c5be: Next 14 Compatibility