Releases: janaSunrise/HypixelIO
Releases · janaSunrise/HypixelIO
Release 1.4.0
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
Added
- Base class client to inherit in
Client
andAsyncClient
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 replacedasyncio
package with simple_async
since, There would
probably be no external packages anymore, As far I know.
Release 1.2.10
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
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.
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.
Added
- Stable caching for async
- More examples!
- Automated caching based session fetch in the client.
Quick bug fixes and patches
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.
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
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]
Added
- Write more docs
- Add more model fields
- Add modular models
- Add ratelimiting features.
- Add more utility methods.
- Add resources endpoints