Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 22 of 29

1.1.108

Summary

Add unicode emoji support for roles.

Improvements

ext.slash
- Add `first` parameter to `Slasher.error`.
- Add `create_unicode_emoji`.
- Add `Role.unicode_emoji`.
- Add `unicode_emoji` parameter to `Role.precreate`.
- Add `unicode_emoji` change key converter for audit logs.
- `Client.role_edit`'s `icon` parameter now can be `Emoji` instance as well.
- `Client.role_create`'s `icon` parameter now can be `Emoji` instance as well.

Bug Fixes

- `create_partial_emoji_from_data` could return `Emoji` without all attribute set.
- `Client.role_edit` could raise `TypeError` if `position` is given.

Renames, Deprecation & Removals

- Deprecate `commands` extension.

1.1.107

Summary

Voice rework to support 3rd party libraries.

Improvements

- Add `VoiceServerUpdateEvent`.
- Add `Client.events.voice_server_update`.
- `VoiceState.channel` is now a property.
- Add `VoiceState.channel_id`.
- `VoiceState.user` is now a property.
- Add `VoiceState.user_id`.
- Add `Client.events.voice_client_ghost`.
- Add `VoiceState._update_channel`.
- Add `Client.events.voice_client_join`.
- Add `Client.events.voice_client_move`.
- Add `Client.events.voice_client_leave`.
- Add `Client.events.user_voice_move`.
- `Client.events.user_voice_leave` now accepts 3 parameters (from 2).
- `Guild._update_voice_state` is now a generator.
- Add `Client.events.voice_client_update`.
- Add `VoiceState._cache_user`.
- Add `Client.events.voice_client_shutdown`.
- `Client.client_login_static` could return string (instead of dict) when using custom host. (Forest2913)
- `Embed.title` and `Embed.description` is now casted to string. (Nova3379)
- `Embed.add_field`, `Embed.insert_field`, `_EmbedFieldsProxy.add_field` and `EmbedFieldsProxy.insert_field` now
casts `name` and `value` parameters to string. (Nova3379)
- `Embed.add_footer` now casts `text` parameter to string. (Nova3379)
- `Embed.add_author` now casts `name` parameter to string. (Nova3379)
- Add `ChannelBase.guild_id` property.
- Add `ActivityFlag.party_privacy_friends`.
- Add `ActivityFlag.party_privacy_voice_channel`.
- Add `ActivityFlag.embedded`.

Bug Fixes

- Fix a `NameError` in `Client.application_command_permission_edit`. (Gilgamesh8939)
- Fix a possible `AttributeError` in `Client.custom`. (Gilgamesh8939)
- `Message.custom` was not setting `.guild_id` accordingly. (Gilgamesh8939)
- Fix an `AttributeError` in `convert_thread_created`. (Gilgamesh8939)
- `Message.custom` was not marking the message as partial accordingly.
- Fix a `NameError` in `Client.message_delete_sequence`. (Gilgamesh8939)

Renames, Deprecation & Removals

- Rename `Client._gateway_for` to `.gateway_for`.
- Rename `DiscordGateway._change_voice_state` to `.change_voice_state`.
- Rename `Message.custom`'s `channel` parameter to `channel_id`.
- Deprecate `Message.custom`'s `channel`.

1.1.106

Summary

Add auto completion for slash commands.

Improvements

- Add `HATA_MESSAGE_CACHE_SIZE` environmental variable for easier message cache size configuration.
- Add `InteractionType.application_command_autocomplete`.
- Add `ApplicationCommandOption.autocomplete`.
- Add `INTERACTION_RESPONSE_TYPES.application_command_autocomplete_result`.
- Add `ApplicationCommandAutocompleteInteractionOption`.
- Add `ApplicationCommandAutocompleteInteraction`.

ext.slash
- `Slasher` now supports auto completion feature (this includes many new classes and functions). Use the
`.autocomplete(parameter_name)` decorator on slash command to register an auto completion function.

Bug Fixes

ext.slash
- `SlasherApplicationCommand.create_event`, `SlasherApplicationCommand.create_event_from_class`
`SlasherApplicationCommandCategory.create_event` and `SlasherApplicationCommandCategory.create_event_from_class`
returned itself instead of the registered sub-command / sub-command-category.

1.1.105

Improvements

- Add `ApplicationCommandOption.channel_types`.
- Add `channel_types` parameter to `ApplicationCommandOption.__new__`.
- Add `CHANNEL_TYPES.GROUP_GUILD_MESSAGEABLE`.
- Add `CHANNEL_TYPES.GROUP_GUILD_CONNECTABLE`.
- Add `CHANNEL_TYPES.GROUP_GUILD_MAIN_TEXT`.
- Add `GuildFeature.role_subscriptions_enabled`.
- Add `Attachment.temporary`.
- Add `MessageRepr.guild_id`.
- Add `MessageRepr.channel_id`.
- Add `ERROR_CODES.not_enough_guild_boosters`.

Bug Fixes

- `User` could be created with webhook id.
- `get_channel_id_and_message_id` could raise `AttributeError`.

ext.slash
- Add support for channel type specific annotations for slash commands.
- `configure_parameter` now accepts `channel_types` parameter.

1.1.104

Improvements

- Add `client.events.shutdown`.
- Add `ERROR_CODES.rate_limit_widget_update`.
- Add `Role._create_empty`.

ext.extension_loader
- Absolute paths are supported.

Bug Fixes

- Clients could reconnect after disconnecting them with bad timing.
- `ComponentRow.copy_with` raised `NameError`. (catzoo3026)

1.1.103

Improvements

- `DiscordHTTPClient.guild_get` now supports query string parameters.
- Add `Client.guild_get` even tho `Client.guild_sync` exists, just to request guild specific data
(especially user counts).
- Add `Permission.start_embedded_activities`.
- Add `role_icon_url`.
- Add `role_icon_url_as`.
- Add `Role.icon_url`.
- Add `Role.icon_url_as`.
- Add `Role.icon`.
- Add `role.icon_type`.
- Add `role.icon_type`.
- Add `icon` parameter to `Role.precreate`.
- Add `icon` parameter to `client.role_edit`.
- Add `icon` parameter to `Client.role_create`.

ext.slash
- `InteractionResponse` will not retrieve message if used within a `return` expression (Saving up 1 request usually).

Bug Fixes

- `Message._late_init` had a few bad checks, making embed and such fields to not update if needed.

Page 22 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.