Releases: pyth-network/pyth-agent
Pyth Agent v2.8.0
This release contains various refactors and a change that supports multiple time ranges in the daily schedule.
What's Changed
- refactor(agent): convert global store to an Api by @Reisen in #122
- refactor(agent): convert local store to an Api by @Reisen in #123
- refactor(agent): rename adapter->state by @Reisen in #124
- refactor(agent): remove dashboard by @Reisen in #125
- refactor(agent): various refactors by @Reisen in #126
- feat: support multiple time ranges in schedule by @Riateche in #127
New Contributors
Full Changelog: v2.7.0...v2.8.0
Pyth Agent v2.7.0
What's Changed
- Update config.sample.pythnet.toml by @ali-bahjati in #120
- feat: add publish_interval logic by @keyvankhademi in #121
Full Changelog: v2.6.2...v2.7.0
Pyth Agent v2.6.2
This release doesn't require any change for existing consumers. It only contains some bug fixes, default configuration changes, and refactors.
What's Changed
- refactor: modular and functional rpc by @Reisen in #116
- refactor: migrate adapter service to api by @Reisen in #117
- Send publisher permissions using a watch channel to address heap growth by @alexheretic in #118
- chore: update max compute unit config and bump version by @ali-bahjati in #119
New Contributors
- @alexheretic made their first contribution in #118
Full Changelog: v2.6.1...v2.6.2
Pyth agent v2.6.1
What's Changed
- fix: weekday calculation bug by @keyvankhademi in #114
Full Changelog: v2.6.0...v2.6.1
Pyth agent v2.6.0
What's Changed
- feat: add market_schedule module to support holidays and deprecate weekly_schedule by @keyvankhademi in #112
Full Changelog: v2.5.2...v2.6.0
Pyth agent v2.5.2
What's Changed
- chore(config): reduce cap on priority fee by @ali-bahjati in #110
- chore: update dependencies by @ali-bahjati in #111
Full Changelog: v2.5.1...v2.5.2
Pyth Agent v2.5.1
What's Changed
- fix: remove adapter <> api deadlock by @ali-bahjati in #108
- fix: remove delay in publish_batch execution by @ali-bahjati in #109
Full Changelog: v2.5.0...v2.5.1
Pyth Agent v2.5.0
This release adds support for 64 publishers on Pythnet and has no backward incompatible changes.
What's Changed
- Change notify price schedule interval duration from 400ms to 100ms by @ali-bahjati in #104
- Update config.sample.pythnet.toml by @ali-bahjati in #105
- add build-essential to dependencies install step in readme by @AzothZephyr in #106
- feat: wrap Pythnet/Solana accounts generically by @Reisen in #107
New Contributors
- @AzothZephyr made their first contribution in #106
Full Changelog: v2.4.5...v2.5.0
Pyth Agent v2.4.5
What's Changed
- fix: remove unnecessary fresh price filtering by @ali-bahjati in #103
Full Changelog: v2.4.4...v2.4.5
Pyth Agent v2.4.4
This release should improve on-chain publishing frequency and can hopefully increase the uptime and reduce the latency of our price feeds.
What's Changed
- fix: fire and forget update tx by @ali-bahjati in #102
Full Changelog: v2.4.3...v2.4.4