Releases: nodejs/llhttp
Releases Β· nodejs/llhttp
v9.3.1
What's Changed
- build(deps-dev): bump @types/node from 22.14.1 to 22.15.21 by @dependabot[bot] in #680
- build(deps): bump github/codeql-action from 3.28.15 to 3.28.18 by @dependabot[bot] in #679
- build(deps-dev): bump tsx from 4.19.3 to 4.19.4 by @dependabot[bot] in #668
- build(deps): bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #661
- build(deps-dev): bump llparse-test-fixture from 5.0.2 to 5.1.0 by @dependabot[bot] in #655
- build(deps-dev): bump typescript-eslint from 8.29.1 to 8.32.1 by @dependabot[bot] in #678
- build(deps): bump node from 23-alpine to 24-alpine by @dependabot[bot] in #672
- build(deps-dev): bump eslint from 9.24.0 to 9.27.0 by @dependabot[bot] in #677
- Remove duplicate target by @sunpoet in #675
- fix: update generate make rule by @Uzlopak in #683
- chore: use erasableSyntaxOnly by @Uzlopak in #684
- build(deps): bump github/codeql-action from 3.28.18 to 3.29.5 by @dependabot[bot] in #728
- build(deps-dev): bump @eslint/js from 9.28.0 to 9.32.0 by @dependabot[bot] in #727
- build(deps-dev): bump eslint from 9.28.0 to 9.32.0 by @dependabot[bot] in #726
- build(deps-dev): bump @stylistic/eslint-plugin from 4.2.0 to 5.2.2 by @dependabot[bot] in #725
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #687
- improve codebase, fix QDTEXT lookup table by @Uzlopak in #682
- build: add llhttp-specific prefix to CMake options. by @tom-seddon in #657
- build(deps): bump node from
91aa1bbto7aaba6bby @dependabot[bot] in #693 - build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in #701
- build(deps-dev): bump typescript-eslint from 8.33.0 to 8.38.0 by @dependabot[bot] in #724
- build(deps-dev): bump @types/node from 22.15.21 to 24.1.0 by @dependabot[bot] in #723
- build(deps): bump github/codeql-action from 3.29.7 to 3.29.11 by @dependabot[bot] in #745
- build(deps-dev): bump @eslint/js from 9.32.0 to 9.34.0 by @dependabot[bot] in #742
- chore: update llparse to 7.3.1, dev dependencies
New Contributors
- @sunpoet made their first contribution in #675
- @tom-seddon made their first contribution in #657
Full Changelog: v9.3.0...v9.3.1
v9.3.0
What's Changed
- 9bfa03f chore: update llparse to 7.3.0 (#664)
- 515206a chore: Updated README. (#618)
- b6c036a chore: Harden GitHub Actions (#583)
- dc5dc9a chore: Updated toolchain. (#567)
- 71fb44b chore: fix
dependabot.yml(#569) - 10c0019 chore: Fixed license path and CMake minimum version. (#566)
- 58c963a Fix aiohttp dev mode tests (#568)
- b1272a1 chore: use a configurable value for number of open Dependabot PRs (#562)
- 74cd9fd Fix handling of absolute install path params (#560)
- 8371b40 feat: Added support for RTSP and ICE response and the on_protocol_complete callback. (#477)
- f15c7d2 chore: modernize linting to use eslint 9 (#459)
- 905220f install shared lib correctly on DLL platforms (#405)
- f0a3117 Update dependencies (#399)
Full Changelog: v9.2.1...v9.3.0
v9.2.1
What's Changed
- fix: Do not allow OBS fold in headers by default. by @ShogunPanda in #348
- Use clean installs from MPN by @steverep in #298
New Contributors
Full Changelog: v9.2.0...v9.2.1
v8.1.2
What's Changed
- fix: Do not allow OBS fold in headers by default. by @ShogunPanda in #352
Full Changelog: v8.1.1...v8.1.2
v6.1.1
What's Changed
- fix: Do not allow OBS fold in headers by default. by @ShogunPanda in #350
Full Changelog: v6.1.0...v6.1.1
v9.2.0
What's Changed
- Fix zero length chunked response regression by @bdraco in #256
- Verify that HTTP header fields are not empty. by @kenballus in #258
- Revert "Fix zero length chunked response regression" by @bdraco in #262
- feat: support http method query by @marco-ippolito in #265
- export symbols on windows by @Arlen-LT in #263
- remove python from codeql by @Uzlopak in #283
- remove javascript-stringify as dependency by @Uzlopak in #282
- remove semver dependency by @Uzlopak in #281
- Replace tslint with eslint and stylistic by @Uzlopak in #279
- fix: repair build-wasm npm script by @Uzlopak in #277
- feat: replace mocha with node own test runner by @Uzlopak in #280
- fix: windows test by @Uzlopak in #286
- Improve enumToMap typings by @Uzlopak in #278
- feat: Get rid of enums. by @ShogunPanda in #287
- fix: add tsconfig.base.json to dockerignore by @Uzlopak in #293
New Contributors
- @bdraco made their first contribution in #256
- @kenballus made their first contribution in #258
- @marco-ippolito made their first contribution in #265
- @Arlen-LT made their first contribution in #263
- @step-security-bot made their first contribution in #255
- @Uzlopak made their first contribution in #283
Full Changelog: v9.1.3...v9.2.0
v6.1.0
What's Changed
- feat: Added on_chunk_parameters callback. by @ShogunPanda in #264
Full Changelog: v6.0.11...v6.1.0
v9.1.3
What's Changed
- fix: Chunk ext parameters parsing when more then one name-value by @ngrodzitski in #248
- Fix: lenient_flags is truncated on reset by @guoye-zhang in #251
- fix: chunk extensions quoted-string value parsing by @ngrodzitski in #253
- fix: Restart the parser on HTTP 100. by @ShogunPanda in #254
- chore: add aiohttp regression tests to CI by @Dreamsorcerer in #250
New Contributors
- @ngrodzitski made their first contribution in #248
- @guoye-zhang made their first contribution in #251
- @Dreamsorcerer made their first contribution in #250
Full Changelog: v9.1.2...v9.1.3
v9.1.2
v9.1.1
What's Changed
- feat: Expose new lenient methods. by @ShogunPanda in #246
Full Changelog: v9.1.0...v9.1.1