Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.63 KB

File metadata and controls

66 lines (43 loc) · 2.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Chore

  • remove contract_id While we have yet to figure out exactly how we expose WIT related metadata about the provider to the host (see: wasmCloud#1780), we won't be needing the wasmcloud contract specific code that was necessary before.

    This commit removes contract_id() as a requirement for providers.

Chore

  • updated with newest features

New Features

  • generate crate changelogs
  • generate crate changelogs

Refactor

  • return wrapped WrpcClient directly
  • remove ProviderHandler

Refactor (BREAKING)

  • make providers part of the workspace

Commit Statistics

  • 6 commits contributed to the release over the course of 41 calendar days.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Updated with newest features (0f03f1f)
    • Generate crate changelogs (f986e39)
    • Return wrapped WrpcClient directly (87eb6c8)
    • Remove ProviderHandler (8082135)
    • Remove contract_id (4da9d22)
    • Make providers part of the workspace (005b707)