Changelog¶
PyMojang v2.0.6 (2024-02-23)¶
Misc¶
PyMojang v2.0.5 (2023-04-04)¶
Bugfixes¶
Fixed issue when passing form-data in change_user_skin (#75)
PyMojang v2.0.4 (2023-03-27)¶
Bugfixes¶
Fixed issue with date format in get_user_name_change (#72)
Deprecations and Removals¶
Removed old authentication scheme: yggdrasil (#69)
PyMojang v2.0.3 (2023-03-16)¶
Bugfixes¶
fixing issue with NotFound errors in get_username & get_uuid (#66)
PyMojang v2.0.2 (2023-02-08)¶
Bugfixes¶
Fixed issue with status code returned by the APIs used in get_uuid & get_username (#61)
PyMojang v2.0.1 (2023-02-04)¶
Bugfixes¶
Fixed issue with return status code in get_uuid & get_username (#59)
Improved Documentation¶
PyMojang v2.0.0 (2022-10-27)¶
Features¶
Bugfixes¶
Improved Documentation¶
Deprecations and Removals¶
Removed username history API (#46)
Misc¶
PyMojang v1.4.0 (2021-12-22)¶
Features¶
Add support for multiple Skins & Capes (1ea73f6)
Misc¶
PyMojang v1.3.2 (2021-11-13)¶
Bugfixes¶
Fixed issue with keywords in mojang.account.session.get_user_name_change (03f6ae9)
Improved Documentation¶
Fixed docs due to refactoring (9740ed7)
Misc¶
PyMojang v1.3.1 (2021-10-20)¶
Improved Documentation¶
Added Microsoft authentication example with Flask (1419595)
Deprecations and Removals¶
Deprecation of mojang.account.base.status method (b8cafb1)
PyMojang v1.3.0 (2021-09-16)¶
Features¶
Improved Documentation¶
Updated authentication documentation (b909ba7)
Misc¶
PyMojang v1.2.1 (2021-06-25)¶
Misc¶
PyMojang v1.2.0 (2021-05-10)¶
Features¶
Improved Documentation¶
Added documentation for mojang.api.base (1e6020f)
Added documentation for mojang.main (26a39bd)
Added documentation for mojang.api.session (2c0a31c)
Added documentation for mojang.profile.UserProfile class (5e9c091)
Added documentation for mojang.api.auth.yggdrasil (609ce40)
Improved docstrings for mojang/account/* (67579b9)
Added cross-ref in documentation (a1fc805)
Added documentation for mojang.session.UserSession class (d0b590a)
Added documentation for mojang.api.auth.security (f0e5116)
Added documentation for mojang.error.exceptions (6241513)
Deprecations and Removals¶
Removed get_profile method (74cef82)