Skip to content

Releases: janaSunrise/HypixelIO

Release 1.4.0

02 Mar 17:57
d3f4774
Compare
Choose a tag to compare

What's changed

  • Rewrite the Exceptions API in a cleaner way.
  • Convert all the variable names to lowercase in the models.
  • Remove caching from the library, useless complexity.
  • Fix examples and tests.
  • Import modules directly instead of namespacing them (Saves lookup time.)
  • Add news, skyblock skills and skyblock collection endpoints.
  • Enable getting a guild by the player UUID.
  • Updated dependencies to latest and fixed vulnerabilities.

Release 1.3.0

23 Jul 07:08
Compare
Choose a tag to compare

Added

  • Base class client to inherit in Client and AsyncClient to keep code dry and easy to refer and read.

Fixes

  • Fixed vulnerable dependency versions
  • Switched to relative imports

Removed

  • Removed the redundant ext package and replaced asyncio package with simple _async since, There would
    probably be no external packages anymore, As far I know.

Release 1.2.10

27 May 07:53
Compare
Choose a tag to compare

Critical Urgent Fixes.

Fixes

  • Fix import errors when not using Caching, By installing caching modules without backend
    to prevent bloat.
  • Fix the caching issues in the library internally and fix them.

Release 1.2.9

27 May 06:52
Compare
Choose a tag to compare

Fixes

  • Made the caching API compatible with higher API for libraries, and change the dependency
    versions to the latest for security patches.
  • Improve the caching experience
  • Fix the dependencies.
  • Remove outdated things.
  • Add a note on invoking the cache model functions.

Quick dependencies patches, and version fixes. Made the API compatible with higher APIs too.

12 Apr 11:57
b293bf9
Compare
Choose a tag to compare

Fixes

  • Made the caching API compatible with higher API for libraries, and change the dependency
    versions to the latest for security patches.
  • Improve the caching experience
  • Fix the dependencies.
  • Remove outdated things.
  • Add a note on invoking the cache model functions.

Added async caching stable form, late night patches.

24 Mar 18:49
f00a7e1
Compare
Choose a tag to compare

Added

  • Stable caching for async
  • More examples!
  • Automated caching based session fetch in the client.

Quick bug fixes and patches

24 Mar 06:17
41328d0
Compare
Choose a tag to compare

Added

None

Fixed

  • Async caching removed due to bugs.
  • Variables exposed and bugs not allowing fetching in async.
  • Cleaned async client.

Security patches and several useful features.

23 Mar 17:25
0fcb370
Compare
Choose a tag to compare

Added

  • Caching for async code
  • Conversion of unix time into datetime
  • Ability to manipulate async cache
  • Ability to manipulate keys in the class

Fixed

  • Hid the sensitive variables to fix security issues and apply security patches.

Documentation improvements and feature patches

16 Mar 13:04
edad44a
Compare
Choose a tag to compare

Added

  • Support for * imports, you can now do this: from hypixelio import *!
  • Made the documentation better, and changed the theme.
  • Tweaked and fixed things here and there.

More useful helpers and features, some monitoring and patches too. [QUICK UPDATE]

11 Mar 07:41
fe58201
Compare
Choose a tag to compare

Added

  • Write more docs
  • Add more model fields
  • Add modular models
  • Add ratelimiting features.
  • Add more utility methods.
  • Add resources endpoints