Skip to content

Commit cd6c585

Browse files
committed
chore: prepare v2.6.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent f0c1df1 commit cd6c585

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

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)\)
28+
* chore: deprecate `Axios.CancelToken` \([\#918](https://github.com/nextcloud-libraries/nextcloud-axios/pull/918)\)
29+
* chore: drop cjs and migrate building to vanilla Typescript \([\#919](https://github.com/nextcloud-libraries/nextcloud-axios/pull/919)\)
30+
831
## 2.5.2 - 2025-09-20
932
### Fixed
1033
* fix: add missing config interface typing for `reloadExpiredSession`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/axios",
3-
"version": "2.5.2",
3+
"version": "2.6.0",
44
"description": "Axios client for Nextcloud",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)