Skip to content

Conversation

farost
Copy link
Member

@farost farost commented Sep 8, 2025

Usage and product changes

Update dependencies to avoid conflicts with other newest packages and removed default features (currently causing issues in dependent repositories).

Motivation

Implementation

alexjpwalker and others added 13 commits July 22, 2025 18:55
…db#580)

## Usage and product changes

We fix the release docs tool logging tokens, and rewrite it in Kotlin.

## Motivation

Leaking tokens is bad.

## Implementation

- Rewrite docs.py to Docs.kt
- Use `Shell` class from `bazel-distribution` to suppress output of
sensitive data (github token)
## Usage and product changes

We fix a bug where our Open GitHub PR tool would log the token passed
into it.

## Motivation

Logging tokens is bad.

## Implementation

Previously the token was passed in via a CLI argument. Now it uses an
environment variable instead.

----
⚠️ This will require further changes downstream in consumer repos. They
will need to set the following environment variable:
`OPEN_PR_GITHUB_TOKEN`.
## Usage and product changes
Add license header to `builder/nodejs/defs.bzl`.

## Motivation


## Implementation
…ream toolchains (typedb#585)

## Usage and product changes
Introduces rust_toolchain_versioned to pin rust version in all downstream toolchains

## Motivation
Have a single function so each repository does not independently set version, supported targets and other toolchain details
## Usage and product changes
Add smallvec 1.15.1

## Motivation
Use across core when we're likely to have many tiny vecs
@farost farost force-pushed the raft-dependencies-addition branch 2 times, most recently from baba863 to a7f7145 Compare September 9, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants