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.
- added "@file.txt" style inclusion of files for CLI args
- added support for wasm component-model triggers
- unified input/output structs for all calls
- removed native stdlib and associated references
- changed
wick query
from jaq to liquid
- 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
view details
- migrated AsRef to concrete types or Into
- updated lints
- gave generated operations in
wick new
component more helpful names
- 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
- surfaced output/errors from completed triggers
- fixed config rendering within trigger operations
- made generic Binding struct
- lowercased the start character of all log events
- formatting
- moved wick bin files to root
- 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
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
)
- Added oci options so
- moved wick bin files to root
- 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
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
)
- Moved vino-cli to subcrate (