Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Releases: MSeal/magicbell-python-sdk

v1.1.1: Open source updates

01 Aug 16:29
8645713

Choose a tag to compare

Changed

  • Update contributing for clarity for project
  • Update flake8 checks

Added

  • Code coverage collection with codecov.io

v1.1.0: Connection ergonomics

08 Jul 14:50
c4b9f58

Choose a tag to compare

Added

  • Add MagicBell.connect and MagicBell.disconnect methods for more ergonomic connection management.

Fixed

  • Reorder Notification types to avoid forward ref issue in pydantic validation

v1.0.0: First open source release of the SDK

06 Jul 19:59
5d8ffcf

Choose a tag to compare

Added

  • Initial repo setup with basic client and CI
  • APIs supported:
    • Create notification
    • Create user
    • Update user
    • Delete user
    • List projects
    • Get project
    • Create project
    • Update project
    • Delete project
    • Updating channel configuration for a project (undocumented)
    • Retrieve channel configuration for a project (undocumented)
    • GraphQL queries