Release Notes > 6.3.0
Webiny 6.3.0 Changelog
See what's new in Webiny version 6.3.0
AI PowerUps
AI-Powered Page Content Generation (#5125
,#5117
,#5113
,#5111
)
Webiny now includes AI-powered content generation capabilities through the new AI PowerUps feature. You can configure AI providers (OpenAI, Anthropic) and define personas in the Admin settings, then use AI to generate page content directly within the Page Builder.
The feature includes:
- Provider configuration — set up connections to OpenAI or Anthropic with your API keys
- Personas — define reusable AI personas with custom instructions for different content styles
- Content generation — generate page sections and content using natural language prompts
- Tool pipeline — AI-generated content is automatically processed through tools that convert text to Lexical editor format and resolve images
AI Image Enrichment for File Manager (#5104
,#5123
)
Images uploaded to the File Manager are now automatically enriched with AI-generated metadata:
- Tags — AI analyzes the image and assigns relevant tags for improved searchability
- Description — a human-readable description is generated and stored with the file
Both fields can be viewed and edited manually in the file details panel. This runs as a background task after upload, so it doesn’t block the upload process.
Admin
API Playground Renamed to GraphQL Playground (#5103
)
The “API Playground” label in the admin interface has been renamed to “GraphQL Playground” for clarity.
GraphQL Playground in the admin interfaceExtended Form Model Capabilities (#5125
)
The Admin form system now supports additional field types and layout options:
- Object fields — group related fields into nested structures
- Vertical tabs renderer — organize form sections into vertical tab layouts
- Textarea renderer — multiline text input
- Passthrough renderer — render custom components within forms
Development
Typescript Upgraded to 6.0.2 (#5043
)
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 (#5115
)
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 (#5101
)
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 (#5108
)
The second parameter in the Feature API’s register method now correctly populates when defined via generics.
Webiny SDK
Tasks SDK Methods (#5125
)
New SDK methods are available for working with background tasks: