Releases: fintoc-com/fintoc-python
Releases Β· fintoc-com/fintoc-python
2.4.1
2.4.0
Version 2.4.0 π
Additions β
- You can now initialize the
Fintoc
client with anapi_version
attribute, where you can pass a specific Fintoc API version.
2.3.0
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
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
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
Version 2.2.0 π
Additions β
- Payment Intents are now supported through the
payment_intents
manager located on theFintoc
class π
2.1.2
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
Version 2.1.1 π
Fixes π
- The
delete
method of theLink
object now works as expected
2.1.0
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
Version 2.0.0 π
Breaking Changes β
- The
link_token
attribute now never contains the token associated with the Link object. It should always beNone
.
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.