Skip to content

Tags: longcipher/hpx

Tags

v2.5.20

Toggle v2.5.20's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
chore: bump version to 2.5.20, update actions, and fix lints

Update GitHub Actions checkout to v7 and release to v3.
Bump workspace version to 2.5.20.
Add serve_resources test helper and simplify pool.rs with Polonius borrow fixes.

v2.5.19

Toggle v2.5.19's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
fix(ci): set NODE_OPTIONS to use system CA store in release workflow

v2.5.18

Toggle v2.5.18's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
test(hpx-emulation, hpx-streams): add comprehensive unit tests

Add tests for emulation factory dispatch, browser header initializers,
TLS fingerprint presets, fingerprint diffs, cache behavior, and codec
edge cases including varint decoding, bracket handling in JSON arrays,
and iteration bounds to prevent hangs from codec regressions.

v2.5.17

Toggle v2.5.17's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
docs(http): clarify origin URI stripping logic

v2.5.16

Toggle v2.5.16's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
chore: bump version to 2.5.16 and update defaults

- Bump workspace version and all local crate versions from 2.5.15 to 2.5.16
- Update selectors from 0.39.0 to 0.40.0 and stylo from 0.19.0 to 0.20.0
- Enable TCP nodelay by default in connector
- Enable HTTP/2 keep-alive pings (10s interval, while idle)
- Enable BBR congestion control for HTTP/3
- Add warm_up API to pre-establish pooled connections
- Enable WebSocket no_delay by default

v2.5.15

Toggle v2.5.15's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
fix(hpx): Fix missing conditional compilation for rustls-tls feature

Add the missing not(feature = "boring-tls") condition to the TlsInfoFactory implementation, and supplement the conditional declaration of tokio_rustls in lib.rs to prevent conflicts with the boring-tls feature.

v2.5.14

Toggle v2.5.14's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
chore: fixed version

v2.5.13

Toggle v2.5.13's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
fix: fix ci

v2.5.12

Toggle v2.5.12's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
chore: update version

v2.5.11

Toggle v2.5.11's commit message

Verified

This commit was signed with the committer’s verified signature.
Akagi201 Bob Liu
chore: bump to v2.5.11 and refactor browser/TLS/config layers

- Version bump workspace to 2.5.11
- Refactor hpx-browser: extract stealth into dedicated module, add utils.rs
- Unify TLS version representation with wire-value constants
- Introduce RequestConfig generic for layered client/request config
- Fix yawc fragmentation: replace panic with ConflictingFragmentation error
- Fix yawc proxy URL parsing: proper host/port extraction with error handling
- Fix codec boundary: max_payload_size uses > instead of >=
- Remove dead code annotations for pending integrations
- Update hpx-h3 upstream tracking doc
- Bump deno_core, rustls-pki-types, blitz rev