Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Feb 21:17
· 6 commits to main since this release
2e39c9c

gRPCClient v1.0.1

Diff since v1.0.0

  • Simplify package initialization / code generation process by doing grpc_init and grpc_register_service_codegen automatically in __init__ so the user doesn't need to worry about it. This isn't breaking for current users of 1.0.0 since only the first call of these functions does anything.
  • Fix protobuf client stub generation handling of namespaces. Thanks to jaakkor2 for the bug report!
  • Add llms.txt to Github Pages root. Since there are not any public projects using gRPCClient.jl v1.X yet, this is an attempt to help coding agents understand the package without it being in pretraining data. This also serves as an experiment for the effectiveness of llms.txt in Julia packages, I will publish my findings one this once I get a feel for how well it works.