elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 70 forks source link

[BUG] Using the elasticsearch client always results in an error #221

Closed gmmorris closed 10 months ago

gmmorris commented 1 year ago

Hey elasticians, 👋

Describe the bug All versions of the elasticsearch-rs are marked as alpha on Cargo. As a result of the alpha releases, usage always appears as an error and makes customers (such as myself) wonder whether or not we should treat the rust client as stable.

For example: https://docs.rs/elasticsearch/8.5.0-alpha.1/elasticsearch/

To Reproduce Steps to reproduce the behavior:

  1. Install VSCode and the rust-analyzer plugin
  2. Add the elasticsearch as a dependency in Cargo.toml
  3. An error should appear in the UX: elasticsearch: No versions found

Expected behavior The rust clients should appear on crates.io as a proper release version.

Screenshots

Screenshot 2023-07-01 at 23 14 44

Environment (please complete the following information):

gmmorris commented 10 months ago

Sorry, only just noticed the comment on the README:

The project is still very much a work in progress and in an alpha state; input and contributions welcome!

I guess that explains it 🤷