v2026.4.0
Infisical/infisicalv2026.4.0May 20, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing cookie management with full editing capabilities and introduces layered settings inheritance. It also improves Git integration with live status indicators and UI refinements like macOS window controls.
Key Highlights
- Add cookie editing with filtering, create/edit/delete flows
- Implement layered settings inheritance per workspace, folder, and request
- Add live Git status indicators and file history/restore actions
- Add macOS window controls and align HTTP method tags
- Increase HTTP/2 response header limit
New Features
- Cookie editing with filtering, create/edit/delete flows
- Layered settings inheritance per workspace, folder, and request
- Persist Set-Cookie headers from WebSocket upgrade responses
- Add domain argument to cookie.value template function
- Add live Git status indicators in the sidebar
- Add file history and restore actions for Git-synced items
- Add macOS window controls
- Clean up update downloads after install
- Allow overriding Content-Type for GraphQL and form-urlencoded requests
- Fix gRPC Any response reflection
- Show an error when importing a binary file fails
- Align HTTP method tags to the left
Full Release Notes
[](https://yaak.app/changelog/2026.4.0) - [Add cookie editing with filtering, and create/edit/delete flows](https://yaak.app/feedback/posts/enhance-cookie-management-with-full-cookie-structure-display-and-editing-support) in [#463](https://github.com/mountain-loop/yaak/pull/463) - [Layered settings inheritance per workspace, folder, and request](https://yaak.app/feedback/posts/request-level-settings) in [#463](https://github.com/mountain-loop/yaak/pull/463) - Persist `Set-Cookie` headers from WebSocket upgrade responses when cookie storage is enabled in [#463](https://github.com/mountain-loop/yaak/pull/463) - [Add a `domain` argument to the `cookie.value` template function](https://yaak.app/feedback/posts/domain-parameter-in-cookie-value) in [#452](https://github.com/mountain-loop/yaak/pull/452) - [Add live Git status indicators in the sidebar](https://yaak.app/feedback/posts/uncommitted-changes-show-and-revert-per-request) in [#458](https://github.com/mountain-loop/yaak/pull/458) - Add file history and restore actions for Git-synced items in [#458](https://github.com/mountain-loop/yaak/pull/458) - [Add macOS window controls](https://yaak.app/feedback/posts/macos-window-app-management) in [#460](https://github.com/mountain-loop/yaak/pull/460) - [Clean up update downloads after install](https://yaak.app/feedback/posts/updates-cache-directory-cleanup) - Improve model sync scheduling - [Allow overriding `Content-Type` for GraphQL and form-urlencoded requests](https://yaak.app/feedback/posts/graphql-mode-ignores-manual-content-type-header-override) - [Increase HTTP/2 response header limit](https://yaak.app/feedback/posts/when-response-headers-exceed-a-certain-size-hyper-throws-error) - [Fix gRPC `Any` response reflection](https://yaak.app/feedback/posts/ui-hang-with-grpc-response-containing-google-protobuf-any) in [#451](https://github.com/mountain-loop/yaak/pull/451) - Show an error when importing a binary file fails - Fix duplicate request names when duplicating unnamed requests in [#429](https://github.com/mountain-loop/yaak/pull/429) - Fix ghost selection lines in wrapped code editor content in [#432](https://github.com/mountain-loop/yaak/pull/432) - Align HTTP method tags to the left in [#450](https://github.com/mountain-loop/yaak/pull/450) **Full Changelog**: https://github.com/mountain-loop/yaak/compare/v2026.3.1...v2026.4.0