Skip to content

Releases: alchemyplatform/alchemy-sdk-js

v3.2.1

04 Apr 04:54
ae24a73
Compare
Choose a tag to compare

Major Changes

  • Added support for Arbitrum and Optimism Sepolia webhook creation.

Minor Changes

  • API error messages return the actual error instead of [Object object]

v3.2.0

07 Mar 21:47
fddd65f
Compare
Choose a tag to compare

3.2.0

Major Changes

  • Added support for Polygon Amoy network via the Network.MATIC_AMOY enum.

v3.1.2

24 Jan 23:02
2593cff
Compare
Choose a tag to compare

3.1.2

Major Changes

Minor Changes

  • Upgraded the axios dependency to v1.6.5, fixing a vulnerable version #397. Thanks @mpsq for the contribution!

v3.1.0

30 Nov 16:46
2ce49cc
Compare
Choose a tag to compare

3.1.0

Major Changes

  • Added support for Optimism Sepolia and Base Sepolia via the Network.OPT_SEPOLIA and Network.BASE_SEPOLIA enums.

v3.0.0

15 Nov 21:34
793db75
Compare
Choose a tag to compare

3.0.0

Major Changes

v2.11.0

10 Nov 20:32
37a1049
Compare
Choose a tag to compare

2.11.0

Minor Changes

  • Added support for Arbitrum Sepolia network via the Network.ARB_SEPOLIA enum.

v2.10.1

12 Sep 15:44
20328ff
Compare
Choose a tag to compare

2.10.1

Major Changes

Minor Changes

  • Fixed a bug in the Log object where the removed field was not included in the response.

v2.10.0

23 Aug 19:41
2ad5254
Compare
Choose a tag to compare

2.10.0

Major Changes

  • Add support for Base

Minor Changes

v2.9.2

05 Jul 23:52
8199582
Compare
Choose a tag to compare

2.9.2

Major Changes

  • Added a new method CoreNamespace.isContractAddress() to easily check if an address is a contract or EOA. The method accepts a string address and returns a boolean value indicating if the given address is a contract address or not.

Minor Changes

  • Fixed a bug where GetOwnersForContractResponse was missing the pageKey field.

v2.9.1

05 Jul 23:49
70d2fb5
Compare
Choose a tag to compare

2.9.1

Major Changes

Minor Changes

  • Add the refreshCache parameter to NFT rarity endpoints to allow users to update stale rarity values.
  • Add the includeCount parameter to getOwnersForContract.