Introducing IceRPC 0.2 with full Protobuf support #3940
bernardnormier
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are thrilled to announce the release of IceRPC 0.2.0.
This release adds full Protobuf support to IceRPC: you can now easily implement a Protobuf service with IceRPC, and call this service over IceRPC. See our documentation and examples to learn more.
This release also introduces some improvements to the IceRPC + Slice integration:
This attribute-based approach is more flexible: your service implementation can now derive from the class of your choice.
custom
This change simplifies the Slice type system and completes the decoupling between Slice and IceRPC.
Please give this new version a try, and let us know what you think!
-- The ZeroC team
Beta Was this translation helpful? Give feedback.
All reactions