Skip to content

Release v1.272.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 19:30
· 73 commits to main since this release
39f98cb

This release was merged in PR #4556

@chainlink/ice-adapter@1.2.0

Minor Changes

  • #4506 5be91d3 Thanks @FionnL! - Add Last Value Persistence (LVP) support for off-market hours. The adapter now listens for NetDania's internal heartbeat events (fired every ~180 seconds when the connection to the data provider is confirmed alive) and uses these to extend cache TTLs for active subscriptions. This ensures cached prices remain available during off-market hours while also confirming the data provider connection is healthy. The heartbeat events stop automatically if the connection is lost, allowing stale prices to expire naturally.

    The default CACHE_MAX_AGE has been increased to 300 seconds (5 minutes) to exceed the NetDania heartbeat interval, ensuring LVP functions correctly out of the box.