v4.16.1
OpenBB-finance/OpenBBv4.16.1Jul 17, 2026by github-actions[bot]
AI Summary
This release focuses on multiple improvements to security, user experience, and stability, specifically targeting login flows, password management, and session handling.
Key Highlights
- Prevents disk access via require (Security)
- Fixes password complexity display to show minimum length
- Improves login button state during password setup
- Prevents application crash on stale session cookies
Full Release Notes
## [4.16.1](https://github.com/zitadel/zitadel/compare/v4.16.0...v4.16.1) (2026-07-17) ### Bug Fixes * **actions:** prevent disk access via require ([afe1086](https://github.com/zitadel/zitadel/commit/afe108640cf57a17e8b743fbcdad9ae636eb3eb7)) * **console:** display minimum length in password complexity message ([#12419](https://github.com/zitadel/zitadel/issues/12419)) ([cc3812a](https://github.com/zitadel/zitadel/commit/cc3812a940d629984802fd1246f84fd91d07f6e8)), closes [#12390](https://github.com/zitadel/zitadel/issues/12390) * **login:** keep submit button disabled/loading during password set r… ([#12429](https://github.com/zitadel/zitadel/issues/12429)) ([0a355f7](https://github.com/zitadel/zitadel/commit/0a355f77db2f6dafc4e2d1b3254775d3a2c4a627)), closes [#12416](https://github.com/zitadel/zitadel/issues/12416) * **login:** prevent crash on a stale session cookie ([#12423](https://github.com/zitadel/zitadel/issues/12423)) ([6030a43](https://github.com/zitadel/zitadel/commit/6030a4316aceff23f9730bf8ccd3d1fa2411b293)), closes [#11130](https://github.com/zitadel/zitadel/issues/11130)