Skip to content

Latest commit

 

History

History
116 lines (64 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

116 lines (64 loc) · 5.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[5.2.1] - 2024-05-15

[3.2.6] - 2024-03-13

[3.2.2] - 2024-02-27

[3.2.0] - 2024-02-20

[3.1.3] - 2024-02-13

[3.1.2] - 2024-02-06

[3.0.18] - 2023-11-10

[3.0.0] - 2023-09-25

[2.2.39] - 2023-07-06

[2.2.33] - 2023-06-27

  • 95c7258 Removed wallet connect from lit-connect-modal temporarily

[2.2.20] - 2023-05-31

  • #106 New pkp-walletconnect package to connect PKPs and dApps using WalletConnect V2

[2.2.15] - 2023-05-30

  • #122 Added demo for email/sms
  • #123 Added Apple JWT Auth Provider

[2.2.0] - 2023-05-12

  • #88 Breaking change introduced to lit-node-client-nodejs regarding session signature generation and usage. Introduced auth-helpers package, which contains objects for working with session capability objects for session signatures.

[2.1.160] - 2023-05-05

  • #90 Fixed the issue where it was unable to regenerate the authSig when it had expired.

[2.1.156] - 2023-05-04

  • #67 Introduced the lit-auth-client package, enabling social logins, Ethereum wallet signing, WebAuthn registration and authentication, and management of PKPs tied to auth methods

  • #57 Introducing the pkp-client package, which serves as an abstraction of the pkp-ether, pkp-cosmos, and pkp-base packages. This enables the creation of Ether and Cosmos signers through PKPClient.

  • #97 Fixed warn - ./node_modules/@lit-protocol/ecdsa-sdk/src/lib/ecdsa-sdk.js Critical dependency: the request of a dependency is an expression

[2.1.114] - 2023-04-08

  • #77 Added support for Leap Cosmos wallet

[2.1.100] - 2023-03-29

  • #40 Added sessionSigs support to the remaining SDK functions. Now users have the option to use sessionSigs in place of authSigs.

[2.1.94] - 2023-03-21

  • #40 Simplified the multi-step process of encrypting & decrypting static content and storing all its metadata on IPFS in a single function encryptToIPFS & decryptFromIpfs.

[2.1.84] - 2023-03-16

  • #47 Upgraded @walletconnect/ethereum-provider to version 2.5.1 and added @web3modal/standalone as a depdency to the auth-browser repo

[2.1.63] - 2023-03-13

  • [#44] Separated Node Code into its own repository @lit-protocol/lit-node-client-nodejs, from which @lit-protocol/lit-node-client will extend, so there are no breaking changes for existing customers.

Added

  • yarn v to check the current npm version
  • yarn bump to update patch version in lerna.json and version.ts
  • yarn bump:minor to update minor version in lerna.json and version.ts
  • yarn bump:major to update major version in lerna.json and version.ts
  • Logs will now include version number eg. [LitJsSdk v2.1.63]
  • yarn tool:e2e will now serve the react app and launch Cypress E2E testing automatically

[3.0.0] - 2023-09-26

  • [#199] Cayenne network upgrade bumps packages to 3.0.0

Added

  • #145 ACC-based JWT Signing (V2)
  • computePubKey to lit-core which wraps an implementation in crypto for interfacing with a new wasm module for deriving HD public keys
  • Addition of claimKeyId method on lit-node-client-nodejs for deriving a key from an authMethod
    • Supports a new MintCallBack which is defined as async (params: ClaimKeyResponse): Promise<ClaimKeyResponse> which is called to route derived keys from a claim operation on chain.

Updates

  • Update SIGTYPE to include new ecdsa types
  • #107 Adds support for new ECDSA implementations for signature recombine