| - Yesterday checked the PR from the community with boost → std refactoring.
- There is an issue related to the build time with the std. Boost provides the possibility to use forward-declarations.
- Decided to research and compare the build first before the merging. Will use statistics flag in clang.
- Will do it today. Then we can understand the reasoning and make the release candidate.
- Regarding the verification during the initialization, the community requested to cover the issue with tests.
- We need to decide, on which level we need to have a test. Most probably, it will be done in regression tests.
- Will try to write it today and include in the release.
- There is no support for TLS in Python and Java libraries, we need to implement it for our internal projects.
- GRPC supports the protocol, so we need to expose the method to the client.
- In Python, there is no method for setting up the TLS certificate
- We also need to think about the TLS certificate distribution for clients
|