Comparing version 0.10.4 to 0.11.0
@@ -5,2 +5,6 @@ # Changelog | ||
## v0.11.0 | ||
- Contrary to the [source filtering docs](https://www.elastic.co/guide/en/elasticsearch/reference/2.4/search-request-source-filtering.html), use plural form of include/exclude due to breaking change in Elasticsearch 5.0 | ||
## v0.10.4 | ||
@@ -7,0 +11,0 @@ |
@@ -365,3 +365,3 @@ 'use strict'; | ||
_source: { | ||
exclude: ['output.content'] | ||
excludes: ['output.content'] | ||
}, | ||
@@ -368,0 +368,0 @@ query: { |
{ | ||
"name": "esqueue", | ||
"version": "0.10.4", | ||
"version": "0.11.0", | ||
"description": "Job queue, powered by Elasticsearch", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"prepublish": "in-publish && npm run test || not-in-publish", | ||
"test": "npm run build && npm run unit", | ||
"test": "retire -n -p package.json && npm run build && npm run unit", | ||
"unit": "nyc --require babel-core/register mocha test/src/**" | ||
@@ -46,2 +46,3 @@ }, | ||
"proxyquire": "~1.7.4", | ||
"retire": "~1.1.5", | ||
"sinon": "~1.17.3" | ||
@@ -48,0 +49,0 @@ }, |
@@ -35,2 +35,3 @@ [![Build Status](https://travis-ci.org/w33ble/esqueue.svg?branch=master)](https://travis-ci.org/w33ble/esqueue) [![codecov](https://codecov.io/gh/w33ble/esqueue/branch/master/graph/badge.svg)](https://codecov.io/gh/w33ble/esqueue) | ||
interval | `week` | Valid choices are `year`, `month`, `week`, `day`, `hour`, and even `minute`. | `week` | ||
dateSeparator | `-` | Separator for the formatted date, *YYYY-MM-DD* for example, in the index pattern. | ||
timeout | `10000` | The default job timeout, in `ms`. If workers take longer than this, the job is re-queued for another worker to complete it. | ||
@@ -37,0 +38,0 @@ doctype | `esqueue` | The doctype to use in Elasticsearch |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45138
170
17