Skip to content

The latest news releases from the Qwik team

March 4th, 2024

v1.5.0

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: https://github.com/BuilderIO/qwik/compare/v1.4.5...v1.5.0

Contributors:

  • AlexanderShushunov
  • alexismch
  • mrhoodz
  • mhevery
  • ayush3160
  • wmertens
  • jcfauchet
  • blueagler
  • gioboa
  • saboooor
  • fbernack
  • genki
  • reosablo
  • Kesmek
  • mittinatten
  • LazyClicks
  • notcod
  • dejurin
  • manucorporat
  • types
  • octet

February 13th, 2024

v1.4.5

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.4...v1.4.5

Contributors:

  • LorisSigrist
  • wmertens
  • codethinki
  • maiieul
  • iamriajul
  • mrhoodz

February 6th, 2024

v1.4.4

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.3...v1.4.4

Contributors:

  • wmertens
  • kylerush
  • mrhoodz
  • container
  • iamriajul
  • alexcsandru
  • ozanmakes

January 30th, 2024

v1.4.3

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.2...v1.4.3

Contributors:

  • balaji
  • wmertens
  • qwik
  • auth
  • balazsorban44
  • greatgraphicdesign
  • STRd6
  • mhevery
  • alexismch
  • mrhoodz

January 27th, 2024

v1.4.2

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.1...v1.4.2

Contributors:

  • STRd6
  • thejackshelton
  • Seanmclem
  • wmertens

January 25th, 2024

v1.4.1

Overview

  • Try harder to prevent dirty tasks on SSR
  • AWS middleware in qwik-city
  • File filter option to make Qwik work better with Astro
  • qwik-auth can now handle multiple cookies
  • Node adapters in qwik-city now read .env files
  • Bugfixes in various service workers, starter CSS build, etc
  • Dependency updates

Thanks to all contributors!

Commits

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.0...v1.4.1

Contributors:

  • mrhoodz
  • fabian
  • ksjogo
  • leifermendez
  • Balastrong
  • hassanzohdy
  • STRd6
  • thejackshelton
  • wmertens
  • mhevery
  • linkfang
1
...
20
21
22
...
30