elastic / elasticsearch-net

This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html
Apache License 2.0
3.57k stars 1.15k forks source link

When will NEST 1.0.0 be changed from beta phase? #665

Closed aykutaras closed 10 years ago

aykutaras commented 10 years ago

Hi,

I am using new 1.x beta of NEST and elasticsearch.net. When I try to pack my nuget packages nuget tells me to change my assembly version to a beta phase because of using NEST beta.

When do you think to change NEST from beta phase? If it will become released in next 3-4 months I will consider using it but if you plan to continue using beta I am going to switch back to 0.12 version.

Mpdreamz commented 10 years ago

Hi @aykutaras the timeframe for 1.0 final (non beta) is weeks not months :)

By the way: What project are you working on?

aykutaras commented 10 years ago

Hi @Mpdreamz that is great. I can continue to use beta without problem then.

I am currently working on a project for a company located in Antalya/Turkey. I am going to use elasticsearch for mainly autocomplete features but it can grow for more functionality after we release the project

Yesterday I was looking for Amazon CloudSearch to a possibility of migration but your library and elasticsearch are way more easier to implement and use than cloudsearch. So I am sticking with ES and NEST right now.

Thanks for quick help.