---
title: "Faster navigation in Forward UI"
excerpt: "Page transitions are now noticeably snappier with pre-loading on hover, plus CLI improvements and bug fixes"
date: "2026-01-16"
---

# Faster navigation in Forward UI

Page transitions are now noticeably snappier. The app anticipates where you're going by pre-loading pages when you hover over links, so when you select one, the content appears almost instantly. The interface also stays responsive during navigation instead of freezing briefly.

{% html %}
<video controls autoplay muted><source src="/docs/assets/changelog/prefetch.mp4" type="video/mp4"></video>
{% /html %}

## Tinybird CLI

- Add support for `.connection` files to `tb fmt` command
- Hide `tb materialization populate` - Command hidden as it's not yet supported in Forward CLI

Requires upgrading to [`tinybird` 1.1.12](https://pypi.org/project/tinybird/)

## Bug Fixes and Improvements

- Fix MCP JWT token rotation and session isolation - Improved security for MCP sessions
- S3 files containing equals signs in the path are now correctly processed
- Fix `InvalidJSONPath` error for schemas with `DEFAULT` columns
- Improve error messages when deploying from branches
- Include error code in custom memory limit error messages
