This release adds support for Protocol 27
Added
- Added Protocol 27 ingestion support, including CAP-0071, and bumped
MaxSupportedProtocolVersionto 27 (#186, #190).
Updated
Fixed
- Return structured errors from filter parsing in query endpoints (#183).
- Validate the maximum number of reserves in the
/liquidity_poolsendpoint, rejecting filter values above two early instead of running a query that can only return no results (#182). - Fixed misleading error field names in the
/paths/strict-sendand/paths/strict-receivepath finding endpoints so the reported field matches the parameter the user actually provided (#180).