Skip to content

Commit

Permalink
new: Add send_request host function. (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Aug 13, 2024
1 parent 24300bb commit 53c324e
Show file tree
Hide file tree
Showing 31 changed files with 1,120 additions and 1,054 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@

## Unreleased

#### 💥 Breaking

- WASM API
- Removed the `is_musl` function. Use the host environment instead.

#### 🚀 Updates

- WASM API
- Added `ToolMetadataOutput.config_schema`, which can be used to define a JSON schema for the plugins configuration.
- 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.

## 0.39.7

Expand Down
Loading

0 comments on commit 53c324e

Please sign in to comment.