Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proto 0.39.0 #178530

Closed
wants to merge 1 commit into from
Closed

proto 0.39.0 #178530

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Release Notes

💥 Breaking

  • Updated proto activate to not include tools without a configured version and to not include global tools found in ~/.proto/.prototools by default.
    • If you would like to include global tools, pass --include-global.
    • Do be aware that having a lot of global tools will cause considerable performance loss when activation is triggered.

🚀 Updates

  • Added a new setting to .prototools, settings.builtin-plugins, that can be used to disable all built-in plugins, or only allow a few select plugins.
    • Supports a boolean or list of plugin names.
    • All are enabled by default for backwards compatibility.
  • Added PROTO_NO_MODIFY_PROFILE and PROTO_NO_MODIFY_PATH environment variables to proto setup (for automated workflows).
  • Updated proto status to display and include versions from ecosystem files (.nvmrc, etc).
  • Updated github:// plugin locators to support monorepos. Append the project name (that tags are prefixed with) to the path: github://moonrepo/tools/node_tool
  • Merged proto use and proto install commands. If no arguments are provided to proto install, it will install all configured tools.
  • You can now pin a version of proto itself within .prototools, and proto shims will attempt to run proto using that configured version, instead of the global version.
    proto = "0.38.0"

🧩 Plugins

  • Updated go_plugin to v0.12.
    • Changed the gobin setting to false by default.
  • Updated node_depman_plugin to v0.12.
    • Added a dist-url config setting, allowing the download host to be customized.

⚙️ Internal

  • Updated Rust to v1.80.

Download proto_cli 0.39.0

File Platform Checksum
proto_cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
proto_cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
proto_cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
proto_cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
proto_cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
proto_cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
proto_cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jul 26, 2024
@branchvincent
Copy link
Member

Needs #178436

@branchvincent branchvincent added pending-rust-update Blocked by `rust` upgrade PR blocked labels Jul 26, 2024
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Jul 28, 2024
@github-actions github-actions bot closed this Jul 29, 2024
@chenrui333
Copy link
Member

#178923

@chenrui333 chenrui333 deleted the bump-proto-0.39.0 branch August 1, 2024 16:41
@chenrui333 chenrui333 added the superseded PR was replaced by another PR label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked bump-formula-pr PR was created using `brew bump-formula-pr` pending-rust-update Blocked by `rust` upgrade PR rust Rust use is a significant feature of the PR or issue stale No recent activity superseded PR was replaced by another PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants