Skip to content

Commit 1fb2fe7

Browse files
committed
changelog
1 parent 7175c4e commit 1fb2fe7

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [2.3.1] - 2021-08-20
9+
- Fixed uninitialized variable in `manager.cpp`
10+
11+
## [2.3] - 2021-08-18
12+
### Security update
13+
- [pythd] add whitelist for dashboard static files to http server to prevent directory traversal
14+
15+
### Others
16+
- Fix constructor parameter order and unnecessary declaration.
17+
- Add ability to send price updates without pyth_tx.
18+
- pyth.cpp: add upd_price_val for explicit price value updates (#32)
19+
- [pythd] Update user::parse_get_product code.
20+
- [pythd] Add get_product and get_all_products WS methods.
21+
- fix uninit variable
22+
23+
## [2.2] - 2021-08-10
24+
- [pyth] Add get_all_products command.
25+
- [pyth] Print error and return 1 on mapping key failure.
26+
- [manager] Set error state if program key is not found.
27+
- [pyth] Add hidden -d debug logging flag to help text.
28+
- [replace] slot_subscribe with get_slot
29+
- [build] Add pyth_tx to the release target
30+
- [docker] no access to secrets on pull requests
31+
- [docker] grant sudo access to pyth user
32+
33+
## [2.1] - 2021-07-27
34+
- [build] remove github packages
35+
- [docker] docker action to create containers
36+
- [oracle] weight twap contributions inversely with confidence interval; added testnet keys
37+
- [config] add testnet keys
38+
39+
## [2.0] - 2021-07-14
40+
Initial public release
41+
- fix to proxy soolana node reconnect logic in reinitializing slot leaders (origin/v2)
42+
- show tx errors in get_block

0 commit comments

Comments
 (0)