Skip to content

Releases: dly2424/py-tale

V1.9.7

27 Aug 18:00
1dfdd0b
Compare
Choose a tag to compare

Fixed an issue with calculating an expiry time causing the program to crash.

V1.9.6

15 Apr 06:21
ce4d95e
Compare
Choose a tag to compare

Fixed an issue with an end argument mistakenly being left on fprint.

py_tale v1.9.5

09 Mar 19:38
3c6c9c2
Compare
Choose a tag to compare

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

24 May 23:18
74ffb59
Compare
Choose a tag to compare

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

15 May 20:33
fb42924
Compare
Choose a tag to compare

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

08 May 00:51
28b59b9
Compare
Choose a tag to compare

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

06 May 22:48
8f5b91d
Compare
Choose a tag to compare

Added optional user accounts to add features bot account's could not achieve.

py_tale v1.5

26 Apr 21:34
54adcc0
Compare
Choose a tag to compare

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

08 Mar 12:38
f091a00
Compare
Choose a tag to compare

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

06 Mar 00:44
b55d3a3
Compare
Choose a tag to compare

This release has a new custom Exception and adds much more refinement to the create_console command.