Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axios 0.28.0 missing paramsSerializer #10250

Closed
1 task
dsuren1 opened this issue Apr 24, 2024 · 1 comment · Fixed by #10251 or #10255
Closed
1 task

Axios 0.28.0 missing paramsSerializer #10250

dsuren1 opened this issue Apr 24, 2024 · 1 comment · Fixed by #10251 or #10255

Comments

@dsuren1
Copy link
Contributor

dsuren1 commented Apr 24, 2024

Description

With axios 0.28.0, the paramsSerializer functionality is missing and was later fixed with release of 0.28.1

This feature is needed for projects relying on paramsSerializer feature of axios (ex. Geonode)

This will not impact any existing features that MS relies but only adds the missing paramsSerializer feature back into axios 0.28

Note

This release does not address missing paramsSerializer as function though, however supports paramsSerializer as an object

What kind of improvement you want to add? (check one with "x", remove the others)

  • Update library

Other useful information

@dsuren1 dsuren1 added enhancement Internal BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Apr 24, 2024
@dsuren1 dsuren1 added this to the 2024.01.00 milestone Apr 24, 2024
@dsuren1 dsuren1 self-assigned this Apr 24, 2024
dsuren1 added a commit to dsuren1/MapStore2 that referenced this issue Apr 24, 2024
@tdipisa tdipisa modified the milestones: 2024.01.00, 2024.01.01 Apr 24, 2024
@tdipisa tdipisa modified the milestones: 2024.01.01, 2024.01.00 Apr 24, 2024
@tdipisa
Copy link
Member

tdipisa commented Apr 24, 2024

Reviewing more in depth changes provided in 0.28.1 with @offtherailz and @allyoucanmap we can include it in 2024.01.00.

@dsuren1 dsuren1 linked a pull request Apr 24, 2024 that will close this issue
4 tasks
dsuren1 added a commit to dsuren1/MapStore2 that referenced this issue Apr 24, 2024
dsuren1 added a commit to dsuren1/MapStore2 that referenced this issue Apr 24, 2024
dsuren1 added a commit that referenced this issue Apr 24, 2024
@tdipisa tdipisa added Accepted and removed BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Apr 24, 2024
@tdipisa tdipisa self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment