Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Rust client needs to release a new version to fix compilation errors #898

Open
3 tasks done
XHanL opened this issue Dec 28, 2024 · 3 comments
Open
3 tasks done
Labels
type/bug Something isn't working

Comments

@XHanL
Copy link

XHanL commented Dec 28, 2024

Before Creating the Bug Report

  • I found a bug, not just asking a question, which should be created in GitHub Discussions.

  • I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.

  • I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.

Programming Language of the Client

Rust

Runtime Platform Environment

Ubantu 20.04

RocketMQ Version of the Client/Server

5.3.1

Run or Compiler Version

Ubantu 20.04

Describe the Bug

The RocketMQ Rust client uses OffsetDateTime::now_local from the time crate, but doesn't declare the required local-offset feature in its dependencies. This causes compilation errors in downstream projects unless they explicitly enable this feature.
Image

Steps to Reproduce

What Did You Expect to See?

What Did You See Instead?

Additional Context

No response

@XHanL XHanL added the type/bug Something isn't working label Dec 28, 2024
@glcrazier
Copy link
Contributor

This has been fixed and pushed to master branch long time ago. You can check it out.

@XHanL
Copy link
Author

XHanL commented Jan 17, 2025

Thank you for the reminder, I did see it in the master version.
However, the latest version rocketmq-5.0.0 on cargo still has errors. It would be great if a new version could be released.

Image

@glcrazier
Copy link
Contributor

Sorry that I have no right to release. You may ask the administrator to release a version.

@XHanL XHanL changed the title [Bug] Rust client missing required "local-offset" feature for time crate dependency [Bug] Rust client need Jan 17, 2025
@XHanL XHanL changed the title [Bug] Rust client need [Bug] Rust client needs to release a new version to fix compilation errors Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants