Skip to content

Commit

Permalink
Release 1.6 update to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jan 27, 2024
1 parent d528112 commit 8ef4b63
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,29 @@

## Unreleased

## v1.6

### Added
- Add: Support for Strava's new read rate limits (@jsamoocha, #446)
- Add: Improved handling of unexpected activity types (@jsamoocha, #454)

### Fixed
- Fix: Forgot to update model CI build to follow new src layout (@lwasser, #438)
- Fix: Type annotation on field that are of type timedelta are now correct (@enadeau, #440)
- Fix: Correct type for ActivityPhoto sizes attribute (@jsamoocha, #444)
- Fix: codespell config - ignore resources dir in tests (@lwasser, #445)
- Add: Support for Strava's new read rate limits (@jsamoocha, #446)
- Fix: Ignore documentation autogenerated api stubs (@lwasser, #447)
- Add: Improved handling of unexpected activity types (@jsamoocha, #454)

### Breaking Changes

A potentially breaking change is that the RateLimiter's `__call__()` method now has
an additional `method` argument representing the HTTP method used for that request.
Existing custom rate limiters from users must be updated to this change.

### Contributors to this release

@jsamoocha @endeau, @lwasser,

## v1.5

### Added
Expand Down

0 comments on commit 8ef4b63

Please sign in to comment.