Skip to content

[Rust] Release asset URL uses encoded tag name and points to non-existent download path #311

@mats16

Description

@mats16

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions