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