Skip to content

Releases: microsoft/wassette

v0.2.0

05 Aug 23:34
v0.2.0
7b0053b
Compare
Choose a tag to compare

Downloads

Linux

macOS (Darwin)

Windows

Install

All Platforms (Shell Script)

curl -fsSL https://raw.githubusercontent.com/microsoft/wassette/main/install.sh | bash

This will detect your platform and install the latest wassette binary to your $PATH.

Usage

# Start the MCP server
wassette serve --http --policy-file policy.yaml

What's Changed

  • fix: disable sccache via env vars for cargo by @duffney in #75
  • .github: add rust instructions for copilot by @Mossaka in #71
  • fix: remove optionality of server_peer in component handling functions by @Mossaka in #77
  • Move the design docs back under docs by @yoshuawuyts in #83
  • docs: release process by @duffney in #82
  • feat(wassette): unload-component now should delete files on Disk by @Mossaka in #81
  • fix(wassette): send log to stderr for stdio transport by @Mossaka in #86
  • chore: Add copyright headers and scripts/copyright.sh by @asw101 in #84
  • Fix missing docs by @yoshuawuyts in #85
  • docs: add link to installation instructions by @asw101 in #89
  • chore: bump version and update the README.md by @duffney in #90

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

04 Aug 10:52
Compare
Choose a tag to compare

Downloads

Linux

macOS (Darwin)

Windows

Install

All Platforms (Shell Script)

curl -fsSL https://raw.githubusercontent.com/microsoft/wassette/main/install.sh | bash

This will detect your platform and install the latest wassette binary to your $PATH.

Usage

# Start the MCP server
wassette serve --http --policy-file policy.yaml

What's Changed

  • Dev by @Mossaka in #10
  • Rename to Wassette by @Mossaka in #19
  • time-server-js: Remove disable all features to enable 'clocks' by @Mossaka in #33
  • fix(release): Fix release pipeline by @asw101 in #37
  • Add docs for MCP client setup by @asw101 in #42
  • chore(deps): Bump tokio from 1.46.1 to 1.47.0 by @dependabot[bot] in #41
  • chore(deps): Bump rustls from 0.23.29 to 0.23.30 by @dependabot[bot] in #40
  • chore(deps): Bump astral-sh/setup-uv from 6.4.1 to 6.4.3 by @dependabot[bot] in #38
  • fix(weather): Improve error handling and update API key check by @Mossaka in #36
  • chore(deps): Bump testcontainers from 0.24.0 to 0.25.0 by @dependabot[bot] in #39
  • policy: add the policy crate and it's tests into the repo by @Mossaka in #48
  • policy: delete the non-existance schemas by @Mossaka in #50
  • feat(*): Add dynamic policy management to Weld by @Mossaka in #17
  • docs: Improve Developer Experience with Updated README and New Architecture Doc by @duffney in #47
  • README: Add missing examples fetch-rs and time-server-js to documentation by @Copilot in #60
  • Add #wassette on the Microsoft Open Source Discord by @asw101 in #58
  • feat(component2json, wassette): normalize WIT function name to be compatible with MCP Tool name by @Mossaka in #57
  • chore(deps): Bump tokio from 1.47.0 to 1.47.1 by @dependabot[bot] in #62
  • chore(deps): Bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in #63
  • chore(deps): Bump tokio-util from 0.7.15 to 0.7.16 by @dependabot[bot] in #64
  • chore(deps): Bump rustls from 0.23.30 to 0.23.31 by @dependabot[bot] in #65
  • chore(deps): Bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #66
  • feat: Use new repo urls and add binary to shell path by @duffney in #46
  • fix: skip sccache for aarch64-windows by @duffney in #74

New Contributors

  • @asw101 made their first contribution in #37
  • @dependabot[bot] made their first contribution in #41
  • @duffney made their first contribution in #47
  • @Copilot made their first contribution in #60

Full Changelog: https://github.com/microsoft/wassette/commits/v0.1.0