Skip to content

Releases: loopholelabs/frpc-go

v0.10.2

07 Nov 17:28
03eadf8
Compare
Choose a tag to compare

What's Changed

  • Prevent deadlock on connection close and expose connection to the stream context by @lgfa29 in #52

Full Changelog: v0.10.1...v0.10.2

v0.10.1

05 Nov 10:37
4a6d649
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/loopholelabs/logging from 0.3.0 to 0.3.1 by @dependabot in #51
  • Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #50

Full Changelog: v0.10.0...v0.10.1

v0.10.0

08 Sep 16:58
e4e8578
Compare
Choose a tag to compare

What's Changed

  • feat: Streaming Server/Client CloseChannel method by @ShivanshVij in #48
  • feat: Contextual Stream handling, Goroutine Leak Prevention by @ShivanshVij in #49

Full Changelog: v0.9.2...v0.10.0

v0.9.2

06 Sep 18:36
Compare
Choose a tag to compare

What's Changed

  • docs: minor fixes and suggestions by @lgfa29 in #47
  • Updating github.com/loopholelabs/frisbee-go to v0.9.2

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

03 Sep 20:26
Compare
Choose a tag to compare

Updating github.com/loopholelabs/polyglot/v2 to v2.0.2 and github.com/loopholelabs/frisbee-go to v0.9.1

Full Changelog: v0.9.0...v0.9.1

v0.9.0

03 Sep 04:03
5ea4cb8
Compare
Choose a tag to compare

What's Changed

  • refactor: Transitioning to Loophole logging library by @ShivanshVij in #46

Full Changelog: v0.8.1...v0.9.0

v0.8.1

29 Jul 23:53
14cb4ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Apr 18:05
0797eea
Compare
Choose a tag to compare

Changes

  • Updated Polyglot and frisbee dependencies to latest versions

Fixes

  • Fixed linting issues

v0.7.2

10 Dec 22:59
c5eb4d2
Compare
Choose a tag to compare

Fixes

  • Fixed a bug where stream handlers would be generated for a proto file without streams

v0.7.1

10 Dec 22:29
332d04e
Compare
Choose a tag to compare

Changes

  • Fixed a bug when generating fRPC with streams where sometimes stream messages would be received out of order.
  • Removed the Trunk linter