Skip to content

Latest commit

 

History

History
177 lines (121 loc) · 9.48 KB

CHANGELOG.md

File metadata and controls

177 lines (121 loc) · 9.48 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.

v0.16.0 (2023-10-18)

New Features

  • added "@file.txt" style inclusion of files for CLI args
  • added support for wasm component-model triggers

Refactor

  • unified input/output structs for all calls
  • removed native stdlib and associated references

New Features (BREAKING)

  • changed wick query from jaq to liquid

Commit Statistics

  • 5 commits contributed to the release over the course of 20 calendar days.
  • 33 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Added "@file.txt" style inclusion of files for CLI args (0cdd79d)
    • Unified input/output structs for all calls (378c726)
    • Removed native stdlib and associated references (69d79c1)
    • Added support for wasm component-model triggers (11449d0)
    • Changed wick query from jaq to liquid (f2ca7b3)

v0.15.0 (2023-09-14)

Chore

  • migrated AsRef to concrete types or Into
  • updated lints

Documentation

  • gave generated operations in wick new component more helpful names

New Features

  • added oci options so wick reg pull can pull more intuitively
  • added support for wasm imports
  • added more progress events at startup
  • added __dirname, consolidated loose render events
  • improved output of wick list

Bug Fixes

  • surfaced output/errors from completed triggers
  • fixed config rendering within trigger operations

Refactor

  • made generic Binding struct
  • lowercased the start character of all log events
  • formatting
  • moved wick bin files to root

Commit Statistics

  • 16 commits contributed to the release over the course of 16 calendar days.
  • 17 days passed between releases.
  • 14 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Added oci options so wick reg pull can pull more intuitively (398a034)
    • Merge remote-tracking branch 'refs/remotes/origin/main' (4d6e3f4)
    • Surfaced output/errors from completed triggers (1c93902)
    • Added support for wasm imports (2ce019f)
    • Made generic Binding struct (644c2ff)
    • Migrated AsRef to concrete types or Into (60128f7)
    • Updated lints (7bb6865)
    • Added more progress events at startup (dc2b857)
    • Added __dirname, consolidated loose render events (8760659)
    • Merge remote-tracking branch 'refs/remotes/origin/main' (344b60c)
    • Fixed config rendering within trigger operations (7d0a399)
    • Gave generated operations in wick new component more helpful names (713feda)
    • Lowercased the start character of all log events (43fa508)
    • Formatting (67740fc)
    • Improved output of wick list (4290400)
    • Moved wick bin files to root (a576880)

v0.14.0 (2023-08-28)

Refactor

  • moved wick bin files to root

v0.13.0 (2023-08-23)

v0.12.0 (2023-08-08)

v0.11.0 (2023-07-31)

v0.10.0 (2023-06-21)

v0.9.0 (2023-06-12)

v0.8.0 (2023-05-22)

v0.7.0 (2023-05-05)

v0.6.0 (2023-04-18)

v0.5.0 (2023-03-24)

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Moved vino-cli to subcrate (7013692)
    • Refactored MessagePayload->MessageTransport, OutputPayload-> versioned Output, vino-guest->vino-component (f0cc38b)
    • First working pass at GrpcUrlProviders (5fedbfc)
    • Migrated rpc to grpc and tonic, refactored providers (5873d90)
    • Code formatting (168adf2)
    • Refactored providers and ports (b7c809d)
    • Defined manifest as widl, added codegen for manifest implementation, moved manifest to vino-manifest (f52b3fe)
    • Refactoring where APIs live across cli, host, and runtime (5ba98eb)
    • Splitting out into crates (7dd8f29)
    • Added vinox, refactoring to crates, added run/exec command, crud api yaml, RunConfig (4ed1f53)
    • Fixing output (f1c6ccc)
    • Added outputpayload handling for exceptions (93501fd)
    • Added run command, tweaked logging (903e40d)
    • Converted core behavior to load subcommand (b65baec)
    • Updated logger (6fbfbbb)
    • Wasmcloud integration (aae2234)