What's Changed
- fix: make fetch's signature spec-compliant by @targos in #1226
- Fix typo in docs/api/Dispatcher.md by @tniessen in #1227
- test(fetch): add client maxRequestsPerClient error test by @AlixWang in #1229
- Fix typo in test case name by @tniessen in #1234
- fix:
RequestInit
doesn't allow explicitundefined
by @chlonel in #1242 - feat: add factory option to BalancedPool by @nipeshkc7 in #1237
- feat: pass rawHeaders by @MoLow in #1240
- docs: add POST request example by @is2ei in #1247
- feat: normalize origin for BalancedPool addUpstream/removeUpstream by @mnutt in #1252
- feat: expose pool aggregate statistics by @mnutt in #1255
- Allow string[] as Record value on HeadersInit by @dgadelha in #1244
- Fix for ignoring explicit empty host header values by @ggoodman in #1258
- fix: Improve BodyReadable type definition by @umarov in #1259
- feat: eager loading of wasm in jest environment by @mcfedr in #1246
New Contributors
- @AlixWang made their first contribution in #1229
- @chlonel made their first contribution in #1242
- @nipeshkc7 made their first contribution in #1237
- @MoLow made their first contribution in #1240
- @is2ei made their first contribution in #1247
- @mnutt made their first contribution in #1252
- @dgadelha made their first contribution in #1244
- @ggoodman made their first contribution in #1258
- @umarov made their first contribution in #1259
Full Changelog: v4.14.1...v4.15.0