Skip to content

Latest commit

 

History

History
81 lines (42 loc) · 1.51 KB

File metadata and controls

81 lines (42 loc) · 1.51 KB

Upcoming Changes

Fixed

  • <PR-#ISSUE> ...

Changed

  • <PR-#ISSUE> ...

Added

  • <PR-#ISSUE> ...

1.2.0 - 04/16/2024

Changed

  • Support for up to python 3.11:
    • Bump web3 dependencies, bump some dev dependencies.
    • Replace deprecated eth_account methods on the account recovery.
    • Bump websockets to 10.0 to support python 3.10+

1.0.0 - 07/05/2023

Added

  • PR-#87: Add Magic Connect Admin SDK support for Token Resource #111 (@magic-ravi)
    • [Security Enhancement]: Validate aud using Magic client ID.
    • Pull client ID from Magic servers if not provided in constructor.

0.3.3 - 05/02/2023

Changed

  • PR-#77: Removing NFT functionality, clients will interact with the NFT API directly via API calls.

0.3.2 - 03/21/2023

Added

  • PR-#69: Patch bad formatting of request

0.3.1 - 03/21/2023

Added

  • PR-#67: Patch module not found fixed for new nft module

0.3.0 - 03/20/2023

Added

  • PR-#66: Create paths for minting an NFT through magic delivery service.

0.2.0 - 1/04/2023

Added

  • PR-#50: Split up DIDTokenError into DIDTokenExpired, DIDTokenMalformed, and DIDTokenInvalid.

0.1.0 - 11/30/2022

Added

  • PR-#46: Support mult-chain wallets in get_metadata calls

0.0.5 - 06/23/2021

Fixed

  • <PR-#34> Relax dependency version requirement constraints

0.0.4 - 04/23/2020

Changed

  • PR-#14: Update external document link.