n/a
- A new
getVersionInfo
RPC endpoint providing versioning info (#132):
interface getVersionInfo {
version: string;
commit_hash: string;
build_time_stamp: string;
captive_core_version: string;
protocol_version: number; // uint32
}
- Deadlock on events ingestion error (#167).
- Correctly report row iteration errors in
StreamAllLedgers
(#168). - Increase default ingestion timeout (#169).
- Surface an ignored error in
getRawLedgerEntries()
(#170).
This outlines the formatting expectations for the CHANGELOG.md file.
If necessary, drop a summary here (e.g. "This release supports Protocol 420.")
- This is a pull request description and it should be quite detailed if it's a breaking change. Ideally, you would even include a bit of helpful notes on how to migrate/upgrade if that's necessary. For example, if an API changes, you should provide deep detail on the delta.
- Anything added should have a details on its schema or command line arguments ([#NNNN](link to github pr)).
- Be sure you describe who is affected and how.