Skip to content

Commit

Permalink
docs: add breaking change warning for close()
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth committed Feb 9, 2024
1 parent a87ee9d commit 85fab87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ If you need assistance, you should look here:
Breaking changes
----------------

**v2.2.0:** The `close()` methods of the clients are now named `aclose()` as per naming conventions for asynchronous methods. The old method is still available with a deprecation warning, but will be removed soon.

**v2.0.3:** The replay model has been moved to `models/files/replay.py` and the `Replay` class has been renamed to `ReplayFile`.

**v2.0.0:** The library now uses *Pydantic v2*. This means that the following changes have occured:
Expand Down

0 comments on commit 85fab87

Please sign in to comment.