MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
https://mrrefactoring.github.io/jira.js/
MIT License
349 stars 46 forks source link

Release: v4.0.0 #312

Closed MrRefactoring closed 1 month ago

MrRefactoring commented 1 month ago

Pre-Merge Checklist

Cellule commented 1 month ago

Just want to say Thank you so much for flagging the Error handling change as a breaking change! We have a policy to clean up axios errors because they contains headers (aka Authentication header) and we don't want to risk leaking it. I was able to make the proper fix to handle HttpException 🙏