Skip to content

Releases: axios/axios

v0.21.0

23 Oct 19:05
v0.21.0
94ca24b
Compare
Choose a tag to compare

Fixes and Functionality:

  • Fixing requestHeaders.Authorization (#3287)
  • Fixing node types (#3237)
  • Fixing axios.delete ignores config.data (#3282)
  • Revert "Fixing overwrite Blob/File type as Content-Type in browser. (#1773)" (#3289)
  • Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled (#3200)

Internal and Tests:

  • Lock travis to not use node v15 (#3361)

Documentation:

  • Fixing simple typo, existant -> existent (#3252)
  • Fixing typos (#3309)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.20.0

21 Aug 03:15
v0.20.0
0d87655
Compare
Choose a tag to compare

Release of 0.20.0-pre as a full release with no other changes.

v0.20.0-0

15 Jul 16:13
v0.20.0-0
ffea034
Compare
Choose a tag to compare
v0.20.0-0 Pre-release
Pre-release

Fixes and Functionality:

  • Fixing response with utf-8 BOM can not parse to json (#2419)
    • fix: remove byte order marker (UTF-8 BOM) when transform response
    • fix: remove BOM only utf-8
    • test: utf-8 BOM
    • fix: incorrect param name
  • Refactor mergeConfig without utils.deepMerge (#2844)
    • Adding failing test
    • Fixing #2587 default custom config persisting
    • Adding Concat keys and filter duplicates
    • Fixed value from CPE
    • update for review feedbacks
    • no deepMerge
    • only merge between plain objects
    • fix rename
    • always merge config by mergeConfig
    • extract function mergeDeepProperties
    • refactor mergeConfig with all keys, and add special logic for validateStatus
    • add test for resetting headers
    • add lots of tests and fix a bug
    • should not inherit data
    • use simple toString
  • Fixing overwrite Blob/File type as Content-Type in browser. (#1773)
  • Fixing an issue that type 'null' is not assignable to validateStatus (#2773)
  • Fixing special char encoding (#1671)
    • removing @ character from replacement list since it is a reserved character
    • Updating buildURL test to not include the @ character
    • Removing console logs
  • Fixing password encoding with special characters in basic authentication (#1492)
    • Fixing password encoding with special characters in basic authentication
    • Adding test to check if password with non-Latin1 characters pass
  • Fixing 'Network Error' in react native android (#1487)
    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.
  • Fixing Cookie Helper with Asyc Components (#1105) (#1107)
  • Fixing 'progressEvent' type (#2851)
    • Fix 'progressEvent' type
    • Update axios.ts
  • Fixing getting local files (file://) failed (#2470)
    • fix issue #2416, #2396
    • fix Eslint warn
    • Modify judgment conditions
    • add unit test
    • update unit test
    • update unit test
  • Allow PURGE method in typings (#2191)
  • Adding option to disable automatic decompression (#2661)
    • Adding ability to disable auto decompression
    • Updating decompress documentation in README
    • Fixing test\unit\adapters\http.js lint errors
    • Adding test for disabling auto decompression
    • Removing changes that fixed lint errors in tests
    • Removing formating change to unit test
  • Add independent maxBodyLength option (#2781)
    • Add independent option to set the maximum size of the request body
    • Remove maxBodyLength check
    • Update README
    • Assert for error code and message
  • Adding responseEncoding to mergeConfig (#1745)
  • Compatible with follow-redirect aborts the request (#2689)
    • Compatible with follow-redirect aborts the request
    • Use the error code
  • Fix merging of params (#2656)
    • Name function to avoid ESLint func-names warning
    • Switch params config to merge list and update tests
    • Restore testing of both false and null
    • Restore test cases for keys without defaults
    • Include test for non-object values that aren't false-y.
  • Revert finally as then (#2683)

Internal and Tests:

  • Fix stale bot config (#3049)
    • fix stale bot config
    • fix multiple lines
  • Add days and change name to work (#3035)
  • Update close-issues.yml (#3031)
    • Update close-issues.yml
      Update close message to read better 😄
    • Fix use of quotations
      Use single quotes as per other .yml files
    • Remove user name form message
  • Add GitHub actions to close stale issues/prs (#3029)
    • prepare stale actions
    • update messages
    • Add exempt labels and lighten up comments
  • Add GitHub actions to close invalid issues (#3022)
    • add close actions
    • fix with checkout
    • update issue templates
    • add reminder
    • update close message
  • Add test with Node.js 12 (#2860)
    • test with Node.js 12
    • test with latest
  • Adding console log on sandbox server startup (#2210)
    • Adding console log on sandbox server startup
    • Update server.js
      Add server error handeling
    • Update server.js
      Better error message, remove retry.
  • Adding tests for method options type definitions (#1996)
    Update tests.
  • Add test for redirecting with too large response (#2695)
  • Fixing unit test failure in Windows OS (#2601)
  • Fixing issue for HEAD method and gziped repsonse (#2666)
  • Fix tests in browsers (#2748)
  • chore: add jsdelivr and unpkg support (#2443)

Documentation:

  • Adding support for URLSearchParams in node (#1900)
    • Adding support for URLSearchParams in node
    • Remove un-needed code
    • Update utils.js
    • Make changes as suggested
  • Adding table of content (preview) (#3050)
    • add toc (preview)
    • remove toc in toc
      Signed-off-by: Moni usmoni@gmail.com
    • fix sublinks
    • fix indentation
    • remove redundant table links
    • update caps and indent
    • remove axios
  • Replace 'blacklist' with 'blocklist' (#3006)
  • docs(): Detailed config options environment. (#2088)
    • docs(): Detailed config options environment.
    • Update README.md
  • Include axios-data-unpacker in ECOSYSTEM.md (#2080)
  • Allow opening examples in Gitpod (#1958)
  • Remove axios.all() and axios.spread() from Readme.md (#2727)
    • remove axios.all(), axios.spread()
    • replace example
    • axios.all() -> Promise.all()
    • axios.spread(function (acct, perms)) -> function (acct, perms)
    • add deprecated mark
  • Update README.md (#2887)
    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.
  • Include swagger-taxos-codegen in ECOSYSTEM.md (#2162)
  • Add CDNJS version badge in README.md (#878)
    This badge will show the version on CDNJS!
  • Documentation update to clear up ambiguity in code examples (#2928)
    • Made a adjustment to the documenation 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.
  • Update README.md about validateStatus (#2912)
    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"
  • Updating documentation for usage form-data (#2805)
    Closes #2049
  • Fixing CHANGELOG.md issue link (#2784)
  • Include axios-hooks in ECOSYSTEM.md (#2003)
  • Added Response header access instructions (#1901)
    • Added Response header access instructions
    • Added note about using bracket notation
  • Add onUploadProgress and onDownloadProgress are browser only (#2763)
    Saw in #928 and #1966 that onUploadProgress and onDownloadProgress only work in the browser and was missing that from the README.
  • Update ' sign to ` in proxy spec (#2778)
  • Adding jsDelivr link in README (#1110)
    • Adding jsDelivr link
    • Add SRI
    • Remove SRI

Huge thanks to everyone who contributed to this release via code (authors listed
below) or via reviews and triaging on GitHub:

Read more

v0.19.2

22 Jan 04:29
2a0ff47
Compare
Choose a tag to compare
  • Remove unnecessary XSS check (#2679) (see (#2646) for discussion)

v0.19.1

07 Jan 18:55
351cf29
Compare
Choose a tag to compare

Fixes and Functionality:

  • Fixing invalid agent issue (#1904)
  • Fix ignore set withCredentials false (#2582)
  • Delete useless default to hash (#2458)
  • Fix HTTP/HTTPs agents passing to follow-redirect (#1904)
  • Fix ignore set withCredentials false (#2582)
  • Fix CI build failure (#2570)
  • Remove dependency on is-buffer from package.json (#1816)
  • Adding options typings (#2341)
  • Adding Typescript HTTP method definition for LINK and UNLINK. (#2444)
  • Update dist with newest changes, fixes Custom Attributes issue
  • Change syntax to see if build passes (#2488)
  • Update Webpack + deps, remove now unnecessary polyfills (#2410)
  • Fix to prevent XSS, throw an error when the URL contains a JS script (#2464)
  • Add custom timeout error copy in config (#2275)
  • Add error toJSON example (#2466)
  • Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scrip… (#2451)
  • Fixing subdomain handling on no_proxy (#2442)
  • Make redirection from HTTP to HTTPS work ([#2426](https://github.com/axios/axios/pull/2426] and (#2547)
  • Add toJSON property to AxiosError type (#2427)
  • Fixing socket hang up error on node side for slow response. (#1752)
  • Alternative syntax to send data into the body (#2317)
  • Fixing custom config options (#2207)
  • Fixing set config.method after mergeConfig for Axios.prototype.request (#2383)
  • Axios create url bug (#2290)
  • Do not modify config.url when using a relative baseURL (resolves #1628) (#2391)
  • Add typescript HTTP method definition for LINK and UNLINK (#2444)

Internal:

  • Revert "Update Webpack + deps, remove now unnecessary polyfills" (#2479)
  • Order of if/else blocks is causing unit tests mocking XHR. (#2201)
  • Add license badge (#2446)
  • Fix travis CI build #2386
  • Fix cancellation error on build master. #2290 #2207 (#2407)

Documentation:

  • Fixing typo in CHANGELOG.md: s/Functionallity/Functionality (#2639)
  • Fix badge, use master branch (#2538)
  • Fix typo in changelog #2193
  • Document fix (#2514)
  • Update docs with no_proxy change, issue #2484 (#2513)
  • Fixing missing words in docs template (#2259)
  • 🐛Fix request finally documentation in README (#2189)
  • updating spelling and adding link to docs (#2212)
  • docs: minor tweak (#2404)
  • Update response interceptor docs (#2399)
  • Update README.md (#2504)
  • Fix word 'sintaxe' to 'syntax' in README.md (#2432)
  • upadating README: notes on CommonJS autocomplete (#2256)
  • Fix grammar in README.md (#2271)
  • Doc fixes, minor examples cleanup (#2198)

v0.18.1

01 Jun 00:48
Compare
Choose a tag to compare

Security Fix:

  • Destroy stream on exceeding maxContentLength (fixes #1098) (#1485) - Gadzhi Gadzhiev

v0.19.0

30 May 16:13
Compare
Choose a tag to compare

Fixes and Functionality:

  • Unzip response body only for statuses != 204 (#1129) - drawski
  • Destroy stream on exceeding maxContentLength (fixes #1098) (#1485) - Gadzhi Gadzhiev
  • Makes Axios error generic to use AxiosResponse (#1738) - Suman Lama
  • Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993) - grumblerchester
  • Allow uppercase methods in typings. (#1781) - Ken Powers
  • Fixing .eslintrc without extension (#1789) - Manoel
  • Consistent coding style (#1787) - Ali Servet Donmez
  • Fixing building url with hash mark (#1771) - Anatoly Ryabov
  • 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 #
  • Preserve HTTP method when following redirect (#1758) - Rikki Gibson
  • Add getUri signature to TypeScript definition. (#1736) - Alexander Trauzzi
  • Adding isAxiosError flag to errors thrown by axios (#1419) - Ayush Gupta
  • Fix failing SauceLabs tests by updating configuration - Emily Morehouse

Documentation:

  • Add information about auth parameter to README (#2166) - xlaguna
  • Add DELETE to list of methods that allow data as a config option (#2169) - Daniela Borges Matos de Carvalho
  • Update ECOSYSTEM.md - Add Axios Endpoints (#2176) - Renan
  • Add r2curl in ECOSYSTEM (#2141) - 유용우 / CX
  • Update README.md - Add instructions for installing with yarn (#2036) - Victor Hermes
  • Fixing spacing for README.md (#2066) - Josh McCarty
  • Update README.md. - Change .then to .finally in example code (#2090) - Omar Cai
  • Clarify what values responseType can have in Node (#2121) - Tyler Breisacher
  • docs(ECOSYSTEM): add axios-api-versioning (#2020) - Weffe
  • 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
  • Add issue templates - Emily Morehouse
  • Update README.md. - Add Querystring library note (#1896) - Dmitriy Eroshenko
  • Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925) - Cody Chan
  • Clarify in README that default timeout is 0 (no timeout) (#1750) - Ben Standefer

v0.19.0-beta.1

09 Aug 19:06
5273811
Compare
Choose a tag to compare
v0.19.0-beta.1 Pre-release
Pre-release

NOTE: This is a beta version of this release. There may be functionality that is broken in
certain browsers, though we suspect that builds are hanging and not erroring. See
https://saucelabs.com/u/axios for the most up-to-date information.

New Functionality:

  • Add getUri method (#1712)
  • Add support for no_proxy env variable (#1693)
  • Add toJSON to decorated Axios errors to faciliate serialization (#1625)
  • Add second then on axios call (#1623)
  • Typings: allow custom return types
  • Add option to specify character set in responses (with http adapter)

Fixes:

  • Fix Keep defaults local to instance (#385)
  • Correctly catch exception in http test (#1475)
  • Fix accept header normalization (#1698)
  • Fix http adapter to allow HTTPS connections via HTTP (#959)
  • Fix Removes usage of deprecated Buffer constructor. (#1555, #1622)
  • Fix defaults to use httpAdapter if available (#1285)
    • Fixing defaults to use httpAdapter if available
    • Use a safer, cross-platform method to detect the Node environment
  • Fix Reject promise if request is cancelled by the browser (#537)
  • [Typescript] Fix missing type parameters on delete/head methods
  • [NS]: Send false flag isStandardBrowserEnv for Nativescript
  • Fix missing type parameters on delete/head
  • Fix Default method for an instance always overwritten by get
  • Fix type error when socketPath option in AxiosRequestConfig
  • Capture errors on request data streams
  • Decorate resolve and reject to clear timeout in all cases

v.0.18.0

09 Aug 19:05
Compare
Choose a tag to compare
  • Adding support for UNIX Sockets when running with Node.js (#1070)
  • Fixing typings (#1177):
    • AxiosRequestConfig.proxy: allows type false
    • AxiosProxyConfig: added auth field
  • Adding function signature in AxiosInstance interface so AxiosInstance can be invoked (#1192, #1254)
  • Allowing maxContentLength to pass through to redirected calls as maxBodyLength in follow-redirects config (#1287)
  • Fixing configuration when using an instance - method can now be set (#1342)

0.17.1 (Nov 11, 2017)

  • Fixing issue with web workers (#1160)
  • Allowing overriding transport (#1080)
  • Updating TypeScript typings (#1165, #1125, #1131)

v0.17.1

11 Nov 23:25
Compare
Choose a tag to compare
Releasing 0.17.1