🚀 Features/Improvements
@blitzjs/auth
- 55a43ce: maybe fix anon session CSRF issue + add ability to customize anon session expiry time
@blitzjs/next
- 11b548e: Change setupBlitzServer logger config to be optional. Will default to BlitzLogger
@blitzjs/rpc
- 55a43ce: maybe fix anon session CSRF issue + add ability to customize anon session expiry time
- ceb7db2: Add an opt-in GET request support to RPC specification by exporting a
config
object that has thehttpMethod
property.
fromquery
files.
🐞 Patches
blitz
- 1569bd5: Upgrade
tslog
to the latest version - ceb7db2: Add an opt-in GET request support to RPC specification by exporting a
config
object that has thehttpMethod
property.
fromquery
files. - 8e5903c: Fix
cannot find module db error
in JavaScript template. Replace requiring the config usingesbuild
with parsing usingjscodeshift
to get thecliConfig
values. Added logic to find theblitz-server
file insrc
directory - 4545912: Include resolvers in
src
directory in blitz console