Skip to content

Commit 4d308ba

Browse files
docs: update changelog [skip ci]
1 parent 05e4ad7 commit 4d308ba

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

impit-node/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## js-0.14.1 - 2026-05-29
7+
8+
#### Bug Fixes
9+
10+
- Handle missing APIFY_HTTPBIN_TOKEN in musllinux aarch64 Python tests (#444)
11+
- Third-party PRs run without repository secrets, and the `musllinux` `aarch64` Python job was passing `APIFY_HTTPBIN_TOKEN` to `run-on-arch-action` in a way that produced a non-flat env value. That caused the job to fail before tests could use their existing fallback behavior. ---------
12+
13+
14+
- Migrate `http3` DNS lookup from `hickory-client` to `hickory-resolver` (#454)
15+
- `impit/src/http3.rs` only used hickory to fire a single HTTPS-record DNS query against a hard-coded `8.8.8.8:53` for h3 discovery. Migrated that to `hickory-resolver 0.26.1`, which: - pulls in the patched `hickory-proto 0.26.1`, - uses the system DNS config instead of hard-coding Google's resolver, - drops the manual background-task plumbing and `Drop` impl since the resolver manages its own connections. API shifts handled along the way: `Record::data()``Record.data` (now a public field), `SVCB::svc_params()``SVCB.svc_params` (public field).
16+
17+
18+
- Drop only-allow preinstall from the published package (#464)
19+
20+
621
## js-0.14.0 - 2026-05-07
722

823
#### Features

0 commit comments

Comments
 (0)