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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
DB Schema Migration
DB migrations add a column and index to the history_trades table to improve performance of some queries. This is very large table so migration may take a long time (depending on your DB hardware). Please test the migrations execution time on the copy of your production DB first.
Changes
Improve performance of /trades?trade_type=liquidity_pool requests. (4149)
Added absBeforeEpoch to ClaimableBalance API Resources. It will contain the Unix epoch representation of absolute before date. (4148)
Path finding results contain empty paths again (removed in Horizon 2.9.0). (4137)
Generate HTTP Status code of 499 for Client Disconnects, should propagate into horizon_http_requests_duration_seconds_count metric key with status="499" label. (4098)
Fix incorrect counting of rate limited events in stream requests. (4163)
Update cursor on every ledger when using old non Captive-Core ingestion backend. (4150)
Fix the code responsible for updating Stellar-Core status that could stop the metrics updates on connectivity issues. (4180)