cloud-1.46.2
KittenML/KittenTTScloud-1.46.2Jul 15, 2026by openhands-release-bot[bot]
AI Summary
This release focuses on bug fixes regarding cross-domain tracking, database performance, and MCP authentication, alongside a documentation update.
Key Highlights
- Fixed cross-domain PostHog tracking by aligning client/server distinct_id
- Lowered DB pool defaults and made them environment tunable
- Preserved MCP auth secrets during settings GET round-trips
- Updated README.md documentation
Full Release Notes
## 1.46.2 (2026-07-15) <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * fix(frontend): restore cross-domain PostHog tracking by aligning client/server distinct_id (WIP) by @lilagrc in https://github.com/OpenHands/OpenHands/pull/15100 * fix(app-server): lower DB pool defaults and make them env-tunable by @dylan-openhands in https://github.com/OpenHands/OpenHands/pull/15270 * fix(mcp): preserve MCP auth secrets stripped by settings GET round-trip by @jlav in https://github.com/OpenHands/OpenHands/pull/15285 ### Maintenance * chore: Update README.md by @rbren in https://github.com/OpenHands/OpenHands/pull/15271 ## New Contributors * @dylan-openhands made their first contribution in https://github.com/OpenHands/OpenHands/pull/15270 **Full Changelog**: https://github.com/OpenHands/OpenHands/compare/cloud-1.46.1...cloud-1.46.2 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).