Skip to content

Release v0.6.7

Latest
Compare
Choose a tag to compare
@tailingchen tailingchen released this 09 May 06:53
· 3 commits to main since this release
9551a9a

Changelog

All notable changes to this project will be documented in this file.

[0.6.7] - 2023-05-05

  • Add IPriceFeedDispatcher.decimals back for backward compatible.

[0.6.6] - 2023-05-05

  • Add PriceFeedDispatcher.getPrice for backward compatible.

[0.6.5] - 2023-03-31

  • Refine natspec

[0.6.4] - 2023-03-30

  • Rename ChainlinkPriceFeedV3.getCachedTwap to ChainlinkPriceFeedV3.getPrice.
  • Rename ChainlinkPriceFeedV3.getCachedPrice to ChainlinkPriceFeedV3.getLatestOrCachedPrice.

[0.6.3] - 2023-03-14

  • Add ChainlinkPriceFeedV3.getCachePrice to fetch the latest valid price and updated timestamp.
  • Add ChainlinkPriceFeedV3.getTimeout to get timeout config of ChainlinkPriceFeedV3.