v1.0.41
Skyvern-AI/skyvernv1.0.41Jun 11, 2026by github-actions[bot]
AI Summary
A maintenance release focused on hardening the element-tree scraper against undefined values and fixing Docker UI credential injection issues.
Key Highlights
- Hardened element-tree scrape against undefined className and recursion errors.
- Fixed Docker UI filtering out its own injected API key.
- Implemented credential-aware scouting in Copilot code-block mode.
- Persisted copilot artifact-metadata violation batches.
New Features
- Harden element-tree scrape against undefined className
- Persist copilot artifact-metadata violation batches
- Credential-aware scouting in code-block mode
- Force dev deps in UI builder stage
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