You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@
5
5
# Changelog
6
6
All notable changes to this project will be documented in this file.
7
7
8
+
## 2.6.0 [UNRELEASED]
9
+
### Notes
10
+
#### Deprecations
11
+
`Axios.CancelToken` is now deprecated, this was deprecated by upstream Axios since 0.22.0.
12
+
Please migrate to the native `AbortController` API using the `signal` attribute within the Axios request configuration.
13
+
14
+
#### Behavior changes
15
+
This package now only contains Javascript module (ESM) files, meaning the CommonJS files have been dropped.
16
+
All app bundling tools we provide and support (Vite or Webpack 5+) will keep working without any changes needed.
17
+
18
+
### Fixed
19
+
* fix: fetch token using `@nextcloud/auth` which updates the token on context \([\#913](https://github.com/nextcloud-libraries/nextcloud-axios/pull/913)\)
20
+
* fix: axios does not preserve symbols in its config \([\#916](https://github.com/nextcloud-libraries/nextcloud-axios/pull/916)\)
21
+
22
+
### Changed
23
+
* Updated development dependencies
24
+
* build(deps): Removed dependency on `@nextcloud/router`
25
+
* build(deps): Added dependency on `@nextcloud/auth` 2.6.0+
26
+
* build(deps): Bump `axios` to 1.15.0
27
+
* ci: update all workflow templates from organization template repository \([\#905](https://github.com/nextcloud-libraries/nextcloud-axios/pull/905)\)
0 commit comments