Skip to content

Releases: kevwan/tproxy

v0.8.1

10 Apr 13:23
79da081
Compare
Choose a tag to compare

What's Changed

  • feat: support MQTT protocol by @jiang4869 in #66
  • chore(deps): bump golang.org/x/net from 0.15.0 to 0.16.0 by @dependabot in #59
  • chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #60
  • chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #61
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 by @dependabot in #62
  • chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in #63
  • chore(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 by @dependabot in #64
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1 by @dependabot in #65
  • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #67
  • chore(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #68
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 by @dependabot in #69
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 by @dependabot in #70
  • chore(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in #71
  • chore(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 by @dependabot in #74
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #72

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

16 Sep 11:31
4d8ee7a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.8.0

v0.7.3

11 Jul 04:09
9a3b558
Compare
Choose a tag to compare

What's Changed

  • improved connection statistics, now consider client->tproxy->server as one connection to avoid confuse

Full Changelog: v0.7.2...v0.7.3

v0.7.2

06 May 15:41
0f52962
Compare
Choose a tag to compare

What's Changed

  • feat: support connection stats by @kevwan in #36

    image

Full Changelog: v0.7.1...v0.7.2

v0.7.1

04 Mar 14:09
9031cd7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Feb 12:48
8446aca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.7.0

v0.6.2

16 Dec 16:07
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.6.2

v0.6.1

31 Jul 08:34
Compare
Choose a tag to compare
  • parse grpc message body partially
  • support http2 and gprc protocol respectively

v0.6.0

29 Jul 15:39
ba54fae
Compare
Choose a tag to compare
  • support http2 headers frame
  • support http2 settings frame
  • support http2 window_update frame

v0.5.0

21 Jul 15:34
c689966
Compare
Choose a tag to compare

What's Changed

  • Split http2 frames in one packet
  • [README] Adds Windows installation instructions for scoop. by @thushan in #10

New Contributors

Full Changelog: v0.4.1...v0.5.0