Skip to content

Releases: solana-foundation/solana-web3.js

v1.98.4

31 Jul 19:13
c26c13b
Compare
Choose a tag to compare

1.98.4 (2025-07-31)

Bug Fixes

v1.98.3

31 Jul 18:52
3d0e82a
Compare
Choose a tag to compare

1.98.3 (2025-07-31)

Reverts

v1.98.2

24 Apr 17:12
6f265af
Compare
Choose a tag to compare

1.98.2 (2025-04-24)

Bug Fixes

v1.98.1

22 Apr 13:52
d3dc5d5
Compare
Choose a tag to compare

1.98.1 (2025-04-22)

Bug Fixes

v1.98.0

16 Dec 04:37
8ea27fc
Compare
Choose a tag to compare

1.98.0 (2024-12-16)

Features

  • Agave v2 RPC: replace getRecentBlockhash with getLatestBlockhash (#3419) (8ea27fc)

v1.97.0

16 Dec 04:30
a805cb9
Compare
Choose a tag to compare

1.97.0 (2024-12-16)

Features

  • agave v2 rpc: replace getConfirmedTransaction with getTransaction (#3418) (a805cb9)

v1.96.0

16 Dec 04:18
60e39a6
Compare
Choose a tag to compare

1.96.0 (2024-12-16)

Features

  • Agave v2 RPC: replace getConfirmedBlock with getBlock (#3417) (60e39a6)

v1.95.8

03 Dec 23:22
52e144a
Compare
Choose a tag to compare

1.95.8 (2024-12-03)

Earlier today, a publish-access account was compromised for @solana/web3.js, a JavaScript library that is commonly used by Solana dapps. This allowed an attacker to publish unauthorized and malicious packages that were modified, allowing them to steal private key material and drain funds from dapps, like bots, that handle private keys directly. This issue should not affect non-custodial wallets, as they generally do not expose private keys during transactions. This is not an issue with the Solana protocol itself, but with a specific JavaScript client library and only appears to affect projects that directly handle private keys and that updated within the window of 3:20pm UTC and 8:25pm UTC on Tuesday, December 2, 2024.

These two unauthorized versions (1.95.6 and 1.95.7) were caught within hours and have since been unpublished.

We are asking all Solana app developers to upgrade to version 1.95.8. Developers pinned to latest should also upgrade to 1.95.8.

Developers that suspect they might be compromised should rotate any suspect authority keys, including multisigs, program authorities, server keypairs, and so on.

v1.95.5

20 Nov 19:37
526ce5f
Compare
Choose a tag to compare

1.95.5 (2024-11-20)

Bug Fixes

  • added programId field in TokenBalance type (#3592) (526ce5f)

v2.0.0

07 Nov 22:02
630683b
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

v2.0.0 (2024-11-07)

Today we have dropped the Release Candidate label from @solana/web3.js v2.0.0. We now recommend it for general use.

Read more in this blog post.