Release Notes
Added
- README: add a Codecov coverage badge for the
main branch
Changed
- Rust aioduct: support aioduct 0.2 runtime APIs with
HttpEngineSend, RuntimePoll, ConnectorSend, and RequestBuilderSend
- Rust aioduct: default generated
Cargo.toml files to the aioduct = "0.2" semver requirement so generated clients can pick up compatible 0.2.x releases
- Update package metadata, release links, and mdBook links to
rust-codegen-group/openapi-nexus and the main branch
Install openapi-nexus 0.1.16
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-codegen-group/openapi-nexus/releases/download/0.1.16/openapi-nexus-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-codegen-group/openapi-nexus/releases/download/0.1.16/openapi-nexus-installer.ps1 | iex"
Download openapi-nexus 0.1.16