Versioning

Breaking changes

See Breaking changes in API reference.

Change log

2026-03-11

  • Added transaction.dcc.exchange_rate_precise to expose DCC exchange rate with higher precision than transaction.dcc.exchange_rate supports.
    • Clients should use transaction.dcc.exchange_rate_precise over transaction.dcc.exchange_rate since it is safer.
    • The transaction.dcc.exchange_rate will be replaced with transaction.dcc.exchange_rate_precise in the next major version update.