Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps github.com/taskcluster/taskcluster/v94 from 94.1.1 to 94.3.0.

Release notes

Sourced from github.com/taskcluster/taskcluster/v94's releases.

v94.3.0

GENERAL

▶ [minor] #8049

API Documentation Now Includes Code Examples

The API reference documentation now includes code examples for every endpoint in multiple languages:

  • curl - Raw HTTP requests
  • Go - Go client library
  • Python - Synchronous and asynchronous client libraries
  • Node.js - Node.js client library
  • Web - Browser/web client library
  • Rust - Rust client library
  • Shell - Taskcluster CLI (taskcluster-cli)

Each example demonstrates how to:

  • Set up the client with authentication (both explicit credentials and environment variables)
  • Call the API endpoint with proper parameters
  • Handle errors appropriately
  • Process the response

Examples are generated dynamically in the browser from API metadata, keeping the documentation lean while providing comprehensive, up-to-date code samples. Examples include syntax highlighting and can be copied to clipboard directly from the documentation.

DEPLOYERS

▶ [patch] #8074 Fixes pulse consumer issue where services would assert the queue exists as a quorum queue and woudln't fall back to classic type as a backwards compatibility followup solution to #8156.

v94.2.0

DEPLOYERS

▶ [minor] #8156 Pulse library declares non-ephemeral core Taskcluster queues as quorum queues to prepare for upgrading to RabbitMQ v4+.

edit: This should've been a breaking change due to the fact that old, classic queues cannot be converted to quorum type in place. You must delete the old classic queue and let the pulse consumer recreate it as a quorum queue. Please upgrade to at least v95.0.0.

Changelog

Sourced from github.com/taskcluster/taskcluster/v94's changelog.

v94.3.0

GENERAL

▶ [minor] #8049

API Documentation Now Includes Code Examples

The API reference documentation now includes code examples for every endpoint in multiple languages:

  • curl - Raw HTTP requests
  • Go - Go client library
  • Python - Synchronous and asynchronous client libraries
  • Node.js - Node.js client library
  • Web - Browser/web client library
  • Rust - Rust client library
  • Shell - Taskcluster CLI (taskcluster-cli)

Each example demonstrates how to:

  • Set up the client with authentication (both explicit credentials and environment variables)
  • Call the API endpoint with proper parameters
  • Handle errors appropriately
  • Process the response

Examples are generated dynamically in the browser from API metadata, keeping the documentation lean while providing comprehensive, up-to-date code samples. Examples include syntax highlighting and can be copied to clipboard directly from the documentation.

DEPLOYERS

▶ [patch] #8074 Fixes pulse consumer issue where services would assert the queue exists as a quorum queue and woudln't fall back to classic type as a backwards compatibility followup solution to #8156.

v94.2.0

DEPLOYERS

▶ [minor] #8074 Pulse library declares non-ephemeral core Taskcluster queues as quorum queues to prepare for upgrading to RabbitMQ v4+.

edit: This should've been a breaking change due to the fact that old, classic queues cannot be converted to quorum type in place. You must delete the old classic queue and let the pulse consumer recreate it as a quorum queue. Please upgrade to at least v95.0.0.

Commits
  • 8bf8e79 v94.3.0
  • dd90617 Merge pull request #8157 from taskcluster/matt-boris/quorumQueuesFallBackToCl...
  • a948c34 fix(changelog): link to correct issue number
  • 2c57289 fix(pulse): fallback to classic if quorum queues don't exist
  • 4cd377b Merge pull request #8071 from nitishagar/fix-8049
  • 625c5eb v94.2.0
  • d1d6d54 Merge pull request #8156 from taskcluster/matt-boris/quorumQueues
  • bcfc52f feat(pulse): use quorum queues and bump rmq to v4
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/taskcluster/taskcluster/v94](https://github.com/taskcluster/taskcluster) from 94.1.1 to 94.3.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v94.1.1...v94.3.0)

---
updated-dependencies:
- dependency-name: github.com/taskcluster/taskcluster/v94
  dependency-version: 94.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant