Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 3 of 29

1.3.65

Bug fixes

- Fix `TopGGClient._request` failing. (Since 1.3.64)

1.3.64

Improvements

- Add `ConnectionType.amazon_music`.
- Add `HangType`.
- Add `ActivityType.hanging`.
- Add `Activity.hang_type`.
- Add `ActivityMetadataBase.hang_type`.
- Add `ActivityMetadataHanging`.
- `Activity.state` & `.hang_type` fields of an activity are serialized when setting bot presence.
- Allow setting `Activity` with `.type` set as `ActivityType.custom` as presence.
- Add `ActivityMetadataBase.buttons`.
- Add `Activity.buttons`.
- Add `EmbeddedActivityUserState`.
- Add `EmbeddedActivityLocationType`.
- Add `EmbeddedActivity.user_states`.
- Add `EmbeddedActivity.location`.
- Add `EmbeddedActivity.instance_id`.
- Add `EmbeddedActivity.launch_id`.
- Add `EmbeddedActivity.iter_user_states`.
- Add `EmbeddedActivity.iter_users`.
- Add `EmbeddedActivity.partial`.
- Add `EmbeddedActivity.precreate`.
- Add `ERROR_CODES.unknown_user_identity_verification`.
- Add `ERROR_CODES.staff_required`.
- Add `ERROR_CODES.max_saved_messages`.
- Handle `EMBEDDED_ACTIVITY_UPDATE_V2` event.
- Add `RATE_LIMIT_GROUPS.embedded_activity_get`.
- Add `DiscordApiClient.embedded_activity_get`.
- Add `Client.embedded_activity_get`.
- Add `Client.embedded_activity_get`.
- `VoicePacket.decoded` is now decoded when accessed.
- Add `VoicePacket.__eq__`.
- Add `VoicePacket.__hash__`.
- Add `RTPPacket.payload`.
- Add `VoiceClient.get_encryption_mode`.
- Add `RTPPacket.extension_header_start`.
- Add `RTPPacket.extension_header_start`.
- Add `RTPPacket.payload_start`.
- Add `RTPPacket.payload_end`.
- Add `RTPPacket.padding_count`.
- Add `RTPPacket.padding`.
- Add `RTPPacket.from_fields`.
- Add `RTPPacket.__eq__`.
- Add `RTPPacket.__hash__`.
- `VoiceClient` now uses a new encryption adapter system instead of having encryption built in into specific
functionalities where they are needed.
Note that the newly added encryption modes arent working for unknown reason, so they are disabled.
- Add `EncryptionAdapterBase`.
- Add `EncryptionAdapter__aead_aes256_gcm_rtpsize`
- Add `EncryptionAdapter__aead_xchacha20_poly1305_rtpsize`.
- Add `EncryptionAdapter__xsalsa20_poly1305`.
- Add `VoiceClient.set_encryption_mode`.
- Add `VoiceClient.prefer_encryption_mode_from_options`.
- Add `GuildFeature.activity_list_disabled`.
- Add `GuildFeature.activity_list_enabled`.

Bug fixes

- Fix unexpected `AttributeError` in `AudioReader.run`.
- `RTPPacket.extensions` was incorrectly handled.
- `RTPPacket.padding` was not handled.
- Fix `escape_markdown` ignoring grave character. (Since 1.3.61),

Renames, Deprecations & Removals

- Rename old `EmbeddedActivityState` to `EmbeddedActivity`.
- Remove `EmbeddedActivityStateKey`.
- Rename `EMBEDDED_ACTIVITY_STATES` to `EMBEDDED_ACTIVITIES`
- Deprecate `EmbeddedActivity.activity`.
- Deprecate `EmbeddedActivity.user_ids`.
- Deprecate `EmbeddedActivity.users`.
- Deprecate `AudioStream`'s `auto_decode` parameter.
- Rename `RTPPacket.payload` to `.payload_type`.
- Add `RTPPacket.data` is now the full data and not the data after its payload.
- Remove `RTPPacket.decrypted`.
- Rename `RTPPacket.padding` to `.padded`.
- Rename `RTPPacket.cc` to `.contributing_source_count`.
- Rename `RTPPacket.csrcs` to `.contributing_sources`.
- Rename `RTPPacket.extension_values` to `.extensions`.

1.3.63

Improvements

- Add `Application.approximate_user_install_count`.
- Add `DiscordApiClient.voice_state_get`.
- Add `RATELIMIT_GROUPS.voice_state_get`.
- Add `DiscordApiClient.voice_state_get_own`.
- Add `RATELIMIT_GROUPS.voice_state_get_own`.
- Update rate limit group of `voice_state_edit_own` and `voice_state_edit`.
- Add `Client.voice_state_get`.
- Add `Client.voice_state_get_own`.
- Add `Client.application_role_connection_metadata_delete_all`. (Tho it drops method not allowed lul.)
- Add `DiscordApiClient.application_role_connection_metadata_delete_all`.
- Add `RATELIMIT_GROUPS.application_role_connection_metadata_delete_all`.
- Add `ScheduleFrequency`.
- Add `ScheduleWeekDay`.
- Add `ScheduleNthWeeksDay`.
- Add `ScheduleMonth`.
- Add `Schedule`.
- Add `ERROR_CODES.unknown_sticker_pack`.
- Add `ScheduledEvent.schedule`.
- Add `VoiceChannelEffect.sound_id`.
- Add `VoiceChannelEffect.sound_volume`.
- Add `VoiceChannelEffect.sound`.

Bug fixes

- Fix `CommandFunction` used in cli put an extra linebreak between sign note descriptions.

Renames, Deprecations & Removals

- Rename `DiscordApiClient.voice_state_user_edit` to `voice_state_edit`.
- Rename `RATELIMIT_GROUPS.voice_state_user_edit` to `voice_state_edit`.
- Rename `DiscordApiClient.voice_state_client_edit` to `voice_state_edit_own`.
- Rename `RATELIMIT_GROUPS.voice_state_client_edit` to `voice_state_edit_own`.
- `VoiceChannelEffect.__iter__` now yields 0 elements.
Now it has to represent 2 things and could not decide what it should yield when unpacked.

1.3.62

Improvements

- `Client.emoji_create` and `.emoji_edit` now accepts an `emoji_template` parameter.
This also changes how positional parameters are ordered.
- Add `MessageType.poll_result`.
- Add `EmbedType.poll_result`.
- Add `Client.emoji_get_application`.
- Add `Client.emoji_get_all_application`.
- Add `Client.emoji_create_application`.
- Add `Client.emoji_edit_application`.
- Add `Client.emoji_delete_application`.
- Add `DiscordApiClient.emoji_get_application`.
- Add `DiscordApiClient.emoji_get_all_application`.
- Add `DiscordApiClient.emoji_create_application`.
- Add `DiscordApiClient.emoji_edit_application`.
- Add `DiscordApiClient.emoji_delete_application`.
- Add `RATELIMIT_GROUPS.emoji_get_application`.
- Add `RATELIMIT_GROUPS.emoji_get_all_application`.
- Add `RATELIMIT_GROUPS.emoji_create_application`.
- Add `RATELIMIT_GROUPS.emoji_edit_application`.
- Add `RATELIMIT_GROUPS.emoji_delete_application`.
- Add `Client.emoji_create_guild` as an alias for `.emoji_create`.
- Add `Client.emoji_delete_guild` as an alias for `.emoji_delete`.
- Add `Client.emoji_edit_guild` as an alias for `.emoji_edit`.

Renames, Deprecations & Removals

- Rename `ActivityType.game` to `.playing`. `.game` is still available as a property.
- Deprecate using `name` parameter in `Client.emoji_create` as positional.
- Rename `Client.emoji_guild_get_all` to `emoji_get_all_guild`. Old version is being deprecated.
- Rename `Client.emoji_get` to `emoji_get_guild`. Old version is being deprecated.
- Rename `RATELIMIT_GROUPS.emoji_get` to `.emoji_get_guild`.
- Rename `RATELIMIT_GROUPS.emoji_guild_get_all` to `.emoji_get_all_guild`.
- Rename `DiscordApiClient.emoji_get` to `.emoji_get_guild`.
- Rename `DiscordApiClient.emoji_guild_get_all` to `.emoji_get_all_guild`.
- Rename `RATELIMIT_GROUPS.emoji_create` to `.emoji_create_guild`.
- Rename `RATELIMIT_GROUPS.emoji_delete` to `.emoji_delete_guild`.
- Rename `RATELIMIT_GROUPS.emoji_edit` to `.emoji_edit_guild`.
- Rename `DiscordApiClient.emoji_create` to `.emoji_create_guild`.
- Rename `DiscordApiClient.emoji_delete` to `.emoji_delete_guild`.
- Rename `DiscordApiClient.emoji_edit` to `.emoji_edit_guild`.

1.3.61

Improvements

- Add `GuildProfile.avatar_decoration`.
- Add `GuildProfile.avatar_decoration_url`.
- Add `GuildProfile.avatar_decoration_url_as`.
- Add `GuildProfile.banner`.
- Add `UserBase.user_banner_url_for`.
- Add `UserBase.user_banner_url_for_as`.
- Add `UserBase.user_banner_url_at`.
- Add `UserBase.user_banner_url_at_as`.
- `EmbedImage` now respects dimensions in `==` operation if the instance was received.
- `EmbedThumbnail` now respects dimensions in `==` operation if the instance was received.
- `EmbedVideo` now respects dimensions in `==` operation if the instance was received.
- Add `InteractionEvent.authorizer_user_ids`.
- Add `InteractionEvent.get_authorizer_user_id`.
- Add `InteractionEvent.get_authorizer_user`.
- `create_partial_guild_from_data` now also sets `.banner`.
- Add `MessageSnapshot.type`.
- Add `MessageSnapshot.mentioned_users`.
- Add `MessageSnapshot.mentioned_role_ids`.
- Add `` and `-` characters to escape in `escape_markdown`.
- Add `MessageSnapshot.iter_mentioned_role_ids`.
- Add `MessageSnapshot.iter_mentioned_roles`.
- Add `MessageSnapshot.mentioned_roles`.
- Add `MessageSnapshot.iter_mentioned_users`.
- Add `MessageSnapshot.iter_mentioned_channels`.
- Add `MessageSnapshot.mentioned_channels`.
- `Message.from_data` now force updates the embed if non of the clients has access to it.
- `Client.interaction_followup_message_get` now also accepts `Message` too as parameter (from `int` only).

ext.slash
- Add `Slasher.random_error_message_getter` property to set it after constructor.
- Allow more relaxed returns from `random_error_message_getter`.

Bug fixes

- `AuditLogIterator` did not serialize every field for its query parameters correctly. (from 1.3.59)

ext.slash
- Returning value like `(InteractionResponse(...), ...)` caused error while it should not have.
- Fix `ContextCommand` has no attribute `.default`.

1.3.60

Improvements

- `Guild.voice_states` is now nullable.
- Add `Guild.get_voice_state`.
- `Guild.scheduled_events` is now nullable.
- `Guild.threads` is now nullable.
- Load dotenv file in the current working directory too.

Bug fixes

- Fix `os.geteuid` is a thing only on linux, so we should not import it on other platforms.

commands_v2
- Fix `CheckIsBooster` could return non-boolean.

plugin_loader
- Fix `mark_as_plugin_root_directory` not returning `count` as expected.

Page 3 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.