Releases: lovvskillz/python-discord-webhook
Releases · lovvskillz/python-discord-webhook
1.3.1
1.3.0
2023-08-14 1.3.0
🎉 Features
- add support for threads
- set
thread_id
orthread_name
as kwargs inAsyncDiscordWebhook
andDiscordWebhook
- set
1.2.1
2023-07-29 1.2.1
🩹 Fixes
timeout
keyword has accidentally settts
as well
1.2.0
2023-07-24 1.2.0
🎉 Features
set_timestamp()
accepts also a datetime object- set timestamp as ISO 8601
🩹 Fixes
- fix rate limit retry
1.1.0
2023-02-15 1.1.0
🛠 Breaking Changes
- removed
remove_files
as an optional parameter in.execute()
.
.files
are automatically cleared so that the files aren't uploaded twice when editing a webhook.
🩹 Fixes
- fix removing embeds and files when editing a webhook
1.0.0
2022-11-18 1.0.0
🎉 Features
execute()
stores the webhook ID in the.id
propertyDiscordWebhook.create_batch()
creates multiple instances
🛠 Breaking Changes
DiscordWebhook
andAsyncDiscordWebhook
url
parameter only excepts one url asstr
edit()
excepts no parametersdelete()
excepts no parameters
DiscordEmbed
- rename
del_embed_field()
todelete_embed_field()
- rename
0.17.0
2022-08-23 0.17.0
Breaking Changes
ColourNotInRangeException
was renamed toColorNotInRangeException
Fixes
- fix async file attachments
0.16.3
2022-05-14 0.16.3
Fixes
- only check if color is in range if color was set
0.16.2
2022-05-12 0.16.2
Fixes
- fix support for using a list of webhook URLs
0.16.1
2022-05-12 0.16.1
Fixes
- fix hex to int color conversion