8000 [Releasing] v0.21.2 · darth-coder-js/axios@619bb46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 619bb46

Browse files
committed
[Releasing] v0.21.2
1 parent 82c9455 commit 619bb46

File tree

7 files changed

+2061
-1598
lines changed

7 files changed

+2061
-1598
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

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+
344
### 0.21.1 (December 21, 2020)
445

546
Fixes and Functionality:

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "axios",
33
"main": 6092 "./dist/axios.js",
4-
"version": "0.21.1",
5-
"homepage": "https://github.com/axios/axios",
4+
"version": "0.21.2",
5+
"homepage": "https://axios-http.com",
66
"authors": [
77
"Matt Zabriskie"
88
],

0 commit comments

Comments
 (0)
0