Releases: pyth-network/pyth-client-js
Releases · pyth-network/pyth-client-js
v2.4.0
This minor version increment changes the behavior of the price
and confidence
fields so that they are only defined if the product currently has a valid price. This change should prevent downstream users from accidentally using these fields when the trading status indicates that they are invalid. It also includes an update to the solana web3 version that fixes a memory leak in an underlying library.
What's Changed
- Document CD process by @jayantk in #10
- Make the default usage check the price status by @jayantk in #11
Full Changelog: v2.3.2...v2.4.0