Releases: dly2424/py-tale
V1.9.7
V1.9.6
py_tale v1.9.5
Update requests to use aiohttp for proper async requests. This should speed up the client significantly during large # of requests.
Also updated the endpoints for websocket and API.
This version is untested, please provide feedback in the ATT meta discord.
py_tale v1.9
Re-added the status code check for migrations that was implemented in V1.5
This was accidently removed from py-tale, and is now present in this version. This is the only change.
This change ensures migrations occur smoothly, in the event something goes wrong on Alta's end.
All in all, this is a stability update.
py_tale v1.8
This release is a pretty major one, including some fixes and new features.
Firstly, I've created 8 new request functions for use. These would be:
bot.request_pending_requests(group_id)
bot.request_member_info(group_id, player_id)
bot.request_check_pending_invites(group_id)
bot.request_server_by_name(server_name)
bot.request_group_by_id(group_id)
bot.request_search_userid(player_id)
bot.request_check_user_role(group_id, player_id, role_int)
bot.request_group_bans(group_id)
I've also fixed a bug that caused the InfoLog subscription to crash the program, and another bug that crashed when no user account was provided.
py_tale v1.7
Fixed a bug in websockets that crashed if a subscription event contained a dict/json as a string value. This fixes stuff like the InfoLog subscription.
Also removed an annoying yellow debug line I left in there last release, oops!
py_tale v1.6
Added optional user accounts to add features bot account's could not achieve.
py_tale v1.5
This release includes a check for response codes during migrations and ensures it is 200. If not, it performs a manual migration.
py_tale v1.4
Fixed rare websocket migration bug where you would lose your main websocket subscriptions due to websocket being too slow sending migration token.
py_tale v1.3
This release has a new custom Exception and adds much more refinement to the create_console command.