v0.63.9
drizzle-team/drizzle-ormv0.63.9Jul 28, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing release pipeline reliability by syncing the release branch with main and resolving conflicts to ensure smooth production builds. It also unblocks Linux AppImage production runs by fixing startup failures on Ubuntu 23.10+.
Key Highlights
- Release branch sync and conflict resolution to keep builds green
- Linux AppImage release unblock (fixed startup failure on Ubuntu 23.10+)
- Promotions to ensure the latest accumulated work lands cleanly
Full Release Notes
# The Release-Reliability Upgrade This set of releases tightens up the shipping pipeline and keeps the release branch moving smoothly—so builds stay green and delivery stays fast. 🎉 ## Highlights ### Release branch sync & conflict resolution 🔀 We kept `release` in lockstep with `main` through a series of promotions, ensuring the latest accumulated work lands cleanly where production builds are cut. One promotion also required a careful conflict resolution pass to preserve the already-cut release versions while still bringing forward the full set of changes from `main`. ([#5203](https://github.com/tinyhumansai/openhuman/pull/5203), [#5242](https://github.com/tinyhumansai/openhuman/pull/5242), [#5256](https://github.com/tinyhumansai/openhuman/pull/5256)) — Thank you @M3gA-Mind! ### Linux AppImage release unblock 🐧 Linux desktop release smoke tests are back on track: an AppImage startup failure on Ubuntu 23.10+ was addressed by adjusting the user namespace sysctl behavior used during the release job, unblocking production runs. ([#5251](https://github.com/tinyhumansai/openhuman/pull/5251)) — Thank you @M3gA-Mind! ## Contributor Credits Thank you to everyone who contributed to this release: @M3gA-Mind, @github-actions[bot]. ## Full Compare https://github.com/tinyhumansai/openhuman/compare/v0.63.1...v0.63.9