Skip to content

Commit 3296d86

Browse files
committed
changelog
1 parent dc700c1 commit 3296d86

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Changelog
22

3+
## 0.12.0 (Sep 28, 2025)
4+
5+
- There's a new setting to set and override headers: `XLWINGS_CUSTOM_HEADERS={"name1": "value1", "name2": "value2"}`
6+
- The extensionBundle version for Azure functions has been updated in `host.json` from `"version": "[2.*, 3.0.0)"` to `"version": "[4.*, 5.0.0)"`.
7+
- **Breaking change:** The setting `XLWINGS_ADD_SECURITY_HEADERS` doesn't set the CSP header anymore. If you want the CSP header, add it via `XLWINGS_CUSTOM_HEADERS`.
8+
- Upgraded dependencies.
9+
310
## 0.11.3 (Aug 5, 2025)
411

512
- Enhanced the Task pane [auth sample](https://github.com/xlwings/xlwings-server/tree/main/app/templates/examples/auth)
613
- Better logging for authorization issues
714
- Turned `main.js` into a ES Module
8-
- Upgraded dependencies
15+
- Upgraded dependencies.
916

1017
## 0.11.2 (Jul 10, 2025)
1118

0 commit comments

Comments
 (0)