v4.12.26
labring/sealosv4.12.26Jun 18, 2026by yusukebe
AI Summary
This release focuses on build process optimization and CI/CD enhancements, including updating build scripts to use Bun native APIs and enabling OIDC for secure npm publishing.
Key Highlights
- Build script optimized by replacing arg and glob with Bun native APIs
- CI improvements: Added OIDC trusted publishing for npm
- Cleanup: Removed unused devcontainer and GitPod configurations
- Lambda-edge fix: Satisfied Deno lib types for Content-Length body encoding
New Features
- Build script optimization using Bun native APIs
- CI/CD improvements via OIDC publishing
- Deno type compatibility fix for lambda-edge
Full Release Notes
## What's Changed * fix(lambda-edge): satisfy Deno lib types for Content-Length body encoding by @yusukebe in https://github.com/honojs/hono/pull/5013 * ci: publish to npm from CI with OIDC trusted publishing by @yusukebe in https://github.com/honojs/hono/pull/5028 * chore: remove unused devcontainer and gitpod configs by @yusukebe in https://github.com/honojs/hono/pull/5029 * chore: replace arg and glob with Bun native APIs in build script by @yusukebe in https://github.com/honojs/hono/pull/5030 **Full Changelog**: https://github.com/honojs/hono/compare/v4.12.25...v4.12.26