Releases: grantila/fetch-h2
Releases · grantila/fetch-h2
v3.0.2
3.0.2 (2022-02-23)
Bug Fixes
- typings: Export RequestInit and FetchInit (80c7201)
v3.0.1
3.0.1 (2021-10-03)
Bug Fixes
- deps: bumped deps, minor updates due to it (c1fadc9)
- http2: fixed 1xx handling issue (3d28301), closes #113
v3.0.0
3.0.0 (2021-05-15)
Bug Fixes
- types: export HttpVersion (0da9349)
Features
- deps: bumped deps to latest version (19592ed)
- engine: exporting ES2019 (1e03178)
BREAKING CHANGES
- engine: Requires NodeJS 12
v2.5.1
2.5.1 (2020-09-04)
Bug Fixes
- test: increased timeout of a slow test (cc9cb2b)
v2.5.0
2.5.0 (2020-08-20)
Bug Fixes
- core: always sends the 'host' (http/1) or ':authority' (http/2) header (bec7c32), closes #110
- deps: bumped deps (fbc90bd)
- node: fixed https connection issue on Node.js 12 and 13 (f313c55), closes #104
Features
- core: added support for absolute redirections (c22c63c), closes #107
- headers: added (non-standard) toJSON to the Headers class (a93a54a)
v2.4.5
2.4.5 (2020-03-22)
Bug Fixes
- zlib: Default flush options to Z_SYNC_FLUSH (91e111a), closes #72
v2.4.4
2.4.4 (2020-03-21)
Bug Fixes
v2.4.3
2.4.3 (2020-03-16)
Bug Fixes
- session: fixed concurrency of streams within sessions (533ed40), closes #39 #77 #85
v2.4.2
2.4.2 (2020-03-15)
Bug Fixes
- core: fixed session cleanup/disconnect (91748a5)
v2.4.1
2.4.1 (2020-03-15)
Bug Fixes
- deps: bumped deps (primarily fix in 'already') (5309ce4)