Skip to content

Commit ced2f5f

Browse files
committed
updated changes.md
1 parent c1cc370 commit ced2f5f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGES.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@
55
- #3472, #3484 Node.js 18 & React 18 Upgrade
66
- Converted all Node modules & release NPM packages to pure ESM modules
77
- Replaced ts-node with tsx
8-
- Replace nyc with c8
9-
- Upgrade to typescript 5 & webpack 5
10-
- Removed [@gov.au/pancake](https://www.npmjs.com/package/@gov.au/pancake) from dependencies
8+
- Replaced nyc with c8
9+
- Upgraded to typescript 5 & webpack 5
10+
- #3486: Removed [@gov.au/pancake](https://www.npmjs.com/package/@gov.au/pancake) from dependencies
11+
- re-written frontend web worker handling
12+
- fixed: when the supplied API key is not found, 401 code will be responded rather than 500
13+
- adjusted CI pipeline workflow
14+
- replaced `isomorphic-fetch` with `cross-fetch`
15+
- replaced `request` lib usage (including registry client libs) with `cross-fetch` or `node-fetch`
16+
- removed `request` function export from `@magda/utils` & `@magda/typescript-common`
17+
- reduced the size of `magda-scss-compiler` docker image
18+
- upgraded `http-proxy`, `pg` & other dependencies
1119

1220
## v2.3.3
1321

0 commit comments

Comments
 (0)