🚀 Features/Improvements
blitz
- 83b3559: Truncate errors from
api/auth/<strategy>/callback
request to 100 characters before passing them to the?authError=
query parameter
🐞 Patches
@blitzjs/auth
- 83b3559: Truncate errors from
api/auth/<strategy>/callback
request to 100 characters before passing them to the?authError=
query parameter
@blitzjs/next
- 6ab9db7: Infer result type in the
api
handler and allow customizing it
@blitzjs/rpc
- c721c10: Pass
signal
from useQuery to Blitz internal rpc client to be able to cancel queries on unmount
@blitzjs/codemod
- dcdcd04: These are various changes to will make the codemod more dynamic and work with a larger variety of codebases. These fixes are implemented to make the codemod work with flightdeck.
- 7e538ba: Import ErrorComponent as DefaultErrorComponent
- 8e00605: Updates the error messages based on if it's a babel parse error or an unexpected error
@blitzjs/generator
- e339e2f: Add hoist pattern entry for react-query in new app templates