|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [8.17.0](https://github.com/iExecBlockchainComputing/iexec-sdk/compare/iexec-v8.16.0...iexec-v8.17.0) (2025-07-03) |
| 6 | + |
| 7 | + |
| 8 | +### 🚀 Features |
| 9 | + |
| 10 | +* add optional custom voucherAddress to estimateMatchOrder and matchOrders ([e4889d0](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/e4889d0a00394cb170c48a97eb4316ba4954b185)) |
| 11 | +* **cli:** update Scone TEE app template to v5.9 ([#441](https://github.com/iExecBlockchainComputing/iexec-sdk/issues/441)) ([f582cf6](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/f582cf6f56c4a1ef9e4963ae9208950a3b5f93ae)) |
| 12 | +* experimental networks ([#439](https://github.com/iExecBlockchainComputing/iexec-sdk/issues/439)) ([6264a7b](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/6264a7bcb49d3bb7a0ab5e13f7c0e61fb01f4380)) |
| 13 | +* support aes-256-cbc encrypted results decryption ([fc09fe1](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/fc09fe1792400e6e463a2458e6bc822b801df310)) |
| 14 | +* support aes-256-cbc encrypted results decryption ([5af1ca5](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/5af1ca5e81673c74e2c2a94927e521ded6ecb58d)) |
| 15 | + |
| 16 | + |
| 17 | +### 🐞 Bug Fixes |
| 18 | + |
| 19 | +* move bn.js type to dependency to fix BN type reexport issue ([6fbe489](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/6fbe489eac0c8713b1f9bab327b57b485ff1853a)) |
| 20 | +* move bn.js type to dependency to fix BN type reexport issue ([157d85b](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/157d85b2449a0d51c0292b483dc317c667ba481b)) |
| 21 | +* move bn.js type to dependency to fix BN type reexport issue ([14300fe](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/14300fe94cfdfdaf441370e2fb7ec4136f8f8282)) |
| 22 | +* provide default param to createVoucherType ([c989d72](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/c989d7248969aba212c5da084f58ac04b1b8b50e)) |
| 23 | +* reverted VOUCHER_HUB_ADDRESS to 'TO BE DEPLOYED ([6134aac](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/6134aac5a8a2e23537e2e0f58c8ba43e55c7356a)) |
| 24 | + |
| 25 | + |
| 26 | +### 🧰 Other |
| 27 | + |
| 28 | +* bump v8.15.0 ([c243e60](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/c243e60759766421820f0f8a5f0908adc58d67d5)) |
| 29 | +* bump v8.16.0 ([5d6b12e](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/5d6b12e35c52bb7b18a970a5999bd12b3eb3b977)) |
| 30 | +* fix eslint config for tests ([2959437](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/2959437305d4609273ca7d6194b6296ff1c12ea4)) |
| 31 | +* fix eslint config for tests ([c8ad13f](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/c8ad13f4a0d1de71d159092bac5d1da3249fb165)) |
| 32 | +* fix some comments ([fe77072](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/fe77072cf3c0f5a7fbd57dda1e019b52716bcc95)) |
| 33 | +* fix some comments ([bed04f1](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/bed04f159854fdb181fc68621fe937a6109cc6ab)) |
| 34 | +* make addressSchema accept undefined ([4f63ec0](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/4f63ec0d347cca428cddeb9c47cc5336d79e627c)) |
| 35 | +* refactor internal methods with too much positional args ([4a73bf8](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/4a73bf838af1e84304f9438ea07def2a72d65d1e)) |
| 36 | +* release v8.16.0 ([181b014](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/181b014388fcab25ab12dd6e3be04bce3e7ed6b8)) |
| 37 | +* update deps ([1124b45](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/1124b45db4681fee66ecd901b91089ba9fba50ab)) |
| 38 | +* update subgraphs base url ([3b40854](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/3b4085453b1114efaca49dfd5ff7eca06bada976)) |
| 39 | +* upgrade docker image to node 22 ([#443](https://github.com/iExecBlockchainComputing/iexec-sdk/issues/443)) ([856be21](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/856be21dc804686b4fc260196d86fa3bc0497fd1)) |
| 40 | + |
5 | 41 | ## [8.16.0] 2025-06-19 |
6 | 42 |
|
7 | 43 | ### Added |
|
0 commit comments