Skip to content

Releases: Gobot1234/steam.py

Version 1.0.1

11 Jan 23:43
de3ede3
Compare
Choose a tag to compare

Version 1.0.1 Changelog:

Bug Fixes:

Features

  • Add CSGO RankType and fix behaviour of Rank.type by @schrotle in #441

New Contributors

Full Changelog: V.1.0.0...V.1.0.1

Version 1

20 Dec 16:49
35e54ae
Compare
Choose a tag to compare

I may have lied about multiple release candidates but I'm fairly confident nothing really needs breaking anymore. Thanks again to everyone who's contributed PRs and bug reports in the past few years whilst I worked on this project. Things are now "stable" (which I still need to define)

Major Changes

  • Python 3.11 is the minimum required version (sorry task group backports should allow this to be 3.10+ at some point see graingert/taskgroup#4)
  • Some event names have change and there signatures altered e.g. on_trade_accept should now be handled by the developer in on_trade_update
  • Game has be renamed to App to be inline with steamworks
  • SteamID renamed to ID and some old util methods were removed
  • Methods for anonymous logins
  • More functionality like Posts, Bundles, Leaderboards etc.
  • Native support for csgo and tf2 GC interactions
  • PartialUsers and PartialClans - these are lower info versions of there non-Partial siblings and are useful when you don't need a full object though you shouldn't get these yourself.
  • Wallet support - you can now access your wallet info
  • Intents - these allow for more fine tuning on what data is acted on.

Full Changelog: 0.x...V.1.0.0

Version 1 Release Candidate 1

25 Sep 00:30
Compare
Choose a tag to compare
Pre-release

The first of a few release candidates of Version 1 has been released. Thanks everyone for everyone who's contributed PRs and Bug reports in the past year whilst I work on this. Things should now be "stable" (which I need to define)

Major Changes

  • Python 3.10 is the minimum required version.
  • Some event names have change and there signatures altered e.g. on_trade_accept should now be handled by the developer in on_trade_update
  • Game has be renamed to App to be inline with steamworks
  • SteamID renamed to ID and some old util methods were removed
  • Methods for anonymous logins
  • More functionality like Posts, Bundles, Leaderboards etc.
  • Native support for csgo and tf2 GC interactions
  • PartialUsers and PartialClans - these are lower info versions of there non-Partial siblings and are useful when you don't need a full object though you shouldn't get these yourself.
  • Wallet support - you can now access your wallet info
  • Intents - these allow for more fine tuning on what data is acted on.

Full Changelog: 0.x...V.1.0.0rc1

Version 0.9.9

12 Jun 14:38
Compare
Choose a tag to compare

Version 0.9.9 Changelog:

Backports:

Version 0.9.8

20 May 12:31
Compare
Choose a tag to compare

Version 0.9.8 Changelog:

Bug Fixes:

Band-aid fix for #217

Backports:

Version 0.9.7

05 Feb 12:27
Compare
Choose a tag to compare

Version 0.9.7 Changelog:

Bug Fixes:

Version 0.9.6

25 Dec 15:09
Compare
Choose a tag to compare

Version 0.9.6 Changelog:

Features:

  • Backport trade confirmation code from the main branch.

Full Changelog: V.0.9.5...V.0.9.6

Version 0.9.5

14 Nov 11:38
804517d
Compare
Choose a tag to compare

Version 0.9.5 Changelog:

Bug Fixes:

  • Fix more missing slots for non-premium accounts

Full Changelog: V.0.9.4...V.0.9.5

Version 0.9.4

13 Nov 21:25
fbcf6be
Compare
Choose a tag to compare

Version 0.9.4 Changelog:

Bug Fixes:

  • Fix missing slots for non-premium accounts
  • Paginate inventory fetching into chunks of 2000

Full Changelog: V.0.9.3...V.0.9.4

Version 0.9.3

21 Oct 22:43
Compare
Choose a tag to compare

Version 0.9.3 Changelog:

Bug Fixes:

  • Fix AssertionError when generating confirmation codes.

Full Changelog: V.0.9.2...V.0.9.3