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
* Dependencies updated
* add rate limiting headers to error response (#309)
Signed-off-by: Chalenge Masekera <[email protected]>
* Agile endpoints updated
* feat: Adds new HttpException class which will be return instead of th… (#308)
* feat: Adds new HttpException class which will be return instead of the plain object in case of error.
* feat: Adds new HttpException class which will be return instead of the plain object in case of error.
* feat: Adds new HttpException class which will be return instead of the plain object in case of error.
* feat: Adds new HttpException class which will be return instead of the plain object in case of error.
* feat: Adds new HttpException class which will be return instead of the plain object in case of error.
* README updated
* CHANGELOG updated
* CHANGELOG updated
* CHANGELOG updated
* Self code-review
---------
Signed-off-by: Chalenge Masekera <[email protected]>
Co-authored-by: Chalenge Masekera <[email protected]>
Co-authored-by: Dmitry Shilov <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Jira.js changelog
2
2
3
+
### 4.0.0
4
+
5
+
-[**#309**](https://github.com/MrRefactoring/jira.js/pull/309) - Added rate limiting headers. Thanks to [Chalenge Masekera](https://github.com/chalenge).
6
+
-[**#308**](https://github.com/MrRefactoring/jira.js/pull/308) - Implemented a new error handling mechanism. Thanks to [Dmitry Shilov](https://github.com/bk201-).
7
+
8
+
#### Breaking changes
9
+
10
+
- The new error handling mechanism may affect your library usage.
0 commit comments