Skip to content

v0.7.1

Compare
Choose a tag to compare
@mattbdean mattbdean released this 12 May 23:22
· 645 commits to master since this release

What's new in this release:

API Changes

  • LiveThreadManager class provides CRUD operations on live threads.
  • Concrete model classes are now final
  • RedditClient constructor no longer accepts a 'requests per minute' argument since the ratelimit is set dynamically now
  • Added missing TimePeriod.WEEK constant

Internal

  • RedditClient's retry limit now applies to any server-side error, not just 503's

Meta

  • Update OkHttp from 2.2.0 to 2.3.0

This is not a comprehensive change set. Changes from v0.7.0.x were not included.