Skip to content

Releases: tr4nt0r/python-xbox

v0.1.1

09 Nov 17:47
280c288

Choose a tag to compare

What's Changed

👻 Bug Fixes

  • Remove deprecation warning for use of AsyncClient instead ofSignedSession @tr4nt0r (#42)

📃 Documentation

  • Add documentation workflow and mkdocs config @tr4nt0r (#48)

🧰 Maintenance

🔬 Other updates

  • Improve typing in AuthenticationManager and improve exception handling in request_oauth_token @tr4nt0r (#46)
  • Enable flake8-builtins (A) and apply fixes/ignores @tr4nt0r (#45)
  • Enable flake8-bugbear (B) and apply fix @tr4nt0r (#44)
  • Enable ruff flake8-return (RET) rule and apply fixes @tr4nt0r (#43)
  • Rename LowerCaseModel to FlatCaseModel, as the naming convention is correctly called flat case @tr4nt0r (#41)
  • Remove to_camel and to_pascal case converters and use pydantic's built-in alias generators @tr4nt0r (#40)
  • Use pydantic json parser instead of stdlib json.loads @tr4nt0r (#39)
  • Enable ruff eradicate rule (ERA) @tr4nt0r (#38)
  • Enable ruff PLR rule @tr4nt0r (#37)
  • Enable ruff flake8-simplify (SIM) rule @tr4nt0r (#36)
  • Enable ruff-specific rules (RUF) @tr4nt0r (#35)
  • Enable ruff isort rules @tr4nt0r (#34)
  • Enable ruff flake8-comprehensions rule @tr4nt0r (#33)
  • Replace str, Enum with StrEnum @tr4nt0r (#32)

🧩 Dependency Updates

Contributors: @renovate[bot] and @tr4nt0r

v0.1.0

31 Oct 03:27
a835b95

Choose a tag to compare

What's Changed

💥 Breaking changes

👻 Bug Fixes

⏳ Deprecations

  • Replace deprecated Union and Optional occurrences @tr4nt0r (#22)
  • Deprecate docker image and CI @tr4nt0r (#16)

📃 Documentation

🧰 Maintenance

6 changes
  • Update authors and project classifiers @tr4nt0r (#27)
  • Remove bandit/pyupgrade in pre-commit @tr4nt0r (#24)
  • Deprecate docker image and CI @tr4nt0r (#16)
  • Autoupdate pre-commit and sync ruff with pyproject @tr4nt0r (#9)
  • Fix missing quotes pyproject.toml @tr4nt0r (#7)
  • Configure test and linting environments @tr4nt0r (#5)

🔬 Other updates

Contributors: @tr4nt0r

v0.0.0

27 Oct 22:58
b5c56aa

Choose a tag to compare

Fork base

Marks the state of the xbox-webapi-python project before the fork