Skip to content

Releases: lovvskillz/python-discord-webhook

1.4.1

05 Mar 11:54
60a3a89
Compare
Choose a tag to compare

2025-03-05 1.4.1

🩹 Fixes

  • do not pin requests version to 2.32.0

1.4.0

04 Mar 18:18
Compare
Choose a tag to compare

2025-03-04 1.4.0

πŸŽ‰ Features

  • set_timestamp() accepts also a string
  • add support for flags

🩹 Fixes

  • CLI requires one webhook url
  • fix editing and deleting messages with a thread_id

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