You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and adheres to [Semantic Versioning](https://semver.org/).
7
7
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)
0 commit comments