Skip to content

Commit 10458c5

Browse files
authored
chore: release PocketIC v10.0.0 (#47)
1 parent 5d1b7c9 commit 10458c5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

10+
## 10.0.0 - 2025-09-12
11+
12+
### Added
13+
- The endpoint `/instances/<instance_id>/update/await_ingress_message` (execute rounds on the PocketIc instance until the message is executed):
14+
to fix a performance regression when using the two endpoints `/instances/<instance_id>/update/tick` and `/instances/<instance_id>/read/ingress_status` in a loop.
15+
- The argument of the endpoint `/instances/` takes an additional optional field `icp_features` specifying ICP features (implemented by system canisters) to be enabled in the newly created PocketIC instance.
16+
- The argument of the endpoint `/instances/` takes an additional optional field `incomplete_state` specifying if incomplete state (e.g., resulting from not deleting a PocketIC instance gracefully) is allowed.
17+
- The argument of the endpoint `/instances/` takes an additional optional field `initial_time` specifying the initial timestamp of the newly created instance or
18+
if the new instance should make progress automatically, i.e., if PocketIC should periodically update the time of the instance to the real time and execute rounds on the subnets.
19+
- The argument of the endpoint `/instances/` takes an optional field `icp_config` specifying which features not available on the ICP mainnet should be available
20+
in the newly created PocketIC instance (the field used to be called `nonmainnet_features` and be of a simple Boolean type before).
21+
- The argument of the endpoint `/instances/` takes an additional optional field `http_gateway_config` specifying that an HTTP gateway with the given configuration
22+
should be created for the newly created instance.
23+
24+
25+
1026
## 9.0.3 - 2025-06-06
1127

1228
### Changed

0 commit comments

Comments
 (0)