8000 Release 2.3.2 · hikari-py/hikari · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2.3.2

Latest
Compare
Choose a tag to compare
@davfsa davfsa released this 09 May 15:17
· 4 commits to master since this release
2d86966

2.3.2 (2025-05-09)

Deprecation

  • Deprecate all x_url properties in favour of make_x_url() methods (#2338)

Features

  • Added rest.create_voice_message to support sending voice messages. (#2251)
  • Add AWEBP support for asset URLs and increase sticker asset availability (#2338)
  • Add old_thread field to GuildThreadUpdateEvent. (#2353)
  • Add reason parameter to the following endpoints:
    • delete_permission_overwrite
    • delete_webhook
    • delete_invite
    • reposition_channels
    • reposition_roles
    • delete_role
    • create_stage_instance
    • edit_stage_instance
    • delete_stage_instance (#2354)

Optimizations

  • Optimize reusing file resources when uploading repeated ones (#2336)

Bugfixes

  • Fix event filtering for interaction create specialized events (#2335)
  • Fix duplicated uploaded attachments when reusing resources in embeds (#2336)
  • Added partial missing documentation for rest voice-message interaction methods. (#2355)
0