Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 23 of 29

1.1.102

Improvements

- Add `EmbedThumbnail.copy`.
- Add `EmbedThumbnail.copy_with`.
- Add `EmbedVideo.copy`.
- Add `EmbedVideo.copy_with`.
- Add `EmbedImage.copy`.
- Add `EmbedImage.copy_with`.
- Add `EmbedAuthor.copy`.
- Add `EmbedAuthor.copy_with`.
- Add `EmbedFooter.copy`.
- Add `EmbedFooter.copy_with`.
- Add `EmbedField.copy`.
- Add `EmbedField.copy_with`.
- Add `EmbedBase.copy`.
- Add `EmbedBase.copy_with`.
- Add `EmbedCore.copy`.
- Add `EmbedCore.copy_with`.
- Add `Embed.copy`.
- Add `Embed.copy_with`.

Bug Fixes

- Fix an `AttributeError` in `Emoji._update_attributes`.

1.1.101

Summary

Stop creating functions runtime, but now we remove lambdas.

Improvements

- Add `GuildFeature.new_thread_permissions`.
- Ignore raised exceptions from `repr(exception)` inside of `render_exc_to_list`.

ext.slash

- Add `CommandState.get_active_command_count`.
- Add `Slasher.get_global_command_count`.
- Add `Slasher.get_guild_command_count`.
- Add `Slasher._get_command_count`.
- Add `Slasher.get_global_command_count_with_sub_commands`.
- Add `Slasher._get_command_count_with_sub_commands`.
- Add `Slasher.get_guild_command_count_with_sub_commands`.
- Add `CommandState.get_active_command_count_with_sub_commands`
- Add `SlasherApplicationCommand.get_real_command_count`.

ext.asyncio

- Add `LifoQueue.get_nowait`.
- Add `Queue.get_nowait`.

Bug Fixes

ext.commands_v2
Fix an `AttributeError` caused from `CommandProcessor._add_category`.

hata.ext.asyncio

- `LifoQueue` and `Queue` `.get` method was not coroutine as expected. (catzoo3026)

1.1.100

Summary

Fixing bugs.

Bug Fixes

- `https://bugs.python.org/issue29097` can pop up. (catzoo#3026)
- `Role._delete` could raise error (`tuple.index` raises instead of returning `-1`).

1.1.99

Summary

Use dynamic fields for messages in favor of the incoming message content intent.

Improvements

- `Message.reactions` now defaults to `None` (saves 64 bytes if the message has no reactions, which is like 99% of
the cases).
- Add `ERROR_CODES.cannot_reply_without_read_message_history_permission`.
- Add `mention_channel_by_id`.
- Add `mention_role_by_id`.
- Add `mention_user_by_id`.
- Add `mention_user_nick_by_id`.
- Add `InteractionEvent.client`.
- Add `InteractionEvent.voice_client`.
- `Message.partial` works accordingly.
- Add `Message.has_partial`.
- Add `Message.has_channel_mentions`.
- Add `Message.has_type`.
- Add `Message._create_empty`.
- Add `Message._clear_cache`.
- Add `message.is_deletable`.
- Add `Message.precreate`.
- Add `preconvert_snowflake_array`.

ext.command_utils
- `ChannelOutputStream.flush` now forces newly written content to new message. (Gilgamesh8939)

Bug Fixes
- `unix_time_to_datetime` raised `ValueError` if received value out of the expected range. (Tari0002)

ext.command_utils
- `ChannelOutputStream` made chunks of bad size. (Gilgamesh8939)

Renames, Deprecation & Removals

- Rename `Message._parse_channel_mentions` to `._get_channel_mentions`.
- Add `Message._get_role_mentions`.
- Remove unused `Message._create_unlinked`.
- Remove unused `Message._finish_init`.

1.1.98

Summary

Fixing bugs.

Improvements

- Add `escape_markdown`.
- Add `invitable` parameter to `Client.thread_create`.

Bug Fixes

- `Message.partial` returned reversed value causing different kind of issues.

1.1.97

Summary

Guild feature rework.

Improvements

- `GuildFeature._from_value` now correctly transforms `.name`.
- Add `GuildFeature.threads_enabled`.
- Add `GuildFeature.role_icons`.
- Guild feature names now use space instead of underscore.
- Add `GuildFeature.threads_enabled_testing`.

ext.patchouli
- `map_module` will no longer trigger warnings.

Bug Fixes

- Fix a `NameError` in `ComponentSelect.copy_with`.
- `Client.events.emoji_{}`, `Client.events.sticker_{}`, `Client.events.user_voice_{}`, `Client.events.stage_{}`
`Client.events.user_thread_profile_edit` and `Client.events.channel_delete` handlers were called incorrectly '
(typo in a recent update maybe?).
- Fix `AttributeError` in `CHANNEL_DELETE__CAL_MC`.
- `Guild._update_emojis` was not cleaning up old emojis correctly.

Renames, Deprecation & Removals

- Rename `GuildFeature.verification_screen` to `.verification_screen_enabled`.
- Deprecate `GuildFeature.verification_screen`.
- Rename `GuildFeature.welcome_screen` to `.welcome_screen_enabled`.
- Deprecate `GuildFeature.welcome_screen`.
- Rename `GuildFeature.vip` to `.vip_voice_regions`.
- Deprecate `GuildFeature.vip`.
- Rename `GuildFeature.news` to `.announcement_channels`.
- Deprecate `GuildFeature.new`.

Page 23 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.