SDK
Rust
SDK Version
1.2.0
Operating System
No response
Description
Summary
The generated download URL for the zerobus-ffi release asset appears to encode the slash in the release tag name, resulting in a non-existent download URL.
Reproduction
Try to download the release asset from the generated URL:
curl -L -o zerobus-ffi-1.2.0.tar.gz \
https://github.com/databricks/zerobus-sdk/releases/download/ffi%2Fv1.2.0/zerobus-ffi-1.2.0.tar.gz
This URL does not resolve to the expected asset.
The expected working URL is:
curl -L -o zerobus-ffi-1.2.0.tar.gz \
https://github.com/databricks/zerobus-sdk/releases/download/ffi-v1.2.0/zerobus-ffi-1.2.0.tar.gz
Expected behavior
The generated release asset URL should point to:
https://github.com/databricks/zerobus-sdk/releases/download/ffi-v1.2.0/zerobus-ffi-1.2.0.tar.gz
Is it a regression?
No
Logs
Additional context
Same issue: #232
SDK
Rust
SDK Version
1.2.0
Operating System
No response
Description
Summary
The generated download URL for the
zerobus-ffirelease asset appears to encode the slash in the release tag name, resulting in a non-existent download URL.Reproduction
Try to download the release asset from the generated URL:
This URL does not resolve to the expected asset.
The expected working URL is:
Expected behavior
The generated release asset URL should point to:
Is it a regression?
No
Logs
Additional context
Same issue: #232