Skip to content

Commit 1212fc5

Browse files
v5.0.2
1 parent 47c6d31 commit 1212fc5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [5.0.2] - 2025-03-17
8+
9+
### Breaking Change
10+
- Using Stream Response with HTTP2 connections will download the response as quickly as possible. Previously it was possible to delay reads when using await inside an async iterator loop. HTTP1.0/1.1 are unaffected.
11+
12+
### Fixed
13+
- More robust solution for partial fix in 5.0.1 where using Stream Response with HTTP2 connections could cause a hang [#1](https://github.com/andrewmackrodt/node-libcurl-ja3/issues/1)
14+
715
## [5.0.1] - 2025-03-16
816

917
### Fixed
@@ -433,6 +441,7 @@ Special Thanks to [@koskokos2](https://github.com/koskokos2) for their contribut
433441
- Improved code style, started using prettier
434442
## [1.2.0] - 2017-08-28
435443

444+
[5.0.2]: https://github.com/andrewmackrodt/node-libcurl-ja3/compare/v5.0.1...v5.0.2
436445
[5.0.1]: https://github.com/andrewmackrodt/node-libcurl-ja3/compare/v5.0.0...v5.0.1
437446
[5.0.0]: https://github.com/JCMais/node-libcurl/compare/v4.1.0...andrewmackrodt:node-libcurl-ja3:v5.0.0
438447
[3.0.0]: https://github.com/JCMais/node-libcurl/compare/v2.3.4...v3.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-libcurl-ja3",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Node.js native bindings for libcurl-impersonate. Impersonate Chrome, Edge, Firefox and Safari TLS fingerprints.",
55
"keywords": [
66
"boringssl",

0 commit comments

Comments
 (0)