Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 6 of 29

1.3.47

Improvements

- Add set `length` limit to `Component.url`.
- Add set `length` limit to `Embed.url`.
- Add set `length` limit to `EmbedAuthor.url`.
- Add set `length` limit to `EmbedAuthor.icon_url`.
- Add set `length` limit to `EmbedFooter.icon_url`.
- Add set `length` limit to `EmbedImage.url`.
- Add set `length` limit to `EmbedProvider.url`.
- Add set `length` limit to `EmbedThumbnail.url`.
- Add set `length` limit to `EmbedVideo.url`.
- `Client.onboarding_screen_edit` now flattens emojis in `screen.prompts?[n].options?[n]`.
- Add `Application.guild`.
- Add `Application.approximate_guild_count`.
- Add new `DiscordHTTPClient.application_get_own`. Rename old to `.oauth2_application_get_own`.
- Add new `RATE_LIMIT_GROUPS.application_get_own`. Rename old to `.RATE_LIMIT_GROUPS`.
- Update stored embedded activities.
- Add `OrientationLockState`.
- Add `PlatformType`.
- Add `LabelType`.
- Add `ReleasePhase`.
- Add `ClientPlatformConfiguration`.
- Add `EmbeddedActivityConfiguration`.
- Add `Application.embedded_activity_configuration`.
- Add `Application.monetized`.
- Add `ApplicationMonetizationState˙.
- Add `Application.creator_monetization_state`.
- Add `SKUFlag.creator_monetization`.
- Add `SKUFlag.guild_product`.
- Add `SKUType.package`.
- Add `SKUType.giftable`.
- Add `ApplicationVerificationState`.
- Add `ApplicationFlag.iframe_form`.
- Add `ApplicationDiscoveryEligibilityFlags`.
- Add `ApplicationDiscoverabilityState`.
- Add `ApplicationExplicitContentFilterLevel`.
- Add `ApplicationInteractionVersion`.
- Add `ApplicationMonetizationEligibilityFlags`.
- Add `ApplicationStoreState`.
- Add `ApplicationRPCState`.
- Add `Application.discoverability_state`.
- Add `Application.discovery_eligibility_flags`.
- Add `Application.explicit_content_filter_level`.
- Add `Application.integration_public`.
- Add `Application.integration_requires_code_grant`.
- Add `Application.interaction_endpoint_url`.
- Add `ApplicationInteractionEventType`.
- Add `Application.interaction_event_types`.
- Add `Application.iter_interaction_event_types`.
- Add `Application.interaction_version`.
- Add `ApplicationInternalGuildRestriction`.
- Add `Application.internal_guild_restriction`.
- Add `Application.redirect_urls`.
- Add `Application.monetization_eligibility_flags`
- Add `Application.monetization_state`.
- Add `Application.iter_redirect_urls`.
- Add `Application.rpc_state`.
- Add `Application.store_state`.
- Add `Application.verification_state`.
- Add `ApplicationOverlayMethodFlags`.
- Add `Application.overlay_method_flags`.
- Add `ERROR_CODES.cloudflare_block`.
- Add `EmbedType.gift`.
- Add `EmbedType.safety_policy_notice`.
- Add `MessageType.purchase_notification`.
- Update `MessageType.welcome`'s formatter.
- Update `MessageType.guild_incidents_disable`'s formatter.
- Update `MessageType.guild_incidents_enable`'s formatter.
- Update `MessageType.private_channel_integration_add`'s formatter.
- Update `MessageType.private_channel_integration_remove`'s formatter.
- Update `MessageType.application_subscription`'s formatter.
- Update `MessageType.role_subscription_purchase`'s formatter.
- Update `MessageType.thread_created`'s formatter.
- Add `reason` parameter to `Client.channel_follow`.
- Add `reason` parameter to `DiscordHTTPClient.channel_follow`.
- Move guild permission cache reset from dispatch event parsers to the client type directly.
- Add `applied_tag_ids` parameter to `Client.webhook_message_create`.
- Add `thread_name` parameter to `Client.webhook_message_create`.
- `Application.to_data` now is used for templating. Warning is only dropped when `include_internals` is given as `True`.
- Add `Application.application_edit_own`.
- Add `DiscordHTTPClient.application_edit_own`.
- Add `RATE_LIMIT_GROUPS.application_edit_own`.
- `DiscordException` is now slotted.

Bug fixes

- Fix `Embed.post_review` should have been `.post_preview` (typo).

Renames, Deprecations & Removals

- Rename `Channel.default_thread_reaction` to `.default_thread_reaction_emoji` to be aligned with the new reactions
structure.
- Rename `Application.bot_require_code_grant` to `.bot_requires_code_grant`.
- Rename `MessageType.application_subscription` to `.application_guild_subscription`.

1.3.46

Improvements

- Add `ClientWrapper.__iter__`.
- Add `ClientWrapper.__contains__`.
- Add `ClientWrapper.__eq__`.
- Add `ClientWrapperEventsProxy.__repr__`.
- Add `ClientWrapperEventsProxy.__eq__`.
- Add `ClientWrapperEventsProxy.__delattr__`.
- Add `ClientWrapperEventsProxy.__setattr__`.

ext.slash

- Routed command registration output now supports registering nested commands.
- Routed command registration output now supports registering auto completers.
- Routed command registration output now supports registering exception handlers.
- Add `AutocompleteInterface` to group up autocomplete logic.
- Add `CommandInterface` to group up command logic (not much at this case).
- Add `ExceptionHandlerInterface` to group up exception handler logic.
- Add `NestableInterface` to group up nesting logic.
- Add `SelfReferenceInterface` to group up self-reference logic.

Renames, Deprecations & Removals

- Rename `ClientWrapper._events_wrapper` to `ClientWrapperEventsProxy`.
- `ClientWrapper.__delattr__` removed.
- `ClientWrapper.__setattr__` removed.

1.3.45

Improvements

- Add `ERROR_CODES.entitlement_already_granted`.
- Add `ERROR_CODES.invalid_sku`.
- Now rate limit handler handles missing headers better in case Discord shits itself.
- Now icon converter handles the case when discord returns incorrect base16 128 bit hash.
- Now `VOICE_STATE` dispatch event handler handles when discord returns no user.
- Add actually working `emoji` audit log change conversions for soundboard sounds.
- Add `permission_overwrite` audit log change conversion for application commands.

ext.plugin_loader

- `import_plugin` now drops `RuntimeError` if called from `KOKORO`.

Bug fixes

- Fix `timedelta_to_id_difference` did not convert days or bigger units.
- Some audit log change conversions were built badly failing `.to_data`.
- Fix `TypeError` in `GUILD_AUDIT_LOG_ENTRY_CREATE`. (from 1.3.44)

Renames, Deprecations & Removals

- Remove `AuditLogChange.is_modification`, `.is_addition` and `.is_removal`.
The whole system had to be remade again to support the missing entries.

1.3.44

Improvements

- Add `AvatarDecoration`. The old `.avatar_decoration` attributes are updated.
- Add `AuditLogEvent.none`.
- Add missing `integration_type` converter for audit log details.
- Add `AuditLogTargetType.detail_conversions`.
- Add `AuditLogTargetType.message`.
- Add `AuditLogChange.flags`.
- Add `AuditLogChange.__eq__`.
- Add `AuditLogChange.__hash__`.
- Add `AuditLogChange.has_before`.
- Add `AuditLogChange.has_after`.
- Add `AuditLogChange.is_modification`.
- Add `AuditLogChange.is_addition`.
- Add `AuditLogChange.is_removal`.
- Add `AuditLogEntryDetailConversion`.
- Add `AuditLogEntryDetailConversionGroup`.
- Add `AuditLogChange.from_fields`.
- Add `AuditLogEntryChangeConversion`.
- Add `AuditLogEntryChangeConversionGroup`.
- Add `mention_limit` audit log converter.
- Add `raid_protection` audit log converter.
- Add `flags` audit log converter (for user conversions).
- Add `AuditLogChange.create_clean`.
- Add `AuditLogEntry.created_at`.
- Add `AuditLogEntry.__eq__`.
- Add `AuditLogEntry.__hash__`.
- Add `AuditLogEntry.get_change`.
- Add `AuditLogEntry.iter_changes`.
- Add `AuditLogEntry.get_detail`.
- Add `AuditLogEntry.iter_details`.
- Add `AuditLogEntry.__new__`.
- Add `AuditLogEntry.to_data`.
- Add `AuditLogEntry.precreate`.
- Add `AuditLogEntry.copy`.
- Add `AuditLogEntry.copy_with`.
- Add `ApplicationCommand.precreate`.
- Add `SoundboardSound` target conversion to audit logs.
- Add `AuditLogEntryTargetType.soundboard_sound`.
- Add soundboard sound conversion for audit log changes.
- Add `Inviter.inviter_id`.
- Add `GuildProfileFlag` audit log change converter.
- Add `InviteFlag` audit log change converter.
- Add `channel_id` audit log detail conversion for application command related entries.
- Add `StickerType` audit log change converter.
- Add `id` audit log detail conversion for channel related entries.
- Add `bypasses_verification` audit log change converter for user related entries.
- Add `IntegrationType` audit log change converter.
- Add `guild_id` audit log detail conversion for application command related entries.
- Add `OnboardingMode` audit log change converter.

ext.slash
- Add `InteractionAbortedError.__eq__`.
- Add `InteractionAbortedError.__hash__`.
- Add `InteractionResponse.__hash__`.
- Add `InteractionResponse.set_abort`.
- `InteractionAbortedError` is now directly importable.

Bug fixes

- Fix `TypeError` in `Client.channel_thread_get_all_archived_private`.
- Fix `TypeError` in `Client.channel_thread_get_all_archived_public`.
- Fix `TypeError` in `Client.channel_thread_get_all_self_archived`.

Renames, Deprecations & Removals

- Rename `AuditLogEvent.member_kick` to `.user_kick`. Deprecate `.member_kick`.
- Rename `AuditLogEvent.member_prune` to `.user_prune`. Deprecate `.member_prune`.
- Rename `AuditLogEvent.member_ban_add` to `.user_ban_add`. Deprecate `.member_ban_add`.
- Rename `AuditLogEvent.member_ban_remove` to `.user_ban_remove`. Deprecate `.member_ban_remove`.
- Rename `AuditLogEvent.member_update` to `.user_update`. Deprecate `.member_update`.
- Rename `AuditLogEvent.member_role_update` to `.user_role_update`. Deprecate `.member_role_update`.
- Rename `AuditLogEvent.member_move` to `.user_move`. Deprecate `.member_move`.
- Rename `AuditLogEvent.member_disconnect` to `.user_disconnect`. Deprecate `.member_disconnect`.
- Rename `Icon.from_base16_hash` to `.from_base_16_hash`. Deprecate `.from_base16_hash`.
- Rename `Client.integration_edit`'s `enable_emojis` parameter to `emojis_enabled`.
- Rename `AuditLogEntry.__new__` to `.from_data`.
- Rename `AuditLogTargetType` to `AuditLogEntryTargetType`
- Rename `AuditLogEvent` to `AuditLogEntryType`.
- Rename `event` parameters representing `AuditLogEvent` to `entry_type`.
- Remove `AuditLogEntryTargetType.thread`. Now it would be same as `.channel`.

1.3.43

Improvements

- Add `create_partial_guild_from_interaction_guild_data`.
- `InteractionEvent.guild` is now an attribute using recently added `guild` field in the payload.
This makes `.guild_id` and `.guild_locale` properties.
- Add `Message.resolved`.
- Add `EntitySelectDefaultValueType`.
- Add `EntitySelectDefaultValue`.
- Add `ComponentMetadataEntitySelectBase`.
- Add `ComponentMetadataBase.default_values`.
- Add `Component.default_values`.
- Add `Component.iter_default_values`.
- Component constructor functions now omit default values, to validation later.

Bug fixes

- `ScheduledEvent.guild` could return non-None if a guild with id of `0` was cached.

Renames, Deprecations & Removals

- `Guild.preferred_locale` is now `.locale`.
- Deprecate `Guild.preferred_locale`.
- Rename `InteractionEvent.locale` to `.user_locale`.
- Deprecate `InteractionEvent.locale`.
- `InteractionComponent`'s `type_` parameters renamed to `component_type`.

1.3.41

Improvements

- Enable setting `scheduled_event_id` of `Stage`.
- Add InteractionResponseType.require_subscription`.
- Add `Client.interaction_require_subscription`.
- Add `SKUType.guild_role`.
- Add `SKUType.giftable`.
- Add `SKUType.application_guild_subscription`.
- Add `SKUType.application_user_subscription`.
- Add `MessageType.guild_incidents_report_raid`.
- Add `MessageType.guild_incidents_report_false_alarm`.
- Add `MessageType.guild_chat_revive`.
- Add `MessageType.custom_gift`.
- Add `MessageType.guild_gaming_stats`.
- Add `MessageType.poll`.
- Add `SKUType.subscription_group`.
- Move `EMBEDDED_ACTIVITY_NAME_TO_APPLICATION_ID` and related under `application/application/constants`.
- Add `SKU`.
- Add `SKUS`.
- Add `Entitlement`.
- Add `ENTITLEMENTS`.
- Add `EntitlementOwnerType`.
- Add `InteractionEvent.entitlements`.
- Add `InteractionEvent.has_entitlement`.
- Add `InteractionEvent.iter_entitlements`.
- Add `InteractionEvent.has_sku`.
- Update rate limit handlers to ignore rate limit headers they are not responsible to handle.
- Add `RATE_LIMIT_GROUPS.entitlement_get_chunk`.
- Add `RATE_LIMIT_GROUPS.sku_get_all`.
- Add `RATE_LIMIT_GROUPS.entitlement_create`.
- Add `RATE_LIMIT_GROUPS.entitlement_delete`.
- Add `DiscordHTTPClient.sku_get_all`.
- Add `DiscordHTTPClient.entitlement_get_chunk`.
- Add `DiscordHTTPClient.entitlement_create`.
- Add `DiscordHTTPClient.entitlement_delete`.
- Add `Client.entitlement_create`
- Add `Client.entitlement_delete`
- Add `Client.entitlement_get_chunk`
- Add `Client.entitlement_get_all`
- Add `Client.sku_get_all`.
- Add `Client.events.entitlement_create`.
- Add `Client.events.entitlement_delete`.
- Add `Client.events.entitlement_update`.

Renames, Deprecations & Removals

- Rename `SKUFeatureType` to `SKUFeature`.

Page 6 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.