CHANGELOG
- state copy to not include parent folder (#134)
Refactor
Section titled “Refactor”- poll ingress messages instead of awaiting them (#137)
0.13.1 (2025-05-07)
Section titled “0.13.1 (2025-05-07)”0.13.0 (2025-04-29)
Section titled “0.13.0 (2025-04-29)”BREAKING CHANGE
Section titled “BREAKING CHANGE”FromPathSubnetStateConfig
and theFromPath
variant ofstate_config
inEncodedSubnetConfig
no longer take asubnet_id
.
- update to PocketIC server v9.0.0 (#120)
0.12.0 (2025-04-07)
Section titled “0.12.0 (2025-04-07)”0.12.0b0 (2025-04-01)
Section titled “0.12.0b0 (2025-04-01)”- add support for certified time endpoint (#109)
- update dependencies (#106)
- upgrade to pocketic version 8.0.0 (#96)
- add support get controllers and get topology endpoints
- update dependencies
- pocket-ic-server.ts: switch from —pid to —port-file for pic server
0.10.0 (2024-11-27)
Section titled “0.10.0 (2024-11-27)”- add support for mocking https outcalls
0.10.0-b0 (2024-10-07)
Section titled “0.10.0-b0 (2024-10-07)”- upgrade to server v6
- upgrade pic server to v5
0.9.0 (2024-07-01)
Section titled “0.9.0 (2024-07-01)”0.9.0-b0 (2024-05-06)
Section titled “0.9.0-b0 (2024-05-06)”- upgrade to pic server v4
0.8.1 (2024-04-27)
Section titled “0.8.1 (2024-04-27)”0.8.1-b0 (2024-04-27)
Section titled “0.8.1-b0 (2024-04-27)”- pipe unwanted logs to /dev/null
0.8.0 (2024-04-27)
Section titled “0.8.0 (2024-04-27)”0.8.0-b1 (2024-04-22)
Section titled “0.8.0-b1 (2024-04-22)”- add http2 support
0.8.0-b0 (2024-04-21)
Section titled “0.8.0-b0 (2024-04-21)”- add logging support
- separate pic server management from instance management
0.7.0 (2024-03-17)
Section titled “0.7.0 (2024-03-17)”0.7.0-b0 (2024-03-17)
Section titled “0.7.0-b0 (2024-03-17)”- enable direct canister calls
0.6.1 (2024-03-15)
Section titled “0.6.1 (2024-03-15)”0.6.1-b1 (2024-03-15)
Section titled “0.6.1-b1 (2024-03-15)”- get pub key endpoint params encoded incorrectly
- unable to start picjs server on macos
- build docs only when release_latest is successful
- move docs build and deployment to release workflow
0.6.1-b0 (2024-03-07)
Section titled “0.6.1-b0 (2024-03-07)”- removed fetchRootKey in favor of getPubKey, which accepts a subnet Id
0.6.0 (2024-03-03)
Section titled “0.6.0 (2024-03-03)”- add support for nns subnet init
0.5.0 (2024-02-24)
Section titled “0.5.0 (2024-02-24)”- update agent-js and pocket-ic dependencies
0.4.0 (2024-02-19)
Section titled “0.4.0 (2024-02-19)”- add canister stop and start methods
0.3.0 (2024-02-12)
Section titled “0.3.0 (2024-02-12)”0.3.0-b4 (2024-02-12)
Section titled “0.3.0-b4 (2024-02-12)”- canister settings encoding
0.3.0-b3 (2024-02-12)
Section titled “0.3.0-b3 (2024-02-12)”- propogate sender principal correctly when setting up canister
0.3.0-b2 (2024-02-12)
Section titled “0.3.0-b2 (2024-02-12)”0.3.0-b1 (2024-02-12)
Section titled “0.3.0-b1 (2024-02-12)”- add update canister settings method
- upgrade to pocket-ic v3
- upgrade to pic server 2.0.1
0.3.0-b0 (2024-01-28)
Section titled “0.3.0-b0 (2024-01-28)”- accept ArrayBufferLike instead of Uint8Array to be more compatible with agent-js & co libraries
- throw a more helpful error is devs interact with a pic instance after tearing it down
- add ability to tick multiple times
- updated dependencies on dfinity packages
- updated dependencies on dfinity packages
Refactor
Section titled “Refactor”- use auto-generated idl for management canister
0.2.1 (2024-01-21)
Section titled “0.2.1 (2024-01-21)”0.2.1-b2 (2024-01-11)
Section titled “0.2.1-b2 (2024-01-11)”- update versions of @dfinity dependencies
0.2.1-b1 (2024-01-07)
Section titled “0.2.1-b1 (2024-01-07)”- update file permission for pocket-ic executable in case package manager has moved it
0.2.1-b0 (2023-12-14)
Section titled “0.2.1-b0 (2023-12-14)”- client refuses to start on MacOS ARM chips that are also running NodeJS on ARM architecture
0.2.0 (2023-11-06)
Section titled “0.2.0 (2023-11-06)”0.2.0-b3 (2023-11-06)
Section titled “0.2.0-b3 (2023-11-06)”- set processing time header on set_stable_memory header
- get stable memory function returning incorrect type
0.2.0-b2 (2023-11-03)
Section titled “0.2.0-b2 (2023-11-03)”- add functions to get and set stable memory
0.2.0-b1 (2023-11-02)
Section titled “0.2.0-b1 (2023-11-02)”- add canister code management functions
0.2.0-b0 (2023-11-02)
Section titled “0.2.0-b0 (2023-11-02)”- add deterministic and random identity generation functions
- add method to set identity on actor
0.1.0 (2023-11-02)
Section titled “0.1.0 (2023-11-02)”- include pic binary in package using postinstall script
- initial commit