For the full list of changes, check out the Webiny 6.3.0external link release on GitHub.

Development
anchor

Typescript Upgraded to 6.0.2 (#5043external link)
anchor

Webiny now uses Typescript 6.0.2 with module resolution set to bundler. This brings improved type inference and better alignment with modern bundler toolchains.

Install Version Flag for Upgrade Command (#5115external link)
anchor

The webiny upgrade command now accepts an --install-version flag, letting you specify an exact package version to install during the upgrade process. This is useful when you want to test an unstable release before the stable version ships.

Old Pulumi Plugin Versions Now Cleaned Up (#5101external link)
anchor

Previously, downloading new Pulumi plugins would leave old versions behind, causing the .webiny/pulumi-cli folder to grow over time. Old plugin versions are now automatically removed when newer versions are installed.

Feature API Types Corrected (#5108external link)
anchor

The second parameter in the Feature API’s register method now correctly populates when defined via generics.

Admin
anchor

API Playground Renamed to GraphQL Playground (#5103external link)
anchor

The “API Playground” label in the admin interface has been renamed to “GraphQL Playground” for clarity.

GraphQL Playground in the admin interfaceGraphQL Playground in the admin interface
(click to enlarge)