Skip to content

Commit f7955ce

Browse files
chore(main): release tee-worker-post-compute 0.1.0
1 parent 5a38415 commit f7955ce

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"0.1.0"}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-08-07)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
* 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))
12+
* 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))
13+
* 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))
14+
* improve logger initialization to set a default log level ([4781363](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/4781363de5ef9f4cd2c729802b16cb25e81ea5e6))
15+
* 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))
16+
* 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))
17+
* 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))
18+
19+
20+
### Bug Fixes
21+
22+
* 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))
23+
* 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))
24+
* 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))
25+
* 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))

0 commit comments

Comments
 (0)