|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +### 0.21.2 (September 4, 2021) |
| 4 | + |
| 5 | +Fixes and Functionality: |
| 6 | + |
| 7 | +- Updating axios requests to be delayed by pre-emptive promise creation (#2702) |
| 8 | +- Adding "synchronous" and "runWhen" options to interceptors api (#2702) |
| 9 | +- Updating of transformResponse (#3377) |
| 10 | +- Adding ability to omit User-Agent header (#3703) |
| 11 | +- Adding multiple JSON improvements (#3688, #3763) |
| 12 | +- Fixing quadratic runtime and extra memory usage when setting a maxContentLength (#3738) |
| 13 | +- Adding parseInt to config.timeout (#3781) |
| 14 | +- Adding custom return type support to interceptor (#3783) |
| 15 | +- Adding security fix for ReDoS vulnerability (#3980) |
| 16 | + |
| 17 | +Internal and Tests: |
| 18 | + |
| 19 | +- Updating build dev dependancies (#3401) |
| 20 | +- Fixing builds running on Travis CI (#3538) |
| 21 | +- Updating follow rediect version (#3694, #3771) |
| 22 | +- Updating karma sauce launcher to fix failing sauce tests (#3712, #3717) |
| 23 | +- Updating content-type header for application/json to not contain charset field, according do RFC 8259 (#2154) |
| 24 | +- Fixing tests by bumping karma-sauce-launcher version (#3813) |
| 25 | +- Changing testing process from Travis CI to GitHub Actions (#3938) |
| 26 | + |
| 27 | +Documentation: |
| 28 | + |
| 29 | +- Updating documentation around the use of `AUTH_TOKEN` with multiple domain endpoints (#3539) |
| 30 | +- Remove duplication of item in changelog (#3523) |
| 31 | +- Fixing gramatical errors (#2642) |
| 32 | +- Fixing spelling error (#3567) |
| 33 | +- Moving gitpod metion (#2637) |
| 34 | +- Adding new axios documentation website link (#3681, #3707) |
| 35 | +- Updating documentation around dispatching requests (#3772) |
| 36 | +- Adding documentation for the type guard isAxiosError (#3767) |
| 37 | +- Adding explanation of cancel token (#3803) |
| 38 | +- Updating CI status badge (#3953) |
| 39 | +- Fixing errors with JSON documentation (#3936) |
| 40 | +- Fixing README typo under Request Config (#3825) |
| 41 | +- Adding axios-multi-api to the ecosystem file (#3817) |
| 42 | +- Adding SECURITY.md to properly disclose security vulnerabilities (#3981) |
| 43 | + |
3 | 44 | ### 0.21.1 (December 21, 2020)
|
4 | 45 |
|
5 | 46 | Fixes and Functionality:
|
|
0 commit comments