v1.0.41
fixie-ai/ultravoxv1.0.41Jun 11, 2026by github-actions[bot]
AI Summary
A maintenance release focusing on hardening scraping logic against undefined values and resolving Docker UI authentication issues that caused 403 errors on self-hosted instances.
Key Highlights
- Harden element-tree scrape against undefined className
- Fix Docker UI filtering of its own injected API key
- Persist copilot artifact-metadata violations
- Credential-aware scouting and synthesis in code-block mode
New Features
- Harden element-tree scraping logic
- Credential-aware scouting
- Code-block mode synthesis with credential typing
- Durable telemetry for copilot violations
Full Release Notes
## What's Changed Version bumped from 1.0.42 to 1.0.41 ### Recent Changes - fix(SKY-11177): harden element-tree scrape against undefined className and isElementVisible recursion (#6697) (ada154bd1) **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.42...v1.0.41 ## What's Changed * fix: stop the docker UI from filtering out its own injected API key (403 "Invalid credentials" on self-host) by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/6516 * SKY-10827: persist copilot artifact-metadata violation batches as durable telemetry by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/6520 * SKY-10863: credential-aware scouting + credential-typed synthesis in code-block mode by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/6521 * fix(docker): force dev deps in UI builder stage to fix "tsc: not found" by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/6523 * Bump version to 1.0.41 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/6522 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.40...v1.0.41