Releases: odrling/peony-twitter
Releases · odrling/peony-twitter
Peony Twitter version 2.1.2
Peony Twitter version 2.1.1
Changes since 2.1.0:
- Fix peony tasks in Python 3.10
Peony Twitter version 2.1.0
Changes since 2.0.2:
PeonyClient.upload_media
now uses chunked upload by default. Thesize_limit
parameter that used to check the size of the media file before choosing which upload method to use is deprecated and has no effect now.- Improved typing of the library, mypy test added to CI for the peony module.
Peony Twitter version 2.0.2
Peony Twitter version 2.0.1
Changes since 2.0.0:
- Fixed "Unclosed client session" warnings during OAuth dance #40
Peony Twitter version 2.0.0
This version has a few breaking changes, hence the version bump, you can check them in detail from the documentation.
Changes since 1.1.7:
- Added exceptions for new Twitter error codes (#32)
- Exceptions related to the Twitter error codes now inherit from the HTTP status that they are related to (reasoning behind this change in #32)
- Removed the
twitter_configuration
attribute fromPeonyClient
(#39) - Fixed the rtd documentation generation (#35)
- Fixed tests for Python 3.8+ and use Github actions for CI
Peony Twitter version 1.1.7
Changes since 1.1.6:
- fix incorrect dependency name in requirements for
async-timeout
(#31)
Peony Twitter version 1.1.6
Changes since 1.1.5:
- Fix annoying task exception was never retrieved (#30)
Peony Twitter version 1.1.5
Peony Twitter version 1.1.4
Changes since 1.1.3:
- Fixed OAuth2 authentication (#26)