8000 Releases · fintoc-com/fintoc-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: fintoc-com/fintoc-python

2.7.0

23 May 17:09
2ef3c9a
Compare
Choose a tag to compare

Version 2.7.0 🎉

Additions ➕

  • Add Account Verification resource API

Changes ➖

[None]

Fixes 🐛

[None]

2.6.0

14 May 21:56
ba59cca
Compare
Choose a tag to compare

Version 2.6.0 🎉

Additions ➕

Changes ➖

  • Remove obsolete delete account number method

Fixes 🐛

[None]

2.5.1

23 Apr 14:50
f3c95b5
Compare
Choose a tag to compare

Version 2.5.1 🎉

Fixes 🐛

  • Generate the JWS signature using the raw request body instead of using the pre-serialized JSON payload.

2.5.0

17 Apr 19:47
469bc92
Compare
Choose a tag to compare

Version 2.5.0 🎉

Additions ➕

  • Add the WebhookSignature helper to allow users to verify the Fintoc-Signature header
  • Add Transfers product API, including a helper for generating the JWS Signature
  • Allow users to set an Idempotency Key

Changes ➖

  • Update poetry to version 2.1.2
  • Improve resource efficiency by using only one instance of httpx.Client, instead of creating a client for every manager.
  • Resource managers have been deprecated. Instead, call endpoints directly in a way that mirrors our API usage.
    For example, replace link.accounts.all() with client.accounts.all(link_token=1234).
  • Listing resources is now done using list() instead of all(). This change aligns the SDK better with our API documentation, where we consistently use list(). For backward compatibility, customers can still use all(), but they'll receive a warning prompting them to migrate to list().

Fixes 🐛

[None]

2.4.1

08 Oct 20:16
2682dcc
Compare
Choose a tag to compare

Version 2.4.1 🎉

Fixes 🐛

  • Fix non-HTTPStatusError exceptions in httpx, improving error handling.

2.4.0

09 Apr 21:48
2b46b63
Compare
Choose a tag to compare

Version 2.4.0 🎉

Additions ➕

  • You can now initialize the Fintoc client with an api_version attribute, where you can pass a specific Fintoc API version.

2.3.0

10000 16 May 19:26
a5ae3a2
Compare
Choose a tag to compare

Version 2.3.0 🎉

Additions ➕

  • Create a Charges manager
  • Create a Subscription Intents manager
  • Add the Subscription manager to the base Fintoc object

2.2.2

04 Jan 13:45
2f0f365
Compare
Choose a tag to compare

Version 2.2.2 🎉

Fixes 🐛

  • Datetimes are now parsed with or without miliseconds as a temporary fix while the API standardizes the format

2.2.1

16 Dec 15:40
2e47b14
Compare
Choose a tag to compare

Version 2.2.1

Changes ➖

  • Date serialization has now the same format as the one coming directly from the API.

Fixes 🐛

  • The SDK now no longer incorrectly parses strings into dates.
  • The dateutil dependency was removed.

2.2.0

14 Dec 12:11
0b1e3f5
Compare
Choose a tag to compare

Version 2.2.0 🎉

Additions ➕

  • Payment Intents are now supported through the payment_intents manager located on the Fintoc class 🎉
0