axios v0.19.0 Release Notes

Release Date: 2019-05-30 // almost 5 years ago
  • ๐Ÿ›  Fixes and Functionality:

    • โž• Added support for no_proxy env variable (#1693) - Chance Dickson
    • 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 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

    Internal:

    • ๐Ÿ›  Fixing .eslintrc without extension (#1789) - Manoel
    • ๐Ÿ›  Fix failing SauceLabs tests by updating configuration - Emily Morehouse
    • โž• Add issue templates - Emily Morehouse

    ๐Ÿ“š Documentation:

    • ๐Ÿ’… Consistent coding style in README (#1787) - Ali Servet Donmez
    • โž• 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
    • โšก๏ธ Update README.md. - Add Querystring library note (#1896) - Dmitriy Eroshenko
    • โž• Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925) - Cody Chan
    • 0๏ธโƒฃ Clarify in README that default timeout is 0 (no timeout) (#1750) - Ben Standefer