-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: release-plz-ipvm-wg[bot] <144082651+release-plz-ipvm-wg[bot]@users.noreply.github.com>
- Loading branch information
1 parent
88b4115
commit 2211d58
Showing
2 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/ipvm-wg/homestar/releases/tag/homestar-runtime-v0.1.0) - 2024-01-19 | ||
|
||
### Added | ||
- Add DHT and RequestResponse notifications ([#461](https://github.com/ipvm-wg/homestar/pull/461)) | ||
- Add CLI workflow run receipts table ([#490](https://github.com/ipvm-wg/homestar/pull/490)) | ||
- Add JSON-PRC API ([#417](https://github.com/ipvm-wg/homestar/pull/417)) | ||
- go from websocket-server to json rpc websocket/http server ([#405](https://github.com/ipvm-wg/homestar/pull/405)) | ||
- Add Gossipsub config setting ([#389](https://github.com/ipvm-wg/homestar/pull/389)) | ||
- Add mDNS and Rendezvous configs ([#377](https://github.com/ipvm-wg/homestar/pull/377)) | ||
- builds, packages, pushing contains to ghcr ([#360](https://github.com/ipvm-wg/homestar/pull/360)) | ||
- Add out-of-band node metrics ([#299](https://github.com/ipvm-wg/homestar/pull/299)) | ||
- Rendezvous for peer discovery ([#236](https://github.com/ipvm-wg/homestar/pull/236)) | ||
|
||
### Other | ||
- dupe tasks error handling ([#509](https://github.com/ipvm-wg/homestar/pull/509)) | ||
- homestar-core => homestar-invocation/homestar-workflow ([#506](https://github.com/ipvm-wg/homestar/pull/506)) | ||
- [chore(cargo)](deps): Bump tokio-tungstenite from 0.20.1 to 0.21.0 ([#504](https://github.com/ipvm-wg/homestar/pull/504)) | ||
- WASI, Node API, Test Changes ([#496](https://github.com/ipvm-wg/homestar/pull/496)) | ||
- [chore(cargo)](deps): Bump headers from 0.3.9 to 0.4.0 ([#470](https://github.com/ipvm-wg/homestar/pull/470)) | ||
- [chore(cargo)](deps): Bump libsqlite3-sys from 0.26.0 to 0.27.0 ([#471](https://github.com/ipvm-wg/homestar/pull/471)) | ||
- deps ([#467](https://github.com/ipvm-wg/homestar/pull/467)) | ||
- minor updates around expects, readmes, and some context ([#459](https://github.com/ipvm-wg/homestar/pull/459)) | ||
- [chore(cargo)](deps): Bump indexmap from 2.0.2 to 2.1.0 ([#411](https://github.com/ipvm-wg/homestar/pull/411)) | ||
- Improve rendezvous protocol usage ([#399](https://github.com/ipvm-wg/homestar/pull/399)) | ||
- Revert "feat: go from websocket-server to json rpc websocket/http server" ([#416](https://github.com/ipvm-wg/homestar/pull/416)) | ||
- Improve Kademlia DHT usage ([#378](https://github.com/ipvm-wg/homestar/pull/378)) | ||
- [chore(cargo)](deps): Bump console-subscriber from 0.1.10 to 0.2.0 ([#382](https://github.com/ipvm-wg/homestar/pull/382)) | ||
- clean-up and test builds for deb/rpm ([#375](https://github.com/ipvm-wg/homestar/pull/375)) | ||
- Add network tests ([#335](https://github.com/ipvm-wg/homestar/pull/335)) | ||
- release config ([#373](https://github.com/ipvm-wg/homestar/pull/373)) | ||
- [chore(cargo)](deps): bump puffin_egui from 0.22.0 to 0.23.0 ([#370](https://github.com/ipvm-wg/homestar/pull/370)) | ||
- flaky test updates ([#359](https://github.com/ipvm-wg/homestar/pull/359)) | ||
- README updates, example updates ([#352](https://github.com/ipvm-wg/homestar/pull/352)) | ||
- deps-run! ([#343](https://github.com/ipvm-wg/homestar/pull/343)) | ||
- updates around bin warning and windows-latest+nightly ([#329](https://github.com/ipvm-wg/homestar/pull/329)) | ||
- [chore(cargo)](deps): Bump clap from 4.4.4 to 4.4.5 ([#325](https://github.com/ipvm-wg/homestar/pull/325)) | ||
- deps 9-18 & filter CI ([#319](https://github.com/ipvm-wg/homestar/pull/319)) | ||
- default-features, dev-mode, feature-fun ([#308](https://github.com/ipvm-wg/homestar/pull/308)) | ||
- Example application with image processing workflow ([#263](https://github.com/ipvm-wg/homestar/pull/263)) | ||
- deps b/c clippy ([#292](https://github.com/ipvm-wg/homestar/pull/292)) | ||
- help dependabot ([#280](https://github.com/ipvm-wg/homestar/pull/280)) | ||
- [chore(cargo)](deps): bump serde_with from 3.2.0 to 3.3.0 ([#265](https://github.com/ipvm-wg/homestar/pull/265)) | ||
- Swarm Bootstrap Nodes ([#201](https://github.com/ipvm-wg/homestar/pull/201)) | ||
- Prep for first example application with various fixes and changes. ([#235](https://github.com/ipvm-wg/homestar/pull/235)) | ||
- Add capture for windows signals ([#234](https://github.com/ipvm-wg/homestar/pull/234)) | ||
- for mdns, do not add explicit peer, just add to kademlia ([#232](https://github.com/ipvm-wg/homestar/pull/232)) | ||
- [chore(cargo)](deps): Bump tabled from 0.13.0 to 0.14.0 ([#230](https://github.com/ipvm-wg/homestar/pull/230)) | ||
- [chore(cargo)](deps): Bump serde_with from 3.1.0 to 3.2.0 ([#231](https://github.com/ipvm-wg/homestar/pull/231)) | ||
- e2e workflow(s) run ([#223](https://github.com/ipvm-wg/homestar/pull/223)) | ||
- [chore(cargo)](deps): Bump tokio-tungstenite from 0.19.0 to 0.20.0 ([#210](https://github.com/ipvm-wg/homestar/pull/210)) | ||
- Runner + RPC ([#203](https://github.com/ipvm-wg/homestar/pull/203)) | ||
- [chore(cargo)](deps): Bump dashmap from 5.4.0 to 5.5.0 ([#197](https://github.com/ipvm-wg/homestar/pull/197)) | ||
- [chore(cargo)](deps): Bump serde_with from 3.0.0 to 3.1.0 ([#195](https://github.com/ipvm-wg/homestar/pull/195)) | ||
- move away from inner-join, count up unique receipts for workflow info ([#188](https://github.com/ipvm-wg/homestar/pull/188)) | ||
- libp2p get providers and handle peer requests for records ([#185](https://github.com/ipvm-wg/homestar/pull/185)) | ||
- Update wasmtime to 10.0.*, along w/ wasmparser & other rela… ([#181](https://github.com/ipvm-wg/homestar/pull/181)) | ||
- first-pass at runtime interface, signals, shutdown, and more ([#180](https://github.com/ipvm-wg/homestar/pull/180)) | ||
- Add pubkey importing / seed generation ([#172](https://github.com/ipvm-wg/homestar/pull/172)) | ||
- ** for all prs ([#182](https://github.com/ipvm-wg/homestar/pull/182)) | ||
- [chore(cargo)](deps): Bump indexmap from 1.9.3 to 2.0.0 ([#168](https://github.com/ipvm-wg/homestar/pull/168)) | ||
- workspace inherit fun again ([#155](https://github.com/ipvm-wg/homestar/pull/155)) | ||
- workspace inherit fun ([#153](https://github.com/ipvm-wg/homestar/pull/153)) | ||
- add memory limits, update scheduler, progress and info ([#144](https://github.com/ipvm-wg/homestar/pull/144)) | ||
- to/from json, traits for cid ([#142](https://github.com/ipvm-wg/homestar/pull/142)) | ||
- error handling with thiserror, anyhow for runtime only ([#139](https://github.com/ipvm-wg/homestar/pull/139)) | ||
- worker tests, cargo nextest, and better handle on workflow progress ([#137](https://github.com/ipvm-wg/homestar/pull/137)) | ||
- first run-up of docker for runtime ([#135](https://github.com/ipvm-wg/homestar/pull/135)) | ||
- massive jump toward a legit homestar runtime ([#133](https://github.com/ipvm-wg/homestar/pull/133)) | ||
- Add image examples ([#124](https://github.com/ipvm-wg/homestar/pull/124)) | ||
- clippy allow due to subtle behavior ([#72](https://github.com/ipvm-wg/homestar/pull/72)) | ||
- Breakout crates: core, runtime, wasm and prep for generic/diff inputs, parse step ([#69](https://github.com/ipvm-wg/homestar/pull/69)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/ipvm-wg/homestar/releases/tag/homestar-workflow-v0.1.0) - 2024-01-19 | ||
|
||
### Other | ||
- release trials -1 ([#517](https://github.com/ipvm-wg/homestar/pull/517)) | ||
- homestar-core => homestar-invocation/homestar-workflow ([#506](https://github.com/ipvm-wg/homestar/pull/506)) |