Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.15 KB

File metadata and controls

24 lines (20 loc) · 1.15 KB

Changelog

2013-01-03: v1.1.4
2012-12-10: v1.1.3
2012-05-30: v1.1.2
  • Fixed SSL Certificate validation issue with httplib >= 0.7.0
2011-10-04: v1.1.1
  • Fixed bug where __len__ returns a type error on empty collections returned from custom methods on collections or entries.
2011-08-26: v1.1.0
  • Modified OAuthAdapter to raise an APIException when any API errors occur.
  • Added get_activity() method to return subscriber analytics activity.
  • Modified create() method to return the instance of the newly created Resource instead of true.
  • Modified create() method tests to be more generic.
  • Fixed bug in POST and GET where dictionaries and lists were not properly json serialized.
  • Fixed bug in find and findSubscribers methods when no matches are found by the api.