OpenXbox / xbox-webapi-python

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
https://pypi.python.org/pypi/xbox-webapi
MIT License
175 stars 44 forks source link

Why the switch to httpx?? #105

Closed vertyco closed 3 days ago

vertyco commented 2 months ago

Could anyone explain why this package switched over to httpx from aiohttp? httpx has been nothing but trouble in my experience and sacrifices performance for "ease of use" which seems like a downgrade for this package. I am now stuck on an older version of this package that uses aiohttp, which means some features like getting games with gold is no longer functional due to schema changes.

vertyco commented 2 weeks ago

Bumping this, I still don't understand why this change was introduced without warning, and why it isn't even mentioned in the changelogs. This is a big breaking change for some people with no rhyme or reason to it.

image