File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,9 +33,26 @@ unreleased
3333
34342.0.0 / 2024-09-10
3535=========================
36- * Propagate changes from 1.20.3
37- * add brotli support #406
38- * Breaking Change: Node.js 18 is the minimum supported version
36+
37+ ## Breaking Changes
38+ * Node.js 18 is the minimum supported version
39+ * ` req.body ` is no longer always initialized to ` {} `
40+ - it is left ` undefined ` unless a body is parsed
41+ * Remove deprecated ` bodyParser() ` combination middleware
42+ * ~ ` urlencoded ` parser now defaults ` extended ` to ` false ` ~ as released, this is not the case, fixed in 2.0.1
43+ * ` urlencoded ` simple parser now uses ` qs ` module instead of ` querystring ` module
44+
45+ ## Features
46+ * Add brotli support #406
47+ * urlencoded: Add option to customize the depth with a default value of 32
48+ * urlencoded: Support iso-8859-1, utf8 sentinel, and numeric entities
49+ * Use ` on-finished ` to determine when body read
50+
51+ ## Dependencies
52+ * deps: raw-body@^3.0.0
53+ * deps: qs@6.12.3
54+ * deps: debug@3.1.0
55+ * deps: iconv-lite@0.5.2
3956
40572.0.0-beta.2 / 2023-02-23
4158=========================
You can’t perform that action at this time.
0 commit comments