Skip to content

Releases: bigcommerce/gruf

0.14.1

19 Jun 17:14
Compare
Choose a tag to compare
  • Update license to MIT

0.14.0

08 Jun 16:55
Compare
Choose a tag to compare
  • Send gRPC status 16 (Unauthenticated) instead of 7 (PermissionDenied) when authentication fails

0.13.0

30 May 17:52
Compare
Choose a tag to compare
  • Upgrade to gRPC 1.3.4

0.12.2

30 May 17:12
Compare
Choose a tag to compare
  • Add outer_around hook for wrapping the entire call chain

0.12.1

24 May 19:37
Compare
Choose a tag to compare
  • Add ability to specify a separate gRPC logger from the Gruf logger

0.12.0

16 May 16:40
Compare
Choose a tag to compare
  • Add ability to run multiple around hooks
  • Fix bug with error handling that caused error messages to repeat across streams

0.11.5

15 May 15:19
Compare
Choose a tag to compare
  • Fix issue with around hook

0.11.4

11 May 19:30
Compare
Choose a tag to compare
  • Add catchall rescue handler to capture uncaught exceptions and raise a GRPC::Internal error.
  • Add Gruf.backtrace_on_error configuration value. If set, Gruf will call Service.set_debug_info with the exception backtrace if an uncaught exception occurs.

0.11.3

04 May 17:24
Compare
Choose a tag to compare
  • Pass the service instance into hooks for reference

0.11.2

28 Apr 12:48
Compare
Choose a tag to compare
  • Ensure timer is measuring in milliseconds