1.0.1
We're excited to announce the release of version 1.0.1. This version brings new features, enhancements, and fixes that improve the functionality and user experience. Here's what's new:
New Features:
- Introduced the
get_message_status
function and overloaded theget_message
function to return message status. (PR #163)
Bug Fixes:
- Resolved an issue with the
_load_account
function when both a string and path for the private key were provided. (PR #160) - Ensured the correct type is used in the
create_session
function. (PR #159) - Fixed configuration settings. (PR #162)
Overall, this update focuses on fixing bugs, enhancing functionality, and keeping the library up-to-date with dependencies.
What's Changed
- Fix _load_account when both string & path private key are provided by @philogicae in #160
- Fix right type on create_session by @philogicae in #159
- Upgrade to aleph-superfluid>=2.1.0 by @philogicae in #161
- Fix settings by @philogicae in #162
- Feature: get_message_status and overload of get_message to return status by @1yam in #163
Full Changelog: 1.0.0...1.0.1