Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 2 of 29

1.3.71

Improvements

- Stop url cutting in embed fields. Its a nice idea to shorten output, but it makes finding the mismatch in tests
really annoying.
- Add `exclude_deleted` parameter to `Client.entitlement_get_all` & `Client.entitlement_get_chunk`.
- Add `Client.entitlement_get`.
- Add `DiscordApiClient.entitlement_get`.
- Add `RATE_LIMIT_GROUPS.entitlement_get`.
- Add `ConnectionType.bluesky`.
- Add `ConnectionType.mastodon`.
- Add new unicode emojis. (Version `15.1`~)

ext.slash
- `SlashCommandCategory.__repr__`, `SlashCommandFunction.__repr__`, `SlashCommandParameterAutoCompleter.__repr__`,
`SlashCommand.__repr__`, `ContextCommand.__repr__`, `CommandBaseCustomId.__repr__`,
`CommandBaseApplicationCommand.__repr__` now shows each field in it that affects `.__eq__` & `.__hash__`.

Bug fixes

- Fix `Client.events.guild_delete` did not clean the guild up correctly (cached permissions & client guild profiles).
Now after the event handler started a handle runs to do the cleaning, so the event handler can observer the guild's
last known state as before.
- Fix `Client.entitlement_get_all`, `Client.entitlement_get_chunk` passed wrong value as `.exclude_ended`.
- Fix `Client.entitlement_get_all`, `Client.entitlement_get_chunk` treated default of `sku_ids` incorrectly.

Renames, Deprecations & Removals

ext.slash
- Deprecate `SlashCommand.__new__`'s `.is_default` parameter. Use `default` instead.

1.3.70

Bug fixes

ext.slash
- Fix `yield`-ing multiple times on an application command did not result in multiple messages.

Renames, Deprecations & Removals

- Rename `DiscordGatewayClientShard.websocket` to `.web_socket`.
- Rename `DiscordGatewayVoice.websocket` to `.web_socket`.

ext.solarlink
- Rename `SolarNode.websocket` to `.web_socket`.
- Rename `SolarLinkEventManager.player_websocket_closed` to `.player_web_socket_closed`.
- Rename `PlayerWebsocketClosedEvent` to `PlayerWebSocketClosedEvent`.

1.3.69

Improvements

- Flags now use descriptor based system instead of pulling their fields from `__keys__` dictionary.
This also means that `can_`, `deny_` and `allow_` properties & methods were deprecated and scheduled to be removed.
They were confusing and did not make much sense. Only the finest orange juice.
- Add `Client.role_get`.
- Add `DiscordApiClient.role_get`.
- Add `RATE_LIMIT_GROUPS.role_get`.
- Flag iterators are now ordered.
- Add `ApplicationEventWebhookState`.
- Add `ApplicationEventWebhookEventType`.
- Add `Application.event_webhook_event_types`.
- Add `Application.event_webhook_state`.
- Add `Application.event_webhook_url`.
- Add `Application.iter_event_webhook_event_types`.
- Add `MessageFlag.has_snapshot`.

Renames, Deprecations & Removals

- Rename `MessageFlag.is_crosspost` to `.crosspost`.

1.3.68

Improvements

- Add `MessageInteraction.target_user`.
- Add `MessageInteraction.target_user_id`.
- Add `MessageInteraction.target_message_id`.
- In `scaffold` cli command highlight that `.env` has to be populated in any ways before starting.

ext.plugin_loader
- `mark_as_plugin_root_directory` now loads plugins in incremental order (from unordered).

ext.slash
- All except `func` & `name` parameters passed to `.interactions(...)` is now keyword only.
- Add missing `SlashCommandCategory.__repr__`.

Bug fixes

- Fix possible `TypeError` in `ActivityTimestamps.__repr__`.

ext.slash
- Fix `CommandBaseCustomId.__repr__` not showing its fields as intended. (since 1.3.46)
- Fix `CommandBaseApplicationCommand.__repr__` not showing its fields as intended. (since 1.3.46)
- Fix `CommandBaseCustomId.__eq__` could return `False` if `custom_id`-s were passed in different order.
- Fix `.interactions` decorator not recognizing `ApplicationCommandTargetType`-s when given as integer.
- Fix `CommandBaseApplicationCommand._pop_application_command_id_for` did not set
`._registered_application_command_ids` as `None` when emptied.
- Fix `CommandBaseApplicationCommand._exhaust_application_command_ids` did not set
`._registered_application_command_ids` as `None` when `break` was used in the last cycle.
- Fix `ResponseModifier.__repr__` was built incorrectly.
- Fix `SlashCommand.get_schema`'s output's `.options` were unordered in case it is a category
causing syncing to not match previously created command(s).
- Fix `SlashCommandCategory.as_option`'s output's `.options` were unordered in case it is a category
causing syncing to not match previously created command(s).
- Fix adding nested command rejected default even if the new had the same name.
- Fix `InteractionCommandRouter`

1.3.67

Improvements

- In `scaffold` cli command add extra notes about `pyproject` and `env` when pip installing the scaffolded projects.
- In `scaffold` cli command add package structure and notes to the generated `pyproject` file.

Bug fixes

- Fix `scaffold` cli command, the generated `{project_name}.bots.{client_name}` file's style was borked.
- Fix `scaffold` cli command, the generated `{project_name}.plugins.ping` file's style was borked.
- Fix `find_dot_env_file_in_current_working_directory` not finding the local envfile.
- Fix `help` cli command failing to render correct `use` note when executing from dependent project.

1.3.66

Improvements

- Set operation system requirements to Linux, so people do not come with bugs a non-clown can not reproduce.
- Add `MessageSnapshot.components`.
- Add `MessageSnapshot.stickers`.
- Add `MessageSnapshot.iter_components`.
- Add `MessageSnapshot.iter_stickers`.
- Add `MessageSnapshot.sticker`.
- `Client.interaction_response_message_edit` now allows `poll` parameter (its now allowed in the payload).
- Add `ERROR_CODES.user_must_be_verified`.
- Add `ERROR_CODES.file_invalid`.
- Add `ERROR_CODES.file_type_invalid`.
- Add `ERROR_CODES.file_max_duration`.
- Add `ERROR_CODES.emoji_invalid`.
- Add `ERROR_CODES.file_duration_invalid`.
- Add `ERROR_CODES.missing_permissions_to_use_sticker`.
- Add `ERROR_CODES.max_soundboard_sounds`.
- Add `ERROR_CODES.unknown_sound`.
- Add `ERROR_CODES.unknown_asset`.
- Add `Guild.soundboard_sounds` is now populated initially (its now included in the guild payload).
- `Client.interaction_response_message_create` now returns `message` if applicable (its now included in the payload).
- `Client.interaction_application_command_acknowledge` now returns `message` if applicable
(its now included in the payload).
- Enforce `utf-8` on writing & reading files to avoid unexpected exceptions on clown operation systems.
- Add `SUBSCRIPTIONS`.
- Add `Subscription`.
- Add `SubscriptionStatus`.
- Add `Client.subscription_get_sku`.
- Add `Client.subscription_get_all_sku_user`.
- Add `Client.subscription_get_chunk_sku_user`.
- Add `DiscordApiClient.subscription_get_chunk_sku_user`.
- Add `DiscordApiClient.subscription_get_sku`.
- Add `RATE_LIMIT_GROUPS.subscription_get_chunk_sku_user`.
- Add `RATE_LIMIT_GROUPS.subscription_get_sku`.
- Add `ComponentTypeLayoutFlag`.
- Add `ComponentType.layout_flags`.

Page 2 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.