@swimlane/turbine-sdk 1.2.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/README.md +1 -0
  2. package/dist/Sensor/Errors.d.ts +6 -0
  3. package/dist/Sensor/Errors.js +15 -0
  4. package/dist/Sensor/HttpSensorAgentInterface.d.ts +1 -0
  5. package/dist/Sensor/HttpSensorAgentInterface.js +20 -2
  6. package/dist/Sensor/index.d.ts +1 -0
  7. package/dist/Sensor/index.js +2 -1
  8. package/node_modules/axios/CHANGELOG.md +558 -5
  9. package/node_modules/axios/README.md +253 -28
  10. package/node_modules/axios/SECURITY.md +5 -0
  11. package/node_modules/axios/UPGRADE_GUIDE.md +7 -1
  12. package/node_modules/axios/dist/axios.js +2108 -1499
  13. package/node_modules/axios/dist/axios.map +1 -1
  14. package/node_modules/axios/dist/axios.min.js +1 -8
  15. package/node_modules/axios/dist/axios.min.map +1 -1
  16. package/node_modules/axios/index.d.ts +110 -41
  17. package/node_modules/axios/lib/adapters/http.js +182 -53
  18. package/node_modules/axios/lib/adapters/xhr.js +78 -40
  19. package/node_modules/axios/lib/axios.js +9 -5
  20. package/node_modules/axios/lib/cancel/CancelToken.js +62 -0
  21. package/node_modules/axios/lib/core/Axios.js +78 -16
  22. package/node_modules/axios/lib/core/InterceptorManager.js +4 -2
  23. package/node_modules/axios/lib/core/README.md +1 -0
  24. package/node_modules/axios/lib/core/buildFullPath.js +20 -0
  25. package/node_modules/axios/lib/core/dispatchRequest.js +12 -11
  26. package/node_modules/axios/lib/core/enhanceError.js +3 -2
  27. package/node_modules/axios/lib/core/mergeConfig.js +73 -25
  28. package/node_modules/axios/lib/core/settle.js +1 -1
  29. package/node_modules/axios/lib/core/transformData.js +3 -1
  30. package/node_modules/axios/lib/defaults.js +53 -17
  31. package/node_modules/axios/lib/env/README.md +3 -0
  32. package/node_modules/axios/lib/env/data.js +3 -0
  33. package/node_modules/axios/lib/helpers/buildURL.js +0 -1
  34. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +1 -1
  35. package/node_modules/axios/lib/helpers/isAxiosError.js +13 -0
  36. package/node_modules/axios/lib/helpers/toFormData.js +55 -0
  37. package/node_modules/axios/lib/helpers/validator.js +82 -0
  38. package/node_modules/axios/lib/utils.js +60 -45
  39. package/node_modules/axios/package.json +39 -40
  40. package/node_modules/axios/tsconfig.json +14 -0
  41. package/node_modules/axios/tslint.json +6 -0
  42. package/node_modules/follow-redirects/README.md +38 -45
  43. package/node_modules/follow-redirects/debug.js +15 -0
  44. package/node_modules/follow-redirects/index.js +350 -99
  45. package/node_modules/follow-redirects/package.json +31 -35
  46. package/package.json +4 -4
  47. package/node_modules/debug/.coveralls.yml +0 -1
  48. package/node_modules/debug/.eslintrc +0 -14
  49. package/node_modules/debug/.npmignore +0 -9
  50. package/node_modules/debug/.travis.yml +0 -20
  51. package/node_modules/debug/CHANGELOG.md +0 -395
  52. package/node_modules/debug/LICENSE +0 -19
  53. package/node_modules/debug/Makefile +0 -58
  54. package/node_modules/debug/README.md +0 -368
  55. package/node_modules/debug/karma.conf.js +0 -70
  56. package/node_modules/debug/node.js +0 -1
  57. package/node_modules/debug/package.json +0 -87
  58. package/node_modules/debug/src/browser.js +0 -195
  59. package/node_modules/debug/src/debug.js +0 -225
  60. package/node_modules/debug/src/index.js +0 -10
  61. package/node_modules/debug/src/node.js +0 -186
  62. package/node_modules/is-buffer/LICENSE +0 -21
  63. package/node_modules/is-buffer/README.md +0 -56
  64. package/node_modules/is-buffer/index.d.ts +0 -2
  65. package/node_modules/is-buffer/index.js +0 -11
  66. package/node_modules/is-buffer/package.json +0 -81
  67. package/node_modules/ms/index.js +0 -152
  68. package/node_modules/ms/license.md +0 -21
  69. package/node_modules/ms/package.json +0 -73
  70. package/node_modules/ms/readme.md +0 -51
@@ -1,25 +1,579 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.26.0 (February 13, 2022)
4
+
5
+ Fixes and Functionality:
6
+ - Fixed The timeoutErrorMessage property in config not work with Node.js ([#3581](https://github.com/axios/axios/pull/3581))
7
+ - Added errors to be displayed when the query parsing process itself fails ([#3961](https://github.com/axios/axios/pull/3961))
8
+ - Fix/remove url required ([#4426](https://github.com/axios/axios/pull/4426))
9
+ - Update follow-redirects dependency due to Vurnerbility ([#4462](https://github.com/axios/axios/pull/4462))
10
+ - Bump karma from 6.3.11 to 6.3.14 ([#4461](https://github.com/axios/axios/pull/4461))
11
+ - Bump follow-redirects from 1.14.7 to 1.14.8 ([#4473](https://github.com/axios/axios/pull/4473))
12
+
13
+ ### 0.25.0 (January 18, 2022)
14
+
15
+ Breaking changes:
16
+ - Fixing maxBodyLength enforcement ([#3786](https://github.com/axios/axios/pull/3786))
17
+ - Don't rely on strict mode behaviour for arguments ([#3470](https://github.com/axios/axios/pull/3470))
18
+ - Adding error handling when missing url ([#3791](https://github.com/axios/axios/pull/3791))
19
+ - Update isAbsoluteURL.js removing escaping of non-special characters ([#3809](https://github.com/axios/axios/pull/3809))
20
+ - Use native Array.isArray() in utils.js ([#3836](https://github.com/axios/axios/pull/3836))
21
+ - Adding error handling inside stream end callback ([#3967](https://github.com/axios/axios/pull/3967))
22
+
23
+ Fixes and Functionality:
24
+ - Added aborted even handler ([#3916](https://github.com/axios/axios/pull/3916))
25
+ - Header types expanded allowing `boolean` and `number` types ([#4144](https://github.com/axios/axios/pull/4144))
26
+ - Fix cancel signature allowing cancel message to be `undefined` ([#3153](https://github.com/axios/axios/pull/3153))
27
+ - Updated type checks to be formulated better ([#3342](https://github.com/axios/axios/pull/3342))
28
+ - Avoid unnecessary buffer allocations ([#3321](https://github.com/axios/axios/pull/3321))
29
+ - Adding a socket handler to keep TCP connection live when processing long living requests ([#3422](https://github.com/axios/axios/pull/3422))
30
+ - Added toFormData helper function ([#3757](https://github.com/axios/axios/pull/3757))
31
+ - Adding responseEncoding prop type in AxiosRequestConfig ([#3918](https://github.com/axios/axios/pull/3918))
32
+
33
+ Internal and Tests:
34
+ - Adding axios-test-instance to ecosystem ([#3786](https://github.com/axios/axios/pull/3786))
35
+ - Optimize the logic of isAxiosError ([#3546](https://github.com/axios/axios/pull/3546))
36
+ - Add tests and documentation to display how multiple inceptors work ([#3564](https://github.com/axios/axios/pull/3564))
37
+ - Updating follow-redirects to version 1.14.7 ([#4379](https://github.com/axios/axios/pull/4379))
38
+
39
+
40
+ Documentation:
41
+ - Fixing changelog to show corrext pull request ([#4219](https://github.com/axios/axios/pull/4219))
42
+ - Update upgrade guide for https proxy setting ([#3604](https://github.com/axios/axios/pull/3604))
43
+
44
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
45
+
46
+ - [Jay](mailto:jasonsaayman@gmail.com)
47
+ - [Rijk van Zanten](https://github.com/rijkvanzanten)
48
+ - [Kohta Ito](https://github.com/koh110)
49
+ - [Brandon Faulkner](https://github.com/bfaulk96)
50
+ - [Stefano Magni](https://github.com/NoriSte)
51
+ - [enofan](https://github.com/fanguangyi)
52
+ - [Andrey Pechkurov](https://github.com/puzpuzpuz)
53
+ - [Doowonee](https://github.com/doowonee)
54
+ - [Emil Broman](https://github.com/emilbroman-eqt)
55
+ - [Remco Haszing](https://github.com/remcohaszing)
56
+ - [Black-Hole](https://github.com/BlackHole1)
57
+ - [Wolfram Kriesing](https://github.com/wolframkriesing)
58
+ - [Andrew Ovens](https://github.com/repl-andrew-ovens)
59
+ - [Paulo Renato](https://github.com/PauloRSF)
60
+ - [Ben Carp](https://github.com/carpben)
61
+ - [Hirotaka Tagawa](https://github.com/wafuwafu13)
62
+ - [狼族小狈](https://github.com/lzxb)
63
+ - [C. Lewis](https://github.com/ctjlewis)
64
+ - [Felipe Carvalho](https://github.com/FCarvalhoVII)
65
+ - [Daniel](https://github.com/djs113)
66
+ - [Gustavo Sales](https://github.com/gussalesdev)
67
+
68
+ ### 0.24.0 (October 25, 2021)
69
+
70
+ Breaking changes:
71
+ - Revert: change type of AxiosResponse to any, please read lengthy discussion here: ([#4141](https://github.com/axios/axios/issues/4141)) pull request: ([#4186](https://github.com/axios/axios/pull/4186))
72
+
73
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
74
+
75
+ - [Jay](mailto:jasonsaayman@gmail.com)
76
+ - [Rodry](https://github.com/ImRodry)
77
+ - [Remco Haszing](https://github.com/remcohaszing)
78
+ - [Isaiah Thomason](https://github.com/ITenthusiasm)
79
+
80
+ ### 0.23.0 (October 12, 2021)
81
+
82
+ Breaking changes:
83
+ - Distinguish request and response data types ([#4116](https://github.com/axios/axios/pull/4116))
84
+ - Change never type to unknown ([#4142](https://github.com/axios/axios/pull/4142))
85
+ - Fixed TransitionalOptions typings ([#4147](https://github.com/axios/axios/pull/4147))
86
+
87
+ Fixes and Functionality:
88
+ - Adding globalObject: 'this' to webpack config ([#3176](https://github.com/axios/axios/pull/3176))
89
+ - Adding insecureHTTPParser type to AxiosRequestConfig ([#4066](https://github.com/axios/axios/pull/4066))
90
+ - Fix missing semicolon in typings ([#4115](https://github.com/axios/axios/pull/4115))
91
+ - Fix response headers types ([#4136](https://github.com/axios/axios/pull/4136))
92
+
93
+ Internal and Tests:
94
+ - Improve timeout error when timeout is browser default ([#3209](https://github.com/axios/axios/pull/3209))
95
+ - Fix node version on CI ([#4069](https://github.com/axios/axios/pull/4069))
96
+ - Added testing to TypeScript portion of project ([#4140](https://github.com/axios/axios/pull/4140))
97
+
98
+ Documentation:
99
+ - Rename Angular to AngularJS ([#4114](https://github.com/axios/axios/pull/4114))
100
+
101
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
102
+
103
+ - [Jay](mailto:jasonsaayman@gmail.com)
104
+ - [Evan-Finkelstein](https://github.com/Evan-Finkelstein)
105
+ - [Paweł Szymański](https://github.com/Jezorko)
106
+ - [Dobes Vandermeer](https://github.com/dobesv)
107
+ - [Claas Augner](https://github.com/caugner)
108
+ - [Remco Haszing](https://github.com/remcohaszing)
109
+ - [Evgeniy](https://github.com/egmen)
110
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
111
+
112
+ ### 0.22.0 (October 01, 2021)
113
+
114
+ Fixes and Functionality:
115
+ - Caseless header comparing in HTTP adapter ([#2880](https://github.com/axios/axios/pull/2880))
116
+ - Avoid package.json import fixing issues and warnings related to this ([#4041](https://github.com/axios/axios/pull/4041)), ([#4065](https://github.com/axios/axios/pull/4065))
117
+ - Fixed cancelToken leakage and added AbortController support ([#3305](https://github.com/axios/axios/pull/3305))
118
+ - Updating CI to run on release branches
119
+ - Bump follow redirects version
120
+ - Fixed default transitional config for custom Axios instance; ([#4052](https://github.com/axios/axios/pull/4052))
121
+
122
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
123
+
124
+ - [Jay](mailto:jasonsaayman@gmail.com)
125
+ - [Matt R. Wilson](https://github.com/mastermatt)
126
+ - [Xianming Zhong](https://github.com/chinesedfan)
127
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
128
+
129
+ ### 0.21.4 (September 6, 2021)
130
+
131
+ Fixes and Functionality:
132
+ - Fixing JSON transform when data is stringified. Providing backward compatability and complying to the JSON RFC standard ([#4020](https://github.com/axios/axios/pull/4020))
133
+
134
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
135
+
136
+ - [Jay](mailto:jasonsaayman@gmail.com)
137
+ - [Guillaume Fortaine](https://github.com/gfortaine)
138
+ - [Yusuke Kawasaki](https://github.com/kawanet)
139
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
140
+
141
+ ### 0.21.3 (September 4, 2021)
142
+
143
+ Fixes and Functionality:
144
+ - Fixing response interceptor not being called when request interceptor is attached ([#4013](https://github.com/axios/axios/pull/4013))
145
+
146
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
147
+
148
+ - [Jay](mailto:jasonsaayman@gmail.com)
149
+ - [Julian Hollmann](https://github.com/nerdbeere)
150
+
151
+ ### 0.21.2 (September 4, 2021)
152
+
153
+ Fixes and Functionality:
154
+
155
+ - Updating axios requests to be delayed by pre-emptive promise creation ([#2702](https://github.com/axios/axios/pull/2702))
156
+ - Adding "synchronous" and "runWhen" options to interceptors api ([#2702](https://github.com/axios/axios/pull/2702))
157
+ - Updating of transformResponse ([#3377](https://github.com/axios/axios/pull/3377))
158
+ - Adding ability to omit User-Agent header ([#3703](https://github.com/axios/axios/pull/3703))
159
+ - Adding multiple JSON improvements ([#3688](https://github.com/axios/axios/pull/3688), [#3763](https://github.com/axios/axios/pull/3763))
160
+ - Fixing quadratic runtime and extra memory usage when setting a maxContentLength ([#3738](https://github.com/axios/axios/pull/3738))
161
+ - Adding parseInt to config.timeout ([#3781](https://github.com/axios/axios/pull/3781))
162
+ - Adding custom return type support to interceptor ([#3783](https://github.com/axios/axios/pull/3783))
163
+ - Adding security fix for ReDoS vulnerability ([#3980](https://github.com/axios/axios/pull/3980))
164
+
165
+ Internal and Tests:
166
+
167
+ - Updating build dev dependancies ([#3401](https://github.com/axios/axios/pull/3401))
168
+ - Fixing builds running on Travis CI ([#3538](https://github.com/axios/axios/pull/3538))
169
+ - Updating follow rediect version ([#3694](https://github.com/axios/axios/pull/3694), [#3771](https://github.com/axios/axios/pull/3771))
170
+ - Updating karma sauce launcher to fix failing sauce tests ([#3712](https://github.com/axios/axios/pull/3712), [#3717](https://github.com/axios/axios/pull/3717))
171
+ - Updating content-type header for application/json to not contain charset field, according do RFC 8259 ([#2154](https://github.com/axios/axios/pull/2154))
172
+ - Fixing tests by bumping karma-sauce-launcher version ([#3813](https://github.com/axios/axios/pull/3813))
173
+ - Changing testing process from Travis CI to GitHub Actions ([#3938](https://github.com/axios/axios/pull/3938))
174
+
175
+ Documentation:
176
+
177
+ - Updating documentation around the use of `AUTH_TOKEN` with multiple domain endpoints ([#3539](https://github.com/axios/axios/pull/3539))
178
+ - Remove duplication of item in changelog ([#3523](https://github.com/axios/axios/pull/3523))
179
+ - Fixing gramatical errors ([#2642](https://github.com/axios/axios/pull/2642))
180
+ - Fixing spelling error ([#3567](https://github.com/axios/axios/pull/3567))
181
+ - Moving gitpod metion ([#2637](https://github.com/axios/axios/pull/2637))
182
+ - Adding new axios documentation website link ([#3681](https://github.com/axios/axios/pull/3681), [#3707](https://github.com/axios/axios/pull/3707))
183
+ - Updating documentation around dispatching requests ([#3772](https://github.com/axios/axios/pull/3772))
184
+ - Adding documentation for the type guard isAxiosError ([#3767](https://github.com/axios/axios/pull/3767))
185
+ - Adding explanation of cancel token ([#3803](https://github.com/axios/axios/pull/3803))
186
+ - Updating CI status badge ([#3953](https://github.com/axios/axios/pull/3953))
187
+ - Fixing errors with JSON documentation ([#3936](https://github.com/axios/axios/pull/3936))
188
+ - Fixing README typo under Request Config ([#3825](https://github.com/axios/axios/pull/3825))
189
+ - Adding axios-multi-api to the ecosystem file ([#3817](https://github.com/axios/axios/pull/3817))
190
+ - Adding SECURITY.md to properly disclose security vulnerabilities ([#3981](https://github.com/axios/axios/pull/3981))
191
+
192
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
193
+
194
+ - [Jay](mailto:jasonsaayman@gmail.com)
195
+ - [Sasha Korotkov](https://github.com/SashaKoro)
196
+ - [Daniel Lopretto](https://github.com/timemachine3030)
197
+ - [Mike Bishop](https://github.com/MikeBishop)
198
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
199
+ - [Mark](https://github.com/bimbiltu)
200
+ - [Philipe Gouveia Paixão](https://github.com/piiih)
201
+ - [hippo](https://github.com/hippo2cat)
202
+ - [ready-research](https://github.com/ready-research)
203
+ - [Xianming Zhong](https://github.com/chinesedfan)
204
+ - [Christopher Chrapka](https://github.com/OJezu)
205
+ - [Brian Anglin](https://github.com/anglinb)
206
+ - [Kohta Ito](https://github.com/koh110)
207
+ - [Ali Clark](https://github.com/aliclark)
208
+ - [caikan](https://github.com/caikan)
209
+ - [Elina Gorshkova](https://github.com/elinagorshkova)
210
+ - [Ryota Ikezawa](https://github.com/paveg)
211
+ - [Nisar Hassan Naqvi](https://github.com/nisarhassan12)
212
+ - [Jake](https://github.com/codemaster138)
213
+ - [TagawaHirotaka](https://github.com/wafuwafu13)
214
+ - [Johannes Jarbratt](https://github.com/johachi)
215
+ - [Mo Sattler](https://github.com/MoSattler)
216
+ - [Sam Carlton](https://github.com/ThatGuySam)
217
+ - [Matt Czapliński](https://github.com/MattCCC)
218
+ - [Ziding Zhang](https://github.com/zidingz)
219
+
220
+ ### 0.21.1 (December 21, 2020)
221
+
222
+ Fixes and Functionality:
223
+
224
+ - Hotfix: Prevent SSRF ([#3410](https://github.com/axios/axios/pull/3410))
225
+ - Protocol not parsed when setting proxy config from env vars ([#3070](https://github.com/axios/axios/pull/3070))
226
+ - Updating axios in types to be lower case ([#2797](https://github.com/axios/axios/pull/2797))
227
+ - Adding a type guard for `AxiosError` ([#2949](https://github.com/axios/axios/pull/2949))
228
+
229
+ Internal and Tests:
230
+
231
+ - Remove the skipping of the `socket` http test ([#3364](https://github.com/axios/axios/pull/3364))
232
+ - Use different socket for Win32 test ([#3375](https://github.com/axios/axios/pull/3375))
233
+
234
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
235
+
236
+ - Daniel Lopretto <timemachine3030@users.noreply.github.com>
237
+ - Jason Kwok <JasonHK@users.noreply.github.com>
238
+ - Jay <jasonsaayman@gmail.com>
239
+ - Jonathan Foster <jonathan@jonathanfoster.io>
240
+ - Remco Haszing <remcohaszing@gmail.com>
241
+ - Xianming Zhong <chinesedfan@qq.com>
242
+
243
+ ### 0.21.0 (October 23, 2020)
244
+
245
+ Fixes and Functionality:
246
+
247
+ - Fixing requestHeaders.Authorization ([#3287](https://github.com/axios/axios/pull/3287))
248
+ - Fixing node types ([#3237](https://github.com/axios/axios/pull/3237))
249
+ - Fixing axios.delete ignores config.data ([#3282](https://github.com/axios/axios/pull/3282))
250
+ - Revert "Fixing overwrite Blob/File type as Content-Type in browser. (#1773)" ([#3289](https://github.com/axios/axios/pull/3289))
251
+ - Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled ([#3200](https://github.com/axios/axios/pull/3200))
252
+
253
+ Internal and Tests:
254
+
255
+ - Lock travis to not use node v15 ([#3361](https://github.com/axios/axios/pull/3361))
256
+
257
+ Documentation:
258
+
259
+ - Fixing simple typo, existant -> existent ([#3252](https://github.com/axios/axios/pull/3252))
260
+ - Fixing typos ([#3309](https://github.com/axios/axios/pull/3309))
261
+
262
+ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
263
+
264
+ - Allan Cruz <57270969+Allanbcruz@users.noreply.github.com>
265
+ - George Cheng <Gerhut@GMail.com>
266
+ - Jay <jasonsaayman@gmail.com>
267
+ - Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
268
+ - Remco Haszing <remcohaszing@gmail.com>
269
+ - Taemin Shin <cprayer13@gmail.com>
270
+ - Tim Gates <tim.gates@iress.com>
271
+ - Xianming Zhong <chinesedfan@qq.com>
272
+
273
+ ### 0.20.0 (August 20, 2020)
274
+
275
+ Release of 0.20.0-pre as a full release with no other changes.
276
+
277
+ ### 0.20.0-pre (July 15, 2020)
278
+
279
+ Fixes and Functionality:
280
+
281
+ - Fixing response with utf-8 BOM can not parse to json ([#2419](https://github.com/axios/axios/pull/2419))
282
+ - fix: remove byte order marker (UTF-8 BOM) when transform response
283
+ - fix: remove BOM only utf-8
284
+ - test: utf-8 BOM
285
+ - fix: incorrect param name
286
+ - Refactor mergeConfig without utils.deepMerge ([#2844](https://github.com/axios/axios/pull/2844))
287
+ - Adding failing test
288
+ - Fixing #2587 default custom config persisting
289
+ - Adding Concat keys and filter duplicates
290
+ - Fixed value from CPE
291
+ - update for review feedbacks
292
+ - no deepMerge
293
+ - only merge between plain objects
294
+ - fix rename
295
+ - always merge config by mergeConfig
296
+ - extract function mergeDeepProperties
297
+ - refactor mergeConfig with all keys, and add special logic for validateStatus
298
+ - add test for resetting headers
299
+ - add lots of tests and fix a bug
300
+ - should not inherit `data`
301
+ - use simple toString
302
+ - Fixing overwrite Blob/File type as Content-Type in browser. ([#1773](https://github.com/axios/axios/pull/1773))
303
+ - Fixing an issue that type 'null' is not assignable to validateStatus ([#2773](https://github.com/axios/axios/pull/2773))
304
+ - Fixing special char encoding ([#1671](https://github.com/axios/axios/pull/1671))
305
+ - removing @ character from replacement list since it is a reserved character
306
+ - Updating buildURL test to not include the @ character
307
+ - Removing console logs
308
+ - Fixing password encoding with special characters in basic authentication ([#1492](https://github.com/axios/axios/pull/1492))
309
+ - Fixing password encoding with special characters in basic authentication
310
+ - Adding test to check if password with non-Latin1 characters pass
311
+ - Fixing 'Network Error' in react native android ([#1487](https://github.com/axios/axios/pull/1487))
312
+ There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug.
313
+ - Fixing Cookie Helper with Async Components ([#1105](https://github.com/axios/axios/pull/1105)) ([#1107](https://github.com/axios/axios/pull/1107))
314
+ - Fixing 'progressEvent' type ([#2851](https://github.com/axios/axios/pull/2851))
315
+ - Fix 'progressEvent' type
316
+ - Update axios.ts
317
+ - Fixing getting local files (file://) failed ([#2470](https://github.com/axios/axios/pull/2470))
318
+ - fix issue #2416, #2396
319
+ - fix Eslint warn
320
+ - Modify judgment conditions
321
+ - add unit test
322
+ - update unit test
323
+ - update unit test
324
+ - Allow PURGE method in typings ([#2191](https://github.com/axios/axios/pull/2191))
325
+ - Adding option to disable automatic decompression ([#2661](https://github.com/axios/axios/pull/2661))
326
+ - Adding ability to disable auto decompression
327
+ - Updating decompress documentation in README
328
+ - Fixing test\unit\adapters\http.js lint errors
329
+ - Adding test for disabling auto decompression
330
+ - Removing changes that fixed lint errors in tests
331
+ - Removing formatting change to unit test
332
+ - Add independent `maxBodyLength` option ([#2781](https://github.com/axios/axios/pull/2781))
333
+ - Add independent option to set the maximum size of the request body
334
+ - Remove maxBodyLength check
335
+ - Update README
336
+ - Assert for error code and message
337
+ - Adding responseEncoding to mergeConfig ([#1745](https://github.com/axios/axios/pull/1745))
338
+ - Compatible with follow-redirect aborts the request ([#2689](https://github.com/axios/axios/pull/2689))
339
+ - Compatible with follow-redirect aborts the request
340
+ - Use the error code
341
+ - Fix merging of params ([#2656](https://github.com/axios/axios/pull/2656))
342
+ - Name function to avoid ESLint func-names warning
343
+ - Switch params config to merge list and update tests
344
+ - Restore testing of both false and null
345
+ - Restore test cases for keys without defaults
346
+ - Include test for non-object values that aren't false-y.
347
+ - Revert `finally` as `then` ([#2683](https://github.com/axios/axios/pull/2683))
348
+
349
+ Internal and Tests:
350
+
351
+ - Fix stale bot config ([#3049](https://github.com/axios/axios/pull/3049))
352
+ - fix stale bot config
353
+ - fix multiple lines
354
+ - Add days and change name to work ([#3035](https://github.com/axios/axios/pull/3035))
355
+ - Update close-issues.yml ([#3031](https://github.com/axios/axios/pull/3031))
356
+ - Update close-issues.yml
357
+ Update close message to read better 😄
358
+ - Fix use of quotations
359
+ Use single quotes as per other .yml files
360
+ - Remove user name form message
361
+ - Add GitHub actions to close stale issues/prs ([#3029](https://github.com/axios/axios/pull/3029))
362
+ - prepare stale actions
363
+ - update messages
364
+ - Add exempt labels and lighten up comments
365
+ - Add GitHub actions to close invalid issues ([#3022](https://github.com/axios/axios/pull/3022))
366
+ - add close actions
367
+ - fix with checkout
368
+ - update issue templates
369
+ - add reminder
370
+ - update close message
371
+ - Add test with Node.js 12 ([#2860](https://github.com/axios/axios/pull/2860))
372
+ - test with Node.js 12
373
+ - test with latest
374
+ - Adding console log on sandbox server startup ([#2210](https://github.com/axios/axios/pull/2210))
375
+ - Adding console log on sandbox server startup
376
+ - Update server.js
377
+ Add server error handling
378
+ - Update server.js
379
+ Better error message, remove retry.
380
+ - Adding tests for method `options` type definitions ([#1996](https://github.com/axios/axios/pull/1996))
381
+ Update tests.
382
+ - Add test for redirecting with too large response ([#2695](https://github.com/axios/axios/pull/2695))
383
+ - Fixing unit test failure in Windows OS ([#2601](https://github.com/axios/axios/pull/2601))
384
+ - Fixing issue for HEAD method and gzipped response ([#2666](https://github.com/axios/axios/pull/2666))
385
+ - Fix tests in browsers ([#2748](https://github.com/axios/axios/pull/2748))
386
+ - chore: add `jsdelivr` and `unpkg` support ([#2443](https://github.com/axios/axios/pull/2443))
387
+
388
+ Documentation:
389
+
390
+ - Adding support for URLSearchParams in node ([#1900](https://github.com/axios/axios/pull/1900))
391
+ - Adding support for URLSearchParams in node
392
+ - Remove un-needed code
393
+ - Update utils.js
394
+ - Make changes as suggested
395
+ - Adding table of content (preview) ([#3050](https://github.com/axios/axios/pull/3050))
396
+ - add toc (preview)
397
+ - remove toc in toc
398
+ Signed-off-by: Moni <usmoni@gmail.com>
399
+ - fix sublinks
400
+ - fix indentation
401
+ - remove redundant table links
402
+ - update caps and indent
403
+ - remove axios
404
+ - Replace 'blacklist' with 'blocklist' ([#3006](https://github.com/axios/axios/pull/3006))
405
+ - docs(): Detailed config options environment. ([#2088](https://github.com/axios/axios/pull/2088))
406
+ - docs(): Detailed config options environment.
407
+ - Update README.md
408
+ - Include axios-data-unpacker in ECOSYSTEM.md ([#2080](https://github.com/axios/axios/pull/2080))
409
+ - Allow opening examples in Gitpod ([#1958](https://github.com/axios/axios/pull/1958))
410
+ - Remove axios.all() and axios.spread() from Readme.md ([#2727](https://github.com/axios/axios/pull/2727))
411
+ - remove axios.all(), axios.spread()
412
+ - replace example
413
+ - axios.all() -> Promise.all()
414
+ - axios.spread(function (acct, perms)) -> function (acct, perms)
415
+ - add deprecated mark
416
+ - Update README.md ([#2887](https://github.com/axios/axios/pull/2887))
417
+ Small change to the data attribute doc of the config. A request body can also be set for DELETE methods but this wasn't mentioned in the documentation (it only mentioned POST, PUT and PATCH). Took my some 10-20 minutes until I realized that I don't need to manipulate the request body with transformRequest in the case of DELETE.
418
+ - Include swagger-taxos-codegen in ECOSYSTEM.md ([#2162](https://github.com/axios/axios/pull/2162))
419
+ - Add CDNJS version badge in README.md ([#878](https://github.com/axios/axios/pull/878))
420
+ This badge will show the version on CDNJS!
421
+ - Documentation update to clear up ambiguity in code examples ([#2928](https://github.com/axios/axios/pull/2928))
422
+ - Made an adjustment to the documentation to clear up any ambiguity around the use of "fs". This should help clear up that the code examples with "fs" cannot be used on the client side.
423
+ - Update README.md about validateStatus ([#2912](https://github.com/axios/axios/pull/2912))
424
+ Rewrote the comment from "Reject only if the status code is greater than or equal to 500" to "Resolve only if the status code is less than 500"
425
+ - Updating documentation for usage form-data ([#2805](https://github.com/axios/axios/pull/2805))
426
+ Closes #2049
427
+ - Fixing CHANGELOG.md issue link ([#2784](https://github.com/axios/axios/pull/2784))
428
+ - Include axios-hooks in ECOSYSTEM.md ([#2003](https://github.com/axios/axios/pull/2003))
429
+ - Added Response header access instructions ([#1901](https://github.com/axios/axios/pull/1901))
430
+ - Added Response header access instructions
431
+ - Added note about using bracket notation
432
+ - Add `onUploadProgress` and `onDownloadProgress` are browser only ([#2763](https://github.com/axios/axios/pull/2763))
433
+ Saw in #928 and #1966 that `onUploadProgress` and `onDownloadProgress` only work in the browser and was missing that from the README.
434
+ - Update ' sign to ` in proxy spec ([#2778](https://github.com/axios/axios/pull/2778))
435
+ - Adding jsDelivr link in README ([#1110](https://github.com/axios/axios/pull/1110))
436
+ - Adding jsDelivr link
437
+ - Add SRI
438
+ - Remove SRI
439
+
440
+ Huge thanks to everyone who contributed to this release via code (authors listed
441
+ below) or via reviews and triaging on GitHub:
442
+
443
+ - Alan Wang <wp_scut@163.com>
444
+ - Alexandru Ungureanu <khakcarot@gmail.com>
445
+ - Anubhav Srivastava <anubhav.srivastava00@gmail.com>
446
+ - Benny Neugebauer <bn@bennyn.de>
447
+ - Cr <631807682@qq.com>
448
+ - David <cygnidavid@gmail.com>
449
+ - David Ko <david.ko@pvtmethod.com>
450
+ - David Tanner <david.tanner@lifeomic.com>
451
+ - Emily Morehouse <emilyemorehouse@gmail.com>
452
+ - Felipe Martins <felipewmartins@gmail.com>
453
+ - Fonger <5862369+Fonger@users.noreply.github.com>
454
+ - Frostack <soulburn007@gmail.com>
455
+ - George Cheng <Gerhut@GMail.com>
456
+ - grumblerchester <grumblerchester@users.noreply.github.com>
457
+ - Gustavo López <gualopezb@gmail.com>
458
+ - hexaez <45806662+hexaez@users.noreply.github.com>
459
+ - huangzuizui <huangzuizui@gmail.com>
460
+ - Ian Wijma <ian@wij.ma>
461
+ - Jay <jasonsaayman@gmail.com>
462
+ - jeffjing <zgayjjf@qq.com>
463
+ - jennynju <46782518+jennynju@users.noreply.github.com>
464
+ - Jimmy Liao <52391190+jimmy-liao-gogoro@users.noreply.github.com>
465
+ - Jonathan Sharpe <j.r.sharpe@gmail.com>
466
+ - JounQin <admin@1stg.me>
467
+ - Justin Beckwith <justin.beckwith@gmail.com>
468
+ - Kamil Posiadała <3dcreator.pl@gmail.com>
469
+ - Lukas Drgon <lukas.drgon@gmail.com>
470
+ - marcinx <mail@marcinx.com>
471
+ - Martti Laine <martti@codeclown.net>
472
+ - Michał Zarach <michal.m.zarach@gmail.com>
473
+ - Moni <usmoni@gmail.com>
474
+ - Motonori Iwata <121048+iwata@users.noreply.github.com>
475
+ - Nikita Galkin <nikita@galk.in>
476
+ - Petr Mares <petr@mares.tw>
477
+ - Philippe Recto <precto1285@gmal.com>
478
+ - Remco Haszing <remcohaszing@gmail.com>
479
+ - rockcs1992 <chengshi1219@gmail.com>
480
+ - Ryan Bown <rbown@niftee.com.au>
481
+ - Samina Fu <sufuf3@gmail.com>
482
+ - Simone Busoli <simone.busoli@gmail.com>
483
+ - Spencer von der Ohe <s.vonderohe40@gmail.com>
484
+ - Sven Efftinge <sven.efftinge@typefox.io>
485
+ - Taegyeoung Oh <otk1090@naver.com>
486
+ - Taemin Shin <cprayer13@gmail.com>
487
+ - Thibault Ehrhart <1208424+ehrhart@users.noreply.github.com>
488
+ - Xianming Zhong <chinesedfan@qq.com>
489
+ - Yasu Flores <carlosyasu91@gmail.com>
490
+ - Zac Delventhal <delventhalz@gmail.com>
491
+
492
+ ### 0.19.2 (Jan 20, 2020)
493
+
494
+ - Remove unnecessary XSS check ([#2679](https://github.com/axios/axios/pull/2679)) (see ([#2646](https://github.com/axios/axios/issues/2646)) for discussion)
495
+
496
+ ### 0.19.1 (Jan 7, 2020)
497
+
498
+ Fixes and Functionality:
499
+
500
+ - Fixing invalid agent issue ([#1904](https://github.com/axios/axios/pull/1904))
501
+ - Fix ignore set withCredentials false ([#2582](https://github.com/axios/axios/pull/2582))
502
+ - Delete useless default to hash ([#2458](https://github.com/axios/axios/pull/2458))
503
+ - Fix HTTP/HTTPs agents passing to follow-redirect ([#1904](https://github.com/axios/axios/pull/1904))
504
+ - Fix ignore set withCredentials false ([#2582](https://github.com/axios/axios/pull/2582))
505
+ - Fix CI build failure ([#2570](https://github.com/axios/axios/pull/2570))
506
+ - Remove dependency on is-buffer from package.json ([#1816](https://github.com/axios/axios/pull/1816))
507
+ - Adding options typings ([#2341](https://github.com/axios/axios/pull/2341))
508
+ - Adding Typescript HTTP method definition for LINK and UNLINK. ([#2444](https://github.com/axios/axios/pull/2444))
509
+ - Update dist with newest changes, fixes Custom Attributes issue
510
+ - Change syntax to see if build passes ([#2488](https://github.com/axios/axios/pull/2488))
511
+ - Update Webpack + deps, remove now unnecessary polyfills ([#2410](https://github.com/axios/axios/pull/2410))
512
+ - Fix to prevent XSS, throw an error when the URL contains a JS script ([#2464](https://github.com/axios/axios/pull/2464))
513
+ - Add custom timeout error copy in config ([#2275](https://github.com/axios/axios/pull/2275))
514
+ - Add error toJSON example ([#2466](https://github.com/axios/axios/pull/2466))
515
+ - Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scrip… ([#2451](https://github.com/axios/axios/pull/2451))
516
+ - Fixing subdomain handling on no_proxy ([#2442](https://github.com/axios/axios/pull/2442))
517
+ - Make redirection from HTTP to HTTPS work ([#2426](https://github.com/axios/axios/pull/2426)) and ([#2547](https://github.com/axios/axios/pull/2547))
518
+ - Add toJSON property to AxiosError type ([#2427](https://github.com/axios/axios/pull/2427))
519
+ - Fixing socket hang up error on node side for slow response. ([#1752](https://github.com/axios/axios/pull/1752))
520
+ - Alternative syntax to send data into the body ([#2317](https://github.com/axios/axios/pull/2317))
521
+ - Fixing custom config options ([#2207](https://github.com/axios/axios/pull/2207))
522
+ - Fixing set `config.method` after mergeConfig for Axios.prototype.request ([#2383](https://github.com/axios/axios/pull/2383))
523
+ - Axios create url bug ([#2290](https://github.com/axios/axios/pull/2290))
524
+ - Do not modify config.url when using a relative baseURL (resolves [#1628](https://github.com/axios/axios/issues/1098)) ([#2391](https://github.com/axios/axios/pull/2391))
525
+
526
+ Internal:
527
+
528
+ - Revert "Update Webpack + deps, remove now unnecessary polyfills" ([#2479](https://github.com/axios/axios/pull/2479))
529
+ - Order of if/else blocks is causing unit tests mocking XHR. ([#2201](https://github.com/axios/axios/pull/2201))
530
+ - Add license badge ([#2446](https://github.com/axios/axios/pull/2446))
531
+ - Fix travis CI build [#2386](https://github.com/axios/axios/pull/2386)
532
+ - Fix cancellation error on build master. #2290 #2207 ([#2407](https://github.com/axios/axios/pull/2407))
533
+
534
+ Documentation:
535
+
536
+ - Fixing typo in CHANGELOG.md: s/Functionallity/Functionality ([#2639](https://github.com/axios/axios/pull/2639))
537
+ - Fix badge, use master branch ([#2538](https://github.com/axios/axios/pull/2538))
538
+ - Fix typo in changelog [#2193](https://github.com/axios/axios/pull/2193)
539
+ - Document fix ([#2514](https://github.com/axios/axios/pull/2514))
540
+ - Update docs with no_proxy change, issue #2484 ([#2513](https://github.com/axios/axios/pull/2513))
541
+ - Fixing missing words in docs template ([#2259](https://github.com/axios/axios/pull/2259))
542
+ - 🐛Fix request finally documentation in README ([#2189](https://github.com/axios/axios/pull/2189))
543
+ - updating spelling and adding link to docs ([#2212](https://github.com/axios/axios/pull/2212))
544
+ - docs: minor tweak ([#2404](https://github.com/axios/axios/pull/2404))
545
+ - Update response interceptor docs ([#2399](https://github.com/axios/axios/pull/2399))
546
+ - Update README.md ([#2504](https://github.com/axios/axios/pull/2504))
547
+ - Fix word 'sintaxe' to 'syntax' in README.md ([#2432](https://github.com/axios/axios/pull/2432))
548
+ - updating README: notes on CommonJS autocomplete ([#2256](https://github.com/axios/axios/pull/2256))
549
+ - Fix grammar in README.md ([#2271](https://github.com/axios/axios/pull/2271))
550
+ - Doc fixes, minor examples cleanup ([#2198](https://github.com/axios/axios/pull/2198))
551
+
3
552
  ### 0.19.0 (May 30, 2019)
4
553
 
5
554
  Fixes and Functionality:
6
555
 
556
+ - Added support for no_proxy env variable ([#1693](https://github.com/axios/axios/pull/1693/files)) - Chance Dickson
7
557
  - Unzip response body only for statuses != 204 ([#1129](https://github.com/axios/axios/pull/1129)) - drawski
8
- - Destroy stream on exceeding maxContentLength (fixes [#1098](https://github.com/axios/axios/issue/1098)) ([#1485](https://github.com/axios/axios/pull/1485)) - Gadzhi Gadzhiev
558
+ - Destroy stream on exceeding maxContentLength (fixes [#1098](https://github.com/axios/axios/issues/1098)) ([#1485](https://github.com/axios/axios/pull/1485)) - Gadzhi Gadzhiev
9
559
  - Makes Axios error generic to use AxiosResponse ([#1738](https://github.com/axios/axios/pull/1738)) - Suman Lama
10
560
  - Fixing Mocha tests by locking follow-redirects version to 1.5.10 ([#1993](https://github.com/axios/axios/pull/1993)) - grumblerchester
11
561
  - Allow uppercase methods in typings. ([#1781](https://github.com/axios/axios/pull/1781)) - Ken Powers
12
- - Fixing .eslintrc without extension ([#1789](https://github.com/axios/axios/pull/1789)) - Manoel
13
- - Consistent coding style ([#1787](https://github.com/axios/axios/pull/1787)) - Ali Servet Donmez
14
562
  - Fixing building url with hash mark ([#1771](https://github.com/axios/axios/pull/1771)) - Anatoly Ryabov
15
563
  - This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after `#`, because client cut everything after `#`
16
564
  - Preserve HTTP method when following redirect ([#1758](https://github.com/axios/axios/pull/1758)) - Rikki Gibson
17
565
  - Add `getUri` signature to TypeScript definition. ([#1736](https://github.com/axios/axios/pull/1736)) - Alexander Trauzzi
18
566
  - Adding isAxiosError flag to errors thrown by axios ([#1419](https://github.com/axios/axios/pull/1419)) - Ayush Gupta
567
+
568
+ Internal:
569
+
570
+ - Fixing .eslintrc without extension ([#1789](https://github.com/axios/axios/pull/1789)) - Manoel
19
571
  - Fix failing SauceLabs tests by updating configuration - Emily Morehouse
572
+ - Add issue templates - Emily Morehouse
20
573
 
21
574
  Documentation:
22
575
 
576
+ - Consistent coding style in README ([#1787](https://github.com/axios/axios/pull/1787)) - Ali Servet Donmez
23
577
  - Add information about auth parameter to README ([#2166](https://github.com/axios/axios/pull/2166)) - xlaguna
24
578
  - Add DELETE to list of methods that allow data as a config option ([#2169](https://github.com/axios/axios/pull/2169)) - Daniela Borges Matos de Carvalho
25
579
  - Update ECOSYSTEM.md - Add Axios Endpoints ([#2176](https://github.com/axios/axios/pull/2176)) - Renan
@@ -30,7 +584,6 @@ Documentation:
30
584
  - Clarify what values responseType can have in Node ([#2121](https://github.com/axios/axios/pull/2121)) - Tyler Breisacher
31
585
  - docs(ECOSYSTEM): add axios-api-versioning ([#2020](https://github.com/axios/axios/pull/2020)) - Weffe
32
586
  - It seems that `responseType: 'blob'` doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser
33
- - Add issue templates - Emily Morehouse
34
587
  - Update README.md. - Add Querystring library note ([#1896](https://github.com/axios/axios/pull/1896)) - Dmitriy Eroshenko
35
588
  - Add react-hooks-axios to Libraries section of ECOSYSTEM.md ([#1925](https://github.com/axios/axios/pull/1925)) - Cody Chan
36
589
  - Clarify in README that default timeout is 0 (no timeout) ([#1750](https://github.com/axios/axios/pull/1750)) - Ben Standefer
@@ -45,7 +598,7 @@ New Functionality:
45
598
 
46
599
  - Add getUri method ([#1712](https://github.com/axios/axios/issues/1712))
47
600
  - Add support for no_proxy env variable ([#1693](https://github.com/axios/axios/issues/1693))
48
- - Add toJSON to decorated Axios errors to faciliate serialization ([#1625](https://github.com/axios/axios/issues/1625))
601
+ - Add toJSON to decorated Axios errors to facilitate serialization ([#1625](https://github.com/axios/axios/issues/1625))
49
602
  - Add second then on axios call ([#1623](https://github.com/axios/axios/issues/1623))
50
603
  - Typings: allow custom return types
51
604
  - Add option to specify character set in responses (with http adapter)