Skip to content

v0.1.6

Compare
Choose a tag to compare
@nessshon nessshon released this 26 Nov 22:07
· 116 commits to main since this release

What's Added

  • New Features and API Methods

    • Added support for all available methods. See the full list here.
  • Streaming API Enhancements

    • Introduced Server-Sent Events (SSE) for enhanced streaming capabilities.
    • Enabled Websockets support (Async version only) to provide real-time communication.
  • Library and Dependency Updates

    • Replaced aiohttp and requests with httpx for improved HTTP client functionality.
    • Added websockets for enhanced interaction and communication.
  • Examples and Usage Illustrations

    • Added a folder with usage examples: Examples.
    • Check out the SSE usage example: sse.py.
    • More examples will be added to provide comprehensive guidance.

Changes Made

  • Updated the API to include all available methods.
  • Implemented Server-Sent Events (SSE) for improved streaming capabilities.
  • Introduced Websockets support, available exclusively in the Async version.
  • Replaced the usage of aiohttp and requests with httpx for improved HTTP client functionality.