Skip to content

Releases: getkevin/kevin-jvm

0.2.5

05 Jul 08:31
839fe6c

Choose a tag to compare

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

08 Jun 13:03
01ec79c

Choose a tag to compare

Updates

  • Added a possibility to append custom request headers

0.2.3

06 Jun 18:32

Choose a tag to compare

Bug fixes

  • id property in AccountTransactionResponse has been made nullable to support responses without id property.

Updates

  • apiUrl property of Client constructor now can accept URLs with or without trailing slash.

0.2.2

30 May 19:28

Choose a tag to compare

Bug fixes

  • Missing properties were resolved across multiple DTO's
  • Fixed an issue when Bearer prefixes could be endlessly appended

0.2.1

11 May 10:45

Choose a tag to compare

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

07 May 19:26

Choose a tag to compare

Breaking changes

  • Removed Parser methods parseBankPaymentWebhookRequest, parseCardPaymentWebhookRequest, parseHybridPaymentWebhookRequest. Removed classes BankPaymentWebhookPayload, CardPaymentWebhookPayload, HybridPaymentWebhookPayload. Added Parser method parsePaymentWebhookRequest to parse a webhook request for all types of payments, which returns an object of PaymentWebhookPayload class.
  • Remove CREATED value from StatusGroup enum class.
  • Remove optional accessToken property from GetPaymentStatusRequest class.

Updates

  • Added optional lang property to StartAuthenticationRequest. If a value is specified in the request, it will append the query parameter lang to authorizationLink URL of the StartAuthenticationResponse with the provided value.
  • Added optional lang property to InitiatePaymentRequest. If a value specified in the request, it will append the query parameter lang to confirmLink URL of the InitiatePaymentResponse with the provided value, if confirmLink is not null.

0.1.0

07 Apr 18:47

Choose a tag to compare

Merge branch 'MOBILE-237'