Skip to content

v0.6.1

Compare
Choose a tag to compare
@Philo Philo released this 22 Jun 09:54
· 4 commits to master since this release

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"