Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `filter_tasks`, extracting that workflow from `get_tasks`
- Paginate results via an `Iterator` in `get_tasks`, `filter_task`, `get_projects`,
`get_collaborators`, `get_sections`, `get_comments`, `get_labels`, `get_shared_labels`
- Receive `date` and `datetime` arguments as objects, not strings
- Remove support for `X-Request-Id` header, unused on the API level
- "Hide" internal modules and functions
- Task URLs are now obtained on demand, improving performance when not needed
Expand Down