You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
10
- The `Api::downloadAttachment` method now throws an exception, when attempting to download from a non-Jira website by [@aik099] (#240).
11
11
- The `$params` argument of the `Api::getWorklogs` method is now optional by [@aik099] (#244).
12
12
- The `$params` argument of the `Api::getTransitions` method is now optional by [@aik099] (#244).
13
+
- The `$start_at = 0` argument of `Api::search` method was renamed into the `$next_page_token = null` to reflect underlying Jira API changes by [@aik099] (#248).
14
+
- Improved performance of `Result::getIssuesCount` method by [@aik099] (#248).
13
15
14
16
### Removed
15
-
...
17
+
- The `Api::search` method and the `Walker` class no longer return total issue count, because underlaying Jira API doesn't support this [@aik099] (#248).
16
18
17
19
### Fixed
18
20
- The `CurlClient` in combination with cURL version < 7.33.0 was getting `426 Upgrade Required` error on any request to the Atlassian Cloud servers by [@aik099] (#239).
0 commit comments