Hata

Latest version: v1.3.77

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 29

1.3.10

Improvements

- `Role.partial` will now handle correctly if the role is deleted.
- Add `guild_id` parameter to `create_partial_role_from_id`.
- Add `guild_id` parameter to `Role._create_empty`.
- `client.events.role_delete` now accepts only `2` parameters (3rd was redundant).
- Update `emoji_delete` rate limit documentation.
- Update `emoji_create` rate limit & documentation.
- Update `emoji_edit` rate limit documentation.
- Add `Client.forum_tag_create`.
- Add `Client.forum_tag_edit`.
- Add `Client.forum_tag_delete`.
- Add `RATE_LIMIT_GROUPS.forum_tag_delete`.
- Add `RATE_LIMIT_GROUPS.forum_tag_edit`.
- Add `RATE_LIMIT_GROUPS.forum_tag_create`.
- Add `DiscordHTTPClient.forum_tag_create`.
- Add `DiscordHTTPClient.forum_tag_edit`.
- Add `DiscordHTTPClient.forum_tag_delete`.
- Update `sticker_guild_delete` rate limit documentation.
- Update `sticker_guild_create` rate limit & documentation.
- Update `sticker_guild_edit` rate limit documentation.
- Add `IconSlot.parse_data_from_keyword_parameters`.
- Add `IconSlot.parse_from_keyword_parameters`.
- Add `IconSlot.put_into`.
- `Client.channel_edit` now accepts template entity + smaller changes to parameters.
- `Client.channel_create` now accepts template entity + smaller changes to parameters.
- `Client.channel_group_edit` now accepts template entity + smaller changes to parameters.
- `Client.thread_create` now accepts template entity + smaller changes to parameters.
- `Client.forum_thread_create` now accepts template entity + smaller changes to parameters.
- Add `PermissionOverwrite.copy`.
- `Client.permission_overwrite_edit` now accepts template entity + smaller changes to parameters.
- `Client.permission_overwrite_create` now accepts template entity + smaller changes to parameters.
- Add `GuildFeature.thread_limit_increased`.
- Add `MessageType.deletable`.
- Add `Connection.two_way_link`.
- Add `ConnectionVisibility`.
- Move `Connection.__init__` to `.from_data`
- Add `Connection.__new__`.
- Add `Connection.precreate`.
- Add `ConnectionType.unknown`.
- Add `Connection.__repr__`.
- Add `Connection.to_data`.
- Add `Connection._create_empty`.
- `Connection.__eq__` now supports rich comparing.
- Add `Connection.iter_integrations`.
- Move `IntegrationApplication.__init__` to `.from_data`.
- Add `IntegrationApplication.__new__`.
- Add `IntegrationApplication.precreate`.
- Add `IntegrationApplication.__repr__`.
- Add `IntegrationApplication.to_data`.
- `IntegrationApplication.__eq__` now supports rich comparing.
- Add `IntegrationApplication.partial`.
- Add `IntegrationApplication._create_empty`.
- Move `IntegrationAccount.__new__` to `.from_data`.
- Add `IntegrationAccount.__new__`
- Add `IntegrationAccount.to_data.`
- Add `IntegrationAccount.__eq__`.
- Add `IntegrationAccount.__hash__`.
- Add `IntegrationType.twitch`
- Integrations now use metadata system. (this actually contains a lot of changes)
- Add `Integration._create_empty`.
- Add `Integration.__hash__`.
- Add `Integration.from_data` (moved from `.__new__`)
- Repurpose `Integration.__new__` for partial constructor.
- Add `Integration.precreate`.
- `Integration.__hash__` now supports partial entities.
- `Integration.__eq__` now supports partial entities.
- Add `Integration.role`.
- Add `ERROR_CODES.cannot_edit_system_webhook`.
- Add `VoiceRegion.unknown`.
- Add `ERROR_CODES.invalid_activity_action`.
- `Channel.voice_region` is not nullable anymore.
- Add `SortOrder`.
- Add `ChannelMetadataBase.default_sort_order`.
- Add `Channel.default_sort_order`.
- Add `ChannelMetadataGuildForum.default_sort_order`.
- Add `default_sort_order` parameter to `Channel.__new__`.
- Add `default_sort_order` parameter to `Channel.precreate`.
- Add `default_sort_order` parameter to `Client.channel_create`.
- Add `default_sort_order` parameter to `Client.channel_edit`.
- Add `default_sort_order` audit log change converter.

ext.slash
- Allow `hdsl` for slash command description.

ext.plugin_loader
- Add `mark_as_plugin_root_directory`

Bug Fixes

- `EventHandlerManager.__setattr__` did not wrap deprecated event handlers if required..
- `EventHandlerManager.__call__` wrapped deprecated event handlers after validating them.
- `client.events.webhook_update` used different parameters as documented.
- Deprecated event handlers did not accept instantiable types.

ext.patchouli
- When html rendering codeblocks the lines were not closed with linebreaks. (Event Horizon2913)

Renames, Deprecation & Removals

- Deprecate `cr_pg_channel_object`. Please use `Channel(...).to_data(...)` instead.
- Rename `Integration.detail` to `.details`.
- Rename `IntegrationDetail` to `IntegrationDetails`.

1.3.9

Improvements

- Add `create_partial_emoji_from_id`.
- Add `Channel.iter_applied_tag_ids`.
- Add `Channel.iter_applied_tags`.
- Add `Channel.iter_available_tags`.
- Move `ReactionMapping.__init__` to `.from_data`. Add `.__new__`.
- Move `ReactionMappingLine.__init__` to `.from_data`. Add `.__new__`.
- Add missing `ReactionMappingLine.__eq__`.
- Add missing `ReactionMappingLine.__bool__`.
- Add missing `ReactionMapping.__repr__`.
- Add missing `ReactionMapping.__bool__`.
- Add missing `ReactionMapping.__eq__`.
- Overwrite `ReactionMappingLine.remove`.

Bug fixes

- `AttributeError` in `Client.channel_edit`.
- `create_emoji_from_exclusive_data` overwrote emoji name & animated.

ext.plugin_loader
- Importing from plugins could fail & built tree could be bad.
- Plugins wont reference themselves.
- Plugin reload order improved.

Renames, Deprecation & Removals

- Rename `reaction_mapping` to `ReactionMapping`.
- Rename `reaction_mapping_line` to `ReactionMappingLine`.
- Deprecate `reaction_mapping`.
- Deprecate `reaction_mapping_line`.

1.3.8

Improvements

- Partial `ApplicationCommand`-s are now hashable.
- `ApplicationCommand.__new__` now accepts `options` as any iterable (from list | tuple).
- `ApplicationCommandOption.__new__` now accepts `choices` as any iterable (from list | tuple).
- Add `ApplicationCommandOption.__hash__`.
- `ApplicationCommandOption.__new__` now accepts `options` as any iterable (from list | tuple).
- Add `ApplicationCommandOptionChoice.__hash__`.
- Fix some linting errors in `UserBase` subclasses.
- `datetime_to_unix_time` now ignores what stdlib thinks.
- Add `Activity`.
- Add `ActivityMetadataBase`.
- Add `CustomActivityMetadata`.
- Add `RichActivityMetadata`.
- Add `ActivityType`.
- Add `GuildFeature.invites_disabled`.
- Add `ERROR_CODES.cannot_send_message_to_forum_channel`.
- Add `ERROR_CODES.no_tags_available_for_non_moderators`.
- Add `ERROR_CODES.tag_required`.
- Add `ChannelFlag.guild_feed_removed`.
- Add `ChannelFlag.active_channels_removed`.
- Add `ChannelFlag.require_tag`.
- Add `ChannelFlag.spam`.
- Add `ForumTag`.
- `create_partial_emoji_from_data` now prioritizes `emoji_` prefix fields.
- Add `ChannelMetadataGuildForum.flags`.
- Add `put_partial_emoji_data_into`.
- Add `MessageType.interaction_premium_upsell`.
- Add `MessageType`.
- Add `MessageTypeFlag`.
- Add `ConnectionType.paypal`.
- Add `ConnectionType.ebay`.
- Add `available_tags` audit log change converter.
- Add `Channel.available_tags`.
- Add `ChannelMetadataForum.available_tags`.
- Add `ChannelMetadataForum.flags`.
- Add `ChannelMetadataGuildThreadPublic.applied_tag_ids`.
- Add `Channel.applied_tag_ids`.
- Add `Channel.applied_tags`.
- Add `create_forum_tag_from_id`.
- Add `applied_tag_ids` audit log change converter.
- Add `ChannelMetadataGuildTextBase.default_thread_slowmode`.
- Add `Channel.default_thread_slowmode`.
- Add `Channel.default_thread_auto_archive_after`.
- Add `default_thread_slowmode` audit log change converter.
- Add `create_emoji_from_exclusive_data`.
- Add `create_emoji_from_exclusive_data`.
- `preconvert_snowflake_array` now accepts any iterable (from set | list | tuple).
- Add `put_exclusive_emoji_data_into`.
- Add `ChannelMetadataForum.default_thread_reaction`.
- Add `Channel.default_thread_reaction`.
- Add `default_thread_slowmode` parameter to `Channel.precreate`.
- Add `default_thread_reaction` parameter to `Channel.precreate`.
- Add `available_tags` parameter to `Channel.precreate`.
- Add `applied_tag_ids` parameter to `Channel.precreate`.
- Add `default_thread_reaction` audit log change converter.
- Add `dotted_line_face` unicode emoji.
- Add `permission_overwrites` parameter to `Channel.precreate`.
- Add `position` parameter to `Channel.precreate`.
- Add `parent_id` parameter to `Channel.precreate`.
- Add `created_at` parameter to `Channel.precreate`.
- Add `archived` parameter to `Channel.precreate`.
- Add `archived_at` parameter to `Channel.precreate`.
- Add `users` parameter to `Channel.precreate`.
- Channel metadatas now use `.from_data` for being constructed from data and `__new__` has been repurposed for partial
constructing.
- Implement `IconSlot.__set__`.
- Add `__hash__` method to all channel metadata type.
- Add `Channel.from_data` (renamed `.__new__`).
- Repurpose `Channel.__new__` as a partial constructor.
- Add `guild_id` parameter to `Channel.precreate`.
- `hash` works on fully-partial channels correctly.
- `==` works on fully-partial channels correctly.
- `Channel.parent` will not be `None` if the channel has parent, but not cached.

Bug fixes

- `Activity` timestamps are now correctly converted.
- `eventlist.__init__` failed on `pypy3.8`.
- `create_partial_emoji_from_data` handled new unicode emoji cases incorrectly. (from 1.3.4) (Gilgamesh8939)
- Some thread fields were wrongly deserialized.
- `IconSLot.preconvert` could drop `TypeError`.
- `ChannelMetadataPrivate._create_empty` set `.name` incorrectly.
- `ChannelMetadataGuildBase._iter_users` raised `AttributeError`.
- `ChannelMetadataPrivate.name` was not a property.
- `Channel.created_at` raised `AttributeError`.
- `Channel.iter_users` could raise `TypeError`.
- `Message.custom` did not detect `guild_id` from channel correctly. (Gilgamesh8939)
- Add 111 new emojis.

Renames, Deprecation & Removals

- Deprecate `ACTIVITY_TYPES`, use `ActivityType` instead.
- Deprecate `ActivityRich`, use `Activity` instead.
- Remove `ActivityBase`.
- Deprecate `ActivityCustom`, use `Activity` instead.
- Remove `ActivityUnknown`.
- Rename `ActivityRich.track_id` to `.spotify_track_id`.
- Deprecate `ActivityRich.track_id`.
- Rename `ActivityRich.track_url` to `.spotify_track_url`.
- Deprecate `ActivityRich.track_url`.
- Deprecate `with_count` parameter of `Client.invite_get`. (From now on, it will always default to `True`.)
- Rename `Channel.is_in_group_messageable` to `.is_in_group_textual` with deprecation notice.
- Rename `Channel.is_in_group_guild_messageable` to `.is_in_group_guild_textual` with deprecation notice.
- Rename `Channel.is_in_group_guild_main_text` to `.is_in_group_guild_system` with deprecation notice.
- Rename `Channel.is_in_group_can_contain_threads` to `.is_in_group_threadable` with deprecation notice.
- Rename `Channel.is_in_group_can_create_invite_to` to `.is_in_group_invitable` with deprecation notice.
- Rename `Channel.is_in_group_guild_movable` to `.is_in_group_guild_sortable` with deprecation notice.
- Rename `.default_auto_archive_after` to `.default_thread_auto_archive_after`
- Rename `ChannelMetadataGuildForum.slowmode` to `.default_thread_slowmode`.
- Deprecate `Activity.bot_dict`, use `.to_data()` instead.
- Deprecate `Activity.user_dict`, use `.to_data(user = True)` instead.
- Deprecate `Activity.full_dict`, use `.to_data(include_internal = True)` instead.

1.3.7

Improvements

- Add `ApplicationCommand.nsfw`.

ext.slash
- Add `nsfw` parameter to `Client.interactions`.

Bug fixes

- `ApplicationCommandOption.__eq__` could return incorrect value depending on constructor used and on `.max_length`'s
value.
- `Application._difference_update_attributes` set a field in the difference wrongly.

ext.slash
- Fix an `AttributeError` after editing an application command.

Renames, Deprecation & Removals

ext.slash
- Rename `.is_default` and `.is_global` attributes to `.default` and `.global_`. (only attributes)

1.3.6

Improvements

- Add `NsfwLevel.nsfw`.
- `Message.guild` now works for invoking user only messages as well. (Gilgamesh8939)
- Add `IntegrationType`.
- Add `OA2Access.has_scope`.
- `OA2Access.scopes` are now `None | tuple<Oauth2Scope>` from `set<str>`.
- Add `Oauth2Scope`.
- Add `Integration.scopes`.
- `IntegrationDetail.synced_at` now defaults to `None`.
- `DiscordException` mentioned the response status twice at a few cases.

Bug Fixes

- `Guild.nsfw` returned the opposite value. (Gilgamesh8939)
- `IntegrationAccount.__new__` could raise `TypeError`. (since 1.3.4)

Renames, Deprecation & Removals

- Rename `OA2Access` to `Oauth2Access`. Deprecate `OA2Access`.
- Rename `UserOA2` to `Oauth2User`. Deprecate `UserOA2`.

1.3.5

Bug Fixes

ext.patchouli
- Fix an `IndexError`.

Page 12 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.