You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.