Releases: getkevin/kevin-jvm
Releases · getkevin/kevin-jvm
0.2.5
Updates
- Let full datetime be specified in GET transactions query params, instead of just dates
- Report to clients any Kevin-jvm http errors, not only the ones directly related to Platform api
0.2.4
Updates
- Added a possibility to append custom request headers
0.2.3
0.2.2
Bug fixes
- Missing properties were resolved across multiple DTO's
- Fixed an issue when Bearer prefixes could be endlessly appended
0.2.1
Bug fixes
- Fixed an issue when account transactions could not have been properly fetched
- Missing properties were resolved across multiple DTO's
0.2.0
Breaking changes
- Removed
ParsermethodsparseBankPaymentWebhookRequest,parseCardPaymentWebhookRequest,parseHybridPaymentWebhookRequest. Removed classesBankPaymentWebhookPayload,CardPaymentWebhookPayload,HybridPaymentWebhookPayload. AddedParsermethodparsePaymentWebhookRequestto parse a webhook request for all types of payments, which returns an object ofPaymentWebhookPayloadclass. - Remove
CREATEDvalue fromStatusGroupenum class. - Remove optional
accessTokenproperty fromGetPaymentStatusRequestclass.
Updates
- Added optional
langproperty toStartAuthenticationRequest. If a value is specified in the request, it will append the query parameterlangtoauthorizationLinkURL of theStartAuthenticationResponsewith the provided value. - Added optional
langproperty toInitiatePaymentRequest. If a value specified in the request, it will append the query parameterlangtoconfirmLinkURL of theInitiatePaymentResponsewith the provided value, ifconfirmLinkis not null.