v1.2.1
apify/crawleev1.2.1Jul 14, 2026by cdoern
AI Summary
This release contains CI/CD and infrastructure fixes, including correcting URL handling for vLLM and improving the build process for the ogx-client.
Key Highlights
- Fixed vLLM Anthropic message URLs by stripping duplicate `/v1` prefixes.
- Improved CI to generate `ogx-client` in-repo instead of cloning from external sources.
- Fixed container entrypoint to restore starter image boot by passing `--insecure`.
New Features
- Strip duplicate /v1 prefix in vLLM Anthropic message URLs.
- Generate ogx-client in-repo instead of cloning external repo.
- Pass --insecure to entrypoint to restore starter image boot.
- Publish ogx-client-typescript on release-1.2.x.
Full Release Notes
## What's Changed * fix(ci): regenerate uv.lock for ogx-client 1.2.0 on release-1.2.x by @cdoern in https://github.com/ogx-ai/ogx/pull/6300 * fix(ci): generate ogx-client in-repo instead of cloning external repo (backport #6297) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6299 * fix(containers): pass --insecure to entrypoint to restore starter image boot (backport #6288) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6293 * fix(inference): strip duplicate /v1 prefix in vLLM Anthropic message URLs (backport #6294) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6295 * fix(ci): publish ogx-client-typescript on release-1.2.x (backport #6301) by @cdoern in https://github.com/ogx-ai/ogx/pull/6302 **Full Changelog**: https://github.com/ogx-ai/ogx/compare/v1.2.0...v1.2.1