Skip to content

Releases: summerwind/h2spec

h2spec v2.6.0

04 Aug 13:15
Compare
Choose a tag to compare
  • Build with Go 1.14
  • Validate only the length of the DATA frame in 6.9.2/1 #117
  • Add source address used in test in failure report #114

h2spec v2.5.0

02 Jun 14:08
Compare
Choose a tag to compare
  • Literal Header Field representation with invalid index #113

h2spec v2.4.0

27 Dec 12:22
Compare
Choose a tag to compare
  • Fix typo #111
  • Allow to choose TLS ciphersuites #110

h2spec v2.3.0

10 Jun 04:13
Compare
Choose a tag to compare
  • Fix invalid string value with EOS in HPACK 5.2.3
  • Handle GOAWAY frame in HTTP/2 3.5
  • Build with Go 1.12
  • Use go modules

h2spec v2.2.1

12 Feb 14:24
Compare
Choose a tag to compare
  • Handle connection close in Windows properly
  • Build with Go 1.11.2
  • Use dep instead of glide
  • Fix duplicated test
  • Wait the server to fill the test result

h2spec v2.2.0

18 Sep 13:56
Compare
Choose a tag to compare
  • Do not expect the connection close in GOAWAY frame tests
  • Add '--path' option

h2spec v2.1.1

20 Jun 13:21
Compare
Choose a tag to compare
  • Verify stream error instead of connection error in http2/5.1/11
  • Build with Go 1.10.3

h2spec v2.1.0

28 Mar 11:55
Compare
Choose a tag to compare
  • Treat as connection error with invalid pad length (Thanks @chhsiao90)
  • Set the payload length appropriately in http2/6.2
  • Use non-zero return code when tests fail
  • Build with Go 1.8

h2spec v2.0.2

01 Feb 11:24
Compare
Choose a tag to compare
  • Fix a bug related to dynamic table size update in generic/5 (Thanks @kazu-yamamoto)
  • Remove arrow in verbose log to avoid confusion

h2spec v2.0.1

25 Jan 10:18
Compare
Choose a tag to compare
  • Send null bytes as padding of DATA frame (Thanks @daurnimator)
  • Docker image is now available in the Docker Hub