|
| 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 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)) |
| 11 | +* 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)) |
| 12 | +* 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)) |
| 13 | +* 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)) |
| 14 | +* 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)) |
| 15 | +* improve logger initialization to set a default log level ([4781363](https://github.com/iExecBlockchainComputing/tee-worker-post-compute-rust/commit/4781363de5ef9f4cd2c729802b16cb25e81ea5e6)) |
| 16 | +* 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)) |
| 17 | +* 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)) |
| 18 | +* 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)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* 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)) |
| 24 | +* 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)) |
| 25 | +* 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)) |
| 26 | +* 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