github QwikDev/qwik v1.5.0

latest releases: @builder.io/qwik-city@1.10.0, eslint-plugin-qwik@1.10.0, @builder.io/qwik@1.10.0...
8 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.