Skip to content

Tags: somespecialone/aiosteampy

Tags

v0.7.20

Toggle v0.7.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New float_value and int_value fields have been added (#111)

* Add float_value and int_value

* Fix NoneType error in asset properties

v0.7.19

Toggle v0.7.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚑 Fix 400 Bad Request on login - Add protobuf authentication support (#…

…108)

* auth_pb2.py

protobuf authentication

* Delete auth_pb2.py

* added auth_pb2.py

added auth_pb2.py to support protobuf authentication

* Implement new Steam auth API with protobuf support

Updated login.py to support new Steam authentication API using protobuf. Added error handling for missing protobuf library and modified session request and polling methods to use protobuf encoding.

v0.7.18

Toggle v0.7.18's commit message

Verified

This commit was signed with the committer’s verified signature.
🚑 Fix #103: `place_buy_order` confirmation and response status. v0.7.18

v0.7.17

Toggle v0.7.17's commit message

Verified

This commit was signed with the committer’s verified signature.
Bump version to 0.7.17

v0.7.16

Toggle v0.7.16's commit message

Verified

This commit was signed with the committer’s verified signature.
Bump version to v0.7.16

v0.7.15

Toggle v0.7.15's commit message

Verified

This commit was signed with the committer’s verified signature.
Trade protection rules acknowledgment. v0.7.15

v0.7.14

Toggle v0.7.14's commit message

Verified

This commit was signed with the committer’s verified signature.
Bump version to v0.7.14

v0.7.13

Toggle v0.7.13's commit message

Verified

This commit was signed with the committer’s verified signature.
🚑 Fix #81 : `paid_amount` on `MarketHistoryListing` as purchase, `Eco…

…nItem.tradable_after` separator change. v0.7.13

v0.7.12

Toggle v0.7.12's commit message

Verified

This commit was signed with the committer’s verified signature.
Edit `pyproject.toml` according to `PEP 621`, bump minimal required `…

…Poetry` version to `2.0`. Edit `Poetry` commands in workflows

v0.7.11

Toggle v0.7.11's commit message

Verified

This commit was signed with the committer’s verified signature.
`StrEnum` from stdlib for Python >= 3.11. v0.7.11