Skip to content

chore(main): release tee-worker-post-compute 0.1.0 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"0.1.0"}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 0.1.0 (2025-08-14)


### Features

* Add app_runner crate ([#8](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/8)) ([d351e5d](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/d351e5d8e0a7b32e15fada268d279dea8ab379b6))
* Add env_logger logging implementation ([#18](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/18)) ([5b4a917](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/5b4a917b9e5a015574f6dcfdc8a27158d0b31fe1))
* add ExitMode enum to represent process exit states ([#26](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/26)) ([4de72d5](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/4de72d584f7b2b864451965cf445c63427f8759b))
* Add hash_utils crate ([#4](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/4)) ([5b1c515](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/5b1c51578a159a0ac3d8572171a0b7e2c390b3f4))
* Add signer crate ([#6](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/6)) ([793c15c](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/793c15cd21b5024354403a4f7b04a8a023d0478e))
* enhance error log reporting for REST calls ([#20](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/20)) ([3d69879](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/3d6987909c8ddf22a615fa4d5e6cb42c57f24e75))
* handle result encryption ([#19](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/19)) ([a95dfd2](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/a95dfd24ad8f36362ab09375120bf13dd0763537))
* implement result upload to Dropbox ([#29](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/29)) ([973108a](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/973108a7b41f7e757c031bc7e3355c959a434002))
* improve logger initialization to set a default log level ([4781363](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/4781363de5ef9f4cd2c729802b16cb25e81ea5e6))
* Read and update computed.json file ([#10](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/10)) ([83715ec](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/83715ec9ece298d35b821b323bfccdcc1f2fe139))
* Sign computed.json and send it to worker ([#13](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/13)) ([1b53250](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/1b53250448bf167436a95a080caa932491cb786f))
* upload non encrypted result ([#16](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/16)) ([fb17048](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/fb17048dc6ad6ba77af7e49e3a6d9de3ba5bd075))


### Bug Fixes

* format ComputedFile to kebab-case to match API ([#23](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/23)) ([9635f8c](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/9635f8c7793805b23c978631e6d298e4609ec9e0))
* redirect log output from stderr to stdout ([#24](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/24)) ([17d6d34](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/17d6d345d1d93beb5583a2da97a0f9695661e84e))
* Refactor `TeeSessionEnvironmentVariable` enum fields to PascalCase ([#12](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/12)) ([afaff92](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/afaff920fe40a0c4e23108f74b560b0e2bf2ecf3))
* Remove PostComputeError wrapper ([#9](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/issues/9)) ([7b695a3](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/7b695a39be3fe33c6f27bf26e11ee4c41a80a59e))