Releases: RbxAPI/Pyblox
v3.0-beta.6
What this brings
- New implementation for
Req
class (056402d)- Better, accurate documentation
- New implementation for
Req.request
method (056402d)- Externally the same, internally different
- Backwards compatible, you don't have to change anything
- Implemented
Req.parse_request
method (056402d) - Implemented
HttpError
Exception (056402d) - Moved source build to modern standards (25f318e)
- Rewrote the build / publish pipeline because old age broke it (ad86b68)
- Update the copyrights (9864662)
- Changed the directory structure (9864662)
- It's the same for you; different for me.
What this fixes
- Fixes
Cannot create a client socket with a PROTOCOL_TLS_SERVER context
(056402d)- Previously broke library for Python versions 3.8.x - current
- Remove unused imports (056402d)
- Removed space (a6c0486)
- Rewrote the build / publish pipeline because old age broke it (ad86b68)
What this removes
- Dropped support for
requests_async
package (Deprecated since Sep 27, 2019). It's no longer compatible with the SSL version that Python 3.8+ supports. (1792cdb) - Dropped support for Python 3.6, 3.7. Supported versions are 3.8+.
What is coming soon
- Documentation
- Yes I know. I folded
- OpenCloud Support
- Oauth Support
- API Key Support
- Better Examples
- Better internal design
- Sorry I made you read it for 7 years
Fun Fact: It's been exactly, 2 years 7 months and 13 days (or 957 days if you prefer) since I've last updated this.
Maybe this is the year we get out of beta.
v3.0-beta.5
Support for Python v3.5 has been dropped. v3.6+ are supported.
Pypy 3+ is now supported.
This release includes the following additions:
- ABTesting API (full coverage) (in collaboration w/ nsg-mfd)
- accountInformation API (full coverage)
- privateMessages API (full coverage)
- Games API (full coverage)
- pytest in dependencies
This release includes the following bug fixes:
- [Groups API] Exposes the Relationship class correctly now.
- [Groups API] Fix with pagination request error with Relationship class getter method.
- [Groups API] Fix comment mistakes.
- [Groups API] Fix empty return typo for Relationship class.
v3.0-beta.4
This release includes support for users (full Users API coverage).
v3.0-beta.3
This release includes support for multiple users, 100% API coverage of Groups and better handling when it comes to tokens and cookies.
v2.4.4
v3.0-beta.2
Fixes the error where pip would drop pyblox3.src
& pyblox3.src.util
from installation.
v2.4.3
v3.0-beta.1
This is a released open-beta for nightly_build
branch (v3.x.x
) that will replace the master
branch (v2.4.2
). This could and will be unstable. However, projects still on v2.4.x
should migrate to this version if possible. Actively developed and is a rewrite for v2.4.x
packed with more & better features.
v2.4.2
v2.4.1
Bug fixes everywhere. It should be more stable now. This is the last stable release of this branch. Has been archived.
nightly_build
is the rewritten version of this branch. I recommend you use/update to that version instead.
v3.x.x
is the current rewritten build while v2.4.x
is the older build. Those who still have v2.4.0
(from pip) should upgrade immediately.