libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 8e08920fcc91487ce923570e50159ba47dc6c3e9
parent 1063041e81d980660b9fc34e7b69bbe09866cedc
Author: Antoine A <>
Date:   Mon, 26 Feb 2024 16:02:16 +0100

Bump api revision

Diffstat:
MAPI_CHANGES.md | 2++
Mbank/src/main/kotlin/tech/libeufin/bank/Constants.kt | 4++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/API_CHANGES.md b/API_CHANGES.md @@ -34,6 +34,8 @@ This files contains all the API changes for the current release: - Add GET /accounts/USERNAME/taler-wire-gateway/config - Change GET /accounts/USERNAME/taler-revenue/history logic and body type - GET /config: new wire_type field for the bank supported payment target type +- GET /accounts: add row_id field +- GET /public-accounts: add row_id field ## bank cli diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Constants.kt b/bank/src/main/kotlin/tech/libeufin/bank/Constants.kt @@ -39,8 +39,8 @@ const val IBAN_ALLOCATION_RETRY_COUNTER: Int = 5 // Security const val MAX_BODY_LENGTH: Long = 4 * 1024 // 4kB -// API version -const val COREBANK_API_VERSION: String = "4:1:0" +// API version +const val COREBANK_API_VERSION: String = "4:2:0" const val CONVERSION_API_VERSION: String = "0:0:0" const val INTEGRATION_API_VERSION: String = "2:0:2" const val WIRE_GATEWAY_API_VERSION: String = "0:2:0"