Fixed various bugs related to querying transaction history See 93
2.5.0
Fixed various SSE related issues 85 88
and updated kin-base to fix a few more sse issues
2.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
2.4.2
Bug fixes:
1. The sdk now uses the correct User-Agent instead of using the user agent of the base sdk 2. 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:
1. Errors now have a working __repr__, previously they would raise RecursionError. 2. Added the passphrase attribute to the environment class for easier access 3. Added the /fund endpoint for Friendbot
2.4.0
Breaking release to change the SDK to work with asyncio.
See https://github.com/kinecosystem/kin-sdk-python/pull/66 For more changes.