Skip to content

Releases: dfinity/icp-js-core

v4.2.1

24 Oct 11:28
21dcf85

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

22 Oct 10:13
7122f00

Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.2.0

v4.1.1

21 Oct 12:12
f273c08

Choose a tag to compare

What's Changed

  • docs: do not remove header if not h1, give all module pages "Overview" title by @ilbertt in #1165
  • build: audit fix by @ilbertt in #1168
  • fix(agent): remove exported CanisterInstallMode type by @ilbertt in #1167
  • fix(auth-client): throw error if IndexedDB fails to open by @ilbertt in #1166

Full Changelog: v4.1.0...v4.1.1

v4.1.0

13 Oct 16:47
59c689c

Choose a tag to compare

What's Changed

  • refactor(principal): rename base32 functions by @ilbertt in #1160
  • docs: update quick start guide point to bindgen by @ilbertt in #1161
  • feat(principal): export the base32Encode and base32Decode functions by @q-uint in #1159
  • build: pin the version of @dfinity/* packages in core by @ilbertt in #1162
  • docs: more details regarding peer deps by @ilbertt in #1163

New Contributors

Full Changelog: v4.0.5...v4.1.0

v4.0.5

30 Sep 14:45
93cea11

Choose a tag to compare

What's Changed

  • fix(identity): handle ArrayBuffer in delegation chain serialization by @DrJesseGlass in #1152
  • fix(candid): recursive type table merging preserves concrete type mapping by @ilbertt in #1153

New Contributors

Full Changelog: v4.0.4...v4.0.5

v4.0.4

18 Sep 14:10
a6aa6e2

Choose a tag to compare

What's Changed

  • fix: remove the nonce from the ActorConfig type. by @ilbertt in #1150
  • fix: create a fresh default polling strategy per request by @ilbertt in #1149

Full Changelog: v4.0.3...v4.0.4

v4.0.3

16 Sep 14:23
85fc3cd

Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.0.3

v4.0.2

02 Sep 08:38
fde6498

Choose a tag to compare

What's Changed

  • fix: use effectiveCanisterId in certificate verification by @ilbertt in #1132

Full Changelog: v4.0.1...v4.0.2

v4.0.1

27 Aug 12:45
265ce45

Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

22 Aug 17:53
bb62e7f

Choose a tag to compare

New @icp-sdk/core package

Publishes the new @icp-sdk/core package.

This package unifies the following packages:

  • @dfinity/agent
  • @dfinity/candid
  • @dfinity/identity
  • @dfinity/identity-secp256k1
  • @dfinity/principal

and re-exports them as @icp-sdk/core/* submodules.

The @icp-sdk/core package does not contain any other changes.

See the upgrading guide for more information.

What's Changed

Full Changelog: v3.2.2...v4.0.0