Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@linuxdaemon linuxdaemon released this 28 Aug 23:27
· 33 commits to master since this release
ff7afac

Added

  • Add a changelog to track project changes
  • Separate conversation storage with Conversation objects
  • Allow errors to propagate as custom exceptions
  • Wrap replies in a Response object for ease of use
  • Allow the API url to be configured as a class parameter

Fixed

  • Allow non-strict JSON parsing of responses

Removed

  • Removed Python 3.4 support