Skip to content

Releases: stackrox/go-grpc-http1

v0.2.6

20 Jan 17:33
b11173a
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /_integration-tests by @dependabot in #42
  • Bump google.golang.org/grpc from 1.49.0 to 1.50.0 by @dependabot in #43
  • Update Go to 1.18 and getting rid of Genny by @dhaus67 in #44
  • Bump google.golang.org/grpc from 1.50.0 to 1.50.1 in /_integration-tests by @dependabot in #46
  • Bump google.golang.org/grpc from 1.50.0 to 1.50.1 by @dependabot in #45
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /_integration-tests by @dependabot in #47
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #48
  • Bump golang.org/x/tools from 0.1.12 to 0.2.0 by @dependabot in #49
  • Bump golang.org/x/net from 0.1.0 to 0.2.0 in /_integration-tests by @dependabot in #51
  • Bump golang.org/x/net from 0.1.0 to 0.2.0 by @dependabot in #50
  • Bump golang.org/x/tools from 0.2.0 to 0.3.0 by @dependabot in #52
  • Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /_integration-tests by @dependabot in #54
  • Bump google.golang.org/grpc from 1.50.1 to 1.51.0 by @dependabot in #53
  • Bump golang.org/x/net from 0.2.0 to 0.4.0 in /_integration-tests by @dependabot in #58
  • Bump golang.org/x/net from 0.2.0 to 0.4.0 by @dependabot in #59
  • Bump golang.org/x/tools from 0.3.0 to 0.4.0 by @dependabot in #55
  • Bump golang.org/x/net from 0.4.0 to 0.5.0 in /_integration-tests by @dependabot in #62
  • Bump golang.org/x/net from 0.4.0 to 0.5.0 by @dependabot in #60
  • Bump golang.org/x/tools from 0.4.0 to 0.5.0 by @dependabot in #61
  • Bump google.golang.org/grpc from 1.51.0 to 1.52.0 in /_integration-tests by @dependabot in #64
  • Bump google.golang.org/grpc from 1.51.0 to 1.52.0 by @dependabot in #63

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

27 Sep 23:03
5b2a167
Compare
Choose a tag to compare
  • Various dependency updates
    • Some of these dependency updates may have included vulnerability fixes such as #40
  • 1.16 is now the minimum Go version required to compile this library

v0.2.4

05 Jan 19:34
1a7f4ae
Compare
Choose a tag to compare
  • make header values for WebSocket upgrade case insensitive (#9)

v0.2.3

15 Apr 16:40
a701de8
Compare
Choose a tag to compare

Update WebSocket library to fix potential DOS attack

v0.2.0

19 Aug 21:28
ceaf053
Compare
Choose a tag to compare

Adds client/bidi-streaming support via WebSockets.