Skip to content

Releases: hypertrace/java-grpc-utils

v0.4.1

24 May 12:48
614ba57
Compare
Choose a tag to compare
feat: add jwt decoder (#15)

* feat: add jwt decoder

* chore: remove jwt verification and expose the required info via context

* test: add test for JwtParser

* chore:address review comments

v0.4.0

25 Mar 13:25
e1a88d1
Compare
Choose a tag to compare
feat: add grpc channel registry (#13)

v0.3.4

09 Mar 17:01
b52c268
Compare
Choose a tag to compare
refactor: make request context a little nicer to use (#12)

v0.3.3

14 Jan 22:38
65a2fb0
Compare
Choose a tag to compare

Fixes client utils to not put an extra RuntimeException wrapper on exceptions.