This repository has been archived by the owner on May 14, 2021. It is now read-only.
Releases: kinecosystem/kin-sdk-python
Releases · kinecosystem/kin-sdk-python
v2.5.1
v2.4.2
Bug fixes:
- The sdk now uses the correct User-Agent instead of using the user agent of the base sdk
- The sdk had an error while formatting some error messages when decoding a transaction, this is now fixed and the error messages were made more clear
2.4.1
Bug fixes and improvements:
- Errors now have a working repr, previously they would raise RecursionError.
- Added the passphrase attribute to the environment class for easier access
- Added the /fund endpoint for Friendbot
- Updated kin-base from 1.3.0 to 1.3.1
v2.5.0
Fixed various SSE related issues
#85 #88
and updated kin-base to fix a few more sse issues
https://github.com/kinecosystem/py-kin-base/releases/tag/v1.4.0
v2.4.3
Updated kin-base to fix retry and SSE related bugs,
for more info see https://github.com/kinecosystem/py-kin-base/releases/tag/v1.3.2
v2.4.0 - [BREAKING] - Async Kin
Breaking release to change the SDK to work with asyncio.
See #66 For more changes.
2.3.1
2.3.0
First release including all final URLs
2.2.6
Merge pull request #58 from kinecosystem/fix_docs Fix docstrings
v2.2.5
Pre-release of the kin-SDK for python, compatible to work with the Kin Blockchain