diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.yml b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.yml
index e2dc274e05..82ca84968a 100644
--- a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.yml
+++ b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.yml
@@ -14,7 +14,7 @@ body:
- If you're reporting a bug, ensure it isn't already fixed in the latest Axios version.
- type: markdown
attributes:
- value: '⚠️👆 Feel free to these instructions before submitting the issue 👆⚠️'
+ value: '⚠️👆 Feel free to delete these instructions before submitting the issue 👆⚠️'
- type: textarea
id: description
attributes:
diff --git a/.npmignore b/.npmignore
index 49010d7e38..fe5272f135 100644
--- a/.npmignore
+++ b/.npmignore
@@ -8,4 +8,3 @@
!LICENSE
!MIGRATION_GUIDE.md
!README.md
-!SECURITY.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4301d62583..a3524d7c11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,77 @@
# Changelog
+## [1.8.2](https://github.com/axios/axios/compare/v1.8.1...v1.8.2) (2025-03-07)
+
+
+### Bug Fixes
+
+* **http-adapter:** add allowAbsoluteUrls to path building ([#6810](https://github.com/axios/axios/issues/6810)) ([fb8eec2](https://github.com/axios/axios/commit/fb8eec214ce7744b5ca787f2c3b8339b2f54b00f))
+
+### Contributors to this release
+
+- [Fasoro-Joseph Alexander](https://github.com/lexcorp16 "+1/-1 (#6810 )")
+
+## [1.8.1](https://github.com/axios/axios/compare/v1.8.0...v1.8.1) (2025-02-26)
+
+
+### Bug Fixes
+
+* **utils:** move `generateString` to platform utils to avoid importing crypto module into client builds; ([#6789](https://github.com/axios/axios/issues/6789)) ([36a5a62](https://github.com/axios/axios/commit/36a5a620bec0b181451927f13ac85b9888b86cec))
+
+### Contributors to this release
+
+-
[Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+51/-47 (#6789 )")
+
+# [1.8.0](https://github.com/axios/axios/compare/v1.7.9...v1.8.0) (2025-02-25)
+
+
+### Bug Fixes
+
+* **examples:** application crashed when navigating examples in browser ([#5938](https://github.com/axios/axios/issues/5938)) ([1260ded](https://github.com/axios/axios/commit/1260ded634ec101dd5ed05d3b70f8e8f899dba6c))
+* missing word in SUPPORT_QUESTION.yml ([#6757](https://github.com/axios/axios/issues/6757)) ([1f890b1](https://github.com/axios/axios/commit/1f890b13f2c25a016f3c84ae78efb769f244133e))
+* **utils:** replace getRandomValues with crypto module ([#6788](https://github.com/axios/axios/issues/6788)) ([23a25af](https://github.com/axios/axios/commit/23a25af0688d1db2c396deb09229d2271cc24f6c))
+
+
+### Features
+
+* Add config for ignoring absolute URLs ([#5902](https://github.com/axios/axios/issues/5902)) ([#6192](https://github.com/axios/axios/issues/6192)) ([32c7bcc](https://github.com/axios/axios/commit/32c7bcc0f233285ba27dec73a4b1e81fb7a219b3))
+
+
+### Reverts
+
+* Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732) ([1317261](https://github.com/axios/axios/commit/1317261125e9c419fe9f126867f64d28f9c1efda)), closes [#6731](https://github.com/axios/axios/issues/6731) [#6732](https://github.com/axios/axios/issues/6732)
+
+
+### BREAKING CHANGES
+
+* code relying on the above will now combine the URLs instead of prefer request URL
+
+* feat: add config option for allowing absolute URLs
+
+* fix: add default value for allowAbsoluteUrls in buildFullPath
+
+* fix: typo in flow control when setting allowAbsoluteUrls
+
+### Contributors to this release
+
+-
[Michael Toscano](https://github.com/GethosTheWalrus "+42/-8 (#6192 )")
+-
[Willian Agostini](https://github.com/WillianAgostini "+26/-3 (#6788 #6777 )")
+-
[Naron](https://github.com/naronchen "+27/-0 (#5901 )")
+-
[shravan || श्रvan](https://github.com/shravan20 "+7/-3 (#6116 )")
+-
[Justin Dhillon](https://github.com/justindhillon "+0/-7 (#6312 )")
+-
[yionr](https://github.com/yionr "+5/-1 (#6129 )")
+-
[Shin'ya Ueoka](https://github.com/ueokande "+3/-3 (#5935 )")
+-
[Dan Dascalescu](https://github.com/dandv "+3/-3 (#5908 #6757 )")
+-
[Nitin Ramnani](https://github.com/NitinRamnani "+2/-2 (#5938 )")
+-
[Shay Molcho](https://github.com/shaymolcho "+2/-2 (#6770 )")
+-
[Jay](https://github.com/jasonsaayman "+0/-3 (#6732 )")
+- fancy45daddy
+-
[Habip Akyol](https://github.com/habipakyol "+1/-1 (#6030 )")
+-
[Bailey Lissington](https://github.com/llamington "+1/-1 (#6771 )")
+-
[Bernardo da Eira Duarte](https://github.com/bernardoduarte "+1/-1 (#6480 )")
+-
[Shivam Batham](https://github.com/Shivam-Batham "+1/-1 (#5949 )")
+-
[Lipin Kariappa](https://github.com/lipinnnnn "+1/-1 (#5936 )")
+
## [1.7.9](https://github.com/axios/axios/compare/v1.7.8...v1.7.9) (2024-12-04)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e04a430e84..5fc2708b49 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ Please update the [docs](README.md) accordingly so that there are no discrepanci
## Developing
- `npm run test` run the jasmine and mocha tests
-- `npm run build` run webpack and bundle the source
+- `npm run build` run rollup and bundle the source
- `npm run version` prepare the code for release
Please don't include changes to `dist/` in your pull request. This should only be updated when releasing a new version.
diff --git a/README.md b/README.md
index f92b3b8511..1a7f724bd7 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,11 @@
We’re bound by one common purpose: to give you the financial tools, resources and information you ne...
Hi, we're Descope! We are building something in the authentication space for app developers and...
At Buzzoid, you can buy Instagram followers quickly, safely, and easily with just a few clicks. Rate...
-At Famety, you can grow your social media following quickly, safely, and easily with just a few clic...
+At Famety, you can grow your social media following quickly, safely, and easily with just a few clic...
Buy Instagram Likes
+Tubidy: Free Music and Video Downloads | MP3, MP4
+SS Market offers professional social media services that rapidly increase your YouTube subscriber co...
+Buy real Instagram followers from Twicsy starting at only $2.97. Twicsy has been voted the best site...