Skip to content

0.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 12:44
· 521 commits to main since this release
b0443a0

0.29.0 (2022-03-10)

Bug Fixes

  • GatewayVoiceState: some fields are optional instead of nullable (#345) (fddff21)
  • RESTJSONErrorCodes: typo in error 30046 (#362) (854aa36)

Code Refactoring

  • APIGuildScheduledEventBase: make description nullable (#359) (e5710d0)
  • make things optional and nullable where applicable (#361) (10fdeaa)
  • RESTJSONErrorCodes: update error 50008 key (#338) (9a57848)

Features

  • APIInviteGuild: add boost count (#323) (cb92843)
  • APIStageInstance: add guild_scheduled_event_id (#350) (d06d2d6)
  • RESTJSONErrorCodes: add error 10065 (#336) (e8127b8)

BREAKING CHANGES

  • RESTJSONErrorCodes: MaximumNumberOfEditsToMessagesOlderThanOneHourReached is no longer mistyped as MaxmimumNumberOfEditsToMessagesOlderThanOneHourReached
  • APIGuildScheduledEventBase: The type for description can also be null, not just optional
  • RESTJSONErrorCodes: The error code 50008 has been renamed from CannotSendMessagesInVoiceChannel to CannotSendMessagesInNonTextChannel
  • The deprecated asset field for stickers is correctly marked as optional now. The image field for Guild Scheduled Events is now correctly typed as optional.
  • GatewayVoiceState: channel_id and request_to_speak_timestamp are correctly typed as optional, not nullable now.

Full Changelog: 0.28.0...0.29.0