Persistent volumes for Tinybird Local

We've added the ability to persist your data between development sessions when using the Tinybird CLI. You can now specify a custom path for storing your data volumes with the --volumes-path flag:

tb local start --volumes-path <your/path>

This feature ensures your data persists between restarts, making local development more efficient and reliable. All users can access this feature immediately in the latest CLI version.

Fixed deployments with leftover Forward Queries

We've improved the deployment process to handle leftover Forward Queries from previous deployments. The system now raises clear error messages when detecting legacy Forward Queries that could cause deployment issues.

This enhancement improves deployment reliability and makes troubleshooting easier when working with Forward Queries across multiple deployment cycles.

Improvements and bug fixes

  • [Forward]: Improved Kafka connection wizard by adding PLAINTEXT connection option for simpler setups.
  • [Forward]: Fixed issues with non-valid Forward Queries during the tb build process.