Skip to content

Releases: RbxAPI/Pyblox

v3.0-beta.6

17 Feb 19:08
e74e2b8
Compare
Choose a tag to compare

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

10 Feb 05:38
Compare
Choose a tag to compare

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

10 Apr 18:17
edf9df8
Compare
Choose a tag to compare

This release includes support for users (full Users API coverage).

v3.0-beta.3

28 Jan 21:30
afb3009
Compare
Choose a tag to compare

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

08 Jan 22:41
3bdbf59
Compare
Choose a tag to compare

Adds additional paging functionality to friendslist method via Friends API.

v3.0-beta.2

22 Dec 21:02
d6ffb03
Compare
Choose a tag to compare

Fixes the error where pip would drop pyblox3.src & pyblox3.src.util from installation.

v2.4.3

22 Dec 20:45
7f73df8
Compare
Choose a tag to compare

Fixed an issue where User, Asset and Group objects would fail to initialize correctly. (reported by TheWhiteKnight1)
Fixed an issue where pip wouldn't install the entire package and conveniently left out the pyblox3.api folder. (reported by TheWhiteKnight1)

v3.0-beta.1

03 Dec 07:16
8f8853d
Compare
Choose a tag to compare

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

03 Dec 06:33
f3dc91a
Compare
Choose a tag to compare

Fixed the naming structure so the example in ReadMe.md should work. This is the version hosted on pip.
Archived. nightly_build is version 3.x.x and is a rewrite. I strongly suggest you update to that version if possible.

v2.4.1

03 Dec 06:18
6d5299c
Compare
Choose a tag to compare

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.