Skip to content

Commit a798bc4

Browse files
committed
docs: Release 0.5.0 changelog
1 parent f993a52 commit a798bc4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [0.5.0] - 2025-09-15
9+
10+
### Added
11+
12+
- Exposed transaction included and required accounts using `FilterPipeline` ([#104](https://github.com/rpcpool/yellowstone-vixen/pull/104) by @fernandodeluret)
13+
- Added Stake Pool Program parser ([#87](https://github.com/rpcpool/yellowstone-vixen/pull/87) by @aoikurokawa)
14+
- Exposed transaction message header to shared data ([#121](https://github.com/rpcpool/yellowstone-vixen/pull/121) by @fernandodeluret)
15+
- Added fumarole `Source` ([#111](https://github.com/rpcpool/yellowstone-vixen/pull/111) by @fernandodeluret)
16+
- Added support for all accounts fetching with empty filter ([#124](https://github.com/rpcpool/yellowstone-vixen/pull/124) by @fernandodeluret)
17+
- Added block subscriber to Vixen ([#126](https://github.com/rpcpool/yellowstone-vixen/pull/126) by @Nagaprasadvr)
18+
- Updated Vixen metrics to receive prometheus register ([#118](https://github.com/rpcpool/yellowstone-vixen/pull/118) by @fernandodeluret)
19+
- Documentation and example updates for 0.5 release ([#125](https://github.com/rpcpool/yellowstone-vixen/pull/125) by @kespinola)
20+
21+
### Changed
22+
23+
- Updated Raydium CPMM and Launchpad to latest program version ([#122](https://github.com/rpcpool/yellowstone-vixen/pull/122) by @fernandodeluret)
24+
- Updated the discriminator tracing log to debug formatting ([#113](https://github.com/rpcpool/yellowstone-vixen/pull/113) by @fernandodeluret)
25+
- Updated contribution guide ([#123](https://github.com/rpcpool/yellowstone-vixen/pull/123) by @moses7054)
26+
27+
### Fixed
28+
29+
- Return runtime error on stream error ([#112](https://github.com/rpcpool/yellowstone-vixen/pull/112) by @fernandodeluret)
30+
- Fixed import typo in README.md ([#117](https://github.com/rpcpool/yellowstone-vixen/pull/117) by @riprsa)
31+
- Fixed various bugs in block subscriber and related features ([#126](https://github.com/rpcpool/yellowstone-vixen/pull/126) by @Nagaprasadvr)
32+
833
## [0.4.0] - 2025-07-23
934

1035
### Added

0 commit comments

Comments
 (0)