Skip to content

Releases: summerwind/h2spec

h2spec v2.6.0

Choose a tag to compare

@summerwind summerwind released this 04 Aug 13:15
  • 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

Choose a tag to compare

@summerwind summerwind released this 02 Jun 14:08
  • Literal Header Field representation with invalid index #113

h2spec v2.4.0

Choose a tag to compare

@summerwind summerwind released this 27 Dec 12:22
  • Fix typo #111
  • Allow to choose TLS ciphersuites #110

h2spec v2.3.0

Choose a tag to compare

@summerwind summerwind released this 10 Jun 04:13
  • 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

Choose a tag to compare

@summerwind summerwind released this 12 Feb 14:24
  • 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

Choose a tag to compare

@summerwind summerwind released this 18 Sep 13:56
  • Do not expect the connection close in GOAWAY frame tests
  • Add '--path' option

h2spec v2.1.1

Choose a tag to compare

@summerwind summerwind released this 20 Jun 13:21
  • Verify stream error instead of connection error in http2/5.1/11
  • Build with Go 1.10.3

h2spec v2.1.0

Choose a tag to compare

@summerwind summerwind released this 28 Mar 11:55
  • 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

Choose a tag to compare

@summerwind summerwind released this 01 Feb 11:24
  • 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

Choose a tag to compare

@summerwind summerwind released this 25 Jan 10:18
  • Send null bytes as padding of DATA frame (Thanks @daurnimator)
  • Docker image is now available in the Docker Hub