Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 2.81 KB

Changelog.md

File metadata and controls

65 lines (51 loc) · 2.81 KB

Changelog

Master

  • Fix: Fix _Analyzer mapping
  • Change: RawRequest added, RawQuery "downgraded" to affecting only "query: {}" portion of query, RawFilter + RawFacet added

0.1.12

  • Feature: Performance enhancements to RollingCurl when the pending request buffer is large
  • Feature: Add filter_facets to facets
  • Feature: Add Update capability to indexing operations
  • Feature: Add _Analyzer mapping support

0.1.11

  • Fix: Mappings on index creation were not working properly

0.1.10

  • Fix: Search requests were using malformed JSON
  • Fix: All requests lacked appropriate Content-Type headers, leading to HTTP requests with url-encoding specified

0.1.9

  • Fix: Relax the version requirement for Event-Dispatcher to ~2.1

0.1.8

  • Internal: Replace Guzzle with RollingCurl (also Fixes #20)
  • Feature: Batch document indexing. Closes #24
  • Feature: Some of the more commone ES errors are now returned as Exceptions. Closes #21
  • Fix: Raw query now is 100% "raw", rather than wrapping inside a "query". Closes #23

0.1.7

  • Breaking Change: Sherlock static builder functions refactored with consistent naming scheme Fixes #5
  • Internal: Refactor composeFinalQuery to use assoc arrays instead of strings Fixes #13
  • Feature: Add support for all facets (Terms, Range, Histogram, DateHistogram, Filter, Query, Statistical, TermsStats, Geodistance) Closes #16

0.1.6

  • Fix: Sort ordering fixed, uses "order" instead of "sort_order" Fixes #14

0.1.5

  • Fix: Change default logging state to disabled 474fa95
  • Fix: Integrate Symfony EventDispatcher to decouple nodes from Requests. Fixes #10
  • Feature: Enable custom logging handlers Usage 474fa95

0.1.4

  • Fix: Updated Analog dependency to remove a logging bug 4c3c69e

0.1.3

  • Feature: Enable sorting on Search Requests
  • Fix: From/Size fixed
  • Fix: Match query now allows 'type' to be set
  • Fix: Default fuzziness for Match query set to 'null'
  • Fix: Default fuzziness for MultiMatch query set to 'null'