Releases: alchemyplatform/alchemy-sdk-js
Releases · alchemyplatform/alchemy-sdk-js
v2.9.0
2.9.0
Major Changes
- Fixed a bug with in
NftNamespace.getNftSales()
in which there was a typo indecimal
field of theNftSaleFeeData
object. The field is now correctly nameddecimals
, anddecimal
is marked deprecated to avoid a breaking change.
Minor Changes
- Added redundancy to
CoreNamespace.getTokensForOwner()
to handle failures when fetching token metadata. - Added support for the
acquiredAt
field for orderedgetNftsForOwner
queries. Only available when specifyingorderBy: NftOrdering.TRANSFERTIME
in the request. - Added the
NftSaleMarketplace.BLUR
marketplace enum to theNftNamespace.getNftSales()
method return. - Added support for the
validAt
response field toNftNamespace.getNftSales()
.
v2.8.3
2.8.3
Major Changes
Minor Changes
- Fixed a bug with
NotifyNamespace
when creating webhooks on ETH_SEPOLIA, OPT_GOERLI, and ARB_GOERLI. - Fixed a bug with
Wallet.populateTransaction()
where the method would never resolve. - Fixed a bug with
NftNamespace.getMintedNfts()
andNftNamespace.getTransfersForOwner()
where the method would always throw an error for certain addresses (#318).
v2.8.2
v2.8.1
2.8.1
Major Changes
Minor Changes
- Fixed a bug where the SDK was not compatible with
moduleResolution: bundler
when usingtypescript
atv5.0
(#302). Thanks @florrdv! - Fixed a bug with
getTransfersForOwner()
andgetTransfersForContract()
methods in theNftNamespace
, where some NFTs would not be returned if the NFT was transferred multiple times.
v2.8.0
2.8.0
Major Changes
Added PolygonZkEvm Mainnet and Testnet support to the sdk
Minor Changes
v2.7.0
2.7.0
Major Changes
- Added
CustomGraphqlWebhook
to be used with theNotifyNamespace
. This webhook uses graphql to track any event on every block.
Minor Changes
v2.6.3
2.6.3
Major Changes
Minor Changes
- Added support for a
pageKey
andpageSize
parameter inNftNamespace.getOwnersforNft
to allow for pagination of the results.
v2.6.2
2.6.2
Major Changes
Minor Changes
- Added additional descriptive tokenTypes in NFT- and contract-level metadata, for contracts which don't support any NFT standard.
v2.6.1
2.6.1
Major Changes
Minor Changes
- Added the
title
field toContractForOwner
to represent the title of the token held by the owner. - Fixed a bug where the
media
field inContractForOwner
was aMedia
object rather than aMedia[]
array. - Added support for the Eth Sepolia network via the
Network.ETH_SEPOLIA
enum.
v2.6.0
2.6.0
Major Changes
- Added the
NftMetadataUpdateWebhook
to be used with theNotifyNamespace
. This webhook tracks all ERC721 and ERC1155 token metadata updates.