spetz opened a new pull request, #3691:
URL: https://github.com/apache/iggy/pull/3691

   Foreign SDK users could not send protocol commands without a typed
   client API, which blocked applications from using new command codes
   until every SDK added dedicated methods.
   
   Expose code-and-payload methods across Python, PHP, C++, Node, Go,
   C#, and Java while preserving each client's framing, authentication,
   error mapping, and transport behavior. Reject session-control codes
   before sending so typed login state remains consistent.
   
   Add shared BDD coverage for known, unknown, and session-control
   commands across every SDK runner. Bump each foreign SDK version for
   the new public API.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to