Skip to content

Releases: ahnaf-zamil/zenora

v0.0.3 Patch 1

16 Sep 05:30
Compare
Choose a tag to compare
  • 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

21 Jan 11:59
Compare
Choose a tag to compare

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

13 Aug 06:06
Compare
Choose a tag to compare

Changelog

  • Added OAuth Support (the biggest feature of this release).

  • Added zenora.Integration and zenora.IntegrationAccount objects.

  • Added zenora.Connection object for user connection information.

Release 0.0.1

02 Jul 12:32
Compare
Choose a tag to compare

Initial release of Zenora

  • Added zenora.APIClient, and zenora.UserAPI.

  • Added zenora.Snowflake, zenora.User, and zenora.OwnUser models.

  • Added custom exceptions.