Releases: TelePay-cash/telepay-python
v1.1.0
What's Changed
- Updated endpoints
- Updated tests
- Updated docs
Note: the library has been tested in production and it's ready to use.
Full Changelog: v1.1.0...v1.0.2
v1.0.2
What's Changed
- Fixed bugs
- Improved data classes
- Added debug logger
- Improved tests
Thanks to @ragnarok22 for his contributions.
Note: the library has been tested in production and it's ready to use.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Added endpoints:
get_assetget_webhookget_webhookscreate_webhookupdate_webhookactivate_webhookdeactivate_webhookdelete_webhook
- Updated dependencies
Note: the library has been tested in production and it's ready to use.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Added POST
getBalanceendpoint - Improved client to be initialized with secret API without env var
- Updated
httpxversion due to potential security risk
Note: the library has been tested in production and it's ready to use.
Full Changelog: v0.0.6...v1.0.0
v0.0.6
What's Changed
New: Added onchain_url field to the created invoices. Now the API returns this new URL on each invoice once created. The on-chain URL is a deep-link to optionally present it to your users.
The deep-link follows each blockchain standard, examples:
ton://transfer/EQC1d9c3e5nMmZ4ZWFecv9k6gJl3RA_93TLWRf_1shkCSByC?amount=1000000000&text=U5I8K0N4JU
Or in the Hive/HBD case:
https://hivesigner.com/sign/transfer?to=telepay&amount=1 HIVE&memo=U5I8K0N4JU
You can choose to send your users to the checkout_url or the onchain_url, as you wish. TelePay will serve the hosted checkout experience in the first case, and will monitor incoming transactions to provided wallets in both cases.
Note: the library has been tested in production and it's ready to use.
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
New: Added support for new and recently introduced API endpoint, getWithdrawMinimum.
Note: the library has been tested in production and it's ready to use.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
Fixed: minor error in sync client. Reported by @ragnarok22 via #14.
Note: the library has been tested in production and it's ready to use.
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
Added API endpoints in #13:
transferget_withdraw_feewithdraw
Also, improved documentation and added more tests.
Note: the library has been tested in production and it's ready to use.
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Version 0.0.2
Test version, use it carefully.
Not supporting withdrawals yet. Read the TelePay REST API reference for more information.
The previous version was taken to preserve the telepay namespace in PyPi, that's why we're using 0.0.2 for this release.