Skip to content

Releases: stormid/nest-queryify

v6.0.0 - Breaking Changes (ES v6 support)

03 Oct 15:49
1b34e07
Compare
Choose a tag to compare

Updates library to latest elasticsearch v6 NEST libraries and upgrades supported frameworks to: net461 and netstandard2.0.

This release drops support for Elasticsearch V5 and lower.

0.10.0 - Breaking Changes (Support for ES version 5)

20 Apr 10:29
Compare
Choose a tag to compare
  • Drops support for Elasticsearch < 5
  • Drops supports for NEST < 5
  • Maintains support for .net452, .net46
  • Adds support for netstandard1.6
  • Updates Cake build to support msbuild v15 semantics for restore, build, pack
  • Uses dotnet test to execute unit tests
  • Marks functionality expected to be removed later with Obsolete flags
  • Minor updates to docs and readme
  • ElasticsearchServerException no longer exists, on exception queries will throw an ElasticClientQueryObjectException
  • IElasticsearchRepository methods accepting string Id's or document objects now consolidated into the new DocumentPath object, old methods are marked obsolete.
  • Base Queries using string Ids or object document objects now expect a DocumentPath, old signatures are marked obsolete
  • Removed queries with no equivalent in Elasticsearch 5 (MoreLikeQuery)

0.7.0

20 Apr 09:29
Compare
Choose a tag to compare
updates gitversion config

v0.6.1

22 Jun 09:54
Compare
Choose a tag to compare

Code:

  • Adds QueryAsync extension to IElasticClient
  • Adds new IElasticsearchRepositoryAsync interface and implements on existing ElasticsearchRepository to provide async calls to all existing methods.
  • Adds unit tests to cover all async calls
  • Removes the additional constructor from ElasticsearchRepository, leaving only the constructor expecting an IElasticClient

Build:

  • Moves the build and packaging to Cake
  • Alters dependency version graph for Nest from ">=1.6" to ">=1.6 && <= 2.0"

v0.5

26 Jan 09:38
Compare
Choose a tag to compare
new interface introduced within ElasticsearchRepository .Query

0.3

10 Sep 21:14
Compare
Choose a tag to compare
0.3
Merge branch 'feature/start-documentation'