---
title: "Direct links to new jobs"
excerpt: "Direct links to new jobs, better populates, rate limiter, and more!"
date: "2024-11-08"
---

# 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.

{% image src="/assets/changelog/link-to-job.png" alt="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](/forward/pricing#rate-limiter).

## Removing releases and GitHub UI on Nov 18

Back in May we announced the [deprecation of Releases and GitHub UI integration](/changelog/2024-05-28-releases-deprecation). We then released [tinybird-cli 4.0](https://pypi.org/project/tinybird-cli/4.0.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](https://github.com/tinybirdco/ci/releases/tag/v4.1.0).
- 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`](/classic/get-data-in/connectors/dynamodb#retrieve-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.


