v0.155.5
Infisical/infisicalv0.155.5Jan 15, 2026by varonix0
AI Summary
Adds custom branding support for secret sharing, Bearer Token authentication for MCP servers, and improved SSH port validation.
Key Highlights
- Added custom branding support for secret share.
- Added Bearer Token authentication support for MCP servers.
- Improved SSH port input validation by coercing to a number.
- Added Infisical proxy documentation.
New Features
- Custom branding for secret share
- MCP Bearer Token auth
- SSH port validation
- Proxy documentation
Full Release Notes
## What's Changed * fix(pam): coerce SSH port input to number in validation schema by @ShivaReddyVanja in https://github.com/Infisical/infisical/pull/5179 * feat(secret-share): custom branding support by @x032205 in https://github.com/Infisical/infisical/pull/5147 * improvement(pam): add leading / in more places on the UI by @x032205 in https://github.com/Infisical/infisical/pull/5185 * fix: createMembership custom roles management by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5180 * feat(agent-sentinel): add Bearer Token authentication support for MCP servers by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/5183 * improvement(frontend): add joined at date to org select screen by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5161 * docs: infisical proxy by @varonix0 in https://github.com/Infisical/infisical/pull/5187 * fix: update node version to `20.20.0` by @varonix0 in https://github.com/Infisical/infisical/pull/5189 ## New Contributors * @ShivaReddyVanja made their first contribution in https://github.com/Infisical/infisical/pull/5179 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.155.4...v0.155.5