Releases: wacker-dev/wacker
Releases · wacker-dev/wacker
v0.10.0
What's Changed
Enhancements
Dependency Updates
15 changes
- build(deps): bump bytes from 1.6.0 to 1.7.1 (#110) @dependabot
- build(deps): bump async-trait from 0.1.80 to 0.1.81 (#109) @dependabot
- build(deps): bump openssl from 0.10.64 to 0.10.66 (#108) @dependabot
- build(deps): bump serde from 1.0.203 to 1.0.204 (#106) @dependabot
- Bump tonic version to 0.12 (#104) @iawia002
- Bump wasmtime version to 23.0.1 (#103) @iawia002
- build(deps): bump hyper from 1.3.1 to 1.4.0 (#99) @dependabot
- build(deps): bump http-body-util from 0.1.1 to 0.1.2 (#101) @dependabot
- build(deps): bump prost from 0.12.4 to 0.12.6 (#98) @dependabot
- build(deps): bump reqwest from 0.12.4 to 0.12.5 (#97) @dependabot
- Bump wasmtime version to 22.0.0 (#96) @iawia002
- build(deps): bump serde from 1.0.201 to 1.0.203 (#93) @dependabot
- build(deps): bump tokio from 1.37.0 to 1.38.0 (#92) @dependabot
- build(deps): bump anyhow from 1.0.83 to 1.0.86 (#90) @dependabot
- build(deps): bump parking_lot from 0.12.2 to 0.12.3 (#89) @dependabot
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
Breaking Changes
New Features
- wacker: add http linker to support run wasi components that use wasi http world inside (#86) @iawia002
Dependency Updates
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
Breaking Changes
New Features
Enhancements
Documentation
Other changes
Dependency Updates
7 changes
- build(deps): bump serde from 1.0.199 to 1.0.201 (#80) @dependabot
- build(deps): bump anyhow from 1.0.82 to 1.0.83 (#81) @dependabot
- Bump protoc version to 26.1 (#78) @iawia002
- Bump rust version to 1.78 (#74) @iawia002
- build(deps): bump parking_lot from 0.12.1 to 0.12.2 (#72) @dependabot
- build(deps): bump reqwest from 0.12.3 to 0.12.4 (#73) @dependabot
- build(deps): bump serde from 1.0.198 to 1.0.199 (#71) @dependabot
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
Breaking Changes
New Features
- wacker: use fuzzy id matching in delete/stop/restart/logs operations (#68) @iawia002
- Support delete/stop/restart multiple programs at once (#67) @iawia002
Bug Fixes
Other changes
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
New Features
Enhancements
- wacker: return program id in Run and Serve interfaces (#62) @iawia002
- wacker: add a new function for creating the service (#61) @iawia002
Other changes
- Add unit tests and integration tests (#63) @iawia002
- wacker: simplify the serve function code in the http engine (#60) @iawia002
- wacker: add a line break to the error log (#59) @iawia002
- wacker-cli: update status map definition (#58) @iawia002
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Breaking Changes
- Introduce the Engine trait and rename module to program (#55) @iawia002
- Move enum definition out of protobuf file (#54) @iawia002
Other changes
- Use ahash::AHashMap and parking_lot::Mutex instead of std library (#57) @iawia002
- Adjust methods of getting the config (#56) @iawia002
Dependency Updates
6 changes
- build(deps): bump http from 1.0.0 to 1.1.0 (#53) @dependabot
- build(deps): bump clap from 4.5.1 to 4.5.4 (#52) @dependabot
- build(deps): bump env_logger from 0.10.2 to 0.11.1 (#51) @dependabot
- build(deps): bump anyhow from 1.0.79 to 1.0.81 (#50) @dependabot
- build(deps): bump log from 0.4.20 to 0.4.21 (#49) @dependabot
- build(deps): bump softprops/action-gh-release from 1 to 2 (#48) @dependabot
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Enhancements
Other changes
Dependency Updates
8 changes
- Bump wasmtime version to 19.0 (#47) @iawia002
- build(deps): bump tokio from 1.35.1 to 1.36.0 (#42) @dependabot
- build(deps): bump chrono from 0.4.31 to 0.4.34 (#44) @dependabot
- build(deps): bump async-trait from 0.1.75 to 0.1.77 (#43) @dependabot
- build(deps): bump clap from 4.4.18 to 4.5.1 (#45) @dependabot
- build(deps): bump wasmtime from 18.0.1 to 18.0.2 (#46) @dependabot
- build(deps): bump release-drafter/release-drafter from 5 to 6 (#41) @dependabot
- Bump wasmtime version to 18.0 (#39) @iawia002
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
New Features
Enhancements
Other changes
Dependency Updates
6 changes
- build(deps): bump clap from 4.4.11 to 4.4.18 (#34) @dependabot
- build(deps): bump anyhow from 1.0.76 to 1.0.79 (#33) @dependabot
- build(deps): bump env_logger from 0.10.1 to 0.10.2 (#35) @dependabot
- build(deps): bump arduino/setup-protoc from 2 to 3 (#36) @dependabot
- Bump wasmtime version to 16.0 (#26) @iawia002
- build(deps): bump anyhow from 1.0.75 to 1.0.76 (#24) @dependabot
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
Enhancements
- wacker: implementing a server-side log retrieval interface (#21) @iawia002
- wacker-daemon: customize log format and use local time (#20) @iawia002
Dependency Updates
- build(deps): bump tabled from 0.14.0 to 0.15.0 (#23) @dependabot
- build(deps): bump tokio from 1.35.0 to 1.35.1 (#22) @dependabot
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
Breaking Changes
Enhancements
Documentation
Other changes
- wacker: move the generate_random_string function to utils mod (#17) @iawia002
- Move common dependencies to the workspace and remove useless features (#16) @iawia002
- wacker: use more reasonable module names (#14) @iawia002
- wacker-cli: unify clap attributes and remove unnecessary ones (#13) @iawia002
Full Changelog: v0.1.3...v0.2.0