Skip to content

Releases: zgid123/grpc-ts

@grpc.ts/[email protected]

16 Apr 13:07
Compare
Choose a tag to compare

Release @grpc.ts/[email protected]

Changelogs

  • support array of options to init multiple servers at once
  • fix onClose hook

@grpc.ts/[email protected]

16 Apr 13:09
Compare
Choose a tag to compare

Release @grpc.ts/[email protected]

Changelogs

  • support array of options to init multiple clients at once
  • fix onClose hook

@grpc.ts/[email protected]

16 Apr 13:04
Compare
Choose a tag to compare

Release @grpc.ts/[email protected]

Changelogs

  • change IGrpcClientProps to IGrpcClientWrapperProps
  • change IServerObjProps to IServerWrapperProps
  • create some internal interfaces for other packages
  • export more info for other usages
  • keep tracking init service's method for server to fix issue for hot reloading (e.g. fastify with vite-node)
  • export close and getPackages method for client for other usages
  • create common helpers for server and client

@grpc.ts/[email protected]

05 Apr 10:52
Compare
Choose a tag to compare

Release @grpc.ts/[email protected]

Changelogs

create server plugin for Fastify

@grpc.ts/[email protected]

05 Apr 10:51
Compare
Choose a tag to compare

Release @grpc.ts/[email protected]

Changelogs

create client plugin for Fastify

@grpc.ts/[email protected]

05 Apr 10:50
Compare
Choose a tag to compare

Release @grpc.ts/[email protected]

Changelogs

  • write wrapper for grpc-js client
  • write wrapper for grpc-js server