Releases: yearn/yearn-sdk
Releases · yearn/yearn-sdk
v2.1.0
Commits:
- chore(deps): bump cross-fetch from 3.1.4 to 3.1.5 (#287) da14f06
- refactor: Update zapper's endpoints (#284) 40c3a07
- feat: add localization for meta endpoints (#288) 14af138
- feat: Custom Zap Withdraw Simulations on SDK [WEB-1475] (#286) 61df8f5
- feat: Custom Zap Deposit Simulations on SDK [WEB-1011] (#280) 11e9632
- test: Add test for
FeesInterface
(#285) e3fe516 - feat: add populateApprove method to token interface (#283) 2e43dbb
- feat: always return WETH and ETH from balances even when 0 (#278) aa6ceec
v2.0.1
Commits:
- fix: don't include new apy in gross apy (#281) e399055
- build: Check only that the docs build on pull_request (#282) 00e49c3
- feat: Implement caching for
AddressProvider#addressById
(#279) 37fc7e1 - test: Add test for
EarningsInterface#assetHistoricEarnings
(#271) 5c31eb5 - feat: Supported Zap Vaults [WEB-1424] (#276) 2e2e0b4
- chore: Update TypeDoc (#275) f36d53c
- fix: Eslint issues (#272) 989615d
v2.0.0
The main change in the new major version, and the need for it, is that the hosted mainnet subgraph is being switched off by The Graph and the decentralized version has to now be used with an api key if you want to use the earnings data, otherwise no change is needed, but the earnings data for vaults/users won't be available
Our decentralized subgraph is here - https://thegraph.com/explorer/subgraph?id=5xMSe3wTNLgFQqsAc5SCVVwT4MiRb5AogJCuSN9PjzXF
Other than that there are some minor syntax changes to the functions to approve/deposit into a vault
v1.2.0
Commits:
- fix: pass vaultDynamic addresses through so the lens adapter will be called with correct params (#247) 6c97642
- test: Add cache unit tests (#243) d998080
- chore: update readme to include PR conventions (#246) 2e9d5d4
- chore: add deprecated comment to protocol earnings (#238) 474ce48
- fix: change if statement to switch for fetching token balances (#234) d9ab3e4
- refactor: handle zapper data fetching errors more gracefully (#241) f4a2322
v1.1.1
v1.1.0
v1.0.30
What's Changed
- feat: Add token unit tests by @karelianpie in #218
- test: Add specs for the
VaultInterface
by @karelianpie in #221 - test: Add specs for the
EarningsInterface
by @karelianpie in #223 - feat: allow signed approvals on withdraw by @xgambitox in #225
Full Changelog: v1.0.29...v1.0.30