Releases: NodeJSmith/otf-api
Releases · NodeJSmith/otf-api
v0.15.4
What's Changed
- Fix/improve sorting by @NodeJSmith in #105
- Improve sorting by adding multiple sort keys
- remove filter that removed
no-booking-idbookings, as these were only filtered out due to lack ofupdated_atfield
Full Changelog: v0.15.3...v0.15.4
v0.15.3
What's Changed
- update logic to allow returning workouts even if HR monitor data missing by @NodeJSmith in #103
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
- closes #100
- add more logging, especially where filtering/removal of records happens
- add logic to dump raw response if
OTF_LOG_RAW_RESPONSEenv var is set to true- only logging at DEBUG level so need to have that set too, which can be done with OTF_LOG_LEVEL env var
- add
coloredlogspackage to make logs easier to read - remove headers from request log
- change log format structure slightly, use % formatting
- change some log lines to use % to avoid calling methods/converting to string when not logging at that level
- relax data type on
PerformanceMetricclass, remove custom parsing, was not useful
Full Changelog: v0.15.1...v0.15.2
v0.15.1
v0.15.0
What's Changed
- Feature/add get class from booking by @NodeJSmith in #98
Full Changelog: v0.14.1...v0.15.0
v0.14.1
What's Changed
- Fix/improve idp id clients by making them cached properties, remove get/set state dunders by @NodeJSmith in #97
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Feature/add state dunder methods to allow pickling by @NodeJSmith in #96
Full Changelog: v0.13.3...v0.14.0
v0.13.3
What's Changed
- Feature/add max_data_points arg to get_workouts() by @marcelbarbulescu in #95
Full Changelog: v0.13.2...v0.13.3
v0.13.2
v0.13.1
What's Changed
- Feature/bit of improvement to docs by @NodeJSmith in #92
- Fix/pass otf to create method by @NodeJSmith in #93
Full Changelog: v0.13.0...v0.13.1