Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 15 of 29

1.2.12

Improvements

- Add `UserBase.has_name_like`.
- Add `UserBase.has_name_like_at`.
` Improve `.get_user_like` and `.get_users_like` methods.

ext.extension_loader

- Add `blocking` parameter to `ExtensionLoader.load`.
- Add `blocking` parameter to `ExtensionLoader.unload`.
- Add `blocking` parameter to `ExtensionLoader.reload`.
- Add `blocking` parameter to `ExtensionLoader.load_all`.
- Add `blocking` parameter to `ExtensionLoader.unload_all`.
- Add `blocking` parameter to `ExtensionLoader.reload_all`.
- Add `blocking` parameter to `ExtensionLoader.load_extension`.
- Cross extension `import` statements are now picked up.

1.2.11

Improvements

- `Guild.get_channel_like`'s `type` parameter is replaced with `type_checker`.
- Enable calling `hata` without `python3 -m`. (WizzyGeek2356)
- `run_console_till_interruption` will now indeed stop at interruption and not only at system exit. (Gilgamesh8939)

ext.commands_v2

- Add `alternative_checked_types` to `ConverterSetting`.
- Channel parameter annotations are now picked up familiarly to slash commands in favor of deprecating the type usage.

Bug Fixes

- `Client.message_get_chunk_from_zero` could raise `AttributeError`.
- `Client.message_get_chunk` could raise `AttributeError`. (winwinwinwin0001)

1.2.10

Bug Fixes

- Fix an `AttributeError` in `get_channel_id`. (koish5800)
- Fix an `AttributeError` in `get_channel_guild_id_and_id`. (koish5800)
- Fix a `TypeError` in `Channel.is_guild_voice`. (koish5800)
- Fix a `TypeError` in `Channel.is_...` non-group methods.

ext.commands_v2

- Fix a `TypeError` in `guild_converter`. (Gilgamesh8939)
- Fix a `TypeError` in `invite_converter`.

1.2.9

Summary

- Add `ext.solarlink`.

Improvements

- `EventHandlerBase` instances now support rich attribute errors.
- Define we want to use python3 highlights in md files, because some highlighters still use python2 as default.

ext.extension_loader

- `import_extension` now supports keyword parameters.
- Add `ExtensionLoader.add_done_callback`.
- Add `ExtensionLoader.add_done_callback_unique`.
- Add `ExtensionLoader.call_done_callbacks`.
- Add missing `EventHandlerSnapshotType.__repr__`.
- Improve snapshot extraction inheritance logic.
- Add `deep` parameter of `ExtensionLoader.load` defaults to `True`.
- Add `deep` parameter of `ExtensionLoader.unload` defaults to `True`.
- Add `deep` parameter of `ExtensionLoader.reload` defaults to `True`.
- Building shallow extensions trees wont include children and parents.

ext.slash

- `SlashParameter` now supports rich attribute messages.
- `SlasherApplicationCommandParameterConfigurerWrapper` now support `autocomplete` parameter.
- `SlashParameter` now support `autocomplete` parameter.

Bug Fixes

- `Client.achievement_edit` could raise `TypeError` on older api versions.
- `Client.extensions` could raise `TypeError`. (from 1.2.6)

ext.extension_loader

- `ExtensionLoader` will return the same instance if already instanced. (Gilgamesh8939)
- `ExtensionLoader.reload_all` raised `TypeError`. (from 1.2.7) (Forest2913)
- `Extension.add_snapshot_extraction` was not storing the snapshots correctly.
- `Extension` default variables were not updated even if required. This could cause bugs when reloading nested
extensions.

ext.slash

- `IndexError` in `match_application_commands_to_commands`. (Gilgamesh8939)

1.2.8

Improvements

- `Message.channel` now always returns a `Channel`. (WizzyGeek2356)

Bug Fixes

- `ClientUserBase.can_use_emoji` could return incorrect value.
- Fix an `AttributeError` in `WebhookSourceChannel.channel`.
- `run_console_till_interruption` could raise `TypeError`. (Gilgamesh8939)

ext.patchouli

- `TypeSerializer` could raise `TypeError`. (typo) (Gilgamesh8939)

1.2.7

Improvements

- Add `ERROR_CODES.unknown_tag`.
- Add `ERROR_CODES.max_pinned_threads_in_forum_channel`.
- Add `ERROR_CODES.max_forum_channel_tags`.
- Add `ERROR_CODES.tag_name_not_unique`.
- Move out `ChannelMetadataThreadBase.invitable` field to `ChannelMetadataThreadPrivate`.
- Add `ChannelFlag`.
- Add default `flags` attribute to every `ChannelMetadataBase` subclass.
- Add `ChannelMetadataThreadPublic.flags`.
- Add `ChannelFlag` audit log converter.
- Add `Channel.flags`.
- Add `ChannelMetadataGuildForum.topic`.
- Add `ChannelMetadataGuildForum.slowmode`.
- Add `ApplicationCommand.guild`.
- Add `ApplicationCommand.guild_id`.
- Update `guild_ban_get_chunk` endpoint's rate limits.
- Add `Client.guild_ban_get_chunk`.
- `ObjectBinderBase` now support rich attribute errors..
- Add `ObjectBinderBase.clear`.
- Add `ObjectBinderBase.supports_clearing`.
- Add `ObjectBinderBase.supports_state_transfer`.
- Add `ObjectBinderBase.__repr__`.
- Add `ObjectBinderBase.iter_true_items`.
- Add `ObjectBinderBase.get_states`.
- Add `ObjectBinderBase.set_states`.
- `ObjectBinderBase` now support re-assigning the same value.

ext.extension_loader

- Add `deep` parameter to `ExtensionLoader.load`.
- Add `deep` parameter to `ExtensionLoader.unload`.
- Add `deep` parameter to `ExtensionLoader.reload`.

Renames, Deprecation & Removals

- Rename `DiscordHTTPClient.guild_ban_get_all` to `.guild_ban_get_chunk`.
- Rename `RATE_LIMIT_GROUPS.guild_ban_get_all` to `.guild_ban_get_chunk`.

Bug Fixes

- Thread metadata field were missing when calling `Channel.to_data()`.

ext.extension_loader

- Fix a dead lock when importing through an extension's `__init__.py` file.

ext.commands_v2

`ClientWrapperExtension` was not extended with the `.commands` decorator. (Gilgamesh8939)

Page 15 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.