Skip to content

Releases: lovvskillz/python-discord-webhook

1.3.1

31 Jan 17:24
Compare
Choose a tag to compare

2024-01-31 1.3.1

🩹 Fixes

  • fix typing for allowed_mentions

1.3.0

14 Aug 10:11
Compare
Choose a tag to compare

2023-08-14 1.3.0

🎉 Features

  • add support for threads
    • set thread_id or thread_name as kwargs in AsyncDiscordWebhook and DiscordWebhook

1.2.1

28 Jul 22:51
Compare
Choose a tag to compare

2023-07-29 1.2.1

🩹 Fixes

  • timeout keyword has accidentally set tts as well

1.2.0

24 Jul 19:59
Compare
Choose a tag to compare

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

15 Feb 18:16
Compare
Choose a tag to compare

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

21 Nov 21:16
Compare
Choose a tag to compare

2022-11-18 1.0.0

🎉 Features

  • execute() stores the webhook ID in the .id property
  • DiscordWebhook.create_batch() creates multiple instances

🛠 Breaking Changes

  • DiscordWebhook and AsyncDiscordWebhook
    • url parameter only excepts one url as str
    • edit() excepts no parameters
    • delete() excepts no parameters
  • DiscordEmbed
    • rename del_embed_field() to delete_embed_field()

0.17.0

23 Aug 21:07
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

2022-08-23 0.17.0

Breaking Changes

  • ColourNotInRangeException was renamed to ColorNotInRangeException

Fixes

  • fix async file attachments

0.16.3

14 May 01:08
Compare
Choose a tag to compare
0.16.3 Pre-release
Pre-release

2022-05-14 0.16.3

Fixes

  • only check if color is in range if color was set

0.16.2

12 May 12:29
Compare
Choose a tag to compare
0.16.2 Pre-release
Pre-release

2022-05-12 0.16.2

Fixes

  • fix support for using a list of webhook URLs

0.16.1

12 May 07:21
Compare
Choose a tag to compare
0.16.1 Pre-release
Pre-release

2022-05-12 0.16.1

Fixes

  • fix hex to int color conversion