[Development] HEADS-UP: Qt 6.8 Feature Freeze is getting closer

2024-04-22 Thread Jani Heikkinen via Development
Hi all, Just a kindly reminder: Qt 6.8 Feature freeze will be in effect 31st of May 2024 and Qt 6.8 platform and module freeze already 17th of May 2024, see https://wiki.qt.io/Qt_6.8_Release. Please inform me about all new modules planned to be released in Qt 6.8; we should start adding th

Re: [Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Dennis Oberst via Development
(slow in answering so a bit of redundancy from the prev message) We indeed don't have a guide/example on how to implement a custom channel. This is targeted towards advanced users who might need such a thing in e.g. the embedded world. Our client implementation supports all four RPC types (unary

Re: [Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Alexey Edelev via Development
Hi, For gRPC we have the similar API overview and guidance here: https://doc-snapshots.qt.io/qt6-dev/qtgrpc-service-client-methods.html For Protobuf we probably might want to introduce the similar thing. I will try to manage this request ASAP. Regards, Alexey F

Re: [Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Fabian Kosmale via Development
Hi, before diving into the API: Do we have more recent documentation than https://doc-snapshots.qt.io/qt6-dev/qtprotobuf-index.html? I have the following issue: The API provides both a set of abstract interfaces which can be used to _implement_ grpc support, as well as an actual implementation u

[Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Dennis Oberst via Development
Hey everyone, The new QtProtobuf and QtGrpc modules are preparing to exit the technical preview phase. For that, these modules require their final API review for Qt 6.8 to iron out any remaining issues, so that we can finalize the API with its current features for us and our users. We deliberat

[Development] Introducing API Change Review Bot

2024-04-22 Thread Daniel Smith via Development
Hi all, It's likely that you've already been introduced to QtAPIReviewBot, but in case you haven't, I think the Proof-of-Concept has settled enough to start a discussion about our API Review process which now includes this bot. In addition to the new bot commenting on changes, we still carry ou