Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Releases: TelePay-cash/telepay-python

v1.1.0

24 Jan 02:28
Compare
Choose a tag to compare

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

18 Jul 13:54
Compare
Choose a tag to compare

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

26 Jun 02:29
Compare
Choose a tag to compare

What's Changed

  • Added endpoints:
    • get_asset
    • get_webhook
    • get_webhooks
    • create_webhook
    • update_webhook
    • activate_webhook
    • deactivate_webhook
    • delete_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

10 Jun 19:20
Compare
Choose a tag to compare

What's Changed

  • Added POST getBalance endpoint
  • Improved client to be initialized with secret API without env var
  • Updated httpx version 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

18 May 10:43
Compare
Choose a tag to compare

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

28 Apr 22:10
Compare
Choose a tag to compare

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

26 Apr 22:13
Compare
Choose a tag to compare

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

08 Apr 20:16
d9ad8dc
Compare
Choose a tag to compare

What's Changed

Added API endpoints in #13:

  • transfer
  • get_withdraw_fee
  • withdraw

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

05 Apr 23:24
54dcfc9
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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.