github QwikDev/qwik v1.5.0

latest releases: v1.5.3, v1.5.2, v1.5.1...
2 months ago

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

Don't miss a new qwik release

NewReleases is sending notifications on new releases.