Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 2.07 KB

Changelog.md

File metadata and controls

83 lines (53 loc) · 2.07 KB

Changelog

0.12.0

  • [XS2A] Add Ibanity.Xs2a.PendingTransaction.
  • [XS2A] Add additional webhooks
    • Ibanity.Webhooks.Xs2a.Account.PendingTransactionsCreated
    • Ibanity.Webhooks.Xs2a.Account.PendingTransactionsUpdated

0.11.0

  • Add batch_synchronization_id in webhooks resources

0.10.0

  • Bulk & Periodic Payment with Authorization for TPP Managed flow

0.9.1

  • Fix unchecked dependencies

0.9.0

  • Add support for webhook signature validation, keys endpoint, and events

0.8.0

  • New attributes on transactions and synchronizations

0.7.0

  • Add support to update sandbox transactions
  • Add support to list updated transactions

0.5.1

  • Fix missing (created) virtual header in signature

0.5.0

  • Update HTTPoison and Hackney to latest versions
  • Default signature algorithm is now 'hs2019'
  • Add support for periodic and bulk payments
  • Raise exception when a DateTime cannot be parsed from the response
  • Add support for filtering on XS2A list financial institutions call
  • Fix incorrect field types for financial institution

0.4.0

  • Update financial institution attributes
  • Add billing and consent products
  • Provide http request error responses as tuples
  • Fix pagination
  • Decouple sandbox and XS2A resources

0.3.2

  • Add relationship ids to resources

0.3.1

  • Sign API schema retrieval with default app key, if available

0.3.0

  • Use certificate/key content instead of file paths for improved security
  • Support for encrypted private key (to a certain extent - limited by Erlang support)
  • Fix problems when using other applications than default
  • Retry multiple times when fetching the API schema before failing

0.2.0

  • Support for multiple applications
  • Fix some typos in the documentation
  • Support for financial institution transactions
  • Support for synchronizations
  • Navigation withing collections (first, next and previous links)
  • Better type handling when deserializing JSON (e.g: DateTime instead of strings)
  • Fetch relationships

0.1.0

First official release