v1.0.41

gofiber/fiberv1.0.41Jun 11, 2026by github-actions[bot]

AI Summary

A maintenance release focusing on hardening element-tree scraping logic and resolving Docker UI credential injection issues.

Key Highlights

  • Harden element-tree scrape against undefined className and recursion
  • Fix Docker UI API key injection (403 errors on self-host)
  • Persist copilot artifact-metadata violation batches
  • Credential-aware scouting and synthesis in code-block mode

New Features

  • Persist copilot artifact-metadata violations
  • Credential-aware scouting and synthesis in code-block mode

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