Releases: anza-xyz/jetstreamer
Releases · anza-xyz/jetstreamer
v0.3.0
What's Changed
- Fix wording in limitations section of README by @gagliardetto in #19
- switch to wincode by @sam0x17 in #28
- Add option to ignore votes for base plugins by @sam0x17 in #29
- track vote/non-vote in jetstreamer_slot_status by @sam0x17 in #30
- fix: full support for legacy epochs by @notwedtm in #32
- rework vote/non-vote tracking by @sam0x17 in #31
- feat: add s3 backends by @notwedtm in #22
New Contributors
- @gagliardetto made their first contribution in #19
- @notwedtm made their first contribution in #32
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.7
v0.1.6
v0.1.5
Fixes version bounds on clickhouse crate to avoid compilation errors with newer versions of clickhouse. Next version will bump this dep.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Overview
- optimal thread calculation introduced -- now instead of having to always specify
JETSTREAMER_THREADS, it will default to the optimal thread count based on your CPU and network. Network is controlled byJETSTREAMER_NETWORK_CAPACITY_MBand defaults to1000, you should change it to the min of your NIC card's max bandwidth and your ISP's max bandwidth in Mbps. - a bunch of cleanup PRs from @sonicfromnewyoke, thank you!!
What's Changed
- chore: clean-up solana deps by @sonicfromnewyoke in #8
- chore: disable default-features by @sonicfromnewyoke in #10
- perf: declare fns as const in
firehouseby @sonicfromnewyoke in #9 - refactor: replace
pubkeywithaddressby @sonicfromnewyoke in #12 - chore: add license files by @sonicfromnewyoke in #11
- Optimal thread calculation by @sam0x17 in #13
New Contributors
- @sonicfromnewyoke made their first contribution in #8
Full Changelog: https://github.com/anza-xyz/jetstreamer/commits/v0.1.4