- Updated ActivityPhoto model to support native photos and reverted get_activity_photos behavior for backwards
compatibility (#98)
- Added missing Club attributes (MMI) (#97)
- Added support for undocumented inclusion of laps in activity details. (#96)
- Added missing parameter for get_activity_photos (#94)
- Added missing activyt pr_count attribute (Wilm0r) (#95)
- add “starred” property on SegmentExplorerResult (mdarmetko) (#92)
- Fixed update_activity to include description (#91)
- Python3 bugfixes (Tafkas, martinogden)
- Added delete_activity
- added context_entries parameter to get_segment_leaderboard method (jedman)
- Use (reuqire) more modern pip/setuptools.
- Full Python 3 support (using Six). (#69)
- Webhooks support (thanks to loisaidasam) (#77)
- explore_segments bugfix (#71)
- General updates to model/attribs (#64, #73, etc.)
- Renamed Activity.photos property to full_photos due to new conflict with Strava API (#45)
- Supporting new/removed attribs in Strava API (#41, $42)
- Added support for joining/leaving clubs (#43)
- Respect time zones in datetime objects being converted to epochs. (#44)
- Activity streams data (Ghis)
- Friends/followers model attributes (Ghis)
- Support for photos (Ghis)
- Updates for new Strava exposed API attributes (Hans)
- Fixed the _resolve_url to not assume running on **nix system.
- Changed Activity.gear to be a full entity attribute (Strava API changed)
- Added core functionality for Strava API v3.
- Mostly redesigned codebase based on drastic changes in v3 API.
- Dropped support for API v1, v2 and the “scrape” module.
- First proof-of-concept (very alpha) release.