Update dependency hikari to ^2.0.0-alpha.118 #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0.dev118
->^2.0.0-alpha.118
Release Notes
hikari-py/hikari (hikari)
v2.1.0
Compare Source
Breaking Changes
VoiceState.member
can now beNone
in cases where Discord doesn't send the relevant information (#2038)Features
reason
argument tohikari.api.rest.RESTClient.delete_channel
andhikari.impl.rest.RESTClientImpl.delete_channel
, the same way it already exists for e.g.edit_channel
(#2058)Bugfixes
fetch_application_emojis
endpoint deserialization (#2050)v2.0.0
Compare Source
Breaking Changes
Features
title
anddescription
fields toAttachment
. (#1945)display_name
toPartialUser
(#1951)Optional
type hint fromCommandInteraction.options
- it will now always be an empty sequence when not provided. (#1965)Member.guild_flag
and matchingGuildMemberFlags
enum. (#2004)Message.thread
field. (#2012)fetch_my_voice_state
andfetch_voice_state
) (#2016)fetch_role
method toRESTClient
(#2020)Bugfixes
Fix incorrect cleanup when failing to create request with a web reader (#1946)
Fix serializing JSON dicts with enum values as keys.
See https://github.com/hikari-py/hikari/issues/1955 (#1957)
Use Discord Media Proxy instead of CDN for animated stickers urls (#1982)
Use correct URL route for scheduled event covers. (#1983)
Perform proper comparison when checking
CustomEmoji
againstKnownCustomEmoji
. (#1986)Add
NITRO_BASIC
attribute toPremiumType
(#1988)Fix incorrectly deserialized field
type
inChannelOverwriteEntryInfo
(#1993)Add missing
AuditLogChangeKey.COMMUNICATION_DISABLED_UNTIL
and matching key deserialization (#1996)v2.0.0.dev126
Compare Source
Features
registered_guild_id
field toBaseCommandInteraction
(#1930)clear_fields()
method toEmbed
(#1933)Bugfixes
Documentation Improvements
v2.0.0.dev125
Compare Source
Features
message_link
property toMessageReference
channel_link
property toMessageReference
(#1877)video_quality_mode
field toGuildStageChannel
(#1891)bytes
, rather than instr
to make good use of speedups (similar toRESTClient
) (#1898)Bugfixes
FormData
(most commonly, when uploading attachments) (#1881)v2.0.0.dev124
Compare Source
Features
Emoji.parse
typing to make it more explicit (#1870)Bugfixes
Documentation Improvements
PRIVATE_MESSAGES
withDM_MESSAGES
(#1874)v2.0.0.dev123
Compare Source
Breaking Changes
Permissions.MANAGE_EMOJIS_AND_STICKERS
(#1762)Features
Bugfixes
CommandInteractionOption.value
typehint not includingfloat
(#1805)Member.joined_at
is now nullable due to breaking API changeDocumentation Improvements
v2.0.0.dev122
Compare Source
Deprecation
Permissions.MANAGE_EMOJIS_AND_STICKERS
in favour ofPermissions.MANAGE_GUILD_EXPREASSIONS
(#1758)Features
clear_x
methods toInteractionMessageBuilder
Bugfixes
v2.0.0.dev121
Compare Source
Features
approximate_member_count
andapproximate_presence_count
toOwnGuild
. (#1659)CacheSettings.only_my_member
to only cache the bot member. (#1679)Activity.state
type
set toActivityType.CUSTOM
, it will show as the text for the custom status.Syntactic sugar also exists to support simply using
name
instead ofstate
.AuditLogEventType
(#1705)approximate_guild_count
field to ownApplication
(#1712)Bugfixes
attachment
orattachments
isNone
(#1702)v2.0.0.dev120
Compare Source
Breaking Changes
hikari.impl.bot
module (#1612)Deprecation
User.discriminator
(#1631)Features
global_name
User.__str__()
respectsglobal_name
nowUser.default_avatar_url
returns correct URL for migrated accounts (#1631)Bugfixes
RESTClient.edit_guild
which load to closed stream errors (#1627)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.