Skip to content

Releases: facebookincubator/reindeer

v2026.03.16.00

16 Mar 15:21

Choose a tag to compare

v2026.03.16.00 Pre-release
Pre-release
Unpatch cc crate by updating to 1.2.57

Reviewed By: capickett

Differential Revision: D96561014

fbshipit-source-id: 74b7693adc21789ef4ffbc7ef74ffb112e218734

v2026.03.09.00

09 Mar 15:21

Choose a tag to compare

v2026.03.09.00 Pre-release
Pre-release
Import gws (Google Workspace CLI) from GitHub

Summary:
X-link: https://github.com/meta-pytorch/monarch/pull/2923

Import the Google Workspace CLI (gws) package from https://github.com/googleworkspace/cli
into fbsource's third-party Rust dependencies.

gws is a Rust CLI tool that provides a dynamic command surface for interacting with
Google Workspace APIs via the Discovery Service. It supports OAuth authentication
and various Google Workspace services like Drive, Gmail, Calendar, etc.

Changes made:
1. Added gws dependency to third-party/rust/Cargo.toml with artifact = "bin:gws"
   in the Linux + macOS + Windows platform section
2. Updated chrono from 0.4.41 to 0.4.44 (required by gws)
3. Created fixups/gws/fixups.toml with cargo_env for CARGO_PKG_VERSION and
   CARGO_PKG_NAME (required for version display in CLI)
4. Vendored all dependencies and regenerated BUCK targets

Usage:
  deps = ["fbsource//third-party/rust:gws-gws"]

Commands executed during import:
  # Fix git proxy configuration
  git config --global --replace-all http.proxy http://fwdproxy:8080

  # Vendor the package (downloads source and transitive deps)
  fbcode/common/rust/tools/reindeer/vendor

  # Regenerate BUCK targets with fixups
  fbcode/common/rust/tools/reindeer/buckify

  # Run autocargo to update first-party Cargo.toml files
  arc autocargo

  # Build verification
  buck2 build fbsource//third-party/rust:gws-gws
  # Result: BUILD SUCCEEDED

Reviewed By: dtolnay

Differential Revision: D95642042

fbshipit-source-id: 8a8b3e7e187b79f007aa86fa0380ab950937f3fb

v2026.03.02.00

02 Mar 16:24

Choose a tag to compare

v2026.03.02.00 Pre-release
Pre-release
Bump memmap2 0.9.9 -> 0.9.10

Summary:
Automated semver-compatible version bump.
bypass-github-export-checks

Reviewed By: dtolnay

Differential Revision: D94831805

fbshipit-source-id: 0845a582782fb5e7a3881061cae0676a24f45438

v2026.02.23.00

23 Feb 16:20

Choose a tag to compare

v2026.02.23.00 Pre-release
Pre-release
Bump env_filter 0.1.3 -> 0.1.4

Summary: Automated semver-compatible version bump.

Reviewed By: dtolnay

Differential Revision: D94021890

fbshipit-source-id: fe98306b4045475c25b426d9e800de8fb49ec624

v2026.02.16.00

16 Feb 16:20

Choose a tag to compare

v2026.02.16.00 Pre-release
Pre-release
ensure third-party directory exists before canonicalizing (#97)

Summary:
When first setting up reindeer in a buck project where you haven't already created the `third-party` dir, the `dunce::canonicalize` call always fails with the typical `No such file or directory (os error 2)` error. This also means the "on-demand creation" logic is never actually hit.

This change moves up this "on-demand creation" logic to be run *before* we attempt to canonicalize the path.

I figured `path` is probably the right module to put this in, let me know if not.

Pull Request resolved: https://github.com/facebookincubator/reindeer/pull/97

Reviewed By: diliop

Differential Revision: D93331550

Pulled By: dtolnay

fbshipit-source-id: afd892b573e200d6cfb287981e99135f306cc5d9

v2026.02.09.00

09 Feb 16:19

Choose a tag to compare

v2026.02.09.00 Pre-release
Pre-release
Bump proc-macro2 1.0.105 -> 1.0.106

Summary:
Automated semver-compatible version bump.
bypass-github-export-checks

Reviewed By: dtolnay

Differential Revision: D92622380

fbshipit-source-id: 7c9c613ddfc420c313a4a0da91cdeb60c4d9ffb5

v2026.01.26.00

26 Jan 16:17

Choose a tag to compare

v2026.01.26.00 Pre-release
Pre-release
Update toml 0.9.8 -> 0.9.11

Summary: See https://github.com/toml-rs/toml/blob/main/crates/toml/CHANGELOG.md.

Reviewed By: ship-it-ship-it

Differential Revision: D91078137

fbshipit-source-id: 215cd1ce61379a7c041242b3ecfafdd3bb9b0d32

v2026.01.19.00

19 Jan 16:18

Choose a tag to compare

v2026.01.19.00 Pre-release
Pre-release
Add documentation for the reindeer.toml file (#93)

Summary: Pull Request resolved: https://github.com/facebookincubator/reindeer/pull/93

Reviewed By: diliop

Differential Revision: D90465779

Pulled By: dtolnay

fbshipit-source-id: a89778237c6c4f21905c9f6a632934c58d819fd2

v2026.01.12.00

12 Jan 16:19

Choose a tag to compare

v2026.01.12.00 Pre-release
Pre-release
Add documentation for the reindeer.toml file (#93)

Summary: Pull Request resolved: https://github.com/facebookincubator/reindeer/pull/93

Reviewed By: diliop

Differential Revision: D90465779

Pulled By: dtolnay

fbshipit-source-id: a89778237c6c4f21905c9f6a632934c58d819fd2

v2026.01.05.00

05 Jan 16:17

Choose a tag to compare

v2026.01.05.00 Pre-release
Pre-release
Update release job on macOS to macos-15 runner

Summary: After D89732807 has gotten a successful build, might as well try the next version.

Reviewed By: diliop

Differential Revision: D89732808

fbshipit-source-id: 4c45584c29606e3ffddfd035a5ca75bc32100b5f