Skip to content

Commit

Permalink
Merge branch 'main' into fix/delegation-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock authored Dec 12, 2024
2 parents c962a3d + 7ed119f commit 9f91059
Show file tree
Hide file tree
Showing 15 changed files with 3,210 additions and 1,993 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

## [Unreleased]

### Added

- fix: `target_canister` is used only for `install_chunked_code` of management canister, complying with internet computer specification
- chore: pins nanoid dev dependency version to override warning
- feat: Add support for effective target canister ID in management canister calls.

### Changed

- chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in `AuthClient` during authentication.
- chore: fixes typo in DelegationIdentity jsdoc comment
- chore: Removes warning that users found unhelpful, when a message originates from other sources than the identity provider in `AuthClient` during authentication.
- fix: Make pollForResponse typesafe to avoid exceptions from unknown requests

## [2.1.3] - 2024-10-23

Expand Down
Loading

0 comments on commit 9f91059

Please sign in to comment.