Skip to content

Releases: fintoc-com/fintoc-python

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

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 πŸŽ‰

2.1.2

09 Dec 16:20
3ac395d
Compare
Choose a tag to compare

Version 2.1.2 πŸŽ‰

Fixes πŸ›

  • The __version__ of the SDK is now the correct one
  • Bumps are now executed throughout the whole SDK and not just to the pyproject.toml
  • Minor documentation precisions
  • Some duplicated tests got removed

2.1.1

26 Oct 14:16
e7155f2
Compare
Choose a tag to compare

Version 2.1.1 πŸŽ‰

Fixes πŸ›

  • The delete method of the Link object now works as expected

2.1.0

14 Oct 17:31
52be7aa
Compare
Choose a tag to compare

Version 2.1.0 πŸŽ‰

Additions βž•

  • This version includes the new Refresh Intents functionality
  • Changes to the documentation were made so that the new features can be used properly

2.0.0

19 Aug 21:48
e530552
Compare
Choose a tag to compare

Version 2.0.0 πŸŽ‰

Breaking Changes ❌

  • The link_token attribute now never contains the token associated with the Link object. It should always be None.

Non Breaking Changes βž–

  • Remove the CHANGELOG.md file from the repository.

Fixes πŸ›

  • Fix the bump script to commit a message more in line with our commit style.