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

Latest commit

 

History

History
166 lines (89 loc) · 9.57 KB

changelog.rst

File metadata and controls

166 lines (89 loc) · 9.57 KB

Changelog

Version 3.4.2

Bugfixes:

  • Allow upload of GIFs with size up to 15mb. See #538

Version 3.4.1

Bugfixes:

Version 3.4

Deprecations

Version 3.3.1

  • Adds support for 280 character limit.

Version 3.3

Version 3.2.1

Version 3.2

Deprecations

Nothing is being deprecationed this version, however here's what's being deprecated as of v. 3.3.0:

What's New

What's Changed

  • :py:class:`twitter.models.Trend`'s volume attribute has been renamed tweet_volume in line with Twitter's naming convention. This change should allow users to access the number of tweets being tweeted for a given Trend. PR #375
  • :py:class:`twitter.ratelimit.RateLimit` should behave better now and adds a 1-second padding to requests after sleeping.
  • :py:class:`twitter.ratelimit.RateLimit` now keeps track of your rate limit status even if you don't have sleep_on_rate_limit set to True when instatiating the API. If you want to add different behavior on hitting a rate limit, you should be able to now by querying the rate limit object. See PR #370 for the technical details of the change. There should be no difference in behavior for the defaults, but let us know.

Bugfixes

Version 3.1

What's New

What's Changed