Features
- Added SEP-24 Claimable Balance Support ([protocol change](https://github.com/stellar/stellar-protocol/pull/757))
- Added `MAX_TRANSACTION_FEE_STROOPS` environment variable
- This allows anchors to increase their fee bid in order to minimize chances of `504 Timeout` responses from Horizon
Database Migrations
- Added `claimable_balance_id` and `claimable_balance_supported` columns to the `Transaction` model
Bug Fixes
- `watch_transactions` detects Path Payment operations ([StrictSend](https://developers.stellar.org/docs/start/list-of-operations/#path-payment-strict-send) & [StrictReceive](https://developers.stellar.org/docs/start/list-of-operations/#path-payment-strict-receive))
- In previous versions, only [Payment](https://developers.stellar.org/docs/start/list-of-operations/#payment) operations were detected
- CORS policy was added to SEP-31 endpoints
- In previous versions, SEP-31 endpoints did not include CORS policy headers in responses
- `pending_external` deposit transactions are now passed to `poll_pending_transactions()`
- In previous versions, only transactions that were in `pending_user_transfer_start` were passed
- `GET /transactions` returns records for assets only enabled for SEP-6
- In previous versions, an error response was returned if the requested asset was not also enabled for SEP-24
- `GET /fee` returns a fee for assets only enabled for SEP-6
- In previous versions, an error response was returned if the fee was for an asset that was not also enabled for SEP-24