-
Notifications
You must be signed in to change notification settings - Fork 611
The elasticsearch-transport gem will be promoted to its own repository #1344
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
Comments
@picandocodigo Hi. fwiw, running into
when deleting/refreshing indices: elastic/elasticsearch-rails#998 (comment) |
Hi @alimac, thanks for reporting this. I'll take a look as soon as possible! |
Hi @picandocodigo @alimac I am facing with the exact same error afterwards updating my gems. Is there any current solution with this problem? Can we say it's an official bug, so I can just downgrade back and keep my work up? |
@alimac and @baranyeni, |
Well, this specific problem is solved but I my unit tests are failing I think it is somehow related with this gem. When I update the elasticsearch-rails gem to
|
@baranyeni I believe you have to add
to your Gemfile explicitly. At least, that's what I have. And setting a minimum version:
fixed the spec failures for me. Thanks @picandocodigo for the quick response and release! |
Thanks but it did not solved any of my errors. |
Is this also why am now getting:
Even though this method is clearly stated in the README? |
Thanks for reporting this, I'm going to look into it and release a fix as soon as possible. |
Getting this error, potentially related ? |
Closing this issue as completed. Please report issues related to |
The gem
elasticsearch-transport
is currently being used as the HTTP transport layer for both the elasticsearch gem and the elastic-enterprise-search gem.elasticsearch-transport
toelasticsearch
and we'll decouple these two libraries.elasticsearch-transport
is going to be promoted to a new repository and renamed toelastic-transport
in8.0.0
.If you're using the
elasticsearch
gem, you shouldn't have to change anything as the dependencies will be kept up to date and the API shouldn't change. We'll try to keep any breaking changes only in8.0.0
when possible. If you're using onlyelasticsearch-transport
, you'll need to implement any Elasticsearch related features or switch to usingelasticsearch
.The text was updated successfully, but these errors were encountered: