Skip to content

Releases: gojek/fiber

v0.2.2

06 Jun 04:14
066b127
Compare
Choose a tag to compare
  • Support gRPC connection pool

v0.2.1

18 Apr 07:13
6060a60
Compare
Choose a tag to compare

What's Changed

  • bugfix labels to append to parent context instead of ignoring by @leonlnj in #10
  • Patch lazy router error response by @leonlnj in #11
  • Revert modification to label of parent context in router by @leonlnj in #12

Full Changelog: v0.2.0...v0.2.1

v0.2.1-rc2

14 Mar 04:19
6060a60
Compare
Choose a tag to compare
v0.2.1-rc2 Pre-release
Pre-release

What's Changed

  • Patch lazy router error response by @leonlnj in #11
  • Revert modification to label of parent context in router by @leonlnj in #12

Full Changelog: v0.2.1-rc1...v0.2.1-rc2

Release v0.2.1-rc1

01 Dec 11:59
61a0e61
Compare
Choose a tag to compare
Release v0.2.1-rc1 Pre-release
Pre-release

What's Changed

  • bugfix labels to append to parent context instead of ignoring by @leonlnj in #10

Full Changelog: v0.2.0...v0.2.1-rc1

v0.2.0

08 Nov 04:34
42bf266
Compare
Choose a tag to compare

What's Changed

  • Grpc fiber support by @leonlnj in #3
  • Grpc fiber router integration by @leonlnj in #4
  • Eliminate grpc dispatch proto marshaling overhead with Codec by @leonlnj in #5
  • merge proxy config of service and method together for grpc config by @leonlnj in #6
  • Add ProtoMessage to fiber grpc Request by @pradithya in #7
  • Fix parallel integration test run by @krithika369 in #8
  • Add Response Labels by @krithika369 in #9

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Sep 06:50
4f0f828
Compare
Choose a tag to compare

What's Changed

  • Add Github Action to run automated test by davidheryanto in #1
  • [BUGFIX]: fix nil pointer bug in request.Clone() by romanwozniak in #2

Full Changelog: https://github.com/gojek/fiber/commits/v0.1.0