Skip to content

Releases: grantila/fetch-h2

v2.0.3

29 Jan 23:21
Compare
Choose a tag to compare

2.0.3 (2019-01-29)

Bug Fixes

  • ALPN: Fix inverted comparison (c33f6ab)
  • spec: Added Response 'status' and 'statusText' defaults (f8b9405)
  • spec: Make Response constructor parameters optional (6c94589)

v2.0.2

18 Jan 20:47
Compare
Choose a tag to compare

2.0.2 (2019-01-18)

Bug Fixes

  • http2: Fixed GOAWAY race for 'error' event. (6b526ea)
  • http2: Unref stale session (marked for destruction) (e130ce2)

v2.0.1

14 Jan 07:35
Compare
Choose a tag to compare

2.0.1 (2019-01-14)

Bug Fixes

  • alpn: Accept https servers w/o ALPN support, fallback to defaults (4516b7c)

v2.0.0

13 Jan 21:42
Compare
Choose a tag to compare

2.0.0 (2019-01-13)

Features

  • core: Keep track of socket ref/deref in sync with request pool (5758088)
  • http1: Added HTTP/1 options, and made options per-origin (b8753f1)
  • http1: Added support for transparent HTTP/1(.1) (69b56d0)

BREAKING CHANGES

  • http1: "http://" will default to HTTP/1(.1) rather than HTTP/2

v1.2.3

09 Jan 00:41
Compare
Choose a tag to compare

1.2.3 (2019-01-09)

Bug Fixes

  • core: Fixed validation check of content-encoded responses (8336256), closes #27

v1.2.2

09 Jan 00:08
Compare
Choose a tag to compare

1.2.2 (2019-01-09)

Bug Fixes

  • core: Fixed handling of prematurely closed streams (eee97c0), closes #18

v1.2.1

08 Jan 23:43
Compare
Choose a tag to compare

1.2.1 (2019-01-08)

Bug Fixes

  • test: Fixed version generating script to conform to lint rules (7a5259a)

v1.1.1

25 Dec 11:09
Compare
Choose a tag to compare

1.1.1 (2018-12-25)

Bug Fixes

  • deps: Added missing commitizen dep (e6968e2)
  • unused: Removed unused code (037f99e)

v1.1.0

15 Dec 17:39
Compare
Choose a tag to compare

1.1.0 (2018-12-15)

Features

  • typings: Using strict-mode TypeScript (a51f3a1)

v1.0.5

09 Dec 14:17
Compare
Choose a tag to compare

1.0.5 (2018-12-09)

Bug Fixes

  • push: Fixed TS signature of onPush() to allow empty argument (to unset) (39d22f2)