Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 121 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,124 @@
## Unreleased

### Feat

- replace `@dfinity/*` deps with `@icp-sdk/core` (#199)
- `getDefaultEffectiveCanisterId` method in `PocketIc` class (#209)
- switch to `Uint8Array` for all buffers (#202)
- bump PocketIC server to v11.0.0 (#196)

### Fix

- use bigint for `addCycles` and `getCyclesBalance` (#208)

## 0.16.1 (2025-09-22)

### Fix

- docs typos and exports (#183)

## 0.16.0 (2025-09-17)

### Feat

- upgrade options on install canister code (#173)

### Fix

- increase poll timeout (#175)

## 0.15.0 (2025-09-16)

### Feat

- add `icpFeatures` field (#167)

## 0.14.1 (2025-09-12)

### Fix

- readme links and install instructions (#164)

## 0.14.0 (2025-09-12)

### BREAKING CHANGE

- Moves `@dfinity/agent`, `@dfinity/candid`,
`@dfinity/identity` and `@dfinity/principal` from `peerDependencies` to
`dependencies`
- `nonmainnetFeatures` in `CreateInstanceRequest` is
renamed to `icpConfig` and is now a record with multiple configuration
options to override

### Feat

- bump agent-js deps to v3 (#158)
- make pic-js compatible with server v10.0.0 (#147)

### Fix

- set the create-prs environment (#149)
- state copy to not include parent folder (#134)

### Refactor

- poll ingress messages instead of awaiting them (#137)

## 0.13.1 (2025-05-07)

## 0.13.0 (2025-04-29)

### BREAKING CHANGE

- `FromPathSubnetStateConfig` and the `FromPath` variant
of `state_config` in `EncodedSubnetConfig` no longer take a `subnet_id`.

### Feat

- update to PocketIC server v9.0.0 (#120)

## 0.12.0 (2025-04-07)

### Feat

- 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

### Fix

- **pocket-ic-server.ts**: switch from --pid to --port-file for pic server

## 0.10.0 (2024-11-27)

### Feat

- add support for mocking https outcalls
- upgrade to server v6
- upgrade pic server to v5

## 0.9.0 (2024-07-01)

### Feat

- upgrade to pic server v4

## 0.8.1 (2024-04-27)

### Fix

- pipe unwanted logs to /dev/null

## 0.8.0 (2024-04-27)

### Feat

- add http2 support
- add logging support
- separate pic server management from instance management

## 0.17.0 (2025-12-11)

### Feat
Expand Down