Skip to content

Release version 1.0

Compare
Choose a tag to compare
@calendulish calendulish released this 21 Sep 05:50
· 224 commits to master since this release
c4a3487
  • Revamp all modules
  • Update steamworks to 1.55
  • Drop support to python < 3.9
  • Update docs
  • Rewrite steamworks python extension from scratch
  • Preserve http session when getting module session
  • Respect the requested session index even if it create holes
  • Don't try to recovery from 4xx errors
  • Fix wrong exception raised when request fails
  • [community] Add "get_api_key" method
  • [community] Add "revoke_api_key" method
  • [community] Add "register_api_key" method
  • [community] Ensure server time is always right
  • [community] Fix market price for some items
  • [community[ Fix market name for some items
  • [community] human readable info must be logged before the request
  • [community] Add more data to confirmations
  • [community] Add quantity to market items
  • [webapi] Add "get_inventory" method
  • [webapi] Add "get_package_details" method
  • [webapi] Add "get_games_prices" method
  • [webapi] Add "send_trade_offer" method
  • [webapi] Add "restore_login" method
  • [webapi] steamid type is now universe.SteamId instead int
  • [webapi] Simplify login parameters
  • [login] Don't expose internal http session
  • [login] Prevent twofactor false positives
  • [login] Fix login fargs when retrying
  • [login] Increase login trial
  • [universe] Add "generate_otp_seed" method
  • [universe] Add "generate_steamid" method
  • [universe] Strings must be encoded before hashing
  • [internal] Fix return of "get_prices" method