UNPKG

24.2 kBMarkdownView Raw
1# Changelog
2
3## [1.2.5](https://github.com/axios/axios/compare/v1.2.4...v1.2.5) (2023-01-26)
4
5
6### Bug Fixes
7
8* **types:** fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; ([#5499](https://github.com/axios/axios/issues/5499)) ([580f1e8](https://github.com/axios/axios/commit/580f1e8033a61baa38149d59fd16019de3932c22))
9
10### Contributors to this release
11
12- ![avatar](https://avatars.githubusercontent.com/u/12586868?v=4&s=16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+82/-54 (#5499 )")
13- ![avatar](https://avatars.githubusercontent.com/u/20516159?v=4&s=16) [Elliot Ford](https://github.com/EFord36 "+1/-1 (#5462 )")
14
15## [1.2.4](https://github.com/axios/axios/compare/v1.2.3...v1.2.4) (2023-01-22)
16
17
18### Bug Fixes
19
20* **types:** renamed `RawAxiosRequestConfig` back to `AxiosRequestConfig`; ([#5486](https://github.com/axios/axios/issues/5486)) ([2a71f49](https://github.com/axios/axios/commit/2a71f49bc6c68495fa419003a3107ed8bd703ad0))
21* **types:** fix `AxiosRequestConfig` generic; ([#5478](https://github.com/axios/axios/issues/5478)) ([9bce81b](https://github.com/axios/axios/commit/186ea062da8b7d578ae78b1a5c220986b9bce81b))
22
23### Contributors to this release
24
25- ![avatar](https://avatars.githubusercontent.com/u/12586868?v=4&s=16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+242/-108 (#5486 #5482 )")
26- ![avatar](https://avatars.githubusercontent.com/u/9430821?v=4&s=16) [Daniel Hillmann](https://github.com/hilleer "+1/-1 (#5478 )")
27
28## [1.2.3](https://github.com/axios/axios/compare/1.2.2...1.2.3) (2023-01-10)
29
30
31### Bug Fixes
32
33* **types:** fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; ([#5420](https://github.com/axios/axios/issues/5420)) ([0811963](https://github.com/axios/axios/commit/08119634a22f1d5b19f5c9ea0adccb6d3eebc3bc))
34
35### Contributors to this release
36
37- ![avatar](https://avatars.githubusercontent.com/u/12586868?v=4&s=16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+938/-442 (#5456 #5455 #5453 #5451 #5449 #5447 #5446 #5443 #5442 #5439 #5420 )")
38
39## [1.2.2] - 2022-12-29
40
41### Fixed
42- fix(ci): fix release script inputs [#5392](https://github.com/axios/axios/pull/5392)
43- fix(ci): prerelease scipts [#5377](https://github.com/axios/axios/pull/5377)
44- fix(ci): release scripts [#5376](https://github.com/axios/axios/pull/5376)
45- fix(ci): typescript tests [#5375](https://github.com/axios/axios/pull/5375)
46- fix: Brotli decompression [#5353](https://github.com/axios/axios/pull/5353)
47- fix: add missing HttpStatusCode [#5345](https://github.com/axios/axios/pull/5345)
48
49### Chores
50- chore(ci): set conventional-changelog header config [#5406](https://github.com/axios/axios/pull/5406)
51- chore(ci): fix automatic contributors resolving [#5403](https://github.com/axios/axios/pull/5403)
52- chore(ci): improved logging for the contributors list generator [#5398](https://github.com/axios/axios/pull/5398)
53- chore(ci): fix release action [#5397](https://github.com/axios/axios/pull/5397)
54- chore(ci): fix version bump script by adding bump argument for target version [#5393](https://github.com/axios/axios/pull/5393)
55- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 [#5342](https://github.com/axios/axios/pull/5342)
56- chore(ci): GitHub Actions Release script [#5384](https://github.com/axios/axios/pull/5384)
57- chore(ci): release scripts [#5364](https://github.com/axios/axios/pull/5364)
58
59### Contributors to this release
60- ![avatar](https://avatars.githubusercontent.com/u/12586868?v=4&s=16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
61- ![avatar](https://avatars.githubusercontent.com/u/1652293?v=4&s=16) [Winnie](https://github.com/winniehell)
62
63## [1.2.1] - 2022-12-05
64
65### Changed
66- feat(exports): export mergeConfig [#5151](https://github.com/axios/axios/pull/5151)
67
68### Fixed
69- fix(CancelledError): include config [#4922](https://github.com/axios/axios/pull/4922)
70- fix(general): removing multiple/trailing/leading whitespace [#5022](https://github.com/axios/axios/pull/5022)
71- fix(headers): decompression for responses without Content-Length header [#5306](https://github.com/axios/axios/pull/5306)
72- fix(webWorker): exception to sending form data in web worker [#5139](https://github.com/axios/axios/pull/5139)
73
74### Refactors
75- refactor(types): AxiosProgressEvent.event type to any [#5308](https://github.com/axios/axios/pull/5308)
76- refactor(types): add missing types for static AxiosError.from method [#4956](https://github.com/axios/axios/pull/4956)
77
78### Chores
79- chore(docs): remove README link to non-existent upgrade guide [#5307](https://github.com/axios/axios/pull/5307)
80- chore(docs): typo in issue template name [#5159](https://github.com/axios/axios/pull/5159)
81
82### Contributors to this release
83
84- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
85- [Zachary Lysobey](https://github.com/zachlysobey)
86- [Kevin Ennis](https://github.com/kevincennis)
87- [Philipp Loose](https://github.com/phloose)
88- [secondl1ght](https://github.com/secondl1ght)
89- [wenzheng](https://github.com/0x30)
90- [Ivan Barsukov](https://github.com/ovarn)
91- [Arthur Fiorette](https://github.com/arthurfiorette)
92
93## [1.2.0] - 2022-11-10
94
95### Changed
96
97- changed: refactored module exports [#5162](https://github.com/axios/axios/pull/5162)
98- change: re-added support for loading Axios with require('axios').default [#5225](https://github.com/axios/axios/pull/5225)
99
100### Fixed
101
102- fix: improve AxiosHeaders class [#5224](https://github.com/axios/axios/pull/5224)
103- fix: TypeScript type definitions for commonjs [#5196](https://github.com/axios/axios/pull/5196)
104- fix: type definition of use method on AxiosInterceptorManager to match the the README [#5071](https://github.com/axios/axios/pull/5071)
105- fix: __dirname is not defined in the sandbox [#5269](https://github.com/axios/axios/pull/5269)
106- fix: AxiosError.toJSON method to avoid circular references [#5247](https://github.com/axios/axios/pull/5247)
107- fix: Z_BUF_ERROR when content-encoding is set but the response body is empty [#5250](https://github.com/axios/axios/pull/5250)
108
109### Refactors
110- refactor: allowing adapters to be loaded by name [#5277](https://github.com/axios/axios/pull/5277)
111
112### Chores
113
114- chore: force CI restart [#5243](https://github.com/axios/axios/pull/5243)
115- chore: update ECOSYSTEM.md [#5077](https://github.com/axios/axios/pull/5077)
116- chore: update get/index.html [#5116](https://github.com/axios/axios/pull/5116)
117- chore: update Sandbox UI/UX [#5205](https://github.com/axios/axios/pull/5205)
118- chore:(actions): remove git credentials after checkout [#5235](https://github.com/axios/axios/pull/5235)
119- chore(actions): bump actions/dependency-review-action from 2 to 3 [#5266](https://github.com/axios/axios/pull/5266)
120- chore(packages): bump loader-utils from 1.4.1 to 1.4.2 [#5295](https://github.com/axios/axios/pull/5295)
121- chore(packages): bump engine.io from 6.2.0 to 6.2.1 [#5294](https://github.com/axios/axios/pull/5294)
122- chore(packages): bump socket.io-parser from 4.0.4 to 4.0.5 [#5241](https://github.com/axios/axios/pull/5241)
123- chore(packages): bump loader-utils from 1.4.0 to 1.4.1 [#5245](https://github.com/axios/axios/pull/5245)
124- chore(docs): update Resources links in README [#5119](https://github.com/axios/axios/pull/5119)
125- chore(docs): update the link for JSON url [#5265](https://github.com/axios/axios/pull/5265)
126- chore(docs): fix broken links [#5218](https://github.com/axios/axios/pull/5218)
127- chore(docs): update and rename UPGRADE_GUIDE.md to MIGRATION_GUIDE.md [#5170](https://github.com/axios/axios/pull/5170)
128- chore(docs): typo fix line #856 and #920 [#5194](https://github.com/axios/axios/pull/5194)
129- chore(docs): typo fix #800 [#5193](https://github.com/axios/axios/pull/5193)
130- chore(docs): fix typos [#5184](https://github.com/axios/axios/pull/5184)
131- chore(docs): fix punctuation in README.md [#5197](https://github.com/axios/axios/pull/5197)
132- chore(docs): update readme in the Handling Errors section - issue reference #5260 [#5261](https://github.com/axios/axios/pull/5261)
133- chore: remove \b from filename [#5207](https://github.com/axios/axios/pull/5207)
134- chore(docs): update CHANGELOG.md [#5137](https://github.com/axios/axios/pull/5137)
135- chore: add sideEffects false to package.json [#5025](https://github.com/axios/axios/pull/5025)
136
137### Contributors to this release
138
139- [Maddy Miller](https://github.com/me4502)
140- [Amit Saini](https://github.com/amitsainii)
141- [ecyrbe](https://github.com/ecyrbe)
142- [Ikko Ashimine](https://github.com/eltociear)
143- [Geeth Gunnampalli](https://github.com/thetechie7)
144- [Shreem Asati](https://github.com/shreem-123)
145- [Frieder Bluemle](https://github.com/friederbluemle)
146- [윤세영](https://github.com/yunseyeong)
147- [Claudio Busatto](https://github.com/cjcbusatto)
148- [Remco Haszing](https://github.com/remcohaszing)
149- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
150- [Csaba Maulis](https://github.com/om4csaba)
151- [MoPaMo](https://github.com/MoPaMo)
152- [Daniel Fjeldstad](https://github.com/w3bdesign)
153- [Adrien Brunet](https://github.com/adrien-may)
154- [Frazer Smith](https://github.com/Fdawgs)
155- [HaiTao](https://github.com/836334258)
156- [AZM](https://github.com/aziyatali)
157- [relbns](https://github.com/relbns)
158
159## [1.1.3] - 2022-10-15
160
161### Added
162
163- Added custom params serializer support [#5113](https://github.com/axios/axios/pull/5113)
164
165### Fixed
166
167- Fixed top-level export to keep them in-line with static properties [#5109](https://github.com/axios/axios/pull/5109)
168- Stopped including null values to query string. [#5108](https://github.com/axios/axios/pull/5108)
169- Restored proxy config backwards compatibility with 0.x [#5097](https://github.com/axios/axios/pull/5097)
170- Added back AxiosHeaders in AxiosHeaderValue [#5103](https://github.com/axios/axios/pull/5103)
171- Pin CDN install instructions to a specific version [#5060](https://github.com/axios/axios/pull/5060)
172- Handling of array values fixed for AxiosHeaders [#5085](https://github.com/axios/axios/pull/5085)
173
174### Chores
175
176- docs: match badge style, add link to them [#5046](https://github.com/axios/axios/pull/5046)
177- chore: fixing comments typo [#5054](https://github.com/axios/axios/pull/5054)
178- chore: update issue template [#5061](https://github.com/axios/axios/pull/5061)
179- chore: added progress capturing section to the docs; [#5084](https://github.com/axios/axios/pull/5084)
180
181### Contributors to this release
182
183- [Jason Saayman](https://github.com/jasonsaayman)
184- [scarf](https://github.com/scarf005)
185- [Lenz Weber-Tronic](https://github.com/phryneas)
186- [Arvindh](https://github.com/itsarvindh)
187- [Félix Legrelle](https://github.com/FelixLgr)
188- [Patrick Petrovic](https://github.com/ppati000)
189- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
190- [littledian](https://github.com/littledian)
191- [ChronosMasterOfAllTime](https://github.com/ChronosMasterOfAllTime)
192
193## [1.1.2] - 2022-10-07
194
195### Fixed
196
197- Fixed broken exports for UMD builds.
198
199### Contributors to this release
200
201- [Jason Saayman](https://github.com/jasonsaayman)
202
203## [1.1.1] - 2022-10-07
204
205### Fixed
206
207- Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.
208
209### Contributors to this release
210
211- [Jason Saayman](https://github.com/jasonsaayman)
212
213## [1.1.0] - 2022-10-06
214
215### Fixed
216
217- Fixed missing exports in type definition index.d.ts [#5003](https://github.com/axios/axios/pull/5003)
218- Fixed query params composing [#5018](https://github.com/axios/axios/pull/5018)
219- Fixed GenericAbortSignal interface by making it more generic [#5021](https://github.com/axios/axios/pull/5021)
220- Fixed adding "clear" to AxiosInterceptorManager [#5010](https://github.com/axios/axios/pull/5010)
221- Fixed commonjs & umd exports [#5030](https://github.com/axios/axios/pull/5030)
222- Fixed inability to access response headers when using axios 1.x with Jest [#5036](https://github.com/axios/axios/pull/5036)
223
224### Contributors to this release
225
226- [Trim21](https://github.com/trim21)
227- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
228- [shingo.sasaki](https://github.com/s-sasaki-0529)
229- [Ivan Pepelko](https://github.com/ivanpepelko)
230- [Richard Kořínek](https://github.com/risa)
231
232## [1.0.0] - 2022-10-04
233
234### Added
235
236- Added stack trace to AxiosError [#4624](https://github.com/axios/axios/pull/4624)
237- Add AxiosError to AxiosStatic [#4654](https://github.com/axios/axios/pull/4654)
238- Replaced Rollup as our build runner [#4596](https://github.com/axios/axios/pull/4596)
239- Added generic TS types for the exposed toFormData helper [#4668](https://github.com/axios/axios/pull/4668)
240- Added listen callback function [#4096](https://github.com/axios/axios/pull/4096)
241- Added instructions for installing using PNPM [#4207](https://github.com/axios/axios/pull/4207)
242- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill [#4229](https://github.com/axios/axios/pull/4229)
243- Added axios-url-template in ECOSYSTEM.md [#4238](https://github.com/axios/axios/pull/4238)
244- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an axios instance [#4248](https://github.com/axios/axios/pull/4248)
245- Added react hook plugin [#4319](https://github.com/axios/axios/pull/4319)
246- Adding HTTP status code for transformResponse [#4580](https://github.com/axios/axios/pull/4580)
247- Added blob to the list of protocols supported by the browser [#4678](https://github.com/axios/axios/pull/4678)
248- Resolving proxy from env on redirect [#4436](https://github.com/axios/axios/pull/4436)
249- Added enhanced toFormData implementation with additional options [4704](https://github.com/axios/axios/pull/4704)
250- Adding Canceler parameters config and request [#4711](https://github.com/axios/axios/pull/4711)
251- Added automatic payload serialization to application/x-www-form-urlencoded [#4714](https://github.com/axios/axios/pull/4714)
252- Added the ability for webpack users to overwrite built-ins [#4715](https://github.com/axios/axios/pull/4715)
253- Added string[] to AxiosRequestHeaders type [#4322](https://github.com/axios/axios/pull/4322)
254- Added the ability for the url-encoded-form serializer to respect the formSerializer config [#4721](https://github.com/axios/axios/pull/4721)
255- Added isCancel type assert [#4293](https://github.com/axios/axios/pull/4293)
256- Added data URL support for node.js [#4725](https://github.com/axios/axios/pull/4725)
257- Adding types for progress event callbacks [#4675](https://github.com/axios/axios/pull/4675)
258- URL params serializer [#4734](https://github.com/axios/axios/pull/4734)
259- Added axios.formToJSON method [#4735](https://github.com/axios/axios/pull/4735)
260- Bower platform add data protocol [#4804](https://github.com/axios/axios/pull/4804)
261- Use WHATWG URL API instead of url.parse() [#4852](https://github.com/axios/axios/pull/4852)
262- Add ENUM containing Http Status Codes to typings [#4903](https://github.com/axios/axios/pull/4903)
263- Improve typing of timeout in index.d.ts [#4934](https://github.com/axios/axios/pull/4934)
264
265### Changed
266
267- Updated AxiosError.config to be optional in the type definition [#4665](https://github.com/axios/axios/pull/4665)
268- Updated README emphasizing the URLSearchParam built-in interface over other solutions [#4590](https://github.com/axios/axios/pull/4590)
269- Include request and config when creating a CanceledError instance [#4659](https://github.com/axios/axios/pull/4659)
270- Changed func-names eslint rule to as-needed [#4492](https://github.com/axios/axios/pull/4492)
271- Replacing deprecated substr() with slice() as substr() is deprecated [#4468](https://github.com/axios/axios/pull/4468)
272- Updating HTTP links in README.md to use HTTPS [#4387](https://github.com/axios/axios/pull/4387)
273- Updated to a better trim() polyfill [#4072](https://github.com/axios/axios/pull/4072)
274- Updated types to allow specifying partial default headers on instance create [#4185](https://github.com/axios/axios/pull/4185)
275- Expanded isAxiosError types [#4344](https://github.com/axios/axios/pull/4344)
276- Updated type definition for axios instance methods [#4224](https://github.com/axios/axios/pull/4224)
277- Updated eslint config [#4722](https://github.com/axios/axios/pull/4722)
278- Updated Docs [#4742](https://github.com/axios/axios/pull/4742)
279- Refactored Axios to use ES2017 [#4787](https://github.com/axios/axios/pull/4787)
280
281
282### Deprecated
283- There are multiple deprecations, refactors and fixes provided in this release. Please read through the full release notes to see how this may impact your project and use case.
284
285### Removed
286
287- Removed incorrect argument for NetworkError constructor [#4656](https://github.com/axios/axios/pull/4656)
288- Removed Webpack [#4596](https://github.com/axios/axios/pull/4596)
289- Removed function that transform arguments to array [#4544](https://github.com/axios/axios/pull/4544)
290
291### Fixed
292
293- Fixed grammar in README [#4649](https://github.com/axios/axios/pull/4649)
294- Fixed code error in README [#4599](https://github.com/axios/axios/pull/4599)
295- Optimized the code that checks cancellation [#4587](https://github.com/axios/axios/pull/4587)
296- Fix url pointing to defaults.js in README [#4532](https://github.com/axios/axios/pull/4532)
297- Use type alias instead of interface for AxiosPromise [#4505](https://github.com/axios/axios/pull/4505)
298- Fix some word spelling and lint style in code comments [#4500](https://github.com/axios/axios/pull/4500)
299- Edited readme with 3 updated browser icons of Chrome, FireFox and Safari [#4414](https://github.com/axios/axios/pull/4414)
300- Bump follow-redirects from 1.14.9 to 1.15.0 [#4673](https://github.com/axios/axios/pull/4673)
301- Fixing http tests to avoid hanging when assertions fail [#4435](https://github.com/axios/axios/pull/4435)
302- Fix TS definition for AxiosRequestTransformer [#4201](https://github.com/axios/axios/pull/4201)
303- Fix grammatical issues in README [#4232](https://github.com/axios/axios/pull/4232)
304- Fixing instance.defaults.headers type [#4557](https://github.com/axios/axios/pull/4557)
305- Fixed race condition on immediate requests cancellation [#4261](https://github.com/axios/axios/pull/4261)
306- Fixing Z_BUF_ERROR when no content [#4701](https://github.com/axios/axios/pull/4701)
307- Fixing proxy beforeRedirect regression [#4708](https://github.com/axios/axios/pull/4708)
308- Fixed AxiosError status code type [#4717](https://github.com/axios/axios/pull/4717)
309- Fixed AxiosError stack capturing [#4718](https://github.com/axios/axios/pull/4718)
310- Fixing AxiosRequestHeaders typings [#4334](https://github.com/axios/axios/pull/4334)
311- Fixed max body length defaults [#4731](https://github.com/axios/axios/pull/4731)
312- Fixed toFormData Blob issue on node>v17 [#4728](https://github.com/axios/axios/pull/4728)
313- Bump grunt from 1.5.2 to 1.5.3 [#4743](https://github.com/axios/axios/pull/4743)
314- Fixing content-type header repeated [#4745](https://github.com/axios/axios/pull/4745)
315- Fixed timeout error message for http [4738](https://github.com/axios/axios/pull/4738)
316- Request ignores false, 0 and empty string as body values [#4785](https://github.com/axios/axios/pull/4785)
317- Added back missing minified builds [#4805](https://github.com/axios/axios/pull/4805)
318- Fixed a type error [#4815](https://github.com/axios/axios/pull/4815)
319- Fixed a regression bug with unsubscribing from cancel token; [#4819](https://github.com/axios/axios/pull/4819)
320- Remove repeated compression algorithm [#4820](https://github.com/axios/axios/pull/4820)
321- The error of calling extend to pass parameters [#4857](https://github.com/axios/axios/pull/4857)
322- SerializerOptions.indexes allows boolean | null | undefined [#4862](https://github.com/axios/axios/pull/4862)
323- Require interceptors to return values [#4874](https://github.com/axios/axios/pull/4874)
324- Removed unused imports [#4949](https://github.com/axios/axios/pull/4949)
325- Allow null indexes on formSerializer and paramsSerializer [#4960](https://github.com/axios/axios/pull/4960)
326
327### Chores
328- Set permissions for GitHub actions [#4765](https://github.com/axios/axios/pull/4765)
329- Included githubactions in the dependabot config [#4770](https://github.com/axios/axios/pull/4770)
330- Included dependency review [#4771](https://github.com/axios/axios/pull/4771)
331- Update security.md [#4784](https://github.com/axios/axios/pull/4784)
332- Remove unnecessary spaces [#4854](https://github.com/axios/axios/pull/4854)
333- Simplify the import path of AxiosError [#4875](https://github.com/axios/axios/pull/4875)
334- Fix Gitpod dead link [#4941](https://github.com/axios/axios/pull/4941)
335- Enable syntax highlighting for a code block [#4970](https://github.com/axios/axios/pull/4970)
336- Using Logo Axios in Readme.md [#4993](https://github.com/axios/axios/pull/4993)
337- Fix markup for note in README [#4825](https://github.com/axios/axios/pull/4825)
338- Fix typo and formatting, add colons [#4853](https://github.com/axios/axios/pull/4853)
339- Fix typo in readme [#4942](https://github.com/axios/axios/pull/4942)
340
341### Security
342
343- Update SECURITY.md [#4687](https://github.com/axios/axios/pull/4687)
344
345### Contributors to this release
346
347- [Bertrand Marron](https://github.com/tusbar)
348- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
349- [Dan Mooney](https://github.com/danmooney)
350- [Michael Li](https://github.com/xiaoyu-tamu)
351- [aong](https://github.com/yxwzaxns)
352- [Des Preston](https://github.com/despreston)
353- [Ted Robertson](https://github.com/tredondo)
354- [zhoulixiang](https://github.com/zh-lx)
355- [Arthur Fiorette](https://github.com/arthurfiorette)
356- [Kumar Shanu](https://github.com/Kr-Shanu)
357- [JALAL](https://github.com/JLL32)
358- [Jingyi Lin](https://github.com/MageeLin)
359- [Philipp Loose](https://github.com/phloose)
360- [Alexander Shchukin](https://github.com/sashsvamir)
361- [Dave Cardwell](https://github.com/davecardwell)
362- [Cat Scarlet](https://github.com/catscarlet)
363- [Luca Pizzini](https://github.com/lpizzinidev)
364- [Kai](https://github.com/Schweinepriester)
365- [Maxime Bargiel](https://github.com/mbargiel)
366- [Brian Helba](https://github.com/brianhelba)
367- [reslear](https://github.com/reslear)
368- [Jamie Slome](https://github.com/JamieSlome)
369- [Landro3](https://github.com/Landro3)
370- [rafw87](https://github.com/rafw87)
371- [Afzal Sayed](https://github.com/afzalsayed96)
372- [Koki Oyatsu](https://github.com/kaishuu0123)
373- [Dave](https://github.com/wangcch)
374- [暴走老七](https://github.com/baozouai)
375- [Spencer](https://github.com/spalger)
376- [Adrian Wieprzkowicz](https://github.com/Argeento)
377- [Jamie Telin](https://github.com/lejahmie)
378- [毛呆](https://github.com/aweikalee)
379- [Kirill Shakirov](https://github.com/turisap)
380- [Rraji Abdelbari](https://github.com/estarossa0)
381- [Jelle Schutter](https://github.com/jelleschutter)
382- [Tom Ceuppens](https://github.com/KyorCode)
383- [Johann Cooper](https://github.com/JohannCooper)
384- [Dimitris Halatsis](https://github.com/mitsos1os)
385- [chenjigeng](https://github.com/chenjigeng)
386- [João Gabriel Quaresma](https://github.com/joaoGabriel55)
387- [Victor Augusto](https://github.com/VictorAugDB)
388- [neilnaveen](https://github.com/neilnaveen)
389- [Pavlos](https://github.com/psmoros)
390- [Kiryl Valkovich](https://github.com/visortelle)
391- [Naveen](https://github.com/naveensrinivasan)
392- [wenzheng](https://github.com/0x30)
393- [hcwhan](https://github.com/hcwhan)
394- [Bassel Rachid](https://github.com/basselworkforce)
395- [Grégoire Pineau](https://github.com/lyrixx)
396- [felipedamin](https://github.com/felipedamin)
397- [Karl Horky](https://github.com/karlhorky)
398- [Yue JIN](https://github.com/kingyue737)
399- [Usman Ali Siddiqui](https://github.com/usman250994)
400- [WD](https://github.com/techbirds)
401- [Günther Foidl](https://github.com/gfoidl)
402- [Stephen Jennings](https://github.com/jennings)
403- [C.T.Lin](https://github.com/chentsulin)
404- [mia-z](https://github.com/mia-z)
405- [Parth Banathia](https://github.com/Parth0105)
406- [parth0105pluang](https://github.com/parth0105pluang)
407- [Marco Weber](https://github.com/mrcwbr)
408- [Luca Pizzini](https://github.com/lpizzinidev)
409- [Willian Agostini](https://github.com/WillianAgostini)
410- [Huyen Nguyen](https://github.com/huyenltnguyen)
\No newline at end of file