← Back to Changelog

November 8, 2024

Jobs notifications now include a link

When launching jobs from the UI, Tinybird now provides a link to the job in the notification message, so that you can easily track the status of the job you've initiated.

Link to job

Populate jobs are more reliable than ever

The new version of the populate jobs enhances stability by optimizing memory consumption based on available resources. This version automatically retries on memory limit errors. Job tracking information has also been improved.

Rate limiter for Dedicated plans

In Dedicated plans, the rate limiter monitors the status of the cluster and dynamically limits the number of concurrent requests when memory usage in the cluster is over 60% and the error percentage exceeds 10%. See Rate limiter.

Removing releases and GitHub UI on Nov 18

Back in May we announced the deprecation of Releases and GitHub UI integration. We then released tinybird-cli 4.0 which deprecated some commands used to deploy Releases. In July we decided to grant some extra time.

Finally, on November 18, we'll shut down those features completely. To continue using your CI/CD pipelines:

  • Make sure you convert them templates version 4 and higher.
  • Upgrade Tinybird CLI to version 4.0 or higher.
  • If you use custom CI/CD templates, use tinybird-cli 4.0 or higher in your CLI commands.

Starting from tinybird-cli 6.0, tb release commands and the --semver flag will be removed.

Improvements and bug fixes

  • DynamoDB Connector user errors now appear in datasources_ops_logs. Users receive an email when an error happens.
  • Fixed an issue where tb pull would return tags without wrapping them in double quotes.
  • Fixed quarantine failures when a Data Source has an insertion_date column.
  • S3 scheduling import jobs now show the correct status in the UI.
  • There is no longer a JSONPath error when importing CSV files from S3.