Skip to content

v0.0.20

Choose a tag to compare

@github-actions github-actions released this 13 Nov 14:12
v0.0.20
e098c2b

Changelog

  • e098c2b Merge pull request #154 from agntcy/chore/proto-gen
  • 7aa98ff chore(node): regenerated the client
  • efd0b15 chore(proto): regenerated protos
  • 01bf1f7 Merge pull request #153 from agntcy/feature/request-id
  • bb82954 feat(request-id): reused the x-request-id value if present in req
  • 393d6ac feat(grpc): added an interceptor to inject a request-id
  • d1d1421 Merge pull request #152 from agntcy/feature/contextual-logging
  • 14f019e test(log): added unit tests for log.go
  • e393d67 feat(log): added support for contextual logging
  • 9758af8 Merge pull request #151 from agntcy/feature/grpc-error-handling
  • 4376d34 feat(error): added err field to log.error
  • 1d21738 test(vc): added unit tests for vc grpc service
  • 2837d27 test(issuer): added unit tests for issuer grpc service
  • 96e8e1b feat(id): added unit tests for id grpc service
  • c4310fc feat(errors): adding a grpc global error interceptor
  • eff873f feat: replaced the use of ptrutil.ptr with & when possible