You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bollard library we use to integrate with docker leverages Hyper v1.
The OpenAPI client code we have (both unit-openapi and in unit-client-sdk) leverages Hyper v0.
We currently include both at build time, which leads to more space used and longer builds.
Regrettably for NOW we do need both versions. The good news is that the last version of v0 is fairly recent and I get the impression it is still being supported inline with v1. We should make it a priority to migrate to the newest version of Hyper when the openapi generator supports it. In the meantime we will have some extra build dependencies.
The Bollard library we use to integrate with docker leverages Hyper v1.
The OpenAPI client code we have (both unit-openapi and in unit-client-sdk) leverages Hyper v0.
We currently include both at build time, which leads to more space used and longer builds.
From #1241:
Further reading: https://hyper.rs/guides/1/upgrading/
NOTE: We are currently blocked on waiting for the OpenAPI generator to support the latest Hyper:
OpenAPITools/openapi-generator#17876
The text was updated successfully, but these errors were encountered: