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

deps: Update plugins. #592

Merged
merged 4 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- WASM API
- Removed the `ToolMetadataOutput.inventory.disable_progress_bars` field.
- Removed the `is_musl` function. Use the host environment instead.
- Migrated testing APIs to async instead of sync.
- Deprecated many functions.

#### 🚀 Updates
Expand All @@ -41,6 +42,17 @@
- Added a new `send_request` host function, that uses the same HTTP client as proto does.
- Added `fetch_bytes`, `fetch_json`, and `fetch_text` functions that use this new host function.

#### 🧩 Plugins

- Updated `bun_tool` to v0.13.
- Updated `deno_tool` to v0.12.
- Updated `go_tool` to v0.13.
- Updated `node_tool` to v0.12.
- Updated `node_depman_tool` to v0.13.
- Updated `python_tool` to v0.11.
- Updated `rust_tool` to v0.11.
- Updated `schema_tool` to v0.15.

#### ⚙️ Internal

- We now provide a plugin for proto itself, so you can now do `proto install proto`. However, this doesn't link bins/shims and is primarily used internally for upgrade/install flows.
Expand Down
Loading