Pymojang

Latest version: v2.0.6

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

1.2.0

============================

Features
--------

- Added Server List Ping (SLP) support (`04024b0 <https://github.com/Lucino772/pymojang/commit/04024b0>`_)
- Added API wrapper for minecraft versions (`32043a1 <https://github.com/Lucino772/pymojang/commit/32043a1>`_)
- Added SLP support for minecraft version 1.6 (`a235196 <https://github.com/Lucino772/pymojang/commit/a235196>`_)
- Added RCON & Query protocol support (`c3b5895 <https://github.com/Lucino772/pymojang/commit/c3b5895>`_)


Improved Documentation
----------------------

- Added documentation for mojang.api.base (`1e6020f <https://github.com/Lucino772/pymojang/commit/1e6020f>`_)
- Added documentation for mojang.main (`26a39bd <https://github.com/Lucino772/pymojang/commit/26a39bd>`_)
- Added documentation for mojang.api.session (`2c0a31c <https://github.com/Lucino772/pymojang/commit/2c0a31c>`_)
- Added documentation for mojang.profile.UserProfile class (`5e9c091 <https://github.com/Lucino772/pymojang/commit/5e9c091>`_)
- Added documentation for mojang.api.auth.yggdrasil (`609ce40 <https://github.com/Lucino772/pymojang/commit/609ce40>`_)
- Improved docstrings for mojang/account/* (`67579b9 <https://github.com/Lucino772/pymojang/commit/67579b9>`_)
- Added cross-ref in documentation (`a1fc805 <https://github.com/Lucino772/pymojang/commit/a1fc805>`_)
- Added documentation for mojang.session.UserSession class (`d0b590a <https://github.com/Lucino772/pymojang/commit/d0b590a>`_)
- Added documentation for mojang.api.auth.security (`f0e5116 <https://github.com/Lucino772/pymojang/commit/f0e5116>`_)
- Added documentation for mojang.error.exceptions (`6241513 <https://github.com/Lucino772/pymojang/commit/6241513>`_)


Deprecations and Removals
-------------------------

- Removed get_profile method (`74cef82 <https://github.com/Lucino772/pymojang/commit/74cef82>`_)


Misc
----

- `0d7548f <https://github.com/Lucino772/pymojang/commit/0d7548f>`_, `17f7634 <https://github.com/Lucino772/pymojang/commit/17f7634>`_, `474f807 <https://github.com/Lucino772/pymojang/commit/474f807>`_, `54ac4e3 <https://github.com/Lucino772/pymojang/commit/54ac4e3>`_, `5d618fb <https://github.com/Lucino772/pymojang/commit/5d618fb>`_, `64119c6 <https://github.com/Lucino772/pymojang/commit/64119c6>`_, `69f789f <https://github.com/Lucino772/pymojang/commit/69f789f>`_, `6e61e1c <https://github.com/Lucino772/pymojang/commit/6e61e1c>`_, `74cef82 <https://github.com/Lucino772/pymojang/commit/74cef82>`_, `7e42c31 <https://github.com/Lucino772/pymojang/commit/7e42c31>`_, `883434d <https://github.com/Lucino772/pymojang/commit/883434d>`_, `8d97049 <https://github.com/Lucino772/pymojang/commit/8d97049>`_, `a283f76 <https://github.com/Lucino772/pymojang/commit/a283f76>`_, `a32eeca <https://github.com/Lucino772/pymojang/commit/a32eeca>`_, `a66fcd6 <https://github.com/Lucino772/pymojang/commit/a66fcd6>`_, `b19bada <https://github.com/Lucino772/pymojang/commit/b19bada>`_, `be10006 <https://github.com/Lucino772/pymojang/commit/be10006>`_, `c31d13f <https://github.com/Lucino772/pymojang/commit/c31d13f>`_, `e16effb <https://github.com/Lucino772/pymojang/commit/e16effb>`_, `e27c570 <https://github.com/Lucino772/pymojang/commit/e27c570>`_, `ef937a2 <https://github.com/Lucino772/pymojang/commit/ef937a2>`_, `f501c02 <https://github.com/Lucino772/pymojang/commit/f501c02>`_, `f901059 <https://github.com/Lucino772/pymojang/commit/f901059>`_, `3528161 <https://github.com/Lucino772/pymojang/commit/3528161>`_

1.1.0

============================

Features
--------

- Added disconnect_all method to UserSession class (`58a23cf <https://github.com/Lucino772/pymojang/commit/58a23cf>`_)
- Added Skin & Cape classes (`849532b <https://github.com/Lucino772/pymojang/commit/849532b>`_)
- Added change_name, upload_skin & reset_skin methods to UserSession class (`ae6a382 <https://github.com/Lucino772/pymojang/commit/ae6a382>`_)
- Added authententication with Yggdrasil (`b250ec1 <https://github.com/Lucino772/pymojang/commit/b250ec1>`_)
- Added API Wrapper with functions and classes (`d562b9a <https://github.com/Lucino772/pymojang/commit/d562b9a>`_)


Bugfixes
--------

- Fixed arguments in mojang.utils.web.filename_from_url (`62d6320 <https://github.com/Lucino772/pymojang/commit/62d6320>`_)
- Fixed issue in mojang/api/auth/security.py (`77bf08a <https://github.com/Lucino772/pymojang/commit/77bf08a>`_)


Improved Documentation
----------------------

- Improved docstrings (`22c7de4 <https://github.com/Lucino772/pymojang/commit/22c7de4>`_)
- Added docs for basic & advanced API (`733a50e <https://github.com/Lucino772/pymojang/commit/733a50e>`_)


Misc
----

- `1a6da4e <https://github.com/Lucino772/pymojang/commit/1a6da4e>`_, `1cf7b7f <https://github.com/Lucino772/pymojang/commit/1cf7b7f>`_, `4a26bda <https://github.com/Lucino772/pymojang/commit/4a26bda>`_, `55767fc <https://github.com/Lucino772/pymojang/commit/55767fc>`_, `58ba8c1 <https://github.com/Lucino772/pymojang/commit/58ba8c1>`_, `5ab5819 <https://github.com/Lucino772/pymojang/commit/5ab5819>`_, `5ad9eb1 <https://github.com/Lucino772/pymojang/commit/5ad9eb1>`_, `6a3a5b2 <https://github.com/Lucino772/pymojang/commit/6a3a5b2>`_, `960e889 <https://github.com/Lucino772/pymojang/commit/960e889>`_, `afcf300 <https://github.com/Lucino772/pymojang/commit/afcf300>`_, `cc320dc <https://github.com/Lucino772/pymojang/commit/cc320dc>`_, `e65b11a <https://github.com/Lucino772/pymojang/commit/e65b11a>`_, `f014231 <https://github.com/Lucino772/pymojang/commit/f014231>`_, `f61fe5a <https://github.com/Lucino772/pymojang/commit/f61fe5a>`_, `7702018 <https://github.com/Lucino772/pymojang/commit/7702018>`_

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.