Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 19:01
· 438 commits to main since this release
3ba872e

Breaking changes

It turns out that this release requires a change to vite.config.ts for the production builds. The ssr configuration needs to have "node:async_hooks" as external:

        ssr: {
          external: ['node:async_hooks'],
        },

New features

  • Support for Uint8Array serialization

Notable bugfixes

  • Server-side function calls now use Async LocalStorage to ensure retaining the request context during async handling

PRs

New Contributors

Full Changelog: v1.4.5...v1.5.0