Skip to content

Releases: ongr-io/ElasticsearchBundle

v1.0.0-alpha.6

18 Jan 10:18
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Most notable changes

  • See a change list f21425e...8f7e2a0
  • Removed DocumentTrait
  • Document converter were improved
  • Introduced Collection for document result
  • Import command can handle gzip

v1.0.0-alpha.5

04 Jan 08:17
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Most notable changes

  • Changes 8b9b2f7...f21425e
  • Rpository now supports only one Elasticsearch type #513
  • MetaField were introduced, now it defines _id and other meta fields #509
  • Code style check changed to PSR2 #466
  • DocumentInterface and AbstractDocument were removed in favor of MultiField
  • Added SF 3.0 support
  • Added isser support for documents #491
  • Support new Symfony profiler bar style
  • documentation were improved

v0.10.6

16 Dec 09:53
Compare
Choose a tag to compare
v0.10.6 Pre-release
Pre-release
  • Profiler support for Symfony 2.8

v0.9.4

05 Dec 13:55
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release

Changes in this release

  • Added curl configuration values. #462

v0.10.5

03 Nov 11:31
Compare
Choose a tag to compare
v0.10.5 Pre-release
Pre-release
  • added timeout option for request body search

v0.9.3

03 Nov 06:56
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release
  • added timeout option for request body search

v1.0.0-alpha.4

27 Oct 14:20
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Changes

  • added missing parent field in the index import/export #440
  • fixed github authentification in travis builds
  • Introduced count API #446
  • Added documents partial update support #406
  • Bundle throws \LogicException if there was 2 same type names found in mapped manager documents
  • findBy, findOneBy now uses Query String query
  • fixed profiler issue
  • added nice documentation

v0.10.4

20 Oct 05:04
Compare
Choose a tag to compare
v0.10.4 Pre-release
Pre-release

BUGFIX:

  • Fixed FilteredQuery building by search endpoints. #437

v1.0.0-alpha.3

09 Oct 08:23
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Changes

  • Stability improvements
  • Refactored aggregations iteration
  • Completely removed property accessor from converter
  • Fixed the whole base by Sensiolabs practice advice's

This version is already a stable. We are planning to release a first beta version and also introduce first version of new documentation for the bundle

v1.0.0-alpha.2

06 Oct 10:46
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • Documents mapping was simplified. Now it is more accurate to elasticsearch database mapping. See the docs for more information how to define documents mapping.
  • removed commands for creating and deleting mapping types, now you can do everything with one command ongr:es:mapping:update.
  • and other many improvements..