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

Migration to new axios version #261

Closed MrRefactoring closed 1 year ago

MrRefactoring commented 1 year ago

Need to upgrade axios to 1.3.5 or higher version. General issue is paramSerializer that I use in jira.js, looks like it's not working with new version of axios

VishnuVelayuthan commented 1 year ago

Hey, I'd love to help with this bug. Could you explain to me what exactly is not working with it? Is it not properly creating the parameter string or is it erroring out completely?

MrRefactoring commented 1 year ago

Oh, looks like Axios fixed the issue with paramSerializer in the new version of the lib. Let me double check

MrRefactoring commented 1 year ago

Hello @VishnuVelayuthan! Thank you for your help suggesting! Looks like axios fixed all issues with paramsSerializer and now we can just bump the version in package.json