Releases: ahnaf-zamil/zenora
Releases · ahnaf-zamil/zenora
v0.0.3 Patch 1
- Fixed
errors.py
and fixed broken error handlers for new API error format changes - Added more tests
- Bumped requirements versions to latest
Release 0.0.3
Changelog
- Added guild models, and get_user_guilds to UserAPI
- Added Pdoc3 doc generation
- Added MyPy type checking
- Improved tests
- Fixed tons of bugs and errors
- Implemented
DMChannel
and a few channel objects - Organized codebase
Release 0.0.2
Changelog
-
Added OAuth Support (the biggest feature of this release).
-
Added
zenora.Integration
andzenora.IntegrationAccount
objects. -
Added
zenora.Connection
object for user connection information.
Release 0.0.1
Initial release of Zenora
-
Added zenora.APIClient, and zenora.UserAPI.
-
Added zenora.Snowflake, zenora.User, and zenora.OwnUser models.
-
Added custom exceptions.