Skip to content

Releases: hypertrace/java-grpc-utils

v0.5.0

03 Jun 15:59
eb6b0d1

Choose a tag to compare

feat: add context-aware cache key (#16)

* feat: add context-aware cache key

* test: add tests

* refactor: add no data run methods to key

v0.4.1

24 May 12:48
614ba57

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

Choose a tag to compare

feat: add grpc channel registry (#13)

v0.3.4

09 Mar 17:01
b52c268

Choose a tag to compare

refactor: make request context a little nicer to use (#12)

v0.3.3

14 Jan 22:38
65a2fb0

Choose a tag to compare

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