Releases: thejinchao/turbolink
Releases · thejinchao/turbolink
v1.4.2
- Fix some compilation warnings to adapt to the new UE version
I don't have much time to maintain turbolink at present. I just want to keep it working on the new version of UE. And since I no longer have the PlayStation 5 development environment, I'm not sure if it can be compiled and run normally in the latest PS5 project
v1.4.1
- support
MetaDataandDeadLinefunction - remove deprecated string cast function
- fix compile error on native Linux compile environment
- fixed some compilation warnings
v1.4
- support client-side streaming RPC function
- for the client-side streaming GRPC function and bidirectional streaming GRPC function, add
OnWriteCompletecallback function to respond to the writing completion event. - support async node to call the server-side streaming RPC function
- add several utility functions
v1.3.1 (UE4.27)
- update protoc-gen-turbolink.exe to 2.6.6, remove hyphens from the filename of generated files and fix a duplicate name problem
- fix several issues related to plugin packages
v1.3.1 (UE5.3)
- update protoc-gen-turbolink.exe to 2.6.6, remove hyphens from the filename of generated files and fix a duplicate name problem
- fix several issues related to plugin packages
v1.3 (UE4.27)
Update libraries, include grpc(1.57), protobuf(4.23.4) and abseil(lts-2023-08-02)
v1.3 (UE5.3)
Update libraries, include grpc(1.57), protobuf(4.23.4) and abseil(lts-2023-08-02). And the plug-in is adapted to UE5.3
ver 1.1
Fixed a bug that caused compilation to fail under UE5.2
If the service does not contain any non-stream functions, *Node file will not be generated
ver 1.0
ver 1.0