Skip to content

Releases: odrling/peony-twitter

Peony Twitter version 2.1.2

26 Dec 02:19
7c726b8
Compare
Choose a tag to compare

Changes since 2.1.1:

  • Install python-magic-bin on Windows when we install python-magic with an extra flag and mention in the docs that it requires a native library.

Peony Twitter version 2.1.1

25 Dec 17:06
6e1b513
Compare
Choose a tag to compare

Changes since 2.1.0:

  • Fix peony tasks in Python 3.10

Peony Twitter version 2.1.0

25 Dec 16:49
0de59e1
Compare
Choose a tag to compare

Changes since 2.0.2:

  • PeonyClient.upload_media now uses chunked upload by default. The size_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

10 Jun 09:34
Compare
Choose a tag to compare

Changes since 2.0.1:

  • Fixed an error in the documentation (#43)
  • Close the client's session after cancelling its tasks (#41)

Peony Twitter version 2.0.1

27 May 16:10
Compare
Choose a tag to compare

Changes since 2.0.0:

  • Fixed "Unclosed client session" warnings during OAuth dance #40

Peony Twitter version 2.0.0

24 May 23:25
Compare
Choose a tag to compare

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 from PeonyClient (#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

23 May 20:55
Compare
Choose a tag to compare

Changes since 1.1.6:

  • fix incorrect dependency name in requirements for async-timeout (#31)

Peony Twitter version 1.1.6

28 Apr 07:07
Compare
Choose a tag to compare

Changes since 1.1.5:

  • Fix annoying task exception was never retrieved (#30)

Peony Twitter version 1.1.5

12 Jul 17:39
Compare
Choose a tag to compare

Changes since 1.1.4:

  • Fix infinite reconnect loop on KeyboardInterrupt (#27, #28)

Peony Twitter version 1.1.4

15 May 14:25
Compare
Choose a tag to compare

Changes since 1.1.3:

  • Fixed OAuth2 authentication (#26)