pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
Change notes
1.0.0
This release brings some breaking changes
- Removed imports from 'steam' namespace
- Replaced builtin CM server list with automatic discovery via WebAPI or DNS
- Removed
SteamClient.unifed_messages
- UM/ServiceMethods are now handled in the
SteamClient
instance. SeeSteamClient.send_um()
- Removed
steam.client.mixins
package - Renamed
medium
param tobackend
onSteamAuthenticator
- Added
WebAuth.cli_login()
, handles all steps of the login process - Made
password
param optional onWebAuth
- Replaced
cryptography
library withpycryptodomex
- Added
rich_presence
property toSteamUser
- Fixed
create_emergency_codes()
not returning codes - Fixed
validate_phone_number()
returning no data - Updated protobufs
- Removed
SteamClient.change_email()
- Removed
SteamClient.create_account()
get_product_info()
now replaces invalid unicode chars- Updated
SteamID.is_valid
- Updated various Enums
- Updated EMsg Enum
- Messages now have a payload property set when the body cannot be parsed
- Updated protocol version to 65580
- Added
CDNClient
- Update
SteamClient
to use new chat mode