Skip to content

Latest commit

 

History

History
118 lines (87 loc) · 10.4 KB

File metadata and controls

118 lines (87 loc) · 10.4 KB

3.1.0 (Next)

  • #100: Adds comprehensive rdoc documentation - @dblock.
  • Your contribution here.

3.0.0 (2025/10/24)

  • #96: Updates and refactors models to spec - @dblock.
  • #98: Changes all latlng properties to return an instance of Strava::Models::LatLng - @dblock.
  • #94: Adds video fields to Strava::Models::Photo - @dblock.
  • #99: Adds support for page_size on activity_comments and adds limit - @dblock.
  • #97: Adds bin/strava-refresh-token - @dblock.
  • #92: Fixes Hashie::Trash serialization warning for object_id of Strava::Webhooks::Models::Event - @simonneutert.
  • #95: Fixes club_events returning Strava::Models::ClubEvent with an empty string in created_at - @dblock.
  • #93: Updates GitHub Actions workflows - @simonneutert.

2.3.0 (2025/10/16)

  • #91: Respects Faraday::Response::RaiseError::DEFAULT_OPTIONS when raising errors - @dblock.
  • #87: Prepares v2.3.0 by improving the event specs - @simonneutert.
  • #86: Adds description to club event model - @tobiaszwaszak.

2.2.0 (2024/9/17)

  • #83: Adds back activity photos - @dillon-co.
  • #84: Adds back activity photos (finished PR #83) - @simonneutert.
  • #85: Lays groundwork to v3.0.0 of the gem (ruby3, newest rubocop, rubocop-rake and rubocop-rspec) - @simonneutert.

2.1.0 (2024/3/20)

  • #80: Removes default values for Faraday's SSL settings ca_file and ca_path - @dblock.

2.0.0 (2023/6/22)

1.0.0 (2022/12/29)

0.4.3 (2022/03/21)

0.4.2 (2021/10/03)

  • #45: Adds Gear#frame_type #retired #weight - @deuber.

0.4.1 (2021/07/11)

0.4.0 (2020/05/09)

  • #29: Caches Faraday::Connection for persistent adapters - @dblock.
  • #30: Requires Faraday >= 1.0 - @dblock.

0.3.2 (2020/03/28)

  • #26: Corrects Strava::Webhooks.config.endpoint - @dblock.
  • Automatically converts before and after arguments of Strava::Api::Client#athlete_activities from Time to Integer - @dblock.
  • #18: Adds testing against Ruby 2.5.3 and 2.6.0 - @lucianosousa.
  • #18: Upgrades Rubocop to 0.61.1 - @lucianosousa.
  • #21: Includes headers in error response - @jameschevalier.

0.3.1 (2018/12/05)

  • Adds Strava::Api::Client#activity_photos - @dblock.
  • #2: Adds Strava::Api::Client#deauthorize - @dblock.
  • #15: Adds strava-oauth-token and strava-webhooks to gem executables - @dblock.
  • Fixes Strava::Models::Activity#total_elevation_gain no returns blank for negative and zero elevation differences - @dblock.
  • Fixes Strava::Models::Split#distance and total_elevation_gain incorrect for Strava::Models::Activity#splits_standard - @dblock.

0.3.0 (2018/12/03)

  • Adds webhooks support - @dblock.
  • Adds Strava::Api::Client#athlete_zones, athlete_stats and update_athlete - @dblock.
  • Adds Strava::Api::Client#club, club_admins and club_members - @dblock.
  • Adds Strava::Api::Client#gear - @dblock.
  • Adds Strava::Api::Client#route, athlete_routes, export_route_gpx and export_route_tcx - @dblock.
  • Adds Strava::Api::Client#running_race and running_races - @dblock.
  • Adds Strava::Api::Client#segment_effort and segment_efforts - @dblock.
  • Adds Strava::Api::Client#explore_segments, segment_leaderboard, starred_segments, segment and star_segment - @dblock.
  • Adds Strava::Api::Client#activity_streams, segment_effort_streams and segment_streams - @dblock.
  • Adds Strava::Api::Client#create_upload and upload - @dblock.
  • #9: All methods that take id can take it directly or via options hash - @dblock.

0.2.0 (2018/11/27)

  • Adds Strava::Api::Client#activity with segments, photos, similar activities, trends, laps and gear - @dblock.
  • Adds Activity#type_emoji and Activity#strava_url - @dblock.
  • Adds Athlete#name and Athlete#strava_url - @dblock.
  • Adds Strava::Api::Client#athlete_clubs - @dblock.
  • Adds Strava::Api::Client#club_activities - @dblock.
  • Adds Strava::Api::Client#create_activity and Strava::Api::Client#update_activity - @dblock.
  • Adds Strava::Api::Client#activity_comments, activity_kudos, activity_zones and activity_laps - @dblock.
  • Adds support for converting and displaying activity distance, elevation, speed and pace - @dblock.
  • #5: Adds support for pagination - @dblock.
  • #6: Renames the strava-oauth-token tool and handles the redirect in the browser - @dblock.

0.1.0 (2018/11/23)

  • Initial public release, OAuth, current Athlete and Athlete Activities - @dblock.